Pull request #3273 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3290b0969f82bd858e0b646d0eddc448e14767c7+05f2d13a179446ff46e2de9a60e91a19cc98f319 (b334d3dd8809d64d904f3aa9b9ed6bf9b6035a7e) 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 ‘prd-centos7-docker-4c-2g-30624’ Running on prd-centos7-docker-4c-2g-30639 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [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 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 3290b0969f82bd858e0b646d0eddc448e14767c7 Merge succeeded, producing 3290b0969f82bd858e0b646d0eddc448e14767c7 Checking out Revision 3290b0969f82bd858e0b646d0eddc448e14767c7 (PR-3273) > 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/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 Commit message: "fix: remove save management token as we use bootstrap token for now" > git rev-list --no-walk 2697b09b216480104bf5e0610c3029cae6da6984 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T22:10:13.515Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T22:10:13.846Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T22:10:13.955Z] ========================================================= [2021-03-19T22:10:13.955Z] EdgeX Global Pipelines Version Info [2021-03-19T22:10:13.955Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:10:15.445Z] ------------------- [2021-03-19T22:10:15.445Z] stable info: [2021-03-19T22:10:15.445Z] ------------------- [2021-03-19T22:10:15.445Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T22:10:15.445Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T22:10:15.445Z] Message: update stable to v1.0.186 [2021-03-19T22:10:16.391Z] ------------------- [2021-03-19T22:10:16.392Z] experimental info: [2021-03-19T22:10:16.392Z] ------------------- [2021-03-19T22:10:16.392Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T22:10:16.392Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T22:10:16.392Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T22:10:16.677Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T22:10:16.800Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T22:10:16.904Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T22:10:17.014Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T22:10:17.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T22:10:17.226Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T22:10:17.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T22:10:17.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T22:10:17.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T22:10:17.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T22:10:17.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T22:10:17.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T22:10:18.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T22:10:18.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T22:10:18.254Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T22:10:18.408Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T22:10:18.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T22:10:18.615Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T22:10:18.719Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T22:10:18.810Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T22:10:18.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T22:10:18.995Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T22:10:19.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3273 [Pipeline] echo [2021-03-19T22:10:19.193Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3273 [Pipeline] echo [2021-03-19T22:10:19.285Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3273 [Pipeline] echo [2021-03-19T22:10:19.377Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3290b0969f82bd858e0b646d0eddc448e14767c7 [Pipeline] echo [2021-03-19T22:10:19.487Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3290b09 [Pipeline] echo [2021-03-19T22:10:19.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T22:10:19.756Z] provisioning config files... [2021-03-19T22:10:19.783Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9178745750981486624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:10:20.137Z] ---> docker-login.sh [2021-03-19T22:10:20.137Z] nexus3.edgexfoundry.org:10001 [2021-03-19T22:10:20.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:10:20.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:10:20.662Z] Configure a credential helper to remove this warning. See [2021-03-19T22:10:20.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:10:20.662Z] [2021-03-19T22:10:20.662Z] Login Succeeded [2021-03-19T22:10:20.662Z] nexus3.edgexfoundry.org:10002 [2021-03-19T22:10:20.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:10:20.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:10:20.925Z] Configure a credential helper to remove this warning. See [2021-03-19T22:10:20.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:10:20.925Z] [2021-03-19T22:10:20.925Z] Login Succeeded [2021-03-19T22:10:20.925Z] nexus3.edgexfoundry.org:10003 [2021-03-19T22:10:20.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:10:20.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:10:20.925Z] Configure a credential helper to remove this warning. See [2021-03-19T22:10:20.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:10:20.925Z] [2021-03-19T22:10:20.925Z] Login Succeeded [2021-03-19T22:10:20.925Z] nexus3.edgexfoundry.org:10004 [2021-03-19T22:10:21.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:10:21.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:10:21.190Z] Configure a credential helper to remove this warning. See [2021-03-19T22:10:21.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:10:21.190Z] [2021-03-19T22:10:21.190Z] Login Succeeded [2021-03-19T22:10:21.190Z] docker.io [2021-03-19T22:10:21.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:10:21.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:10:21.712Z] Configure a credential helper to remove this warning. See [2021-03-19T22:10:21.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:10:21.713Z] [2021-03-19T22:10:21.713Z] Login Succeeded [2021-03-19T22:10:21.713Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T22:10:21.722Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T22:10:22.220Z] ++ 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-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T22:10:22.220Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T22:10:22.220Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T22:10:22.220Z] ++ cut -d/ -f2 [2021-03-19T22:10:22.220Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T22:10:22.318Z] 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-03-19T22:10:23.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T22:10:23.883Z] [2021-03-19T22:10:23.883Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:10:24.247Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T22:10:24.247Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T22:10:24.247Z] 31603596830f: Pulling fs layer [2021-03-19T22:10:24.247Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T22:10:24.247Z] 6ca5941a6612: Pulling fs layer [2021-03-19T22:10:24.247Z] ecc8261a40a4: Pulling fs layer [2021-03-19T22:10:24.247Z] ecc8261a40a4: Waiting [2021-03-19T22:10:24.247Z] 2a8b12db71e7: Download complete [2021-03-19T22:10:24.511Z] 31603596830f: Verifying Checksum [2021-03-19T22:10:24.511Z] 31603596830f: Download complete [2021-03-19T22:10:24.511Z] 6ca5941a6612: Verifying Checksum [2021-03-19T22:10:24.511Z] 6ca5941a6612: Download complete [2021-03-19T22:10:24.511Z] ecc8261a40a4: Verifying Checksum [2021-03-19T22:10:24.511Z] ecc8261a40a4: Download complete [2021-03-19T22:10:24.774Z] 31603596830f: Pull complete [2021-03-19T22:10:24.774Z] 2a8b12db71e7: Pull complete [2021-03-19T22:10:25.729Z] 6ca5941a6612: Pull complete [2021-03-19T22:10:25.991Z] ecc8261a40a4: Pull complete [2021-03-19T22:10:25.991Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T22:10:25.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T22:10:25.991Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T22:10:26.115Z] prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container [2021-03-19T22:10:26.165Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T22:10:28.899Z] $ docker top 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T22:10:29.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T22:10:29.309Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T22:10:29.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T22:10:29.538Z] $ docker exec 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent [2021-03-19T22:10:29.714Z] SSH_AUTH_SOCK=/tmp/ssh-tBCfziUG4q9z/agent.12 [2021-03-19T22:10:29.714Z] SSH_AGENT_PID=17 [2021-03-19T22:10:29.725Z] Running ssh-add (command line suppressed) [2021-03-19T22:10:29.860Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7442392479900469604.key (/w/workspace/edgex-go/4@tmp/private_key_7442392479900469604.key) [2021-03-19T22:10:29.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T22:10:30.262Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T22:10:30.288Z] $ docker exec --env ******** --env ******** 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent -k [2021-03-19T22:10:30.409Z] unset SSH_AUTH_SOCK; [2021-03-19T22:10:30.410Z] unset SSH_AGENT_PID; [2021-03-19T22:10:30.410Z] echo Agent pid 17 killed; [2021-03-19T22:10:30.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T22:10:30.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T22:10:30.758Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T22:10:30.942Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T22:10:30.947Z] $ docker exec 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent [2021-03-19T22:10:31.117Z] SSH_AUTH_SOCK=/tmp/ssh-ofTiLQ4q83Ie/agent.46 [2021-03-19T22:10:31.117Z] SSH_AGENT_PID=51 [2021-03-19T22:10:31.124Z] Running ssh-add (command line suppressed) [2021-03-19T22:10:31.253Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8156026814925733842.key (/w/workspace/edgex-go/4@tmp/private_key_8156026814925733842.key) [2021-03-19T22:10:31.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T22:10:31.642Z] + git semver init [2021-03-19T22:10:31.642Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T22:10:31.642Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-19T22:10:31.642Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-19T22:10:31.642Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T22:10:31.642Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T22:10:31.642Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T22:10:31.642Z] # $SEMVER_BRANCH = PR-3273 [2021-03-19T22:10:31.642Z] # $SEMVER_TEMP = /tmp/semver-955796352 [2021-03-19T22:10:31.642Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T22:11:03.811Z] # '/tmp/semver-955796352' -> '/w/workspace/edgex-go/4/.semver' [2021-03-19T22:11:03.811Z] # -> Force: false [2021-03-19T22:11:03.811Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-19T22:11:03.825Z] $ docker exec --env ******** --env ******** 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f ssh-agent -k [2021-03-19T22:11:04.100Z] unset SSH_AUTH_SOCK; [2021-03-19T22:11:04.100Z] unset SSH_AGENT_PID; [2021-03-19T22:11:04.101Z] echo Agent pid 51 killed; [2021-03-19T22:11:04.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T22:11:04.678Z] + git semver [Pipeline] } [2021-03-19T22:11:04.693Z] $ docker stop --time=1 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f [2021-03-19T22:11:06.283Z] $ docker rm -f 5689701ab041ef209cb060158471a1f7e80f719f0411cdab71e40c889e33471f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T22:11:06.828Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T22:11:07.423Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T22:11:07.427Z] [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-03-19T22:11:08.339Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T22:11:08.640Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T22:11:08.940Z] + sudo service docker restart [2021-03-19T22:11:08.941Z] + true [2021-03-19T22:11:08.941Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T22:11:09.533Z] ========================================================= [2021-03-19T22:11:09.533Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T22:11:09.533Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:11:09.880Z] + 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-03-19T22:11:13.197Z] Sending build context to Docker daemon 328.8MB [2021-03-19T22:11:13.197Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T22:11:13.197Z] Step 2/6 : FROM ${BASE} [2021-03-19T22:11:13.197Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T22:11:13.197Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T22:11:13.197Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T22:11:13.197Z] de9db76c5a1d: Pulling fs layer [2021-03-19T22:11:13.197Z] bca2f99d35d6: Pulling fs layer [2021-03-19T22:11:13.197Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T22:11:13.197Z] 7c6f9722023f: Pulling fs layer [2021-03-19T22:11:13.197Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T22:11:13.459Z] 93359f2a8cfa: Waiting [2021-03-19T22:11:13.459Z] 7c6f9722023f: Waiting [2021-03-19T22:11:13.459Z] a35cf1a2eb13: Waiting [2021-03-19T22:11:13.459Z] bca2f99d35d6: Waiting [2021-03-19T22:11:13.459Z] de9db76c5a1d: Verifying Checksum [2021-03-19T22:11:13.459Z] de9db76c5a1d: Download complete [2021-03-19T22:11:13.459Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T22:11:13.459Z] 0ef7d3d256c8: Download complete [2021-03-19T22:11:13.459Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T22:11:13.459Z] 93359f2a8cfa: Download complete [2021-03-19T22:11:13.459Z] 7c6f9722023f: Verifying Checksum [2021-03-19T22:11:13.459Z] 7c6f9722023f: Download complete [2021-03-19T22:11:13.459Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T22:11:13.459Z] 188c0c94c7c5: Download complete [2021-03-19T22:11:13.724Z] 188c0c94c7c5: Pull complete [2021-03-19T22:11:13.724Z] 0ef7d3d256c8: Pull complete [2021-03-19T22:11:13.986Z] de9db76c5a1d: Pull complete [2021-03-19T22:11:15.911Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T22:11:15.911Z] a35cf1a2eb13: Download complete [2021-03-19T22:11:16.488Z] bca2f99d35d6: Verifying Checksum [2021-03-19T22:11:16.488Z] bca2f99d35d6: Download complete [2021-03-19T22:11:22.809Z] Still waiting to schedule task [2021-03-19T22:11:22.809Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-19T22:11:23.104Z] bca2f99d35d6: Pull complete [2021-03-19T22:11:23.104Z] 93359f2a8cfa: Pull complete [2021-03-19T22:11:23.104Z] 7c6f9722023f: Pull complete [2021-03-19T22:11:27.325Z] a35cf1a2eb13: Pull complete [2021-03-19T22:11:27.325Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T22:11:27.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T22:11:27.325Z] ---> a62c8e92a672 [2021-03-19T22:11:27.325Z] 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-03-19T22:11:27.325Z] ---> Running in 5cca6c424b34 [2021-03-19T22:11:28.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:11:28.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:11:29.429Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T22:11:30.006Z] (2/12) Installing file (5.38-r0) [2021-03-19T22:11:30.006Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T22:11:30.006Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T22:11:34.225Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T22:11:34.225Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T22:11:34.225Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T22:11:34.225Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T22:11:34.225Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T22:11:34.225Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T22:11:34.225Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T22:11:34.225Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T22:11:34.488Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:11:34.488Z] OK: 233 MiB in 51 packages [2021-03-19T22:11:38.708Z] Removing intermediate container 5cca6c424b34 [2021-03-19T22:11:38.708Z] ---> bae19c9edc5b [2021-03-19T22:11:38.708Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T22:11:38.708Z] ---> Running in 32df674ca04d [2021-03-19T22:11:38.975Z] Removing intermediate container 32df674ca04d [2021-03-19T22:11:38.975Z] ---> 90f3fdfca83f [2021-03-19T22:11:38.975Z] Step 5/6 : COPY go.mod . [2021-03-19T22:11:39.237Z] ---> 229dbfc63d94 [2021-03-19T22:11:39.237Z] Step 6/6 : RUN go mod download [2021-03-19T22:11:39.237Z] ---> Running in 35985a5faa8d [2021-03-19T22:12:01.270Z] Removing intermediate container 35985a5faa8d [2021-03-19T22:12:01.270Z] ---> 25b91f71d4e5 [2021-03-19T22:12:01.270Z] Successfully built 25b91f71d4e5 [2021-03-19T22:12:01.270Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:12:01.594Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T22:12:01.594Z] . [Pipeline] withDockerContainer [2021-03-19T22:12:01.699Z] prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container [2021-03-19T22:12:01.745Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T22:12:02.687Z] $ docker top fbecc5429b134d0f83be6c86a1278870a09f0c1a701df24c94cb8669b7950ef7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T22:12:03.176Z] + go version [2021-03-19T22:12:03.176Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T22:12:03.191Z] $ docker stop --time=1 fbecc5429b134d0f83be6c86a1278870a09f0c1a701df24c94cb8669b7950ef7 [2021-03-19T22:12:04.570Z] $ docker rm -f fbecc5429b134d0f83be6c86a1278870a09f0c1a701df24c94cb8669b7950ef7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:12:05.417Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T22:12:05.417Z] . [Pipeline] withDockerContainer [2021-03-19T22:12:05.526Z] prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container [2021-03-19T22:12:05.568Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T22:12:06.252Z] $ docker top 604d59a2edf845cb3a1f46a494c16a746e101a178792ce4fc974631d5c443b0e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T22:12:06.488Z] ========================================================= [2021-03-19T22:12:06.488Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T22:12:06.488Z] ========================================================= [Pipeline] sh [2021-03-19T22:12:06.781Z] + make test [2021-03-19T22:12:06.781Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T22:12:16.868Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T22:12:35.085Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T22:12:39.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T22:12:39.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T22:12:39.331Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T22:12:40.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T22:12:40.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T22:12:40.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T22:12:41.010Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T22:12:41.990Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T22:12:42.264Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T22:12:44.857Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T22:12:44.857Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T22:12:44.857Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T22:12:48.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements [2021-03-19T22:12:48.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T22:12:48.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T22:12:48.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T22:12:48.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T22:12:48.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T22:12:48.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T22:12:48.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements [2021-03-19T22:12:48.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements [2021-03-19T22:12:50.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.1% of statements [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T22:12:50.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T22:12:50.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T22:12:50.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T22:12:50.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements [2021-03-19T22:12:50.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T22:12:50.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T22:12:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.176s coverage: 82.9% of statements [2021-03-19T22:12:51.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T22:12:51.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:12:51.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements [2021-03-19T22:12:51.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T22:12:54.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 28.6% of statements [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T22:12:54.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T22:12:54.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T22:12:54.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T22:12:54.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T22:12:54.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T22:12:54.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T22:12:56.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T22:12:56.982Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T22:12:56.982Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-19T22:12:56.983Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T22:12:56.983Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T22:12:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-03-19T22:12:56.983Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T22:12:56.983Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T22:12:56.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T22:12:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements [2021-03-19T22:12:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements [2021-03-19T22:12:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-03-19T22:12:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-03-19T22:12:56.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-19T22:13:09.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements [2021-03-19T22:13:09.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-19T22:13:11.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 81.7% of statements [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.6% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 64.4% of statements [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T22:13:20.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-19T22:13:20.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 69.0% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 38.4% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.169s coverage: 87.1% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.776s coverage: 29.1% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T22:13:20.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T22:13:20.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T22:13:20.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.108s coverage: 96.5% of statements [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T22:13:20.985Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T22:13:20.985Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T22:13:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T22:13:21.258Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-03-19T22:13:21.258Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T22:13:21.258Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T22:13:21.532Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-19T22:13:21.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-19T22:13:22.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-19T22:13:22.638Z] GO111MODULE=on go vet ./... [2021-03-19T22:13:49.309Z] gofmt -l . [2021-03-19T22:13:49.881Z] [ "`gofmt -l .`" = "" ] [2021-03-19T22:13:50.459Z] ./bin/test-go-mod-tidy.sh [2021-03-19T22:13:51.036Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T22:13:53.265Z] + ls -al . [2021-03-19T22:13:53.265Z] total 772 [2021-03-19T22:13:53.265Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 22:13 . [2021-03-19T22:13:53.265Z] drwxr-xr-x 4 root root 28 Mar 19 22:12 .. [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 22:10 .dockerignore [2021-03-19T22:13:53.265Z] drwxrwxr-x 8 1001 1001 179 Mar 19 22:10 .git [2021-03-19T22:13:53.265Z] drwxrwxr-x 3 1001 1001 125 Mar 19 22:10 .github [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 22:10 .gitignore [2021-03-19T22:13:53.265Z] drwx------ 3 1001 1001 60 Mar 19 22:11 .semver [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 22:10 .sonarcloud.properties [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 22:10 Attribution.txt [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 22:10 CONTRIBUTING.md [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 22:10 Dockerfile.build [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 22:10 Jenkinsfile [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 22:10 LICENSE [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 22:10 Makefile [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 22:10 README.md [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 22:10 SECURITY.md [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 22:11 VERSION [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 22:10 ZMQWindows.md [2021-03-19T22:13:53.265Z] drwxrwxr-x 2 1001 1001 117 Mar 19 22:10 bin [2021-03-19T22:13:53.265Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 22:10 cmd [2021-03-19T22:13:53.265Z] -rw-r--r-- 1 root root 659965 Mar 19 22:13 coverage.out [2021-03-19T22:13:53.265Z] -rw-r--r-- 1 root root 1055 Mar 19 22:13 go.mod [2021-03-19T22:13:53.265Z] -rw-r--r-- 1 root root 21981 Mar 19 22:13 go.sum [2021-03-19T22:13:53.265Z] drwxrwxr-x 8 1001 1001 127 Mar 19 22:10 internal [2021-03-19T22:13:53.265Z] drwxrwxr-x 4 1001 1001 26 Mar 19 22:10 openapi [2021-03-19T22:13:53.265Z] drwxrwxr-x 4 1001 1001 71 Mar 19 22:10 snap [2021-03-19T22:13:53.265Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 22:10 version.go [Pipeline] sh [2021-03-19T22:13:53.580Z] + '[' -e coverage.out ] [2021-03-19T22:13:53.580Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T22:13:53.837Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T22:13:54.128Z] + make build [2021-03-19T22:13:54.128Z] 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-03-19T22:13:57.452Z] 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-03-19T22:14:05.703Z] 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-03-19T22:14:07.107Z] 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-03-19T22:14:09.039Z] 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-03-19T22:14:09.304Z] 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-03-19T22:14:11.227Z] 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-03-19T22:14:12.624Z] 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-03-19T22:14:13.570Z] 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-03-19T22:14:14.963Z] 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-03-19T22:14:15.917Z] 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-03-19T22:14:17.321Z] 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-03-19T22:14:19.267Z] $ docker stop --time=1 604d59a2edf845cb3a1f46a494c16a746e101a178792ce4fc974631d5c443b0e [2021-03-19T22:14:21.212Z] $ docker rm -f 604d59a2edf845cb3a1f46a494c16a746e101a178792ce4fc974631d5c443b0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:14:25.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T22:14:25.795Z] [2021-03-19T22:14:25.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:14:26.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T22:14:26.149Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T22:14:26.149Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T22:14:26.149Z] ca9280d653b3: Pulling fs layer [2021-03-19T22:14:26.149Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T22:14:26.413Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-19T22:14:26.413Z] cbdbe7a5bc2a: Download complete [2021-03-19T22:14:26.675Z] cbdbe7a5bc2a: Pull complete [2021-03-19T22:14:27.262Z] ca9280d653b3: Download complete [2021-03-19T22:14:28.214Z] 7e9c9ca2126c: Verifying Checksum [2021-03-19T22:14:28.214Z] 7e9c9ca2126c: Download complete [2021-03-19T22:14:28.214Z] ca9280d653b3: Pull complete [2021-03-19T22:14:34.831Z] 7e9c9ca2126c: Pull complete [2021-03-19T22:14:34.831Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T22:14:34.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T22:14:34.831Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T22:14:35.009Z] prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container [2021-03-19T22:14:35.057Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T22:14:38.193Z] $ docker top 2709b75df4721e313fdbdf3150fe877bc53126ea1c7dfda5ccd2e49c5e0b3d6e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T22:14:38.701Z] + docker-compose build --help [2021-03-19T22:14:38.701Z] + grep parallel [2021-03-19T22:14:39.647Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T22:14:39.660Z] $ docker stop --time=1 2709b75df4721e313fdbdf3150fe877bc53126ea1c7dfda5ccd2e49c5e0b3d6e [2021-03-19T22:14:41.059Z] $ docker rm -f 2709b75df4721e313fdbdf3150fe877bc53126ea1c7dfda5ccd2e49c5e0b3d6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:14:41.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T22:14:41.714Z] . [Pipeline] withDockerContainer [2021-03-19T22:14:41.815Z] prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container [2021-03-19T22:14:41.862Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T22:14:42.651Z] $ docker top ecf5b17200f931f593fb0d402444da1495dc49172e3bab9a1490e22b1cf11d5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T22:14:43.159Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T22:14:44.106Z] Building docker-core-command-go ... [2021-03-19T22:14:44.106Z] Building docker-core-data-go ... [2021-03-19T22:14:44.106Z] Building docker-core-metadata-go ... [2021-03-19T22:14:44.106Z] Building docker-security-bootstrapper-go ... [2021-03-19T22:14:44.106Z] Building docker-security-proxy-setup-go ... [2021-03-19T22:14:44.106Z] Building docker-security-secretstore-setup-go ... [2021-03-19T22:14:44.106Z] Building docker-support-notifications-go ... [2021-03-19T22:14:44.106Z] Building docker-support-scheduler-go ... [2021-03-19T22:14:44.106Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T22:14:44.106Z] Building docker-core-data-go [2021-03-19T22:14:44.106Z] Building docker-security-bootstrapper-go [2021-03-19T22:14:44.106Z] Building docker-security-secretstore-setup-go [2021-03-19T22:14:44.106Z] Building docker-security-proxy-setup-go [2021-03-19T22:14:44.106Z] Building docker-core-metadata-go [2021-03-19T22:15:07.497Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30640 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws [2021-03-19T22:15:07.560Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-19T22:15:12.770Z] using credential edgex-jenkins-ssh [2021-03-19T22:15:12.840Z] Cloning the remote Git repository [2021-03-19T22:15:12.893Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T22:15:13.004Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-19T22:15:13.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T22:15:13.083Z] > git --version # timeout=10 [2021-03-19T22:15:13.106Z] > git --version # 'git version 2.17.1' [2021-03-19T22:15:13.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T22:15:13.175Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T22:15:23.197Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:15:23.197Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:15:23.197Z] ---> 25b91f71d4e5 [2021-03-19T22:15:23.197Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T22:15:23.197Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:15:23.197Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:15:23.197Z] ---> 25b91f71d4e5 [2021-03-19T22:15:23.197Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T22:15:23.197Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:15:23.197Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:15:23.197Z] ---> 25b91f71d4e5 [2021-03-19T22:15:23.197Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T22:15:23.197Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:15:23.197Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:15:23.197Z] ---> 25b91f71d4e5 [2021-03-19T22:15:23.197Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T22:15:23.197Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:15:23.197Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:15:23.197Z] ---> 25b91f71d4e5 [2021-03-19T22:15:23.197Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T22:15:23.197Z] ---> Running in 513f757968a8 [2021-03-19T22:15:23.197Z] ---> Running in 2449534aa81b [2021-03-19T22:15:23.197Z] ---> Running in f66a3dcee734 [2021-03-19T22:15:23.197Z] ---> Running in edf6af6c014d [2021-03-19T22:15:23.197Z] ---> Running in 96f874aadbaa [2021-03-19T22:15:23.197Z] Removing intermediate container 96f874aadbaa [2021-03-19T22:15:23.197Z] ---> 42fdabc91f6f [2021-03-19T22:15:23.197Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:15:23.197Z] Removing intermediate container f66a3dcee734 [2021-03-19T22:15:23.197Z] ---> 14355bdd3dbf [2021-03-19T22:15:23.197Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:15:23.197Z] Removing intermediate container 513f757968a8 [2021-03-19T22:15:23.197Z] ---> a947a8a4b445 [2021-03-19T22:15:23.197Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:15:23.197Z] Removing intermediate container edf6af6c014d [2021-03-19T22:15:23.197Z] ---> d7dce23de6e1 [2021-03-19T22:15:23.197Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:15:23.197Z] Removing intermediate container 2449534aa81b [2021-03-19T22:15:23.197Z] ---> 81bdd35dc619 [2021-03-19T22:15:23.197Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:15:23.197Z] ---> Running in 1111c4ddfd48 [2021-03-19T22:15:23.197Z] ---> Running in 88285d085138 [2021-03-19T22:15:23.197Z] ---> Running in cd6e8fa28d53 [2021-03-19T22:15:23.197Z] ---> Running in 3e9143b0159f [2021-03-19T22:15:23.197Z] ---> Running in 794f4fb1f599 [2021-03-19T22:15:23.197Z] Removing intermediate container 88285d085138 [2021-03-19T22:15:23.197Z] ---> 7321544f8438 [2021-03-19T22:15:23.197Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T22:15:23.197Z] Removing intermediate container cd6e8fa28d53 [2021-03-19T22:15:23.197Z] ---> 89e2d72cafdd [2021-03-19T22:15:23.197Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T22:15:23.458Z] Removing intermediate container 1111c4ddfd48 [2021-03-19T22:15:23.458Z] ---> d7cdde998c59 [2021-03-19T22:15:23.458Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T22:15:23.458Z] ---> Running in 365fd7891f91 [2021-03-19T22:15:23.458Z] ---> Running in 27a854baf874 [2021-03-19T22:15:23.458Z] ---> Running in c5095a58fbad [2021-03-19T22:15:23.720Z] Removing intermediate container 794f4fb1f599 [2021-03-19T22:15:23.720Z] ---> bc106e6a59ac [2021-03-19T22:15:23.720Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T22:15:23.720Z] Removing intermediate container 3e9143b0159f [2021-03-19T22:15:23.720Z] ---> 5aadb2303f6c [2021-03-19T22:15:23.720Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T22:15:23.720Z] ---> Running in 163bfaf9a8bf [2021-03-19T22:15:23.720Z] ---> Running in 9e3a2d496676 [2021-03-19T22:15:24.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:24.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:24.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:24.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:24.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:25.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:25.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:25.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:25.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:27.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:15:27.224Z] OK: 233 MiB in 51 packages [2021-03-19T22:15:27.224Z] OK: 233 MiB in 51 packages [2021-03-19T22:15:27.224Z] OK: 233 MiB in 51 packages [2021-03-19T22:15:27.224Z] OK: 233 MiB in 51 packages [2021-03-19T22:15:27.224Z] OK: 233 MiB in 51 packages [2021-03-19T22:15:27.224Z] Removing intermediate container 27a854baf874 [2021-03-19T22:15:27.224Z] ---> 4a744c545adc [2021-03-19T22:15:27.224Z] Step 6/31 : COPY go.mod . [2021-03-19T22:15:27.224Z] Removing intermediate container c5095a58fbad [2021-03-19T22:15:27.224Z] ---> d0338fe7a7fb [2021-03-19T22:15:27.224Z] Step 6/23 : COPY go.mod . [2021-03-19T22:15:27.224Z] Removing intermediate container 365fd7891f91 [2021-03-19T22:15:27.224Z] ---> a9e0797a23cb [2021-03-19T22:15:27.224Z] Step 6/21 : COPY go.mod . [2021-03-19T22:15:27.224Z] ---> bf2b22ec2512 [2021-03-19T22:15:27.224Z] Step 7/31 : RUN go mod download [2021-03-19T22:15:27.224Z] ---> f2842efe4511 [2021-03-19T22:15:27.224Z] Step 7/23 : RUN go mod download [2021-03-19T22:15:27.224Z] ---> Running in b17b56ddb37b [2021-03-19T22:15:27.224Z] ---> Running in bd67bb379c77 [2021-03-19T22:15:27.224Z] Removing intermediate container 163bfaf9a8bf [2021-03-19T22:15:27.224Z] ---> 402f1ca7ba8d [2021-03-19T22:15:27.224Z] Step 6/23 : COPY go.mod . [2021-03-19T22:15:27.224Z] Removing intermediate container 9e3a2d496676 [2021-03-19T22:15:27.224Z] ---> 598d70901336 [2021-03-19T22:15:27.224Z] Step 6/24 : COPY go.mod . [2021-03-19T22:15:27.487Z] ---> 5e412148ce3b [2021-03-19T22:15:27.487Z] Step 7/21 : RUN go mod download [2021-03-19T22:15:27.748Z] ---> Running in 1849e1edc4e1 [2021-03-19T22:15:28.011Z] ---> 7942b7116855 [2021-03-19T22:15:28.011Z] Step 7/24 : RUN go mod download [2021-03-19T22:15:28.011Z] ---> 3edcfb1a677a [2021-03-19T22:15:28.011Z] Step 7/23 : RUN go mod download [2021-03-19T22:15:28.011Z] ---> Running in 01466085a77f [2021-03-19T22:15:28.295Z] ---> Running in f6319425ea1e [2021-03-19T22:15:29.802Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:15:28.905Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T22:15:28.919Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T22:15:28.947Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T22:15:28.979Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T22:15:28.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T22:15:28.991Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T22:15:29.818Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T22:15:29.835Z] > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 [2021-03-19T22:15:30.243Z] Removing intermediate container b17b56ddb37b [2021-03-19T22:15:30.243Z] ---> bb09cf399da1 [2021-03-19T22:15:30.243Z] Step 8/31 : COPY . . [2021-03-19T22:15:30.243Z] Removing intermediate container bd67bb379c77 [2021-03-19T22:15:30.243Z] ---> 0b3a05155ceb [2021-03-19T22:15:30.243Z] Step 8/23 : COPY . . [2021-03-19T22:15:30.243Z] Removing intermediate container 1849e1edc4e1 [2021-03-19T22:15:30.243Z] ---> 487e7e6cb1ba [2021-03-19T22:15:30.243Z] Step 8/21 : COPY . . [2021-03-19T22:15:30.380Z] Merge succeeded, producing 3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:15:30.381Z] Checking out Revision 3290b0969f82bd858e0b646d0eddc448e14767c7 (PR-3273) [2021-03-19T22:15:31.212Z] Removing intermediate container 01466085a77f [2021-03-19T22:15:31.212Z] ---> 0be2f81ec5c5 [2021-03-19T22:15:31.212Z] Step 8/24 : COPY . . [2021-03-19T22:15:31.476Z] Removing intermediate container f6319425ea1e [2021-03-19T22:15:31.476Z] ---> f4b8a611a928 [2021-03-19T22:15:31.476Z] Step 8/23 : COPY . . [2021-03-19T22:15:30.194Z] > git remote # timeout=10 [2021-03-19T22:15:30.247Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T22:15:30.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T22:15:30.313Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T22:15:30.361Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T22:15:30.384Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T22:15:30.396Z] > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 [2021-03-19T22:15:34.767Z] Commit message: "fix: remove save management token as we use bootstrap token for now" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T22:15:36.413Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T22:15:36.822Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T22:15:37.166Z] + true [2021-03-19T22:15:37.166Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T22:15:39.246Z] provisioning config files... [2021-03-19T22:15:39.289Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1110521163522452279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:15:39.691Z] ---> docker-login.sh [2021-03-19T22:15:39.691Z] nexus3.edgexfoundry.org:10001 [2021-03-19T22:15:40.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:15:40.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:15:40.948Z] Configure a credential helper to remove this warning. See [2021-03-19T22:15:40.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:15:40.948Z] [2021-03-19T22:15:40.948Z] Login Succeeded [2021-03-19T22:15:40.948Z] nexus3.edgexfoundry.org:10002 [2021-03-19T22:15:41.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:15:41.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:15:41.497Z] Configure a credential helper to remove this warning. See [2021-03-19T22:15:41.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:15:41.497Z] [2021-03-19T22:15:41.497Z] Login Succeeded [2021-03-19T22:15:41.497Z] nexus3.edgexfoundry.org:10003 [2021-03-19T22:15:41.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:15:42.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:15:42.044Z] Configure a credential helper to remove this warning. See [2021-03-19T22:15:42.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:15:42.044Z] [2021-03-19T22:15:42.044Z] Login Succeeded [2021-03-19T22:15:42.044Z] nexus3.edgexfoundry.org:10004 [2021-03-19T22:15:42.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:15:42.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:15:42.316Z] Configure a credential helper to remove this warning. See [2021-03-19T22:15:42.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:15:42.316Z] [2021-03-19T22:15:42.316Z] Login Succeeded [2021-03-19T22:15:42.316Z] docker.io [2021-03-19T22:15:42.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T22:15:43.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T22:15:43.187Z] Configure a credential helper to remove this warning. See [2021-03-19T22:15:43.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T22:15:43.187Z] [2021-03-19T22:15:43.187Z] Login Succeeded [2021-03-19T22:15:43.187Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T22:15:43.204Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T22:15:43.693Z] ========================================================= [2021-03-19T22:15:43.693Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T22:15:43.693Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:15:44.074Z] + 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-03-19T22:15:46.730Z] Sending build context to Docker daemon 167MB [2021-03-19T22:15:46.730Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T22:15:46.730Z] Step 2/6 : FROM ${BASE} [2021-03-19T22:15:46.730Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T22:15:46.730Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T22:15:46.730Z] a4357932f1b6: Pulling fs layer [2021-03-19T22:15:46.730Z] 18c013af1878: Pulling fs layer [2021-03-19T22:15:46.730Z] 00ac8860ef70: Pulling fs layer [2021-03-19T22:15:46.730Z] 63d7cb157983: Pulling fs layer [2021-03-19T22:15:46.730Z] b116817d02f9: Pulling fs layer [2021-03-19T22:15:46.730Z] 745a02a5169b: Pulling fs layer [2021-03-19T22:15:46.730Z] 00ac8860ef70: Waiting [2021-03-19T22:15:46.730Z] 63d7cb157983: Waiting [2021-03-19T22:15:46.730Z] b116817d02f9: Waiting [2021-03-19T22:15:46.730Z] 745a02a5169b: Waiting [2021-03-19T22:15:46.730Z] 18c013af1878: Download complete [2021-03-19T22:15:47.001Z] a4357932f1b6: Verifying Checksum [2021-03-19T22:15:47.001Z] a4357932f1b6: Download complete [2021-03-19T22:15:47.001Z] 63d7cb157983: Verifying Checksum [2021-03-19T22:15:47.001Z] 63d7cb157983: Download complete [2021-03-19T22:15:47.001Z] b116817d02f9: Verifying Checksum [2021-03-19T22:15:47.001Z] b116817d02f9: Download complete [2021-03-19T22:15:47.001Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T22:15:47.001Z] 5f621e34cdf4: Download complete [2021-03-19T22:15:47.603Z] 5f621e34cdf4: Pull complete [2021-03-19T22:15:48.239Z] a4357932f1b6: Pull complete [2021-03-19T22:15:48.515Z] 18c013af1878: Pull complete [2021-03-19T22:15:49.501Z] 745a02a5169b: Verifying Checksum [2021-03-19T22:15:49.501Z] 745a02a5169b: Download complete [2021-03-19T22:15:50.927Z] 00ac8860ef70: Download complete [2021-03-19T22:16:01.093Z] 00ac8860ef70: Pull complete [2021-03-19T22:16:01.093Z] 63d7cb157983: Pull complete [2021-03-19T22:16:01.093Z] b116817d02f9: Pull complete [2021-03-19T22:16:04.505Z] 745a02a5169b: Pull complete [2021-03-19T22:16:04.505Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T22:16:04.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T22:16:04.505Z] ---> b7e6874047d6 [2021-03-19T22:16:04.505Z] 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-03-19T22:16:07.908Z] ---> Running in 63467fa499c3 [2021-03-19T22:16:08.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:16:09.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:16:10.079Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T22:16:10.349Z] (2/12) Installing file (5.38-r0) [2021-03-19T22:16:10.376Z] ---> 4bb4e38b3e02 [2021-03-19T22:16:10.377Z] ---> a5269adc7d04 [2021-03-19T22:16:10.377Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T22:16:10.377Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T22:16:10.618Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T22:16:10.618Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T22:16:10.640Z] ---> 0a2e3079d178 [2021-03-19T22:16:10.640Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T22:16:10.903Z] ---> Running in 9aea4e60ca3c [2021-03-19T22:16:10.903Z] ---> 84b266d7cc0e [2021-03-19T22:16:10.903Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T22:16:11.164Z] ---> Running in 7b3390e5373e [2021-03-19T22:16:11.770Z] ---> Running in dde9c077e3db [2021-03-19T22:16:11.770Z] ---> Running in 2acfa1e1e630 [2021-03-19T22:16:12.032Z] ---> a3a9cb1d2089 [2021-03-19T22:16:12.032Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T22:16:12.622Z] ---> Running in 3cb42ba1ebff [2021-03-19T22:16:13.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T22:16:13.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T22:16:13.235Z] 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-03-19T22:16:13.235Z] 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-03-19T22:16:13.502Z] 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-03-19T22:16:13.983Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T22:16:13.983Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T22:16:13.983Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T22:16:13.983Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T22:16:14.253Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T22:16:14.253Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T22:16:14.526Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T22:16:14.526Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T22:16:14.526Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:16:14.526Z] OK: 217 MiB in 51 packages [2021-03-19T22:16:18.845Z] Removing intermediate container 63467fa499c3 [2021-03-19T22:16:18.845Z] ---> 00109096aa58 [2021-03-19T22:16:18.845Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T22:16:18.845Z] ---> Running in ed6fddc308b9 [2021-03-19T22:16:19.441Z] Removing intermediate container ed6fddc308b9 [2021-03-19T22:16:19.441Z] ---> 16c660bd37f4 [2021-03-19T22:16:19.441Z] Step 5/6 : COPY go.mod . [2021-03-19T22:16:20.035Z] ---> f1270c4b8684 [2021-03-19T22:16:20.035Z] Step 6/6 : RUN go mod download [2021-03-19T22:16:20.318Z] ---> Running in adcda696a99a [2021-03-19T22:16:45.765Z] 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-03-19T22:16:45.765Z] 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-03-19T22:16:47.196Z] Removing intermediate container adcda696a99a [2021-03-19T22:16:47.196Z] ---> c639205da359 [2021-03-19T22:16:47.196Z] Successfully built c639205da359 [2021-03-19T22:16:47.196Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:16:47.588Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T22:16:47.588Z] . [Pipeline] withDockerContainer [2021-03-19T22:16:47.914Z] prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container [2021-03-19T22:16:48.030Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T22:16:49.518Z] $ docker top 671ebfecac073ff7691ace1f55750e2408372877f4a806ef0e1b0ab10c9d67e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T22:16:50.023Z] Removing intermediate container 7b3390e5373e [2021-03-19T22:16:50.023Z] ---> 44c2f330e82f [2021-03-19T22:16:50.023Z] [2021-03-19T22:16:50.023Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T22:16:50.023Z] 3.12: Pulling from library/alpine [2021-03-19T22:16:50.527Z] + go version [2021-03-19T22:16:50.527Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T22:16:50.544Z] $ docker stop --time=1 671ebfecac073ff7691ace1f55750e2408372877f4a806ef0e1b0ab10c9d67e7 [2021-03-19T22:16:51.440Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T22:16:52.420Z] $ docker rm -f 671ebfecac073ff7691ace1f55750e2408372877f4a806ef0e1b0ab10c9d67e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:16:53.457Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T22:16:53.457Z] . [Pipeline] withDockerContainer [2021-03-19T22:16:53.721Z] prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container [2021-03-19T22:16:53.797Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-19T22:16:54.753Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T22:16:54.753Z] ---> 88dd2752d2ea [2021-03-19T22:16:54.753Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T22:16:55.228Z] $ docker top 95a0a5f300c112a2d7daf9006ad28c9c30b8cf00ce1c288d225e9cb14ad804d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T22:16:55.640Z] ========================================================= [2021-03-19T22:16:55.640Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T22:16:55.640Z] ========================================================= [Pipeline] sh [2021-03-19T22:16:55.699Z] ---> Running in 4327ed8a78fd [2021-03-19T22:16:55.699Z] Removing intermediate container 9aea4e60ca3c [2021-03-19T22:16:55.699Z] ---> 6474cdbcba53 [2021-03-19T22:16:55.699Z] [2021-03-19T22:16:55.699Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T22:16:55.699Z] ---> 88dd2752d2ea [2021-03-19T22:16:55.699Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T22:16:55.961Z] Removing intermediate container 2acfa1e1e630 [2021-03-19T22:16:55.961Z] ---> 75433e2f064b [2021-03-19T22:16:55.961Z] [2021-03-19T22:16:55.961Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T22:16:55.961Z] ---> 88dd2752d2ea [2021-03-19T22:16:55.961Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T22:16:55.961Z] ---> Running in bdf077ed8c9b [2021-03-19T22:16:56.223Z] ---> Running in 62933380c3d9 [2021-03-19T22:16:56.223Z] Removing intermediate container 4327ed8a78fd [2021-03-19T22:16:56.223Z] ---> 25b40cddf587 [2021-03-19T22:16:56.223Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T22:16:56.283Z] + make test [2021-03-19T22:16:56.283Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T22:16:56.487Z] ---> Running in 1eb0ea8db99c [2021-03-19T22:16:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:16:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:16:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:16:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:16:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:16:57.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:16:57.455Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T22:16:57.455Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T22:16:57.716Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T22:16:57.716Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T22:16:57.716Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T22:16:57.716Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T22:16:57.716Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T22:16:57.716Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T22:16:57.716Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T22:16:57.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:16:57.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:16:57.716Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T22:16:57.716Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T22:16:57.716Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T22:16:57.716Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T22:16:57.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:16:57.716Z] OK: 6 MiB in 16 packages [2021-03-19T22:16:57.716Z] OK: 7 MiB in 19 packages [2021-03-19T22:16:57.716Z] OK: 7 MiB in 18 packages [2021-03-19T22:17:01.043Z] Removing intermediate container dde9c077e3db [2021-03-19T22:17:01.043Z] ---> 1b217f0316c3 [2021-03-19T22:17:01.044Z] [2021-03-19T22:17:01.044Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T22:17:01.044Z] ---> 88dd2752d2ea [2021-03-19T22:17:01.044Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T22:17:01.044Z] Removing intermediate container 3cb42ba1ebff [2021-03-19T22:17:01.044Z] ---> 2e44bd535eea [2021-03-19T22:17:01.044Z] [2021-03-19T22:17:01.044Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T22:17:01.044Z] ---> 88dd2752d2ea [2021-03-19T22:17:01.044Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T22:17:01.311Z] ---> Running in 7908c42f6efe [2021-03-19T22:17:01.311Z] ---> Running in 0c0941941b75 [2021-03-19T22:17:02.709Z] Removing intermediate container 62933380c3d9 [2021-03-19T22:17:02.709Z] ---> 9267b8d35811 [2021-03-19T22:17:02.709Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T22:17:02.709Z] Removing intermediate container 1eb0ea8db99c [2021-03-19T22:17:02.709Z] ---> 3258bdc04fae [2021-03-19T22:17:02.709Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T22:17:02.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:02.976Z] Removing intermediate container bdf077ed8c9b [2021-03-19T22:17:02.976Z] ---> 845e0fa38d0f [2021-03-19T22:17:02.976Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T22:17:02.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:02.976Z] Removing intermediate container 0c0941941b75 [2021-03-19T22:17:02.976Z] ---> 43a56626d92f [2021-03-19T22:17:02.976Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T22:17:02.976Z] ---> Running in 01fc4d7edfe3 [2021-03-19T22:17:02.976Z] ---> Running in 29ea63344cc8 [2021-03-19T22:17:02.976Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T22:17:02.976Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:17:02.976Z] ---> Running in b2d9bd0d10ff [2021-03-19T22:17:02.976Z] ---> Running in 9f1110a19ec0 [2021-03-19T22:17:02.976Z] OK: 6 MiB in 15 packages [2021-03-19T22:17:03.238Z] Removing intermediate container 29ea63344cc8 [2021-03-19T22:17:03.239Z] ---> beb36cfee2bb [2021-03-19T22:17:03.239Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T22:17:03.239Z] Removing intermediate container 01fc4d7edfe3 [2021-03-19T22:17:03.239Z] ---> 6fd815f5c43b [2021-03-19T22:17:03.239Z] Step 13/21 : WORKDIR /edgex [2021-03-19T22:17:03.500Z] ---> Running in e45d528b7ed4 [2021-03-19T22:17:03.500Z] Removing intermediate container 9f1110a19ec0 [2021-03-19T22:17:03.500Z] ---> 5c0e971ebf8e [2021-03-19T22:17:03.500Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T22:17:03.500Z] Removing intermediate container b2d9bd0d10ff [2021-03-19T22:17:03.500Z] ---> 6a31826e5e03 [2021-03-19T22:17:03.500Z] Step 13/24 : WORKDIR / [2021-03-19T22:17:03.762Z] ---> Running in 29bac74379c1 [2021-03-19T22:17:03.762Z] ---> Running in 0d8052db7b8b [2021-03-19T22:17:03.762Z] ---> Running in b6a187d25f36 [2021-03-19T22:17:03.762Z] Removing intermediate container e45d528b7ed4 [2021-03-19T22:17:03.762Z] ---> f9f753d4967b [2021-03-19T22:17:03.762Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T22:17:04.709Z] Removing intermediate container 7908c42f6efe [2021-03-19T22:17:04.709Z] ---> 2a6fbae6144b [2021-03-19T22:17:04.709Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:17:04.709Z] Removing intermediate container 0d8052db7b8b [2021-03-19T22:17:04.709Z] ---> 31b7e71f66f6 [2021-03-19T22:17:04.709Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:17:04.709Z] ---> Running in 12dc6d9aef21 [2021-03-19T22:17:04.709Z] Removing intermediate container 29bac74379c1 [2021-03-19T22:17:04.709Z] ---> d3765cac8b55 [2021-03-19T22:17:04.709Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T22:17:04.709Z] Removing intermediate container b6a187d25f36 [2021-03-19T22:17:04.709Z] ---> e8b3578a7069 [2021-03-19T22:17:04.709Z] 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-03-19T22:17:04.970Z] ---> Running in 4ad4e25c6334 [2021-03-19T22:17:04.971Z] ---> Running in b6cb3f3c256a [2021-03-19T22:17:05.233Z] ---> 4de2acf1089a [2021-03-19T22:17:05.233Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T22:17:05.498Z] ---> 683d615167fb [2021-03-19T22:17:05.499Z] 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-03-19T22:17:05.499Z] Removing intermediate container 4ad4e25c6334 [2021-03-19T22:17:05.499Z] ---> 6a5958357b62 [2021-03-19T22:17:05.499Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T22:17:05.499Z] ---> Running in ac7afdaa8710 [2021-03-19T22:17:05.767Z] Removing intermediate container ac7afdaa8710 [2021-03-19T22:17:05.767Z] ---> 576c1b4cd0e5 [2021-03-19T22:17:05.767Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T22:17:06.035Z] ---> 0ca47e258c48 [2021-03-19T22:17:06.035Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T22:17:06.035Z] ---> d51351e21fd8 [2021-03-19T22:17:06.035Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T22:17:06.035Z] ---> Running in 0c920e54afd5 [2021-03-19T22:17:06.315Z] Removing intermediate container 12dc6d9aef21 [2021-03-19T22:17:06.315Z] ---> 664260196141 [2021-03-19T22:17:06.315Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T22:17:06.576Z] ---> ccae885c485e [2021-03-19T22:17:06.576Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T22:17:06.576Z] Removing intermediate container 0c920e54afd5 [2021-03-19T22:17:06.576Z] ---> 13338aead7a6 [2021-03-19T22:17:06.576Z] Step 15/23 : WORKDIR / [2021-03-19T22:17:06.576Z] ---> Running in dac5e24cddf2 [2021-03-19T22:17:06.576Z] Removing intermediate container b6cb3f3c256a [2021-03-19T22:17:06.576Z] ---> 3f835cc8c69b [2021-03-19T22:17:06.576Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T22:17:06.837Z] ---> Running in 8da1b92da5cb [2021-03-19T22:17:06.837Z] ---> 720917c19e13 [2021-03-19T22:17:06.837Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T22:17:06.837Z] ---> Running in 2f6b5cf54b6d [2021-03-19T22:17:07.098Z] ---> Running in 631c0bedabdd [2021-03-19T22:17:07.098Z] Removing intermediate container dac5e24cddf2 [2021-03-19T22:17:07.098Z] ---> 362432c09819 [2021-03-19T22:17:07.098Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T22:17:07.368Z] ---> f268a0a3bfee [2021-03-19T22:17:07.368Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T22:17:07.368Z] Removing intermediate container 8da1b92da5cb [2021-03-19T22:17:07.368Z] ---> 358afef88066 [2021-03-19T22:17:07.368Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:17:07.368Z] Removing intermediate container 631c0bedabdd [2021-03-19T22:17:07.368Z] ---> c2662407feef [2021-03-19T22:17:07.368Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T22:17:07.640Z] ---> Running in 32705b6b109b [2021-03-19T22:17:07.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:07.902Z] ---> 1fe613b1620c [2021-03-19T22:17:07.902Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T22:17:08.168Z] ---> f5e5d9bf377f [2021-03-19T22:17:08.168Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T22:17:08.168Z] ---> Running in 61a70b1dadac [2021-03-19T22:17:08.168Z] Removing intermediate container 32705b6b109b [2021-03-19T22:17:08.168Z] ---> d3518c42055d [2021-03-19T22:17:08.168Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T22:17:08.168Z] ---> 65cda9d7157d [2021-03-19T22:17:08.168Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T22:17:08.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:08.703Z] ---> Running in 70647693c6ec [2021-03-19T22:17:08.703Z] ---> 3607d27a5765 [2021-03-19T22:17:08.703Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-19T22:17:08.966Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T22:17:08.967Z] ---> 2300cc7aa921 [2021-03-19T22:17:08.967Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T22:17:08.967Z] Removing intermediate container 70647693c6ec [2021-03-19T22:17:08.967Z] ---> 2abc739ac616 [2021-03-19T22:17:08.967Z] Step 20/21 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:17:08.967Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T22:17:08.967Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T22:17:08.967Z] ---> Running in bf6c4f11df34 [2021-03-19T22:17:08.967Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T22:17:09.227Z] ---> Running in 12390363de67 [2021-03-19T22:17:09.227Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T22:17:09.493Z] ---> a13ad4992d85 [2021-03-19T22:17:09.493Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T22:17:09.493Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T22:17:09.493Z] Removing intermediate container 12390363de67 [2021-03-19T22:17:09.493Z] ---> 9ed6d1538a2d [2021-03-19T22:17:09.493Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T22:17:09.493Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:17:09.493Z] OK: 8 MiB in 20 packages [2021-03-19T22:17:09.493Z] ---> Running in 9d24986cd74d [2021-03-19T22:17:09.757Z] ---> Running in 77a663d95954 [2021-03-19T22:17:09.757Z] Removing intermediate container 9d24986cd74d [2021-03-19T22:17:09.757Z] ---> bacf8e236f89 [2021-03-19T22:17:09.757Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:17:10.023Z] ---> Running in 9830afd75823 [2021-03-19T22:17:10.023Z] Removing intermediate container 77a663d95954 [2021-03-19T22:17:10.023Z] ---> 88d634c4d13f [2021-03-19T22:17:10.023Z] [2021-03-19T22:17:10.601Z] Successfully built 88d634c4d13f [2021-03-19T22:17:10.601Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T22:17:10.601Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-19T22:17:10.601Z] Removing intermediate container 61a70b1dadac [2021-03-19T22:17:10.601Z] ---> 541723c7a81e [2021-03-19T22:17:10.601Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:17:10.864Z] Removing intermediate container 9830afd75823 [2021-03-19T22:17:10.864Z] ---> b26d30f89088 [2021-03-19T22:17:10.864Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T22:17:10.864Z] ---> Running in 559190dded6d [2021-03-19T22:17:11.129Z] Removing intermediate container bf6c4f11df34 [2021-03-19T22:17:11.129Z] ---> 1127874866cf [2021-03-19T22:17:11.129Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T22:17:11.129Z] Removing intermediate container 2f6b5cf54b6d [2021-03-19T22:17:11.129Z] ---> 2c0e9c1ed2c3 [2021-03-19T22:17:11.129Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:17:11.129Z] ---> 5aeb6c156cb4 [2021-03-19T22:17:11.129Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T22:17:11.130Z] ---> Running in ca6835f30f31 [2021-03-19T22:17:11.130Z] Removing intermediate container 559190dded6d [2021-03-19T22:17:11.130Z] ---> 58c13ac59ddb [2021-03-19T22:17:11.130Z] Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:17:11.398Z] ---> Running in 564513ae8d12 [2021-03-19T22:17:11.666Z] ---> 0d47d2c74368 [2021-03-19T22:17:11.666Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T22:17:11.666Z] Removing intermediate container ca6835f30f31 [2021-03-19T22:17:11.666Z] ---> e99af2fa070f [2021-03-19T22:17:11.666Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T22:17:11.936Z] Removing intermediate container 564513ae8d12 [2021-03-19T22:17:11.936Z] ---> 94d1b593576f [2021-03-19T22:17:11.936Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T22:17:12.199Z] ---> 42708187d2fc [2021-03-19T22:17:12.199Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T22:17:12.199Z] ---> Running in 1e3016dab286 [2021-03-19T22:17:13.160Z] ---> Running in 99be7bea464a [2021-03-19T22:17:13.160Z] ---> 814195dc7c04 [2021-03-19T22:17:13.160Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T22:17:13.160Z] Removing intermediate container 1e3016dab286 [2021-03-19T22:17:13.160Z] ---> c38f58bf4ee4 [2021-03-19T22:17:13.160Z] Step 23/24 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:17:13.160Z] ---> 08208af41814 [2021-03-19T22:17:13.160Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T22:17:13.160Z] Removing intermediate container 99be7bea464a [2021-03-19T22:17:13.160Z] ---> 7256ad792921 [2021-03-19T22:17:13.160Z] [2021-03-19T22:17:13.424Z] ---> Running in 7711b4a7c3e5 [2021-03-19T22:17:13.424Z] ---> abade1237567 [2021-03-19T22:17:13.424Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T22:17:13.424Z] Successfully built 7256ad792921 [2021-03-19T22:17:14.379Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T22:17:14.379Z] Building docker-support-notifications-go [2021-03-19T22:17:14.379Z]  Building docker-core-metadata-go ... done  ---> Running in 5da23b2dfb3f [2021-03-19T22:17:14.379Z] Removing intermediate container 7711b4a7c3e5 [2021-03-19T22:17:14.379Z] ---> b85cbe1fda50 [2021-03-19T22:17:14.379Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T22:17:14.644Z] ---> 8c475e477367 [2021-03-19T22:17:14.644Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T22:17:14.911Z] ---> Running in 0cdc8cadff89 [2021-03-19T22:17:16.314Z] Removing intermediate container 5da23b2dfb3f [2021-03-19T22:17:16.314Z] ---> 9259bc4b4227 [2021-03-19T22:17:16.314Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:17:16.314Z] Removing intermediate container 0cdc8cadff89 [2021-03-19T22:17:16.314Z] ---> fffb532eec0f [2021-03-19T22:17:16.314Z] [2021-03-19T22:17:17.702Z] Successfully built fffb532eec0f [2021-03-19T22:17:18.276Z] ---> 70c2b8ef776c [2021-03-19T22:17:18.276Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T22:17:18.276Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T22:17:18.276Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T22:17:18.541Z] ---> Running in d8b920fb6e7f [2021-03-19T22:17:18.582Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T22:17:21.106Z] ---> Running in f57096d83486 [2021-03-19T22:17:23.046Z] Removing intermediate container d8b920fb6e7f [2021-03-19T22:17:23.046Z] ---> 518eec3da144 [2021-03-19T22:17:23.046Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T22:17:23.046Z] Removing intermediate container f57096d83486 [2021-03-19T22:17:23.046Z] ---> fcb12a7b82c7 [2021-03-19T22:17:23.046Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T22:17:23.634Z] ---> Running in 52c2f24365ab [2021-03-19T22:17:27.887Z] ---> 97a240eab85d [2021-03-19T22:17:27.887Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T22:17:29.292Z] Removing intermediate container 52c2f24365ab [2021-03-19T22:17:29.292Z] ---> 34aae6b2d747 [2021-03-19T22:17:29.292Z] Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:17:30.702Z] ---> Running in 9f99769dc22c [2021-03-19T22:17:34.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:17:34.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:17:34.037Z] ---> 25b91f71d4e5 [2021-03-19T22:17:34.037Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T22:17:34.037Z] ---> Using cache [2021-03-19T22:17:34.037Z] ---> 81bdd35dc619 [2021-03-19T22:17:34.037Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:17:34.037Z] ---> Using cache [2021-03-19T22:17:34.037Z] ---> bc106e6a59ac [2021-03-19T22:17:34.037Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T22:17:34.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:17:34.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:17:34.301Z] ---> 25b91f71d4e5 [2021-03-19T22:17:34.301Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T22:17:34.301Z] ---> Using cache [2021-03-19T22:17:34.301Z] ---> 81bdd35dc619 [2021-03-19T22:17:34.301Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:17:34.301Z] ---> Using cache [2021-03-19T22:17:34.301Z] ---> bc106e6a59ac [2021-03-19T22:17:34.301Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T22:17:36.225Z] ---> Running in 93dc7a9b1805 [2021-03-19T22:17:38.160Z] ---> Running in 6917f0b8c1af [2021-03-19T22:17:38.160Z] ---> Running in becd26bc0607 [2021-03-19T22:17:38.425Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:17:38.425Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:17:38.425Z] ---> 25b91f71d4e5 [2021-03-19T22:17:38.425Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T22:17:38.425Z] ---> Using cache [2021-03-19T22:17:38.425Z] ---> 81bdd35dc619 [2021-03-19T22:17:38.425Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:17:38.425Z] ---> Using cache [2021-03-19T22:17:38.425Z] ---> bc106e6a59ac [2021-03-19T22:17:38.425Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T22:17:39.373Z] Removing intermediate container 93dc7a9b1805 [2021-03-19T22:17:39.373Z] ---> a8b9d8e9a129 [2021-03-19T22:17:39.373Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T22:17:39.373Z] ---> Running in 8e40e0f0ed16 [2021-03-19T22:17:39.637Z] ---> Running in 0c11bb65c3b4 [2021-03-19T22:17:39.906Z] Removing intermediate container 0c11bb65c3b4 [2021-03-19T22:17:39.906Z] ---> 3e57e979e591 [2021-03-19T22:17:39.906Z] [2021-03-19T22:17:40.172Z] Successfully built 3e57e979e591 [2021-03-19T22:17:40.172Z] Successfully tagged docker-core-data-go:latest [2021-03-19T22:17:40.172Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-19T22:17:40.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:40.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:40.437Z] Removing intermediate container 9f99769dc22c [2021-03-19T22:17:40.437Z] ---> 277b288735b3 [2021-03-19T22:17:40.437Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T22:17:40.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:40.437Z] ---> Running in b524e70043ce [2021-03-19T22:17:40.702Z] Removing intermediate container b524e70043ce [2021-03-19T22:17:40.702Z] ---> 1571f19613f4 [2021-03-19T22:17:40.702Z] Step 28/31 : CMD ["gate"] [2021-03-19T22:17:40.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:40.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:40.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:17:41.238Z] ---> Running in 33a725320605 [2021-03-19T22:17:42.208Z] OK: 233 MiB in 51 packages [2021-03-19T22:17:42.208Z] OK: 233 MiB in 51 packages [2021-03-19T22:17:42.208Z] OK: 233 MiB in 51 packages [2021-03-19T22:17:42.788Z] Removing intermediate container 33a725320605 [2021-03-19T22:17:42.788Z] ---> a7f6bcd20bdf [2021-03-19T22:17:42.788Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T22:17:43.736Z] ---> Running in 0a70aa322331 [2021-03-19T22:17:45.136Z] Removing intermediate container 6917f0b8c1af [2021-03-19T22:17:45.136Z] ---> f2b7dfe5842f [2021-03-19T22:17:45.136Z] Step 6/22 : COPY go.mod . [2021-03-19T22:17:45.136Z] Removing intermediate container 0a70aa322331 [2021-03-19T22:17:45.136Z] ---> fd9670dc3fdb [2021-03-19T22:17:45.136Z] Step 30/31 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:17:45.136Z] Removing intermediate container becd26bc0607 [2021-03-19T22:17:45.136Z] ---> 182de0ae38d7 [2021-03-19T22:17:45.136Z] Step 6/22 : COPY go.mod . [2021-03-19T22:17:45.136Z] Removing intermediate container 8e40e0f0ed16 [2021-03-19T22:17:45.136Z] ---> bbd789b1284f [2021-03-19T22:17:45.136Z] Step 6/26 : COPY go.mod . [2021-03-19T22:17:45.712Z] ---> Running in 6c16928b985b [2021-03-19T22:17:45.979Z] ---> 7d321444559c [2021-03-19T22:17:45.979Z] Step 7/22 : RUN go mod download [2021-03-19T22:17:46.556Z] ---> Running in 62ad2cf816d6 [2021-03-19T22:17:46.556Z] ---> d415fa44278f [2021-03-19T22:17:46.556Z] Step 7/26 : RUN go mod download [2021-03-19T22:17:46.823Z] ---> 7c33020e9a11 [2021-03-19T22:17:46.823Z] Step 7/22 : RUN go mod download [2021-03-19T22:17:47.783Z] ---> Running in 8591c834a407 [2021-03-19T22:17:47.783Z] Removing intermediate container 6c16928b985b [2021-03-19T22:17:47.783Z] ---> c28714893335 [2021-03-19T22:17:47.783Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T22:17:49.789Z] ---> Running in a025a941508e [2021-03-19T22:17:50.507Z] ---> Running in 0dc9c0d9addd [2021-03-19T22:17:51.661Z] Removing intermediate container 0dc9c0d9addd [2021-03-19T22:17:51.661Z] ---> e28e9f661854 [2021-03-19T22:17:51.661Z] [2021-03-19T22:17:51.929Z] Successfully built e28e9f661854 [2021-03-19T22:17:51.929Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T22:17:52.771Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:17:52.771Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:17:52.771Z] ---> 25b91f71d4e5 [2021-03-19T22:17:52.771Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T22:17:52.771Z] ---> Using cache [2021-03-19T22:17:52.771Z] ---> 81bdd35dc619 [2021-03-19T22:17:52.771Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:17:52.771Z] ---> Using cache [2021-03-19T22:17:52.771Z] ---> bc106e6a59ac [2021-03-19T22:17:52.771Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T22:17:52.771Z] ---> Using cache [2021-03-19T22:17:52.771Z] ---> 182de0ae38d7 [2021-03-19T22:17:52.771Z] Step 6/23 : COPY go.mod . [2021-03-19T22:17:52.771Z] ---> Using cache [2021-03-19T22:17:52.771Z] ---> 7c33020e9a11 [2021-03-19T22:17:52.771Z] Step 7/23 : RUN go mod download [2021-03-19T22:17:53.721Z] ---> Running in af4528a0db0a [2021-03-19T22:17:53.986Z] Removing intermediate container 8591c834a407 [2021-03-19T22:17:53.986Z] ---> 75c852c97ab3 [2021-03-19T22:17:53.986Z] Step 8/26 : COPY . . [2021-03-19T22:17:54.252Z] Removing intermediate container 62ad2cf816d6 [2021-03-19T22:17:54.252Z] ---> a18422b5b6e8 [2021-03-19T22:17:54.252Z] Step 8/22 : COPY . . [2021-03-19T22:17:54.252Z] Removing intermediate container a025a941508e [2021-03-19T22:17:54.252Z] ---> 670736ff89d3 [2021-03-19T22:17:54.252Z] Step 8/22 : COPY . . [2021-03-19T22:18:05.635Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T22:18:06.771Z] Removing intermediate container af4528a0db0a [2021-03-19T22:18:06.771Z] ---> d49a20e29b13 [2021-03-19T22:18:06.771Z] Step 8/23 : COPY . . [2021-03-19T22:18:12.371Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T22:18:19.105Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T22:18:19.105Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T22:18:23.428Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T22:18:23.428Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T22:18:23.428Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T22:18:23.428Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T22:18:26.059Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T22:18:26.660Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T22:18:28.851Z] ---> 4c1abff46a7e [2021-03-19T22:18:28.851Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T22:18:28.851Z] ---> 557d015bf72a [2021-03-19T22:18:28.851Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T22:18:28.851Z] ---> cf63ac267328 [2021-03-19T22:18:28.851Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T22:18:30.252Z] ---> Running in 1a1baa2d25e4 [2021-03-19T22:18:30.252Z] ---> Running in 5aed8c179f4e [2021-03-19T22:18:30.252Z] ---> Running in 471a21a01f3c [2021-03-19T22:18:32.193Z] 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-03-19T22:18:32.193Z] 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-03-19T22:18:32.471Z] 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-03-19T22:18:34.955Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T22:18:34.955Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T22:18:34.955Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T22:18:35.851Z] ---> ef0730959498 [2021-03-19T22:18:35.851Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T22:18:36.118Z] ---> Running in 7c62242caa01 [2021-03-19T22:18:37.558Z] 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-03-19T22:18:40.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.373s coverage: 45.9% of statements [2021-03-19T22:18:40.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T22:18:40.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T22:18:40.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T22:18:40.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T22:18:40.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T22:18:40.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T22:18:40.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements [2021-03-19T22:18:40.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.251s coverage: 100.0% of statements [2021-03-19T22:18:47.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T22:18:47.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T22:18:47.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T22:18:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T22:18:48.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.227s coverage: 71.3% of statements [2021-03-19T22:18:48.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T22:18:48.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T22:18:50.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.549s coverage: 82.9% of statements [2021-03-19T22:18:50.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T22:18:50.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:18:50.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements [2021-03-19T22:18:50.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T22:19:00.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.098s coverage: 28.6% of statements [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T22:19:00.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T22:19:00.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T22:19:00.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.301s coverage: 86.7% of statements [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T22:19:00.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T22:19:00.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T22:19:00.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T22:19:04.258Z] Removing intermediate container 471a21a01f3c [2021-03-19T22:19:04.258Z] ---> 0ae7bb79f837 [2021-03-19T22:19:04.258Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T22:19:04.258Z] ---> Running in ecca1a7d7e87 [2021-03-19T22:19:04.258Z] 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-03-19T22:19:07.577Z] Removing intermediate container 5aed8c179f4e [2021-03-19T22:19:07.577Z] ---> dea6c14be196 [2021-03-19T22:19:07.577Z] [2021-03-19T22:19:07.577Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T22:19:07.577Z] ---> 88dd2752d2ea [2021-03-19T22:19:07.577Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T22:19:07.577Z] Removing intermediate container 1a1baa2d25e4 [2021-03-19T22:19:07.577Z] ---> 44f75b77ac83 [2021-03-19T22:19:07.577Z] [2021-03-19T22:19:07.577Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T22:19:07.577Z] ---> 88dd2752d2ea [2021-03-19T22:19:07.577Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T22:19:07.577Z] ---> Using cache [2021-03-19T22:19:07.577Z] ---> 2a6fbae6144b [2021-03-19T22:19:07.577Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:19:07.577Z] ---> Using cache [2021-03-19T22:19:07.577Z] ---> 6a5958357b62 [2021-03-19T22:19:07.577Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T22:19:07.577Z] ---> Running in afd39165f560 [2021-03-19T22:19:07.577Z] ---> Running in 61246dc2a049 [2021-03-19T22:19:07.842Z] Removing intermediate container afd39165f560 [2021-03-19T22:19:07.842Z] ---> 3aeddff048f3 [2021-03-19T22:19:07.842Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T22:19:08.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:08.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:09.058Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T22:19:09.058Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T22:19:09.058Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:19:09.058Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T22:19:09.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.187s coverage: 92.8% of statements [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T22:19:09.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T22:19:09.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T22:19:09.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T22:19:09.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements [2021-03-19T22:19:09.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-03-19T22:19:09.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-03-19T22:19:09.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-03-19T22:19:09.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-03-19T22:19:09.319Z] OK: 6 MiB in 16 packages [2021-03-19T22:19:09.583Z] ---> Running in ac22164abc88 [2021-03-19T22:19:09.583Z] Removing intermediate container ecca1a7d7e87 [2021-03-19T22:19:09.583Z] ---> dd5c9839a7fe [2021-03-19T22:19:09.583Z] [2021-03-19T22:19:09.583Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T22:19:09.583Z] 20.10.0: Pulling from library/docker [2021-03-19T22:19:10.543Z] Removing intermediate container 7c62242caa01 [2021-03-19T22:19:10.543Z] ---> 3fee4b3f3ec3 [2021-03-19T22:19:10.543Z] [2021-03-19T22:19:10.543Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T22:19:10.543Z] ---> 88dd2752d2ea [2021-03-19T22:19:10.543Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T22:19:10.543Z] ---> Using cache [2021-03-19T22:19:10.543Z] ---> 2a6fbae6144b [2021-03-19T22:19:10.544Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:19:10.544Z] ---> Using cache [2021-03-19T22:19:10.544Z] ---> 6a5958357b62 [2021-03-19T22:19:10.544Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T22:19:11.130Z] Removing intermediate container ac22164abc88 [2021-03-19T22:19:11.130Z] ---> 3098d9d6f461 [2021-03-19T22:19:11.130Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:19:11.130Z] ---> Running in 121d889df9b9 [2021-03-19T22:19:12.520Z] Removing intermediate container 61246dc2a049 [2021-03-19T22:19:12.520Z] ---> 3bb3d343d059 [2021-03-19T22:19:12.520Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:19:12.520Z] Removing intermediate container 121d889df9b9 [2021-03-19T22:19:12.520Z] ---> 8e8caa995857 [2021-03-19T22:19:12.520Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T22:19:12.520Z] ---> 58a170d30a10 [2021-03-19T22:19:12.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T22:19:13.479Z] ---> Running in 4dcdf9e7cf3c [2021-03-19T22:19:13.479Z] ---> Running in 6626054938ed [2021-03-19T22:19:13.479Z] ---> 1a55a0d15f98 [2021-03-19T22:19:13.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T22:19:13.752Z] Removing intermediate container 4dcdf9e7cf3c [2021-03-19T22:19:13.752Z] ---> 04fe4be21054 [2021-03-19T22:19:13.752Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T22:19:13.752Z] Removing intermediate container 6626054938ed [2021-03-19T22:19:13.752Z] ---> 3b373bf352d6 [2021-03-19T22:19:13.752Z] Step 15/23 : WORKDIR / [2021-03-19T22:19:14.014Z] ---> Running in 5068f2c7197b [2021-03-19T22:19:14.015Z] ---> 1f1d7533fe4f [2021-03-19T22:19:14.015Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T22:19:14.015Z] ---> Running in 708fa7b3348f [2021-03-19T22:19:14.015Z] ---> Running in d78e93b0ca6e [2021-03-19T22:19:14.284Z] Removing intermediate container 5068f2c7197b [2021-03-19T22:19:14.284Z] ---> 23572bf8300a [2021-03-19T22:19:14.284Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T22:19:14.284Z] Removing intermediate container 708fa7b3348f [2021-03-19T22:19:14.284Z] ---> 6683da21722c [2021-03-19T22:19:14.284Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:19:14.284Z] ---> Running in 2bee4f69a644 [2021-03-19T22:19:14.564Z] Removing intermediate container d78e93b0ca6e [2021-03-19T22:19:14.564Z] ---> 70d5de679736 [2021-03-19T22:19:14.564Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:19:14.564Z] ---> Running in 795cdbe59a0c [2021-03-19T22:19:14.564Z] Removing intermediate container 2bee4f69a644 [2021-03-19T22:19:14.564Z] ---> 88432b10fbff [2021-03-19T22:19:14.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:19:14.837Z] ---> 16850ee2a853 [2021-03-19T22:19:14.837Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T22:19:14.837Z] Removing intermediate container 795cdbe59a0c [2021-03-19T22:19:14.837Z] ---> a616ecdb5ce6 [2021-03-19T22:19:14.837Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T22:19:14.837Z] ---> Running in 16b4206229b6 [2021-03-19T22:19:15.112Z] ---> 3f395ef6204b [2021-03-19T22:19:15.112Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T22:19:15.112Z] Removing intermediate container 16b4206229b6 [2021-03-19T22:19:15.112Z] ---> 7886eeef17ab [2021-03-19T22:19:15.112Z] Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:19:15.380Z] ---> Running in aa612c384d26 [2021-03-19T22:19:15.380Z] ---> 9111b52fefe8 [2021-03-19T22:19:15.380Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T22:19:15.644Z] Removing intermediate container aa612c384d26 [2021-03-19T22:19:15.644Z] ---> 0a21fc339ab9 [2021-03-19T22:19:15.644Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T22:19:15.906Z] ---> 5da5be1092a0 [2021-03-19T22:19:15.906Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T22:19:16.487Z] ---> Running in 1b2be570a538 [2021-03-19T22:19:16.755Z] ---> 4d6d4d704de7 [2021-03-19T22:19:16.755Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T22:19:16.755Z] ---> f58b862caf06 [2021-03-19T22:19:16.755Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T22:19:16.755Z] ---> Running in b81dde9475c5 [2021-03-19T22:19:16.755Z] ---> Running in d13bd0e3adba [2021-03-19T22:19:16.755Z] Removing intermediate container 1b2be570a538 [2021-03-19T22:19:16.755Z] ---> 0809c1c4f775 [2021-03-19T22:19:16.755Z] [2021-03-19T22:19:17.017Z] Removing intermediate container b81dde9475c5 [2021-03-19T22:19:17.017Z] ---> 33546cebd770 [2021-03-19T22:19:17.017Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:19:17.017Z] Removing intermediate container d13bd0e3adba [2021-03-19T22:19:17.017Z] ---> 4460259540f4 [2021-03-19T22:19:17.017Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:19:17.017Z] Successfully built 0809c1c4f775 [2021-03-19T22:19:17.282Z] ---> Running in cda09d5176ac [2021-03-19T22:19:17.282Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T22:19:17.282Z] ---> Running in 676a26fb6268 [2021-03-19T22:19:17.282Z]  Building docker-support-scheduler-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T22:19:17.282Z] Removing intermediate container cda09d5176ac [2021-03-19T22:19:17.282Z] ---> ca961352c5f2 [2021-03-19T22:19:17.282Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T22:19:17.282Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T22:19:17.282Z] ---> aefe523efa57 [2021-03-19T22:19:17.282Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T22:19:17.543Z] Removing intermediate container 676a26fb6268 [2021-03-19T22:19:17.543Z] ---> 4194d7de638f [2021-03-19T22:19:17.543Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T22:19:17.805Z] ---> Running in b33ee0e53eea [2021-03-19T22:19:17.805Z] ---> Running in 8861d73c7122 [2021-03-19T22:19:17.805Z] ---> Running in 9b38bbc6848d [2021-03-19T22:19:18.077Z] Removing intermediate container b33ee0e53eea [2021-03-19T22:19:18.077Z] ---> c2ddb5c8157c [2021-03-19T22:19:18.077Z] Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:19:18.077Z] Removing intermediate container 9b38bbc6848d [2021-03-19T22:19:18.077Z] ---> d401716a51ad [2021-03-19T22:19:18.077Z] Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:19:18.077Z] ---> Running in f8d131bcee2d [2021-03-19T22:19:18.339Z] ---> Running in 5dfc729d7e76 [2021-03-19T22:19:18.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:18.339Z] Removing intermediate container f8d131bcee2d [2021-03-19T22:19:18.339Z] ---> 788bac3f04d7 [2021-03-19T22:19:18.339Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T22:19:18.339Z] Removing intermediate container 5dfc729d7e76 [2021-03-19T22:19:18.339Z] ---> 28c7c0ae95ee [2021-03-19T22:19:18.339Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T22:19:18.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:18.601Z] ---> Running in 7e366350bdc2 [2021-03-19T22:19:18.601Z] ---> Running in 52ac1bca98fa [2021-03-19T22:19:18.601Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T22:19:18.601Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T22:19:18.601Z] Executing bash-5.0.17-r0.post-install [2021-03-19T22:19:18.601Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:19:18.601Z] OK: 12 MiB in 22 packages [2021-03-19T22:19:18.601Z] Removing intermediate container 7e366350bdc2 [2021-03-19T22:19:18.601Z] ---> 6a1d073187fe [2021-03-19T22:19:18.601Z] [2021-03-19T22:19:18.864Z] Removing intermediate container 52ac1bca98fa [2021-03-19T22:19:18.864Z] ---> 266007a616fd [2021-03-19T22:19:18.864Z] [2021-03-19T22:19:18.864Z] Successfully built 6a1d073187fe [2021-03-19T22:19:18.864Z] Successfully tagged docker-core-command-go:latest [2021-03-19T22:19:19.125Z]  Building docker-core-command-go ... done Successfully built 266007a616fd [2021-03-19T22:19:19.125Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T22:19:19.386Z]  Building docker-support-notifications-go ... done Removing intermediate container 8861d73c7122 [2021-03-19T22:19:19.386Z] ---> 832e8bdf4d4a [2021-03-19T22:19:19.386Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T22:19:19.648Z] ---> Running in 02d18e13edaa [2021-03-19T22:19:19.648Z] Removing intermediate container 02d18e13edaa [2021-03-19T22:19:19.648Z] ---> 27fd305bf8c7 [2021-03-19T22:19:19.648Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T22:19:19.910Z] ---> Running in cf8a2f5d61d8 [2021-03-19T22:19:19.910Z] Removing intermediate container cf8a2f5d61d8 [2021-03-19T22:19:19.910Z] ---> 545ff985fa20 [2021-03-19T22:19:19.910Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T22:19:19.910Z] ---> Running in a78f97f35b28 [2021-03-19T22:19:20.173Z] Removing intermediate container a78f97f35b28 [2021-03-19T22:19:20.173Z] ---> e3d4b9a51932 [2021-03-19T22:19:20.173Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T22:19:20.744Z] ---> bb94606fe13d [2021-03-19T22:19:20.744Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T22:19:21.008Z] ---> 652bf9c0ca5c [2021-03-19T22:19:21.008Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T22:19:21.272Z] ---> 546e3ea6c273 [2021-03-19T22:19:21.272Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T22:19:21.272Z] ---> Running in e0dcf32b2981 [2021-03-19T22:19:21.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-03-19T22:19:21.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2021-03-19T22:19:21.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:22.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:22.106Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T22:19:22.106Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T22:19:22.106Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T22:19:22.106Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T22:19:22.106Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T22:19:22.106Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T22:19:22.106Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T22:19:23.491Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T22:19:23.492Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T22:19:23.492Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T22:19:23.492Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T22:19:23.492Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T22:19:23.492Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T22:19:23.492Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T22:19:23.492Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T22:19:23.492Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T22:19:23.492Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T22:19:23.753Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T22:19:23.753Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T22:19:23.753Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T22:19:23.753Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T22:19:23.753Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T22:19:23.753Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T22:19:23.753Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T22:19:23.753Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T22:19:23.753Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T22:19:23.753Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T22:19:23.753Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T22:19:23.753Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T22:19:23.753Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T22:19:23.753Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T22:19:23.753Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T22:19:23.753Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T22:19:24.015Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:19:24.015Z] OK: 71 MiB in 55 packages [2021-03-19T22:19:26.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.333s coverage: 81.7% of statements [2021-03-19T22:19:34.047Z] Removing intermediate container e0dcf32b2981 [2021-03-19T22:19:34.047Z] ---> 730d9cc3c716 [2021-03-19T22:19:34.047Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T22:19:34.047Z] ---> Running in 35eaf5fae182 [2021-03-19T22:19:34.310Z] Collecting docker-compose==1.23.2 [2021-03-19T22:19:34.310Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T22:19:34.572Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T22:19:34.572Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T22:19:34.572Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T22:19:34.572Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T22:19:35.146Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T22:19:35.146Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T22:19:36.089Z] Collecting PyYAML<4,>=3.10 [2021-03-19T22:19:36.089Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements [2021-03-19T22:19:36.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-03-19T22:19:36.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.154s coverage: 87.2% of statements [2021-03-19T22:19:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.6% of statements [2021-03-19T22:19:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements [2021-03-19T22:19:36.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T22:19:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 64.4% of statements [2021-03-19T22:19:36.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T22:19:36.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T22:19:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2021-03-19T22:19:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-03-19T22:19:36.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-03-19T22:19:36.665Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T22:19:36.665Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T22:19:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.114s coverage: 73.7% of statements [2021-03-19T22:19:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-19T22:19:36.927Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T22:19:36.927Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T22:19:37.188Z] 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-03-19T22:19:37.449Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T22:19:37.449Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T22:19:37.449Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T22:19:37.449Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T22:19:37.712Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T22:19:37.712Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T22:19:37.712Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T22:19:37.712Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T22:19:37.974Z] Collecting idna<2.8,>=2.5 [2021-03-19T22:19:37.974Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T22:19:37.974Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T22:19:37.974Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T22:19:37.974Z] 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-03-19T22:19:37.974Z] 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-03-19T22:19:37.974Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T22:19:37.974Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T22:19:37.974Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T22:19:37.974Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T22:19:38.237Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, jsonschema, texttable, cached-property, docker-compose [2021-03-19T22:19:38.498Z] Attempting uninstall: idna [2021-03-19T22:19:38.498Z] Found existing installation: idna 2.9 [2021-03-19T22:19:38.498Z] Uninstalling idna-2.9: [2021-03-19T22:19:38.498Z] Successfully uninstalled idna-2.9 [2021-03-19T22:19:38.498Z] Attempting uninstall: urllib3 [2021-03-19T22:19:38.498Z] Found existing installation: urllib3 1.25.9 [2021-03-19T22:19:38.498Z] Uninstalling urllib3-1.25.9: [2021-03-19T22:19:38.760Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T22:19:38.760Z] Attempting uninstall: requests [2021-03-19T22:19:38.760Z] Found existing installation: requests 2.23.0 [2021-03-19T22:19:38.760Z] Uninstalling requests-2.23.0: [2021-03-19T22:19:38.760Z] Successfully uninstalled requests-2.23.0 [2021-03-19T22:19:39.335Z] Running setup.py install for docopt: started [2021-03-19T22:19:39.596Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T22:19:39.596Z] Running setup.py install for dockerpty: started [2021-03-19T22:19:40.170Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T22:19:40.170Z] Running setup.py install for PyYAML: started [2021-03-19T22:19:40.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.865s coverage: 69.0% of statements [2021-03-19T22:19:40.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T22:19:40.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T22:19:40.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T22:19:40.746Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T22:19:40.746Z] Running setup.py install for texttable: started [2021-03-19T22:19:41.338Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T22:19:41.599Z] 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-03-19T22:19:41.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 38.4% of statements [2021-03-19T22:19:41.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T22:19:41.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T22:19:41.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements [2021-03-19T22:19:41.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T22:19:41.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements [2021-03-19T22:19:44.966Z] Removing intermediate container 35eaf5fae182 [2021-03-19T22:19:44.966Z] ---> 30e6a3afa10c [2021-03-19T22:19:44.966Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T22:19:44.966Z] ---> Running in 8f64e2aa7fe0 [2021-03-19T22:19:45.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:45.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T22:19:45.803Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T22:19:45.803Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T22:19:45.803Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T22:19:45.803Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:19:45.803Z] OK: 72 MiB in 58 packages [2021-03-19T22:19:46.377Z] Removing intermediate container 8f64e2aa7fe0 [2021-03-19T22:19:46.377Z] ---> f2a13e251956 [2021-03-19T22:19:46.377Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T22:19:46.377Z] ---> Running in 9769c0d73f72 [2021-03-19T22:19:46.639Z] Removing intermediate container 9769c0d73f72 [2021-03-19T22:19:46.639Z] ---> b97a5e226c72 [2021-03-19T22:19:46.639Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:19:46.639Z] ---> Running in bd6ed2756703 [2021-03-19T22:19:46.903Z] Removing intermediate container bd6ed2756703 [2021-03-19T22:19:46.903Z] ---> 8cc3e9a66bd1 [2021-03-19T22:19:46.903Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T22:19:46.903Z] ---> Running in b2ea60f6dc9b [2021-03-19T22:19:46.903Z] Removing intermediate container b2ea60f6dc9b [2021-03-19T22:19:46.903Z] ---> 66096bcd4df6 [2021-03-19T22:19:46.903Z] Step 25/26 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:19:47.165Z] ---> Running in 62951e207de1 [2021-03-19T22:19:47.165Z] Removing intermediate container 62951e207de1 [2021-03-19T22:19:47.165Z] ---> 3d698d0a62b5 [2021-03-19T22:19:47.165Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T22:19:47.165Z] ---> Running in d90a6982ab6f [2021-03-19T22:19:47.428Z] Removing intermediate container d90a6982ab6f [2021-03-19T22:19:47.428Z] ---> 0f89a518d9de [2021-03-19T22:19:47.428Z] [2021-03-19T22:19:47.691Z] Successfully built 0f89a518d9de [2021-03-19T22:19:47.691Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T22:19:48.322Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T22:19:48.380Z] $ docker stop --time=1 ecf5b17200f931f593fb0d402444da1495dc49172e3bab9a1490e22b1cf11d5c [2021-03-19T22:19:48.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.421s coverage: 47.0% of statements [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T22:19:48.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.205s coverage: 100.0% of statements [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T22:19:48.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T22:19:48.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.534s coverage: 87.1% of statements [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T22:19:48.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:19:48.502Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T22:19:50.882Z] $ docker rm -f ecf5b17200f931f593fb0d402444da1495dc49172e3bab9a1490e22b1cf11d5c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T22:19:51.646Z] + docker images [2021-03-19T22:19:51.646Z] + grep docker [2021-03-19T22:19:51.920Z] docker-sys-mgmt-agent-go latest 0f89a518d9de 4 seconds ago 313MB [2021-03-19T22:19:51.920Z] docker-support-notifications-go latest 266007a616fd 33 seconds ago 17.9MB [2021-03-19T22:19:51.920Z] docker-core-command-go latest 6a1d073187fe 33 seconds ago 17.3MB [2021-03-19T22:19:51.920Z] docker-support-scheduler-go latest 0809c1c4f775 35 seconds ago 17.3MB [2021-03-19T22:19:51.920Z] docker-security-bootstrapper-go latest e28e9f661854 2 minutes ago 18.8MB [2021-03-19T22:19:51.920Z] docker-core-data-go latest 3e57e979e591 2 minutes ago 22.6MB [2021-03-19T22:19:51.920Z] docker-security-secretstore-setup-go latest fffb532eec0f 2 minutes ago 24.9MB [2021-03-19T22:19:51.920Z] docker-core-metadata-go latest 7256ad792921 2 minutes ago 19.1MB [2021-03-19T22:19:51.920Z] docker-security-proxy-setup-go latest 88d634c4d13f 2 minutes ago 24.7MB [2021-03-19T22:19:51.920Z] docker 20.10.0 aefe523efa57 3 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-03-19T22:19:56.789Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.299s coverage: 29.1% of statements [2021-03-19T22:19:56.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T22:19:56.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T22:19:56.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T22:19:56.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T22:19:56.789Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.250s coverage: 96.5% of statements [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T22:19:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.099s coverage: 100.0% of statements [2021-03-19T22:19:56.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-19T22:19:57.063Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-19T22:19:58.037Z] GO111MODULE=on go vet ./... [2021-03-19T22:20:07.826Z] Still waiting to schedule task [2021-03-19T22:20:07.827Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-19T22:20:58.159Z] Running on prd-ubuntu18.04-docker-8c-8g-30641 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws [2021-03-19T22:20:58.232Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-19T22:21:00.260Z] using credential edgex-jenkins-ssh [2021-03-19T22:21:00.324Z] Cloning the remote Git repository [2021-03-19T22:21:00.307Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T22:21:00.369Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-19T22:21:00.399Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T22:21:00.399Z] > git --version # timeout=10 [2021-03-19T22:21:00.411Z] > git --version # 'git version 2.17.1' [2021-03-19T22:21:00.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T22:21:00.432Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T22:21:08.955Z] Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:21:09.078Z] Merge succeeded, producing 3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:21:09.078Z] Checking out Revision 3290b0969f82bd858e0b646d0eddc448e14767c7 (PR-3273) [2021-03-19T22:21:08.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T22:21:08.229Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T22:21:08.239Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T22:21:08.250Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T22:21:08.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T22:21:08.254Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T22:21:08.950Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T22:21:08.955Z] > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 [2021-03-19T22:21:09.033Z] > git remote # timeout=10 [2021-03-19T22:21:09.042Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T22:21:09.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T22:21:09.050Z] > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T22:21:09.059Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T22:21:09.067Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T22:21:09.074Z] > git checkout -f 3290b0969f82bd858e0b646d0eddc448e14767c7 # timeout=10 [2021-03-19T22:21:12.762Z] Commit message: "fix: remove save management token as we use bootstrap token for now" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:21:13.878Z] + echo snap-build.sh [2021-03-19T22:21:13.878Z] snap-build.sh [2021-03-19T22:21:13.878Z] + SNAP_BASE_DIR=. [2021-03-19T22:21:13.878Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-03-19T22:21:13.878Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-03-19T22:21:13.878Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-03-19T22:21:13.878Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-03-19T22:21:13.878Z] + cd /w/workspace/edgex-go/4 [2021-03-19T22:21:13.878Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T22:21:13.878Z] Reading package lists... [2021-03-19T22:21:13.878Z] Building dependency tree... [2021-03-19T22:21:13.878Z] Reading state information... [2021-03-19T22:21:14.140Z] The following packages were automatically installed and are no longer required: [2021-03-19T22:21:14.140Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T22:21:14.140Z] uidmap xdelta3 [2021-03-19T22:21:14.140Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T22:21:14.140Z] The following packages will be REMOVED: [2021-03-19T22:21:14.140Z] lxd* lxd-client* [2021-03-19T22:21:14.401Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T22:21:14.401Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T22:21:15.449Z] (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-03-19T22:21:15.449Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T22:21:16.392Z] Removing lxd dnsmasq configuration [2021-03-19T22:21:16.392Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T22:21:16.653Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T22:21:17.599Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T22:21:17.599Z] (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-03-19T22:21:17.599Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T22:21:18.986Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T22:21:18.986Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T22:21:19.872Z] gofmt -l . [2021-03-19T22:21:19.872Z] [ "`gofmt -l .`" = "" ] [2021-03-19T22:21:19.872Z] ./bin/test-go-mod-tidy.sh [2021-03-19T22:21:19.872Z] ./bin/test-attribution-txt.sh [2021-03-19T22:21:20.373Z] + sudo snap remove --purge lxd [2021-03-19T22:21:20.373Z] snap "lxd" is not installed [2021-03-19T22:21:20.373Z] + sudo groupadd --force --system lxd [2021-03-19T22:21:20.373Z] ++ whoami [2021-03-19T22:21:20.373Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T22:21:20.373Z] + newgrp - lxd [2021-03-19T22:21:20.373Z] + sudo snap install lxd [Pipeline] sh [2021-03-19T22:21:21.500Z] + ls -al . [2021-03-19T22:21:21.501Z] total 800 [2021-03-19T22:21:21.501Z] drwxrwxr-x 9 1001 1001 4096 Mar 19 22:21 . [2021-03-19T22:21:21.501Z] drwxr-xr-x 4 root root 4096 Mar 19 22:16 .. [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 22:15 .dockerignore [2021-03-19T22:21:21.501Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 22:15 .git [2021-03-19T22:21:21.501Z] drwxrwxr-x 3 1001 1001 4096 Mar 19 22:15 .github [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 22:15 .gitignore [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 22:15 .sonarcloud.properties [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 22:15 Attribution.txt [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 22:15 CONTRIBUTING.md [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 22:15 Dockerfile.build [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 22:15 Jenkinsfile [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 22:15 LICENSE [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 22:15 Makefile [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 22:15 README.md [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 22:15 SECURITY.md [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 22:11 VERSION [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 22:15 ZMQWindows.md [2021-03-19T22:21:21.501Z] drwxrwxr-x 2 1001 1001 4096 Mar 19 22:15 bin [2021-03-19T22:21:21.501Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 22:15 cmd [2021-03-19T22:21:21.501Z] -rw-r--r-- 1 root root 659965 Mar 19 22:19 coverage.out [2021-03-19T22:21:21.501Z] -rw-r--r-- 1 root root 1055 Mar 19 22:21 go.mod [2021-03-19T22:21:21.501Z] -rw-r--r-- 1 root root 21981 Mar 19 22:21 go.sum [2021-03-19T22:21:21.501Z] drwxrwxr-x 8 1001 1001 4096 Mar 19 22:15 internal [2021-03-19T22:21:21.501Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 22:15 openapi [2021-03-19T22:21:21.501Z] drwxrwxr-x 4 1001 1001 4096 Mar 19 22:15 snap [2021-03-19T22:21:21.501Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 22:15 version.go [Pipeline] sh [2021-03-19T22:21:22.160Z] + '[' -e coverage.out ] [2021-03-19T22:21:22.160Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T22:21:22.257Z] Warning: overwriting stash ‘coverage-report’ [2021-03-19T22:21:23.422Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T22:21:24.092Z] + make build [2021-03-19T22:21:24.092Z] 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-03-19T22:21:28.520Z] 2021-03-19T22:21:25Z INFO Waiting for automatic snapd restart... [2021-03-19T22:21:34.245Z] 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-03-19T22:21:40.828Z] lxd 4.12 from Canonical* installed [2021-03-19T22:21:40.828Z] + sudo lxd init --auto [2021-03-19T22:21:48.973Z] + sudo snap install --classic snapcraft [2021-03-19T22:21:54.262Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T22:21:54.262Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T22:21:54.262Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T22:21:54.262Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T22:21:54.262Z] Dload Upload Total Spent Left Speed [2021-03-19T22:21:54.522Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 0 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 [2021-03-19T22:21:54.791Z] 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M [2021-03-19T22:21:54.791Z] ./yq_linux_amd64 [2021-03-19T22:21:54.791Z] + sudo snapcraft prime --use-lxd [2021-03-19T22:21:56.176Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T22:21:56.176Z] 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-03-19T22:21:56.176Z] - README.md [2021-03-19T22:21:56.176Z] [2021-03-19T22:21:56.176Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T22:21:56.414Z] 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-03-19T22:21:56.751Z] Launching a container. [2021-03-19T22:22:00.721Z] 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-03-19T22:22:07.423Z] 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-03-19T22:22:08.855Z] 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-03-19T22:22:08.997Z] Waiting for container to be ready [2021-03-19T22:22:08.997Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T22:22:08.997Z] [2021-03-19T22:22:11.541Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T22:22:11.541Z] Waiting for network to be ready... [2021-03-19T22:22:12.114Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T22:22:12.114Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T22:22:12.685Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T22:22:12.685Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T22:22:12.685Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T22:22:12.947Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T22:22:13.209Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T22:22:13.209Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T22:22:13.209Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T22:22:13.209Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T22:22:13.209Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T22:22:13.209Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T22:22:13.209Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T22:22:13.209Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T22:22:13.209Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T22:22:13.209Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T22:22:13.209Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T22:22:13.209Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T22:22:13.470Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T22:22:13.470Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-19T22:22:13.470Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T22:22:13.470Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T22:22:13.470Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T22:22:13.470Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T22:22:13.731Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-19T22:22:13.731Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T22:22:13.731Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T22:22:14.245Z] 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-03-19T22:22:16.277Z] Fetched 24.1 MB in 4s (5487 kB/s) [2021-03-19T22:22:17.222Z] Reading package lists... [2021-03-19T22:22:17.483Z] Reading package lists... [2021-03-19T22:22:17.483Z] Building dependency tree... [2021-03-19T22:22:17.483Z] Reading state information... [2021-03-19T22:22:17.745Z] The following additional packages will be installed: [2021-03-19T22:22:17.745Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T22:22:17.745Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T22:22:17.745Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T22:22:17.745Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T22:22:17.745Z] Suggested packages: [2021-03-19T22:22:17.745Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T22:22:17.745Z] Recommended packages: [2021-03-19T22:22:17.745Z] gnupg libsasl2-modules [2021-03-19T22:22:17.745Z] The following NEW packages will be installed: [2021-03-19T22:22:17.745Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T22:22:17.745Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T22:22:17.745Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T22:22:17.745Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T22:22:17.745Z] The following packages will be upgraded: [2021-03-19T22:22:17.745Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T22:22:17.745Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T22:22:17.745Z] Need to get 3530 kB of archives. [2021-03-19T22:22:17.745Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T22:22:17.745Z] 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-03-19T22:22:17.745Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T22:22:17.745Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T22:22:17.745Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T22:22:17.745Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T22:22:18.318Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T22:22:18.579Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T22:22:18.579Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T22:22:18.579Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T22:22:18.579Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T22:22:18.579Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T22:22:18.579Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T22:22:18.579Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T22:22:18.579Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T22:22:18.579Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T22:22:18.579Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T22:22:18.579Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T22:22:18.579Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T22:22:18.579Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T22:22:18.579Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T22:22:18.579Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T22:22:18.847Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T22:22:18.847Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T22:22:18.847Z] Fetched 3530 kB in 1s (3363 kB/s) [2021-03-19T22:22:18.847Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T22:22:18.847Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T22:22:18.847Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T22:22:19.108Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T22:22:19.108Z] Selecting previously unselected package udev. [2021-03-19T22:22:19.108Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T22:22:19.108Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T22:22:19.108Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T22:22:19.369Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T22:22:19.369Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T22:22:19.369Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T22:22:19.369Z] Selecting previously unselected package fuse. [2021-03-19T22:22:19.369Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T22:22:19.369Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T22:22:19.629Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T22:22:19.629Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T22:22:19.629Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T22:22:19.630Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T22:22:19.638Z] 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-03-19T22:22:19.891Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T22:22:19.891Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T22:22:19.891Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T22:22:19.891Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T22:22:20.152Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T22:22:20.152Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T22:22:20.152Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.152Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.152Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T22:22:20.152Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.152Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.412Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T22:22:20.413Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.413Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.413Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T22:22:20.413Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.413Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.672Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T22:22:20.672Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.672Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.672Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T22:22:20.672Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.673Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.934Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T22:22:20.934Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.934Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.934Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T22:22:20.934Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.934Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:20.934Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T22:22:20.934Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T22:22:20.934Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:21.194Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T22:22:21.194Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T22:22:21.194Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T22:22:21.194Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T22:22:21.194Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T22:22:21.194Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T22:22:21.455Z] Selecting previously unselected package libldap-common. [2021-03-19T22:22:21.455Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T22:22:21.455Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T22:22:21.455Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T22:22:21.455Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T22:22:21.455Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T22:22:21.455Z] Selecting previously unselected package dirmngr. [2021-03-19T22:22:21.455Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T22:22:21.455Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T22:22:21.716Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T22:22:21.716Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T22:22:21.716Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T22:22:21.716Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T22:22:21.716Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T22:22:21.977Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-19T22:22:21.977Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:21.977Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T22:22:21.977Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T22:22:21.977Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-19T22:22:22.239Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T22:22:22.505Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.505Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T22:22:22.505Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T22:22:22.505Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T22:22:22.505Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.505Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.765Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.765Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.765Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.765Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.765Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T22:22:22.765Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T22:22:22.766Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T22:22:22.766Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T22:22:23.336Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T22:22:23.337Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T22:22:23.337Z] This means they are not meant to be enabled using systemctl. [2021-03-19T22:22:23.337Z] Possible reasons for having this kind of units are: [2021-03-19T22:22:23.337Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T22:22:23.337Z] .wants/ or .requires/ directory. [2021-03-19T22:22:23.337Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T22:22:23.337Z] a requirement dependency on it. [2021-03-19T22:22:23.337Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T22:22:23.337Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T22:22:23.337Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T22:22:23.337Z] instance name specified. [2021-03-19T22:22:23.599Z] Reading package lists... [2021-03-19T22:22:23.860Z] Building dependency tree... [2021-03-19T22:22:23.860Z] Reading state information... [2021-03-19T22:22:23.860Z] The following additional packages will be installed: [2021-03-19T22:22:23.860Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T22:22:23.860Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T22:22:23.860Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T22:22:23.860Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T22:22:23.860Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T22:22:23.860Z] Suggested packages: [2021-03-19T22:22:23.860Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T22:22:23.860Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T22:22:23.860Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T22:22:23.860Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T22:22:23.860Z] systemd-container policykit-1 [2021-03-19T22:22:23.860Z] Recommended packages: [2021-03-19T22:22:23.860Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T22:22:23.860Z] The following NEW packages will be installed: [2021-03-19T22:22:23.860Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T22:22:23.860Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T22:22:23.860Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T22:22:23.860Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T22:22:23.860Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T22:22:23.860Z] The following packages will be upgraded: [2021-03-19T22:22:23.860Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T22:22:23.948Z] 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-03-19T22:22:24.121Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T22:22:24.121Z] Need to get 35.2 MB of archives. [2021-03-19T22:22:24.121Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T22:22:24.121Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T22:22:24.121Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T22:22:24.693Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T22:22:24.952Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T22:22:24.952Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T22:22:24.952Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T22:22:24.952Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T22:22:24.952Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T22:22:24.952Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T22:22:24.952Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T22:22:24.952Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T22:22:24.952Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T22:22:24.952Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T22:22:24.952Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T22:22:24.952Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T22:22:24.952Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T22:22:24.952Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T22:22:25.212Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T22:22:25.212Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T22:22:25.212Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T22:22:25.212Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T22:22:25.212Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T22:22:25.212Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T22:22:25.212Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T22:22:25.212Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T22:22:25.212Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T22:22:25.212Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T22:22:25.212Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T22:22:25.212Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T22:22:25.471Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T22:22:26.858Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T22:22:26.858Z] Fetched 35.2 MB in 3s (13.3 MB/s) [2021-03-19T22:22:26.858Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T22:22:26.858Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T22:22:26.858Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T22:22:27.430Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T22:22:27.430Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T22:22:27.692Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T22:22:27.692Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T22:22:27.692Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T22:22:27.692Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T22:22:27.952Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T22:22:27.952Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T22:22:27.952Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T22:22:27.952Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T22:22:28.258Z] 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-03-19T22:22:29.352Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T22:22:29.614Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T22:22:30.558Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T22:22:30.558Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T22:22:30.558Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T22:22:30.558Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T22:22:30.819Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T22:22:30.819Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T22:22:30.819Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:30.819Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T22:22:30.819Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T22:22:30.819Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T22:22:30.874Z] 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-03-19T22:22:31.080Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T22:22:31.080Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T22:22:31.080Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:31.341Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T22:22:31.341Z] Checking for services that may need to be restarted...done. [2021-03-19T22:22:31.341Z] Checking for services that may need to be restarted...done. [2021-03-19T22:22:31.341Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:31.341Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T22:22:31.341Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:31.912Z] Selecting previously unselected package python3-minimal. [2021-03-19T22:22:31.912Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T22:22:31.912Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T22:22:31.912Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T22:22:31.912Z] Selecting previously unselected package mime-support. [2021-03-19T22:22:31.912Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T22:22:31.912Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T22:22:32.173Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T22:22:32.173Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T22:22:32.173Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T22:22:32.173Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T22:22:32.173Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T22:22:32.173Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:32.434Z] Selecting previously unselected package python3.6. [2021-03-19T22:22:32.434Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T22:22:32.434Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:32.695Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T22:22:32.695Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T22:22:32.695Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T22:22:32.695Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T22:22:32.956Z] Selecting previously unselected package python3. [2021-03-19T22:22:32.956Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T22:22:32.956Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T22:22:32.956Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T22:22:32.956Z] Selecting previously unselected package multiarch-support. [2021-03-19T22:22:32.956Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T22:22:32.956Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T22:22:33.217Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T22:22:33.217Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T22:22:33.217Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T22:22:33.217Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T22:22:33.217Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T22:22:33.217Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T22:22:33.217Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T22:22:33.217Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T22:22:33.479Z] Selecting previously unselected package sudo. [2021-03-19T22:22:33.479Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T22:22:33.479Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T22:22:33.479Z] Selecting previously unselected package apparmor. [2021-03-19T22:22:33.479Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T22:22:33.740Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T22:22:33.740Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T22:22:33.740Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T22:22:33.740Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T22:22:34.001Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T22:22:34.001Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T22:22:34.001Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:34.001Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T22:22:34.001Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T22:22:34.001Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:34.001Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T22:22:34.001Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T22:22:34.261Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T22:22:34.261Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T22:22:34.261Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T22:22:34.261Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:34.261Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T22:22:34.261Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T22:22:34.261Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:34.522Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T22:22:34.522Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T22:22:34.522Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T22:22:34.783Z] Selecting previously unselected package openssh-client. [2021-03-19T22:22:34.783Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T22:22:34.783Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T22:22:35.045Z] Selecting previously unselected package squashfs-tools. [2021-03-19T22:22:35.045Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T22:22:35.045Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T22:22:35.045Z] Selecting previously unselected package snapd. [2021-03-19T22:22:35.045Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T22:22:35.045Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T22:22:35.176Z] 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-03-19T22:22:36.961Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T22:22:36.961Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T22:22:37.222Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T22:22:37.222Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T22:22:37.222Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T22:22:37.222Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:37.222Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T22:22:37.483Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T22:22:37.483Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T22:22:38.055Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T22:22:38.055Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T22:22:38.055Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T22:22:38.055Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:38.055Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:38.316Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T22:22:38.886Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T22:22:38.886Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:38.886Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T22:22:38.886Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T22:22:38.886Z] running python rtupdate hooks for python3.6... [2021-03-19T22:22:38.886Z] running python post-rtupdate hooks for python3.6... [2021-03-19T22:22:39.146Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T22:22:40.529Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T22:22:40.529Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T22:22:40.529Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T22:22:40.790Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T22:22:41.051Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T22:22:41.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T22:22:41.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T22:22:41.572Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-19T22:22:41.833Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T22:22:41.834Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T22:22:41.834Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [Pipeline] } [2021-03-19T22:22:41.942Z] $ docker stop --time=1 95a0a5f300c112a2d7daf9006ad28c9c30b8cf00ce1c288d225e9cb14ad804d6 [2021-03-19T22:22:42.094Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T22:22:42.354Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T22:22:42.354Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T22:22:42.615Z] /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-03-19T22:22:42.615Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T22:22:42.615Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T22:22:43.194Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T22:22:43.455Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T22:22:43.455Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T22:22:44.394Z] $ docker rm -f 95a0a5f300c112a2d7daf9006ad28c9c30b8cf00ce1c288d225e9cb14ad804d6 [2021-03-19T22:22:44.658Z] Reading package lists... [2021-03-19T22:22:44.659Z] Reading package lists... [2021-03-19T22:22:44.919Z] Building dependency tree... [2021-03-19T22:22:44.919Z] Reading state information... [2021-03-19T22:22:44.919Z] Calculating upgrade... [2021-03-19T22:22:44.919Z] The following packages will be upgraded: [2021-03-19T22:22:44.919Z] advancecomp base-files bash binutils binutils-common [2021-03-19T22:22:44.919Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T22:22:44.919Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T22:22:44.919Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T22:22:44.919Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T22:22:44.919Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T22:22:44.919Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T22:22:44.919Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T22:22:44.919Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T22:22:44.919Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T22:22:44.919Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T22:22:44.919Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T22:22:44.919Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T22:22:44.919Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T22:22:44.919Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T22:22:45.180Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T22:22:45.180Z] Need to get 63.8 MB of archives. [2021-03-19T22:22:45.180Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T22:22:45.180Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T22:22:45.180Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-19T22:22:45.750Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T22:22:45.750Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-19T22:22:46.037Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T22:22:46.037Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T22:22:46.037Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T22:22:46.037Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T22:22:46.037Z] 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-03-19T22:22:46.037Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T22:22:46.037Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T22:22:46.037Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T22:22:46.037Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T22:22:46.037Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T22:22:46.037Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-19T22:22:46.037Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-19T22:22:46.037Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T22:22:46.037Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T22:22:46.037Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T22:22:46.037Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T22:22:46.037Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T22:22:46.037Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T22:22:46.037Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:22:46.298Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T22:22:46.298Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T22:22:46.298Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T22:22:46.298Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T22:22:46.298Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T22:22:46.298Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T22:22:46.298Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T22:22:46.298Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T22:22:46.298Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T22:22:46.298Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-19T22:22:46.298Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-19T22:22:46.298Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T22:22:46.298Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-19T22:22:46.298Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-19T22:22:46.298Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-19T22:22:46.298Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-19T22:22:46.298Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-19T22:22:46.298Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T22:22:46.298Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-19T22:22:46.298Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T22:22:46.558Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T22:22:46.558Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-19T22:22:46.558Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-19T22:22:46.558Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-19T22:22:46.558Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-19T22:22:46.558Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T22:22:46.558Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T22:22:46.558Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T22:22:46.558Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-19T22:22:46.558Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T22:22:46.558Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T22:22:46.558Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T22:22:46.558Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-19T22:22:46.558Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-19T22:22:46.558Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T22:22:46.558Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-19T22:22:46.558Z] Get:60 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-03-19T22:22:46.558Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T22:22:46.558Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T22:22:46.558Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T22:22:46.558Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T22:22:46.558Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T22:22:46.558Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T22:22:46.558Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T22:22:46.558Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T22:22:46.558Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T22:22:46.558Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-19T22:22:46.559Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T22:22:46.559Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-19T22:22:46.559Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-19T22:22:46.559Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T22:22:46.559Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T22:22:46.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T22:22:46.594Z] [2021-03-19T22:22:46.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:22:46.818Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T22:22:46.818Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T22:22:46.818Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-19T22:22:46.818Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T22:22:46.818Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T22:22:46.818Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-19T22:22:46.818Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T22:22:46.818Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-19T22:22:46.818Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T22:22:46.819Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T22:22:46.819Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-19T22:22:47.007Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T22:22:47.078Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T22:22:47.078Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T22:22:47.078Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-19T22:22:47.078Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-19T22:22:47.277Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T22:22:47.277Z] 29e5d40040c1: Pulling fs layer [2021-03-19T22:22:47.277Z] 1ce36da41761: Pulling fs layer [2021-03-19T22:22:47.277Z] 25b303627fd3: Pulling fs layer [2021-03-19T22:22:47.648Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-19T22:22:47.872Z] 29e5d40040c1: Verifying Checksum [2021-03-19T22:22:47.872Z] 29e5d40040c1: Download complete [2021-03-19T22:22:47.907Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-19T22:22:47.907Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-19T22:22:48.167Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-19T22:22:48.469Z] 1ce36da41761: Download complete [2021-03-19T22:22:48.469Z] 29e5d40040c1: Pull complete [2021-03-19T22:22:48.738Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T22:22:48.738Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T22:22:48.738Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T22:22:48.738Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T22:22:48.738Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T22:22:48.738Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T22:22:48.738Z] Fetched 63.8 MB in 4s (17.3 MB/s) [2021-03-19T22:22:48.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:48.999Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T22:22:48.999Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T22:22:49.570Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T22:22:49.570Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T22:22:49.570Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T22:22:49.831Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T22:22:49.902Z] 1ce36da41761: Pull complete [2021-03-19T22:22:49.902Z] 25b303627fd3: Verifying Checksum [2021-03-19T22:22:49.902Z] 25b303627fd3: Download complete [2021-03-19T22:22:50.404Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:50.664Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:50.664Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:50.664Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:50.923Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:50.923Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:50.923Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:50.923Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:51.184Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:51.184Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:51.445Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:51.445Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:51.445Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:51.445Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:51.710Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:22:51.710Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T22:22:51.710Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:51.710Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T22:22:51.971Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:22:51.971Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T22:22:51.971Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:51.971Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:52.232Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:52.232Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:52.232Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T22:22:52.232Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T22:22:52.494Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:22:52.494Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T22:22:52.494Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T22:22:52.756Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T22:22:53.017Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T22:22:53.278Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T22:22:53.278Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T22:22:53.541Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T22:22:53.541Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T22:22:53.541Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T22:22:53.804Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T22:22:53.804Z] Installing new version of config file /etc/issue ... [2021-03-19T22:22:53.804Z] Installing new version of config file /etc/issue.net ... [2021-03-19T22:22:53.804Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T22:22:53.804Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T22:22:54.067Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T22:22:54.067Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T22:22:54.067Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T22:22:54.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:54.067Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T22:22:54.333Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T22:22:54.333Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T22:22:54.333Z] 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-03-19T22:22:54.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:54.596Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:22:54.596Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T22:22:54.596Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:22:54.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:54.857Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T22:22:54.857Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T22:22:54.857Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T22:22:55.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:55.118Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T22:22:55.118Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T22:22:55.380Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T22:22:55.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:55.380Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T22:22:55.642Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T22:22:55.642Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T22:22:55.903Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:55.903Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T22:22:55.903Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T22:22:55.903Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T22:22:56.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:56.162Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T22:22:56.162Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T22:22:56.162Z] Setting up grep (3.1-2build1) ... [2021-03-19T22:22:56.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:56.424Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T22:22:56.424Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T22:22:56.424Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T22:22:56.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:56.684Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T22:22:56.684Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T22:22:56.684Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T22:22:56.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:56.945Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T22:22:56.945Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T22:22:57.517Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T22:22:57.517Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T22:22:57.517Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T22:22:57.517Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T22:22:58.089Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T22:22:58.350Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:58.350Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T22:22:58.350Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T22:22:59.292Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T22:22:59.292Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T22:22:59.292Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T22:22:59.292Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T22:22:59.553Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T22:22:59.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:59.553Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T22:22:59.553Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T22:22:59.815Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T22:22:59.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:22:59.815Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:22:59.815Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:00.047Z] 25b303627fd3: Pull complete [2021-03-19T22:23:00.047Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T22:23:00.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T22:23:00.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T22:23:00.079Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:00.079Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:00.079Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:00.079Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:00.079Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:00.324Z] prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container [2021-03-19T22:23:00.349Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:00.349Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:00.349Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:00.349Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:00.397Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T22:23:00.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:00.610Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:00.610Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:00.610Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:00.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:00.871Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T22:23:00.871Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T22:23:01.133Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T22:23:01.133Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T22:23:01.395Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T22:23:01.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:01.395Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T22:23:01.395Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T22:23:01.395Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T22:23:01.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:01.655Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:01.655Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:01.655Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:01.655Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:01.655Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:01.656Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:01.916Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:01.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:01.917Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:02.179Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:02.439Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:02.700Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T22:23:02.962Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T22:23:03.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:03.223Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T22:23:03.223Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T22:23:03.223Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T22:23:03.453Z] $ docker top 34675cbcd6ec3b8b81aa20faeb43c486fbadd6bed5832bd7ab7a148f720a22d0 -eo pid,comm [2021-03-19T22:23:03.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T22:23:03.484Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T22:23:03.484Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T22:23:03.484Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T22:23:03.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:03.744Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T22:23:03.744Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T22:23:03.744Z] Setting up debconf (1.5.66ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-03-19T22:23:04.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:04.005Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T22:23:04.265Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T22:23:04.265Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T22:23:04.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:04.526Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T22:23:04.526Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T22:23:04.526Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T22:23:04.570Z] + grep parallel [2021-03-19T22:23:04.570Z] + docker-compose build --help [2021-03-19T22:23:04.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:04.787Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T22:23:04.787Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T22:23:04.787Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T22:23:05.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:05.048Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T22:23:05.048Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T22:23:05.048Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T22:23:05.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:05.308Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T22:23:05.308Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T22:23:05.308Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T22:23:05.569Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:05.569Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T22:23:05.569Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T22:23:05.838Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T22:23:05.838Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T22:23:05.838Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T22:23:05.838Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T22:23:06.099Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T22:23:06.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:06.099Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T22:23:06.099Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T22:23:06.360Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T22:23:06.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:06.360Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T22:23:06.621Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T22:23:06.621Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T22:23:06.881Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:06.881Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T22:23:06.881Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T22:23:06.881Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T22:23:07.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:07.142Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T22:23:07.142Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T22:23:07.142Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T22:23:07.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:07.403Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T22:23:07.403Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T22:23:07.664Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T22:23:07.926Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:07.926Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T22:23:07.926Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T22:23:07.926Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T22:23:07.936Z] --parallel Build images in parallel. [2021-03-19T22:23:08.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:08.188Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T22:23:08.188Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] } [2021-03-19T22:23:08.217Z] $ docker stop --time=1 34675cbcd6ec3b8b81aa20faeb43c486fbadd6bed5832bd7ab7a148f720a22d0 [2021-03-19T22:23:08.449Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T22:23:08.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:08.449Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T22:23:08.449Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T22:23:08.711Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T22:23:08.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:08.711Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T22:23:08.711Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T22:23:08.972Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T22:23:08.972Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:08.972Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T22:23:08.972Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T22:23:09.233Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T22:23:09.233Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:09.233Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T22:23:09.233Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T22:23:09.233Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T22:23:09.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T22:23:09.494Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T22:23:09.494Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T22:23:09.494Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T22:23:09.755Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T22:23:09.755Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T22:23:09.755Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T22:23:09.755Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T22:23:10.017Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T22:23:10.017Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T22:23:10.017Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T22:23:10.139Z] $ docker rm -f 34675cbcd6ec3b8b81aa20faeb43c486fbadd6bed5832bd7ab7a148f720a22d0 [2021-03-19T22:23:10.278Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T22:23:10.278Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [Pipeline] // withDockerContainer [2021-03-19T22:23:10.539Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T22:23:10.539Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:23:10.799Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T22:23:10.799Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T22:23:10.799Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T22:23:10.799Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T22:23:11.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T22:23:11.034Z] . [Pipeline] withDockerContainer [2021-03-19T22:23:11.067Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T22:23:11.067Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T22:23:11.310Z] prd-ubuntu18.04-docker-arm64-4c-16g-30640 does not seem to be running inside a container [2021-03-19T22:23:11.330Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T22:23:11.330Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T22:23:11.330Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T22:23:11.330Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T22:23:11.382Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-19T22:23:11.591Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T22:23:11.591Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T22:23:11.591Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T22:23:11.591Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T22:23:12.534Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T22:23:12.534Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T22:23:12.534Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T22:23:12.534Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T22:23:12.781Z] $ docker top f614d88a6007bcdc0cb615e99e649b1b22384b9490712386e1659f5c3257057c -eo pid,comm [2021-03-19T22:23:12.819Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T22:23:12.819Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T22:23:13.087Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T22:23:13.087Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-03-19T22:23:13.349Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T22:23:13.349Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T22:23:13.349Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T22:23:13.349Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T22:23:13.609Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:13.609Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:13.609Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:13.609Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:13.801Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T22:23:13.869Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:13.869Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:13.869Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:13.869Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:14.841Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:14.841Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:15.877Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:15.877Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:16.500Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:16.500Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:16.812Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:16.812Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:17.170Z] Building docker-core-command-go ... [2021-03-19T22:23:17.170Z] Building docker-core-data-go ... [2021-03-19T22:23:17.170Z] Building docker-core-metadata-go ... [2021-03-19T22:23:17.170Z] Building docker-security-bootstrapper-go ... [2021-03-19T22:23:17.170Z] Building docker-security-proxy-setup-go ... [2021-03-19T22:23:17.170Z] Building docker-security-secretstore-setup-go ... [2021-03-19T22:23:17.170Z] Building docker-support-notifications-go ... [2021-03-19T22:23:17.170Z] Building docker-support-scheduler-go ... [2021-03-19T22:23:17.170Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T22:23:17.170Z] Building docker-security-bootstrapper-go [2021-03-19T22:23:17.170Z] Building docker-sys-mgmt-agent-go [2021-03-19T22:23:17.170Z] Building docker-core-command-go [2021-03-19T22:23:17.170Z] Building docker-security-secretstore-setup-go [2021-03-19T22:23:17.170Z] Building docker-support-scheduler-go [2021-03-19T22:23:17.770Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T22:23:17.770Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T22:23:17.770Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T22:23:17.770Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T22:23:17.770Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T22:23:17.770Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T22:23:18.031Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T22:23:18.031Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T22:23:18.291Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T22:23:18.291Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T22:23:18.291Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T22:23:18.291Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T22:23:18.559Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T22:23:18.559Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T22:23:18.559Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T22:23:18.559Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T22:23:18.819Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:18.819Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T22:23:18.819Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:18.819Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:18.819Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:18.819Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T22:23:18.819Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T22:23:19.079Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T22:23:19.080Z] [2021-03-19T22:23:19.080Z] Current default time zone: 'Etc/UTC' [2021-03-19T22:23:19.080Z] Local time is now: Fri Mar 19 22:23:18 UTC 2021. [2021-03-19T22:23:19.080Z] Universal Time is now: Fri Mar 19 22:23:18 UTC 2021. [2021-03-19T22:23:19.080Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T22:23:19.080Z] [2021-03-19T22:23:19.080Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T22:23:19.080Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:19.080Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T22:23:19.342Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T22:23:19.342Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T22:23:19.342Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T22:23:19.342Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T22:23:19.342Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T22:23:19.342Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T22:23:19.342Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T22:23:19.342Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:19.603Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T22:23:19.863Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:19.863Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T22:23:19.863Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:19.863Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T22:23:19.863Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T22:23:19.863Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T22:23:19.863Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T22:23:19.863Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T22:23:20.124Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T22:23:20.124Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T22:23:20.124Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T22:23:22.043Z] Updating certificates in /etc/ssl/certs... [2021-03-19T22:23:22.613Z] 23 added, 27 removed; done. [2021-03-19T22:23:22.613Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T22:23:22.613Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T22:23:22.613Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T22:23:22.613Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T22:23:22.881Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T22:23:22.881Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:22.881Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T22:23:22.881Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:22.881Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:22.881Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:22.881Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:23.142Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:23.142Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T22:23:23.142Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T22:23:23.142Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T22:23:23.142Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T22:23:23.142Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T22:23:23.142Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:23.142Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T22:23:23.402Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T22:23:23.403Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T22:23:23.403Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T22:23:23.403Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T22:23:23.403Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T22:23:23.664Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T22:23:23.664Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T22:23:23.664Z] Updating certificates in /etc/ssl/certs... [2021-03-19T22:23:24.234Z] 0 added, 0 removed; done. [2021-03-19T22:23:24.234Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T22:23:24.234Z] done. [2021-03-19T22:23:24.754Z] Reading package lists... [2021-03-19T22:23:24.754Z] Building dependency tree... [2021-03-19T22:23:24.754Z] Reading state information... [2021-03-19T22:23:25.014Z] The following NEW packages will be installed: [2021-03-19T22:23:25.014Z] apt-transport-https [2021-03-19T22:23:25.275Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T22:23:25.275Z] Need to get 1696 B of archives. [2021-03-19T22:23:25.275Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T22:23:25.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T22:23:25.275Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T22:23:25.275Z] Fetched 1696 B in 0s (8361 B/s) [2021-03-19T22:23:25.275Z] Selecting previously unselected package apt-transport-https. [2021-03-19T22:23:25.275Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T22:23:25.275Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T22:23:25.275Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T22:23:25.275Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T22:23:25.537Z] Waiting for network to be ready... [2021-03-19T22:23:30.823Z] 2021-03-19T22:23:28Z INFO Waiting for automatic snapd restart... [2021-03-19T22:23:31.394Z] snapd 2.49 from Canonical* installed [2021-03-19T22:23:32.337Z] "snapd" switched to the "latest/stable" channel [2021-03-19T22:23:32.337Z] [2021-03-19T22:23:34.884Z] core18 20210128 from Canonical* installed [2021-03-19T22:23:35.145Z] "core18" switched to the "latest/stable" channel [2021-03-19T22:23:35.145Z] [2021-03-19T22:23:38.445Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T22:23:38.445Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T22:23:38.445Z] [2021-03-19T22:23:41.745Z] 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-03-19T22:23:41.745Z] - README.md [2021-03-19T22:23:41.745Z] [2021-03-19T22:23:41.745Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T22:23:48.339Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T22:23:48.339Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T22:23:48.339Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T22:23:48.339Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T22:23:49.171Z] Reading package lists... [2021-03-19T22:23:49.742Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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-03-19T22:23:56.332Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T22:23:56.332Z] Reading package lists... [2021-03-19T22:23:56.332Z] Building dependency tree... [2021-03-19T22:23:56.332Z] Reading state information... [2021-03-19T22:23:56.332Z] Suggested packages: [2021-03-19T22:23:56.332Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T22:23:56.332Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T22:23:56.332Z] Recommended packages: [2021-03-19T22:23:56.332Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T22:23:56.332Z] The following NEW packages will be installed: [2021-03-19T22:23:56.332Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T22:23:56.332Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T22:23:56.332Z] pkg-config zip [2021-03-19T22:23:56.332Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T22:23:56.332Z] Need to get 7657 kB of archives. [2021-03-19T22:23:56.332Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T22:23:56.332Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T22:23:56.332Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-19T22:23:56.332Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T22:23:56.592Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T22:23:56.592Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T22:23:56.592Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T22:23:56.592Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-19T22:23:56.592Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T22:23:56.592Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T22:23:56.592Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T22:23:56.853Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T22:23:56.853Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T22:23:56.853Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T22:23:57.113Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T22:23:57.113Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T22:23:57.374Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T22:23:57.374Z] Fetched 7657 kB in 1s (6578 kB/s) [2021-03-19T22:23:57.374Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T22:23:57.374Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T22:23:57.374Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T22:23:57.374Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T22:23:57.635Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T22:23:57.635Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T22:23:57.635Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T22:23:57.635Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T22:23:57.635Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T22:23:57.635Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T22:23:57.895Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T22:23:57.895Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T22:23:57.895Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T22:23:57.895Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T22:23:57.895Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T22:23:57.895Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T22:23:57.895Z] Selecting previously unselected package liberror-perl. [2021-03-19T22:23:57.895Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T22:23:57.895Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T22:23:58.159Z] Selecting previously unselected package git-man. [2021-03-19T22:23:58.159Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T22:23:58.159Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T22:23:58.159Z] Selecting previously unselected package git. [2021-03-19T22:23:58.159Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T22:23:58.419Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T22:23:58.991Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T22:23:58.991Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T22:23:58.991Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T22:23:59.252Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T22:23:59.252Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T22:23:59.252Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T22:23:59.252Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T22:23:59.252Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T22:23:59.252Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T22:23:59.515Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T22:23:59.515Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T22:23:59.515Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T22:23:59.515Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T22:23:59.515Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T22:23:59.515Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T22:23:59.776Z] Selecting previously unselected package pkg-config. [2021-03-19T22:23:59.776Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T22:23:59.776Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T22:23:59.776Z] Selecting previously unselected package zip. [2021-03-19T22:23:59.776Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T22:23:59.776Z] Unpacking zip (3.0-11build1) ... [2021-03-19T22:23:59.776Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T22:23:59.776Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T22:23:59.776Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T22:24:00.037Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T22:24:00.037Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T22:24:00.037Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T22:24:00.037Z] No schema files found: doing nothing. [2021-03-19T22:24:00.037Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T22:24:00.037Z] Setting up zip (3.0-11build1) ... [2021-03-19T22:24:00.037Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T22:24:00.037Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T22:24:00.037Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T22:24:00.037Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T22:24:00.037Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T22:24:00.298Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T22:24:00.298Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T22:24:00.298Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T22:24:06.886Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T22:24:06.886Z] git set to automatically installed. [2021-03-19T22:24:06.886Z] git-man set to automatically installed. [2021-03-19T22:24:06.886Z] libcurl3-gnutls set to automatically installed. [2021-03-19T22:24:06.886Z] liberror-perl set to automatically installed. [2021-03-19T22:24:06.886Z] libglib2.0-0 set to automatically installed. [2021-03-19T22:24:06.886Z] libnghttp2-14 set to automatically installed. [2021-03-19T22:24:06.886Z] libnorm1 set to automatically installed. [2021-03-19T22:24:06.886Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T22:24:06.886Z] libpsl5 set to automatically installed. [2021-03-19T22:24:06.886Z] librtmp1 set to automatically installed. [2021-03-19T22:24:06.886Z] libsodium23 set to automatically installed. [2021-03-19T22:24:06.886Z] libzmq3-dev set to automatically installed. [2021-03-19T22:24:06.886Z] libzmq5 set to automatically installed. [2021-03-19T22:24:06.886Z] pkg-config set to automatically installed. [2021-03-19T22:24:06.886Z] zip set to automatically installed. [2021-03-19T22:24:08.799Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T22:24:15.386Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T22:24:15.648Z] snap "core18" has no updates available [2021-03-19T22:24:16.602Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T22:24:23.186Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T22:24:33.185Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T22:24:33.185Z] Pulling go-build-helper [2021-03-19T22:24:33.185Z] + snapcraftctl pull [2021-03-19T22:24:33.447Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T22:24:33.447Z] Skipping pull go-build-helper (already ran) [2021-03-19T22:24:33.447Z] Building go-build-helper [2021-03-19T22:24:33.447Z] + snapcraftctl build [2021-03-19T22:24:35.559Z] Staging go-build-helper [2021-03-19T22:24:35.559Z] + snapcraftctl stage [2021-03-19T22:24:38.914Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:24:38.914Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:24:38.914Z] ---> c639205da359 [2021-03-19T22:24:38.914Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T22:24:38.914Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:24:38.914Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:24:38.914Z] ---> c639205da359 [2021-03-19T22:24:38.914Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T22:24:38.914Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:24:38.914Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:24:38.914Z] ---> c639205da359 [2021-03-19T22:24:38.914Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T22:24:38.914Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:24:38.914Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:24:38.914Z] ---> c639205da359 [2021-03-19T22:24:38.914Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T22:24:38.914Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:24:38.914Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:24:38.914Z] ---> c639205da359 [2021-03-19T22:24:38.914Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T22:24:38.914Z] ---> Running in 3dd94d29e18e [2021-03-19T22:24:38.914Z] ---> Running in 4a2a75a26f97 [2021-03-19T22:24:38.914Z] ---> Running in 639bf5f89752 [2021-03-19T22:24:38.914Z] ---> Running in e9a035fc577e [2021-03-19T22:24:38.914Z] ---> Running in 7b2f7d0790bd [2021-03-19T22:24:38.914Z] Removing intermediate container 4a2a75a26f97 [2021-03-19T22:24:38.914Z] ---> 9cb359e9817c [2021-03-19T22:24:38.914Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:24:38.914Z] Removing intermediate container 3dd94d29e18e [2021-03-19T22:24:38.914Z] ---> d7747a4c97f0 [2021-03-19T22:24:38.914Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:24:38.914Z] Removing intermediate container 7b2f7d0790bd [2021-03-19T22:24:38.914Z] ---> 8887992169bf [2021-03-19T22:24:38.914Z] Removing intermediate container e9a035fc577e [2021-03-19T22:24:38.914Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6bb16a9bb90b [2021-03-19T22:24:38.914Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:24:38.914Z] [2021-03-19T22:24:38.914Z] Removing intermediate container 639bf5f89752 [2021-03-19T22:24:38.914Z] ---> 12d314e56cc2 [2021-03-19T22:24:38.914Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:24:38.914Z] ---> Running in 4749cc9354d2 [2021-03-19T22:24:38.914Z] ---> Running in d9392b47e5ac [2021-03-19T22:24:38.914Z] ---> Running in d68c57abb7ad [2021-03-19T22:24:38.914Z] ---> Running in 7006288ece61 [2021-03-19T22:24:38.914Z] ---> Running in c9166aa82ecd [2021-03-19T22:24:38.914Z] Removing intermediate container 4749cc9354d2 [2021-03-19T22:24:38.914Z] ---> e227c8e19c1b [2021-03-19T22:24:38.914Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T22:24:38.914Z] ---> Running in 7cea973fc830 [2021-03-19T22:24:38.914Z] Removing intermediate container d9392b47e5ac [2021-03-19T22:24:38.914Z] ---> fc48fa7b4b12 [2021-03-19T22:24:38.914Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T22:24:38.914Z] ---> Running in 794b6be4fd63 [2021-03-19T22:24:38.914Z] Removing intermediate container 7006288ece61 [2021-03-19T22:24:38.914Z] ---> 6f13186ba272 [2021-03-19T22:24:38.914Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T22:24:38.914Z] Removing intermediate container c9166aa82ecd [2021-03-19T22:24:38.914Z] ---> b64f3cc3508a [2021-03-19T22:24:38.914Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T22:24:38.914Z] ---> Running in fe91f1fcfa21 [2021-03-19T22:24:38.914Z] Removing intermediate container d68c57abb7ad [2021-03-19T22:24:38.914Z] ---> 66c1fb177be0 [2021-03-19T22:24:38.914Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T22:24:38.914Z] ---> Running in d99aab22da14 [2021-03-19T22:24:38.914Z] ---> Running in 10b54245eb99 [2021-03-19T22:24:38.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:39.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:39.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:39.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.069Z] OK: 217 MiB in 51 packages [2021-03-19T22:24:40.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.626Z] OK: 217 MiB in 51 packages [2021-03-19T22:24:40.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:24:40.900Z] OK: 217 MiB in 51 packages [2021-03-19T22:24:41.504Z] OK: 217 MiB in 51 packages [2021-03-19T22:24:41.504Z] OK: 217 MiB in 51 packages [2021-03-19T22:24:41.782Z] Removing intermediate container 7cea973fc830 [2021-03-19T22:24:41.782Z] ---> 5c9aa01798d0 [2021-03-19T22:24:41.782Z] Step 6/31 : COPY go.mod . [2021-03-19T22:24:42.380Z] Removing intermediate container 794b6be4fd63 [2021-03-19T22:24:42.380Z] ---> aac9d0bb2b31 [2021-03-19T22:24:42.380Z] Step 6/24 : COPY go.mod . [2021-03-19T22:24:42.659Z] Removing intermediate container fe91f1fcfa21 [2021-03-19T22:24:42.659Z] ---> e25a69eef6d6 [2021-03-19T22:24:42.659Z] Step 6/26 : COPY go.mod . [2021-03-19T22:24:42.938Z] ---> ccacab9b32f7 [2021-03-19T22:24:42.938Z] Step 7/31 : RUN go mod download [2021-03-19T22:24:43.215Z] ---> Running in 79b5f812f41d [2021-03-19T22:24:43.215Z] Removing intermediate container d99aab22da14 [2021-03-19T22:24:43.215Z] ---> fbdaf0e3544b [2021-03-19T22:24:43.215Z] Step 6/22 : COPY go.mod . [2021-03-19T22:24:43.215Z] ---> c3b09a32c5ff [2021-03-19T22:24:43.215Z] Step 7/24 : RUN go mod download [2021-03-19T22:24:43.491Z] Removing intermediate container 10b54245eb99 [2021-03-19T22:24:43.491Z] ---> 98dcbba9b137 [2021-03-19T22:24:43.491Z] Step 6/23 : COPY go.mod . [2021-03-19T22:24:43.491Z] ---> Running in 99e83999f4b3 [2021-03-19T22:24:43.769Z] ---> 3c01782a0b03 [2021-03-19T22:24:43.769Z] Step 7/26 : RUN go mod download [2021-03-19T22:24:44.046Z] ---> Running in 0f04ee36bca1 [2021-03-19T22:24:44.649Z] ---> 4a3eccd0ccc1 [2021-03-19T22:24:44.649Z] Step 7/22 : RUN go mod download [2021-03-19T22:24:44.649Z] ---> 63ab3af1bbfb [2021-03-19T22:24:44.649Z] Step 7/23 : RUN go mod download [2021-03-19T22:24:44.928Z] ---> Running in 02fda2bc1f9c [2021-03-19T22:24:44.928Z] ---> Running in 7ebd2b37ad5b [2021-03-19T22:24:45.583Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T22:24:45.583Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T22:24:45.583Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T22:24:45.583Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] [2021-03-19T22:24:45.583Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T22:24:45.583Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T22:24:45.583Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T22:24:45.583Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T22:24:45.583Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T22:24:45.583Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T22:24:45.583Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T22:24:45.583Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-19T22:24:45.583Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T22:24:45.583Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T22:24:45.583Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] [2021-03-19T22:24:45.583Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] [2021-03-19T22:24:45.583Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T22:24:45.583Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T22:24:45.583Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T22:24:45.583Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-19T22:24:45.583Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T22:24:45.583Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T22:24:45.583Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T22:24:45.583Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T22:24:45.583Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-19T22:24:45.583Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-19T22:24:45.583Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T22:24:45.583Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-19T22:24:45.583Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T22:24:45.583Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T22:24:45.583Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T22:24:45.583Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T22:24:45.583Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T22:24:45.583Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T22:24:45.583Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T22:24:45.583Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T22:24:45.583Z] Pulling app-service-config [2021-03-19T22:24:45.583Z] + snapcraftctl pull [2021-03-19T22:24:45.583Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T22:24:46.155Z] Pulling config-common [2021-03-19T22:24:46.155Z] + snapcraftctl pull [2021-03-19T22:24:47.570Z] Removing intermediate container 79b5f812f41d [2021-03-19T22:24:47.570Z] ---> a732bb2587bf [2021-03-19T22:24:47.570Z] Step 8/31 : COPY . . [2021-03-19T22:24:48.559Z] Removing intermediate container 99e83999f4b3 [2021-03-19T22:24:48.559Z] ---> ee373a7aaf81 [2021-03-19T22:24:48.559Z] Step 8/24 : COPY . . [2021-03-19T22:24:48.559Z] Removing intermediate container 0f04ee36bca1 [2021-03-19T22:24:48.559Z] ---> 9bfc8b2c8df2 [2021-03-19T22:24:48.559Z] Step 8/26 : COPY . . [2021-03-19T22:24:50.007Z] Removing intermediate container 7ebd2b37ad5b [2021-03-19T22:24:50.007Z] ---> 5db65acce99d [2021-03-19T22:24:50.007Z] Step 8/23 : COPY . . [2021-03-19T22:24:50.361Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T22:24:50.362Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T22:24:50.362Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T22:24:50.362Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T22:24:50.362Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T22:24:50.362Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T22:24:50.362Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T22:24:50.362Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T22:24:50.362Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T22:24:50.362Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T22:24:50.362Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T22:24:50.362Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T22:24:50.362Z] Pulling edgex-go [2021-03-19T22:24:50.362Z] + snapcraftctl pull [2021-03-19T22:24:50.621Z] Removing intermediate container 02fda2bc1f9c [2021-03-19T22:24:50.621Z] ---> 396b12402b90 [2021-03-19T22:24:50.621Z] Step 8/22 : COPY . . [2021-03-19T22:25:12.324Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T22:25:12.324Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T22:25:12.324Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T22:25:12.324Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T22:25:12.324Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T22:25:12.324Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T22:25:12.324Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T22:25:12.324Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T22:25:12.324Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T22:25:12.324Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T22:25:12.324Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T22:25:12.324Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T22:25:12.324Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T22:25:12.324Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T22:25:12.324Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T22:25:12.324Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T22:25:12.324Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T22:25:12.324Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T22:25:12.324Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T22:25:12.324Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T22:25:12.324Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T22:25:12.324Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T22:25:12.324Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T22:25:12.324Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T22:25:12.324Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T22:25:12.324Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T22:25:12.324Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T22:25:12.324Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T22:25:12.324Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T22:25:12.324Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T22:25:12.324Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T22:25:12.324Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T22:25:12.324Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T22:25:12.324Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T22:25:12.324Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T22:25:12.324Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T22:25:12.324Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T22:25:12.324Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T22:25:12.324Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T22:25:12.324Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T22:25:12.324Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T22:25:12.324Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T22:25:12.324Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T22:25:12.324Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T22:25:12.324Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T22:25:12.324Z] Pulling static-packages [2021-03-19T22:25:12.324Z] + snapcraftctl pull [2021-03-19T22:25:12.324Z] Pulling version [2021-03-19T22:25:12.324Z] + cd /root/project [2021-03-19T22:25:12.324Z] + [ -f VERSION ] [2021-03-19T22:25:12.324Z] + PROJECT_VERSION=local-dev [2021-03-19T22:25:12.324Z] + git rev-parse --short HEAD [2021-03-19T22:25:12.324Z] + GIT_REVISION=3290b096 [2021-03-19T22:25:12.324Z] + snapcraftctl set-version local-dev [2021-03-19T22:25:13.270Z] Skipping build go-build-helper (already ran) [2021-03-19T22:25:13.270Z] Building app-service-config [2021-03-19T22:25:13.270Z] + make build [2021-03-19T22:25:13.270Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T22:25:15.824Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T22:25:15.824Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T22:25:15.824Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T22:25:15.824Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T22:25:15.824Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T22:25:15.824Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T22:25:15.824Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T22:25:16.087Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T22:25:16.087Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T22:25:16.087Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T22:25:16.087Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T22:25:16.087Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T22:25:16.087Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T22:25:16.087Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T22:25:16.087Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T22:25:16.087Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T22:25:16.087Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T22:25:16.087Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T22:25:16.087Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T22:25:16.347Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T22:25:16.347Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T22:25:16.347Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T22:25:16.347Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T22:25:16.347Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T22:25:16.347Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T22:25:16.347Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T22:25:16.347Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T22:25:16.610Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T22:25:16.610Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T22:25:16.610Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T22:25:16.610Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T22:25:16.610Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T22:25:16.610Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T22:25:16.870Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T22:25:16.870Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T22:25:16.870Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T22:25:16.870Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T22:25:17.472Z] ---> 3564242c2070 [2021-03-19T22:25:17.472Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T22:25:17.472Z] ---> 9469edb309a6 [2021-03-19T22:25:17.472Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T22:25:17.472Z] ---> 69d1612a10d7 [2021-03-19T22:25:17.472Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T22:25:17.472Z] ---> Running in e711a4586943 [2021-03-19T22:25:17.472Z] ---> Running in 6c5981bffd6b [2021-03-19T22:25:17.472Z] ---> Running in 11513d1f4cb0 [2021-03-19T22:25:17.472Z] ---> e11ca70022ab [2021-03-19T22:25:17.472Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T22:25:17.472Z] ---> 3d66266cec01 [2021-03-19T22:25:17.472Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T22:25:17.472Z] ---> Running in 47f687a26907 [2021-03-19T22:25:17.472Z] ---> Running in c4461ea9f88f [2021-03-19T22:25:18.083Z] 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-03-19T22:25:18.679Z] 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-03-19T22:25:18.679Z] 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-03-19T22:25:18.960Z] 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-03-19T22:25:18.960Z] 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-03-19T22:25:26.911Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T22:25:26.911Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-19T22:25:26.911Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T22:25:26.911Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T22:25:26.911Z] Building config-common [2021-03-19T22:25:26.911Z] + snapcraftctl build [2021-03-19T22:25:28.823Z] Building edgex-go [2021-03-19T22:25:28.823Z] + cd /root/parts/edgex-go/src [2021-03-19T22:25:28.823Z] + make build [2021-03-19T22:25:28.823Z] 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-03-19T22:25:29.393Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-19T22:25:29.393Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T22:25:29.393Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T22:25:29.655Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T22:25:29.655Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T22:25:29.655Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T22:25:29.655Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T22:25:29.655Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T22:25:29.655Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T22:25:33.858Z] 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-03-19T22:25:33.858Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T22:25:38.056Z] 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-03-19T22:25:39.438Z] 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-03-19T22:25:41.346Z] 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-03-19T22:25:41.606Z] 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-03-19T22:25:41.606Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T22:25:41.867Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T22:25:41.867Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T22:25:41.867Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T22:25:43.777Z] 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-03-19T22:25:43.777Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T22:25:43.777Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T22:25:45.157Z] 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-03-19T22:25:46.096Z] 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-03-19T22:25:46.096Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T22:25:48.004Z] 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-03-19T22:25:48.945Z] 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-03-19T22:25:48.945Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T22:25:49.885Z] 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-03-19T22:25:50.147Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-19T22:25:52.059Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T22:25:52.060Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T22:25:52.060Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T22:25:52.060Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T22:25:52.060Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T22:25:52.060Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T22:25:52.060Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T22:25:52.060Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T22:25:52.060Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T22:25:52.060Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T22:25:52.321Z] + 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-03-19T22:25:52.321Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T22:25:52.321Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-19T22:25:52.321Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T22:25:52.321Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T22:25:52.321Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T22:25:52.321Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T22:25:52.321Z] + 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-03-19T22:25:55.627Z] Building static-packages [2021-03-19T22:25:55.627Z] + snapcraftctl build [2021-03-19T22:25:57.009Z] Building version [2021-03-19T22:25:57.009Z] + snapcraftctl build [2021-03-19T22:25:58.919Z] Skipping stage go-build-helper (already ran) [2021-03-19T22:25:58.919Z] Staging app-service-config [2021-03-19T22:25:58.919Z] + snapcraftctl stage [2021-03-19T22:25:59.494Z] Staging config-common [2021-03-19T22:25:59.753Z] + snapcraftctl stage [2021-03-19T22:26:00.322Z] Staging edgex-go [2021-03-19T22:26:00.322Z] + snapcraftctl stage [2021-03-19T22:26:01.263Z] Staging static-packages [2021-03-19T22:26:01.263Z] + snapcraftctl stage [2021-03-19T22:26:02.207Z] Staging version [2021-03-19T22:26:02.468Z] + snapcraftctl stage [2021-03-19T22:26:03.409Z] Priming go-build-helper [2021-03-19T22:26:03.409Z] + snapcraftctl prime [2021-03-19T22:26:04.348Z] Priming app-service-config [2021-03-19T22:26:04.348Z] + snapcraftctl prime [2021-03-19T22:26:05.288Z] Priming config-common [2021-03-19T22:26:05.288Z] + snapcraftctl prime [2021-03-19T22:26:06.230Z] Priming edgex-go [2021-03-19T22:26:06.230Z] + snapcraftctl prime [2021-03-19T22:26:07.172Z] Priming static-packages [2021-03-19T22:26:07.172Z] + snapcraftctl prime [2021-03-19T22:26:09.714Z] Priming version [2021-03-19T22:26:09.714Z] + snapcraftctl prime [2021-03-19T22:26:10.285Z] 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-03-19T22:26:55.787Z] 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-03-19T22:27:01.238Z] Removing intermediate container 6c5981bffd6b [2021-03-19T22:27:01.238Z] ---> 25d8b7eab11c [2021-03-19T22:27:01.238Z] [2021-03-19T22:27:01.238Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T22:27:01.513Z] 3.12: Pulling from library/alpine [2021-03-19T22:27:02.956Z] Removing intermediate container 11513d1f4cb0 [2021-03-19T22:27:02.956Z] ---> 1335a435a811 [2021-03-19T22:27:02.956Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T22:27:03.570Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T22:27:03.570Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T22:27:03.570Z] ---> d10569e2745f [2021-03-19T22:27:03.570Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T22:27:03.570Z] ---> Running in bc48989d9cb2 [2021-03-19T22:27:04.572Z] ---> Running in 0efbe2693776 [2021-03-19T22:27:04.842Z] Removing intermediate container e711a4586943 [2021-03-19T22:27:04.842Z] ---> b5ccbc87af0d [2021-03-19T22:27:04.842Z] [2021-03-19T22:27:04.842Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T22:27:04.842Z] ---> d10569e2745f [2021-03-19T22:27:04.842Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T22:27:05.115Z] ---> Running in 047abf76ac43 [2021-03-19T22:27:06.094Z] Removing intermediate container 047abf76ac43 [2021-03-19T22:27:06.094Z] ---> 3b4f0f36e740 [2021-03-19T22:27:06.094Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T22:27:06.094Z] 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-03-19T22:27:06.378Z] ---> Running in 68f6f5194bbb [2021-03-19T22:27:06.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:06.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:07.645Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T22:27:07.645Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T22:27:07.645Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T22:27:07.645Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T22:27:07.645Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T22:27:07.645Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:27:07.645Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T22:27:07.923Z] OK: 7 MiB in 19 packages [2021-03-19T22:27:08.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:08.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:09.319Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T22:27:09.319Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T22:27:09.319Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:27:09.319Z] OK: 5 MiB in 16 packages [2021-03-19T22:27:10.309Z] Removing intermediate container c4461ea9f88f [2021-03-19T22:27:10.309Z] ---> 26f080793aa8 [2021-03-19T22:27:10.309Z] [2021-03-19T22:27:10.309Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T22:27:10.309Z] ---> d10569e2745f [2021-03-19T22:27:10.309Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T22:27:10.916Z] ---> Running in 0dcde5a166df [2021-03-19T22:27:11.525Z] Removing intermediate container 0efbe2693776 [2021-03-19T22:27:11.525Z] ---> acd13e59463f [2021-03-19T22:27:11.525Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T22:27:11.525Z] Removing intermediate container 68f6f5194bbb [2021-03-19T22:27:11.525Z] ---> 0a5eb176b7cb [2021-03-19T22:27:11.525Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T22:27:11.801Z] ---> Running in 8ae771d2af85 [2021-03-19T22:27:11.801Z] Removing intermediate container bc48989d9cb2 [2021-03-19T22:27:11.801Z] ---> 468cef40e91e [2021-03-19T22:27:11.801Z] [2021-03-19T22:27:11.801Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T22:27:12.076Z] ---> Running in 5778462e5c42 [2021-03-19T22:27:12.076Z] 20.10.0: Pulling from library/docker [2021-03-19T22:27:13.081Z] Removing intermediate container 8ae771d2af85 [2021-03-19T22:27:13.081Z] ---> b59d8b148a5b [2021-03-19T22:27:13.081Z] Step 13/24 : WORKDIR / [2021-03-19T22:27:13.358Z] Removing intermediate container 5778462e5c42 [2021-03-19T22:27:13.358Z] ---> 8a78826d5782 [2021-03-19T22:27:13.358Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T22:27:13.358Z] ---> Running in 6891dc7a7c89 [2021-03-19T22:27:13.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:13.636Z] ---> Running in 7f7626934e92 [2021-03-19T22:27:13.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:13.919Z] Removing intermediate container 47f687a26907 [2021-03-19T22:27:13.919Z] ---> f3bb171e736d [2021-03-19T22:27:13.919Z] [2021-03-19T22:27:13.919Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T22:27:13.919Z] ---> d10569e2745f [2021-03-19T22:27:13.919Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T22:27:14.585Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T22:27:14.585Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:27:14.585Z] OK: 5 MiB in 15 packages [2021-03-19T22:27:14.585Z] ---> Running in fa03ba346648 [2021-03-19T22:27:15.219Z] Removing intermediate container 6891dc7a7c89 [2021-03-19T22:27:15.219Z] ---> 2b7460276ffd [2021-03-19T22:27:15.219Z] 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-03-19T22:27:15.219Z] Removing intermediate container 7f7626934e92 [2021-03-19T22:27:15.219Z] ---> bf1d1dadbf8f [2021-03-19T22:27:15.219Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T22:27:15.494Z] ---> Running in a7c98d2c167c [2021-03-19T22:27:16.481Z] ---> 36c1fd588129 [2021-03-19T22:27:16.481Z] 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-03-19T22:27:16.769Z] Removing intermediate container 0dcde5a166df [2021-03-19T22:27:16.769Z] ---> 2b87a42302d8 [2021-03-19T22:27:16.769Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:27:16.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:17.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:17.326Z] ---> Running in 0c6bb3e6117d [2021-03-19T22:27:17.928Z] ---> ebb454b18e43 [2021-03-19T22:27:17.928Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T22:27:17.928Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T22:27:17.928Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:27:17.928Z] OK: 5 MiB in 15 packages [2021-03-19T22:27:18.201Z] Removing intermediate container 0c6bb3e6117d [2021-03-19T22:27:18.201Z] ---> 3e61cbf19a8a [2021-03-19T22:27:18.201Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T22:27:18.473Z] ---> Running in d1c575628561 [2021-03-19T22:27:19.447Z] Removing intermediate container a7c98d2c167c [2021-03-19T22:27:19.447Z] ---> 13b42d1f853b [2021-03-19T22:27:19.447Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T22:27:19.718Z] ---> Running in 7b4d2ead0bd8 [2021-03-19T22:27:19.718Z] ---> 7caf0d4faa56 [2021-03-19T22:27:19.718Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T22:27:19.718Z] Removing intermediate container d1c575628561 [2021-03-19T22:27:19.718Z] ---> 23bc841074e1 [2021-03-19T22:27:19.718Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T22:27:20.317Z] ---> Running in a79c463827d3 [2021-03-19T22:27:20.317Z] Removing intermediate container fa03ba346648 [2021-03-19T22:27:20.317Z] ---> 6a7317681250 [2021-03-19T22:27:20.317Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:27:20.921Z] ---> Running in 22e6a0002a16 [2021-03-19T22:27:21.191Z] Removing intermediate container 7b4d2ead0bd8 [2021-03-19T22:27:21.191Z] ---> 3361a7e7f02c [2021-03-19T22:27:21.191Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T22:27:21.469Z] Removing intermediate container a79c463827d3 [2021-03-19T22:27:21.469Z] ---> e122f61be006 [2021-03-19T22:27:21.469Z] Step 15/23 : WORKDIR / [2021-03-19T22:27:21.743Z] ---> 0708fe40b9d2 [2021-03-19T22:27:21.743Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T22:27:21.743Z] Removing intermediate container 22e6a0002a16 [2021-03-19T22:27:21.743Z] ---> 76ded2d9ae97 [2021-03-19T22:27:21.743Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T22:27:22.018Z] ---> Running in ff62a8d34825 [2021-03-19T22:27:22.293Z] ---> Running in 62aabe878c0b [2021-03-19T22:27:22.563Z] ---> ffa7716662a0 [2021-03-19T22:27:22.563Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T22:27:23.165Z] ---> Running in 035f9eed26db [2021-03-19T22:27:23.443Z] Removing intermediate container ff62a8d34825 [2021-03-19T22:27:23.443Z] ---> 11cbcfd51f4a [2021-03-19T22:27:23.443Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:27:23.713Z] Removing intermediate container 62aabe878c0b [2021-03-19T22:27:23.713Z] ---> a4c217d7c100 [2021-03-19T22:27:23.713Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T22:27:23.987Z] ---> 453b821cb070 [2021-03-19T22:27:23.987Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T22:27:23.987Z] ---> Running in 254838756bc6 [2021-03-19T22:27:24.585Z] ---> 5277d0aa3e28 [2021-03-19T22:27:24.585Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T22:27:24.861Z] Removing intermediate container 254838756bc6 [2021-03-19T22:27:24.861Z] ---> a3854d9ec59f [2021-03-19T22:27:24.861Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:27:25.137Z] ---> 9a6309040749 [2021-03-19T22:27:25.137Z] 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-03-19T22:27:25.749Z] ---> Running in 9332bb5cad51 [2021-03-19T22:27:25.749Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T22:27:26.026Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T22:27:26.026Z] ---> eeaf43b92773 [2021-03-19T22:27:26.026Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T22:27:26.026Z] ---> 033c431968ac [2021-03-19T22:27:26.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T22:27:26.299Z] ---> Running in 31d1de9744db [2021-03-19T22:27:26.574Z] ---> 327931c90c02 [2021-03-19T22:27:26.574Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T22:27:27.573Z] Removing intermediate container 035f9eed26db [2021-03-19T22:27:27.573Z] ---> 724f5146da74 [2021-03-19T22:27:27.573Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:27:27.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:28.121Z] ---> ed1fcc32c2ca [2021-03-19T22:27:28.121Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T22:27:28.121Z] ---> efaf61c0e037 [2021-03-19T22:27:28.121Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T22:27:28.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:28.394Z] ---> Running in 9369a74880a7 [2021-03-19T22:27:28.666Z] ---> 0ef1838e735a [2021-03-19T22:27:28.666Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T22:27:28.939Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T22:27:28.940Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T22:27:28.940Z] Executing bash-5.0.17-r0.post-install [2021-03-19T22:27:28.940Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:27:28.940Z] OK: 12 MiB in 22 packages [2021-03-19T22:27:28.940Z] Removing intermediate container 9369a74880a7 [2021-03-19T22:27:28.940Z] ---> 22fa45842c9e [2021-03-19T22:27:28.940Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:27:29.213Z] Removing intermediate container 9332bb5cad51 [2021-03-19T22:27:29.213Z] ---> a16c0b319145 [2021-03-19T22:27:29.213Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T22:27:29.213Z] ---> e40aef2bb4e2 [2021-03-19T22:27:29.213Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T22:27:29.213Z] ---> Running in e4f09bae1830 [2021-03-19T22:27:29.484Z] ---> Running in 75b10b2d88f9 [2021-03-19T22:27:29.484Z] ---> Running in 522c7a7ea7a8 [2021-03-19T22:27:30.077Z] Removing intermediate container e4f09bae1830 [2021-03-19T22:27:30.077Z] ---> 2ae694817433 [2021-03-19T22:27:30.077Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T22:27:30.348Z] Removing intermediate container 522c7a7ea7a8 [2021-03-19T22:27:30.348Z] ---> f967b714ecdb [2021-03-19T22:27:30.348Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:27:30.348Z] Removing intermediate container 75b10b2d88f9 [2021-03-19T22:27:30.348Z] ---> d21cc6a90ac3 [2021-03-19T22:27:30.348Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T22:27:30.623Z] ---> Running in f54a4af3984d [2021-03-19T22:27:30.623Z] ---> Running in f43b304e39d2 [2021-03-19T22:27:30.623Z] ---> Running in ef400216003c [2021-03-19T22:27:30.623Z] Removing intermediate container 31d1de9744db [2021-03-19T22:27:30.623Z] ---> ef8a57bfebeb [2021-03-19T22:27:30.623Z] ---> 5620304ef756 [2021-03-19T22:27:30.623Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T22:27:30.623Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T22:27:30.899Z] ---> Running in 1fbe001bd1fb [2021-03-19T22:27:31.193Z] Removing intermediate container f54a4af3984d [2021-03-19T22:27:31.193Z] ---> 580e47c66f53 [2021-03-19T22:27:31.193Z] Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:27:31.193Z] Removing intermediate container f43b304e39d2 [2021-03-19T22:27:31.193Z] ---> e58f3bb390ef [2021-03-19T22:27:31.193Z] Step 23/24 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:27:31.193Z] ---> Running in d8854d711a80 [2021-03-19T22:27:31.481Z] ---> Running in 2b64f1242c07 [2021-03-19T22:27:31.482Z] Removing intermediate container ef400216003c [2021-03-19T22:27:31.482Z] ---> 3d0e37b36b71 [2021-03-19T22:27:31.482Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T22:27:31.482Z] Removing intermediate container 1fbe001bd1fb [2021-03-19T22:27:31.482Z] ---> 624925b58506 [2021-03-19T22:27:31.482Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T22:27:31.754Z] ---> Running in 81928dc90894 [2021-03-19T22:27:31.754Z] ---> ea3391e243a7 [2021-03-19T22:27:31.754Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T22:27:31.754Z] ---> Running in 5b3c873602c4 [2021-03-19T22:27:32.024Z] Removing intermediate container d8854d711a80 [2021-03-19T22:27:32.024Z] ---> e7f678019395 [2021-03-19T22:27:32.024Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T22:27:32.024Z] Removing intermediate container 2b64f1242c07 [2021-03-19T22:27:32.024Z] ---> 6ac8809321be [2021-03-19T22:27:32.024Z] Step 24/24 : LABEL version=0.0.0 [2021-03-19T22:27:32.296Z] ---> Running in 4299800691fc [2021-03-19T22:27:32.296Z] Removing intermediate container 81928dc90894 [2021-03-19T22:27:32.296Z] ---> 3dce8c9e71f5 [2021-03-19T22:27:32.296Z] Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:27:32.296Z] ---> Running in f9e8114db498 [2021-03-19T22:27:32.567Z] Removing intermediate container 5b3c873602c4 [2021-03-19T22:27:32.567Z] ---> 6013777a412d [2021-03-19T22:27:32.567Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T22:27:32.567Z] ---> Running in 5035094d2be6 [2021-03-19T22:27:32.567Z] ---> Running in 1d38b9ebe385 [2021-03-19T22:27:32.841Z] Removing intermediate container 4299800691fc [2021-03-19T22:27:32.841Z] ---> 5087c693e32e [2021-03-19T22:27:32.841Z] [2021-03-19T22:27:32.841Z] ---> f86949ebd157 [2021-03-19T22:27:32.841Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T22:27:33.116Z] Removing intermediate container f9e8114db498 [2021-03-19T22:27:33.116Z] ---> 0016107c73ce [2021-03-19T22:27:33.116Z] [2021-03-19T22:27:33.392Z] Successfully built 5087c693e32e [2021-03-19T22:27:33.392Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T22:27:33.392Z] Building docker-support-notifications-go [2021-03-19T22:27:33.392Z] Removing intermediate container 5035094d2be6 [2021-03-19T22:27:33.392Z] ---> f72d84692195 [2021-03-19T22:27:33.392Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T22:27:33.669Z]  Building docker-core-command-go ... done Removing intermediate container 1d38b9ebe385 [2021-03-19T22:27:33.669Z] ---> 47d8eb160c4b [2021-03-19T22:27:33.669Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T22:27:33.669Z] Successfully built 0016107c73ce [2021-03-19T22:27:33.669Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T22:27:33.669Z] ---> Running in 6d8baad90d53 [2021-03-19T22:27:33.669Z] Building docker-core-metadata-go [2021-03-19T22:27:33.941Z]  Building docker-security-secretstore-setup-go ... done  ---> fa762460f819 [2021-03-19T22:27:33.941Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T22:27:34.219Z] ---> Running in c7a373a4cdb8 [2021-03-19T22:27:34.829Z] Removing intermediate container 6d8baad90d53 [2021-03-19T22:27:34.829Z] ---> ab9d97f0515d [2021-03-19T22:27:34.829Z] [2021-03-19T22:27:35.106Z] ---> f70aaafcdd3f [2021-03-19T22:27:35.106Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T22:27:35.106Z] Removing intermediate container c7a373a4cdb8 [2021-03-19T22:27:35.106Z] ---> a7ba0de8b0b7 [2021-03-19T22:27:35.106Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T22:27:35.106Z] Successfully built ab9d97f0515d [2021-03-19T22:27:35.384Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T22:27:35.384Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-19T22:27:35.981Z] ---> 3831099f9c5a [2021-03-19T22:27:35.981Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T22:27:35.981Z] ---> 884b605ba418 [2021-03-19T22:27:35.981Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T22:27:36.577Z] ---> Running in d8d206ac5f97 [2021-03-19T22:27:37.188Z] ---> 74d54126fc84 [2021-03-19T22:27:37.188Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T22:27:37.471Z] ---> Running in 741c8576c885 [2021-03-19T22:27:38.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:39.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:27:40.032Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T22:27:40.033Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T22:27:40.033Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T22:27:40.033Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T22:27:40.033Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T22:27:40.033Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T22:27:40.033Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T22:27:40.663Z] Removing intermediate container d8d206ac5f97 [2021-03-19T22:27:40.663Z] ---> 30c6d8a131b3 [2021-03-19T22:27:40.663Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T22:27:42.100Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T22:27:42.100Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T22:27:42.100Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T22:27:42.100Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T22:27:42.100Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T22:27:42.100Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T22:27:42.100Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T22:27:42.100Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T22:27:42.373Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T22:27:42.373Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T22:27:42.373Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T22:27:42.373Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T22:27:42.373Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T22:27:42.373Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T22:27:42.373Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T22:27:42.373Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T22:27:42.650Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T22:27:42.650Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T22:27:42.650Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T22:27:42.650Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T22:27:42.650Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T22:27:42.650Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T22:27:42.650Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T22:27:42.650Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T22:27:42.651Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T22:27:42.651Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T22:27:42.924Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:27:42.924Z] OK: 71 MiB in 55 packages [2021-03-19T22:27:42.924Z] ---> Running in 19e10149ac2d [2021-03-19T22:27:44.370Z] Removing intermediate container 19e10149ac2d [2021-03-19T22:27:44.370Z] ---> d0270f3ca768 [2021-03-19T22:27:44.370Z] Step 28/31 : CMD ["gate"] [2021-03-19T22:27:44.971Z] ---> Running in 386a6e5101d9 [2021-03-19T22:27:45.573Z] Removing intermediate container 386a6e5101d9 [2021-03-19T22:27:45.573Z] ---> 9454d090cbff [2021-03-19T22:27:45.573Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T22:27:46.572Z] ---> Running in 790be75dcb36 [2021-03-19T22:27:48.032Z] Removing intermediate container 790be75dcb36 [2021-03-19T22:27:48.032Z] ---> aa77693c99ab [2021-03-19T22:27:48.032Z] Step 30/31 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:27:49.072Z] ---> Running in fb6bfdb50226 [2021-03-19T22:27:50.525Z] Removing intermediate container fb6bfdb50226 [2021-03-19T22:27:50.525Z] ---> 6d63aa34366a [2021-03-19T22:27:50.525Z] Step 31/31 : LABEL version=0.0.0 [2021-03-19T22:27:50.525Z] Removing intermediate container 741c8576c885 [2021-03-19T22:27:50.525Z] ---> d9d6a59d7456 [2021-03-19T22:27:50.525Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T22:27:50.525Z] ---> Running in a60d1f738337 [2021-03-19T22:27:50.525Z] ---> Running in abeb0adc7d3d [2021-03-19T22:27:51.529Z] Removing intermediate container a60d1f738337 [2021-03-19T22:27:51.529Z] ---> 54938f613076 [2021-03-19T22:27:51.529Z] [2021-03-19T22:27:51.800Z] Successfully built 54938f613076 [2021-03-19T22:27:51.800Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T22:27:51.800Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-03-19T22:27:56.099Z] Collecting docker-compose==1.23.2 [2021-03-19T22:27:56.099Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T22:27:57.080Z] Collecting PyYAML<4,>=3.10 [2021-03-19T22:27:57.080Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T22:28:02.499Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T22:28:02.499Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T22:28:02.499Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T22:28:02.499Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T22:28:05.124Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T22:28:05.124Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T22:28:05.722Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T22:28:05.722Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T22:28:05.996Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T22:28:05.996Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T22:28:08.641Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T22:28:08.641Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T22:28:09.654Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T22:28:09.654Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T22:28:10.257Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T22:28:10.257Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T22:28:12.242Z] 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-03-19T22:28:13.236Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T22:28:13.236Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T22:28:13.236Z] 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-03-19T22:28:13.236Z] 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-03-19T22:28:13.551Z] Collecting idna<2.8,>=2.5 [2021-03-19T22:28:13.877Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T22:28:14.180Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T22:28:14.180Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T22:28:14.180Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T22:28:14.180Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T22:28:14.180Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T22:28:14.180Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T22:28:15.614Z] Installing collected packages: PyYAML, urllib3, idna, requests, docopt, cached-property, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, texttable, docker-compose [2021-03-19T22:28:15.614Z] Running setup.py install for PyYAML: started [2021-03-19T22:28:17.616Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T22:28:17.616Z] Attempting uninstall: urllib3 [2021-03-19T22:28:17.616Z] Found existing installation: urllib3 1.25.9 [2021-03-19T22:28:17.616Z] Uninstalling urllib3-1.25.9: [2021-03-19T22:28:17.891Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T22:28:18.484Z] Attempting uninstall: idna [2021-03-19T22:28:18.484Z] Found existing installation: idna 2.9 [2021-03-19T22:28:18.484Z] Uninstalling idna-2.9: [2021-03-19T22:28:18.757Z] Successfully uninstalled idna-2.9 [2021-03-19T22:28:19.357Z] Attempting uninstall: requests [2021-03-19T22:28:19.357Z] Found existing installation: requests 2.23.0 [2021-03-19T22:28:19.357Z] Uninstalling requests-2.23.0: [2021-03-19T22:28:19.636Z] Successfully uninstalled requests-2.23.0 [2021-03-19T22:28:19.911Z] Running setup.py install for docopt: started [2021-03-19T22:28:21.899Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T22:28:22.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:28:22.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:28:22.507Z] ---> c639205da359 [2021-03-19T22:28:22.507Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T22:28:22.507Z] ---> Using cache [2021-03-19T22:28:22.507Z] ---> 12d314e56cc2 [2021-03-19T22:28:22.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:28:22.507Z] ---> Using cache [2021-03-19T22:28:22.507Z] ---> 66c1fb177be0 [2021-03-19T22:28:22.507Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T22:28:22.507Z] ---> Using cache [2021-03-19T22:28:22.507Z] ---> 98dcbba9b137 [2021-03-19T22:28:22.507Z] Step 6/23 : COPY go.mod . [2021-03-19T22:28:22.507Z] ---> Using cache [2021-03-19T22:28:22.507Z] ---> 63ab3af1bbfb [2021-03-19T22:28:22.507Z] Step 7/23 : RUN go mod download [2021-03-19T22:28:22.507Z] ---> Using cache [2021-03-19T22:28:22.507Z] ---> 5db65acce99d [2021-03-19T22:28:22.507Z] Step 8/23 : COPY . . [2021-03-19T22:28:22.782Z] ---> Using cache [2021-03-19T22:28:22.782Z] ---> e11ca70022ab [2021-03-19T22:28:22.782Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T22:28:22.782Z] Running setup.py install for dockerpty: started [2021-03-19T22:28:23.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:28:23.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:28:23.055Z] ---> c639205da359 [2021-03-19T22:28:23.055Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T22:28:23.055Z] ---> Using cache [2021-03-19T22:28:23.055Z] ---> 12d314e56cc2 [2021-03-19T22:28:23.055Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:28:23.055Z] ---> Using cache [2021-03-19T22:28:23.055Z] ---> 66c1fb177be0 [2021-03-19T22:28:23.055Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T22:28:23.328Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:28:23.328Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:28:23.328Z] ---> c639205da359 [2021-03-19T22:28:23.328Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T22:28:23.328Z] ---> Using cache [2021-03-19T22:28:23.328Z] ---> 12d314e56cc2 [2021-03-19T22:28:23.328Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:28:23.328Z] ---> Using cache [2021-03-19T22:28:23.328Z] ---> 66c1fb177be0 [2021-03-19T22:28:23.328Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T22:28:23.328Z] ---> Using cache [2021-03-19T22:28:23.328Z] ---> 98dcbba9b137 [2021-03-19T22:28:23.328Z] Step 6/21 : COPY go.mod . [2021-03-19T22:28:23.328Z] ---> Using cache [2021-03-19T22:28:23.328Z] ---> 63ab3af1bbfb [2021-03-19T22:28:23.328Z] Step 7/21 : RUN go mod download [2021-03-19T22:28:23.328Z] ---> Using cache [2021-03-19T22:28:23.328Z] ---> 5db65acce99d [2021-03-19T22:28:23.328Z] Step 8/21 : COPY . . [2021-03-19T22:28:23.604Z] ---> Using cache [2021-03-19T22:28:23.604Z] ---> e11ca70022ab [2021-03-19T22:28:23.604Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T22:28:25.653Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T22:28:29.085Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T22:28:29.085Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T22:28:29.085Z] ---> c639205da359 [2021-03-19T22:28:29.085Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T22:28:29.085Z] ---> Using cache [2021-03-19T22:28:29.085Z] ---> 12d314e56cc2 [2021-03-19T22:28:29.085Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:28:29.085Z] ---> Using cache [2021-03-19T22:28:29.085Z] ---> 66c1fb177be0 [2021-03-19T22:28:29.085Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T22:28:29.085Z] Running setup.py install for texttable: started [2021-03-19T22:28:29.690Z] ---> Running in 40228fff1c65 [2021-03-19T22:28:29.690Z] ---> Running in 9ed58ac95212 [2021-03-19T22:28:29.690Z] ---> Running in bdc8ab35ff0d [2021-03-19T22:28:29.690Z] ---> Running in 627bf7793c2f [2021-03-19T22:28:31.678Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T22:28:31.678Z] 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-03-19T22:28:31.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:28:31.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:28:32.242Z] 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-03-19T22:28:32.520Z] 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-03-19T22:28:32.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:28:32.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:28:33.398Z] OK: 217 MiB in 51 packages [2021-03-19T22:28:33.398Z] OK: 217 MiB in 51 packages [2021-03-19T22:28:36.050Z] Removing intermediate container bdc8ab35ff0d [2021-03-19T22:28:36.050Z] ---> e4324c8181c0 [2021-03-19T22:28:36.050Z] Step 6/22 : COPY go.mod . [2021-03-19T22:28:36.050Z] Removing intermediate container 40228fff1c65 [2021-03-19T22:28:36.050Z] ---> 01734911b980 [2021-03-19T22:28:36.050Z] Step 6/23 : COPY go.mod . [2021-03-19T22:28:37.509Z] ---> 93e809c8ff6f [2021-03-19T22:28:37.509Z] Step 7/23 : RUN go mod download [2021-03-19T22:28:37.509Z] ---> 32230b3c2bd9 [2021-03-19T22:28:37.509Z] Step 7/22 : RUN go mod download [2021-03-19T22:28:37.787Z] ---> Running in 8dced7d6dea7 [2021-03-19T22:28:37.787Z] ---> Running in 5e5644dbcbfa [2021-03-19T22:28:39.228Z] Removing intermediate container abeb0adc7d3d [2021-03-19T22:28:39.228Z] ---> 9fd7561eb20c [2021-03-19T22:28:39.228Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T22:28:39.504Z] ---> Running in c2ab378f73ad [2021-03-19T22:28:42.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:28:42.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:28:42.749Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T22:28:42.749Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T22:28:43.031Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T22:28:43.031Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:28:43.031Z] OK: 72 MiB in 58 packages [2021-03-19T22:28:43.459Z] Removing intermediate container 5e5644dbcbfa [2021-03-19T22:28:43.459Z] ---> 106681b3e674 [2021-03-19T22:28:43.763Z] Step 8/22 : COPY . . [2021-03-19T22:28:43.763Z] Removing intermediate container 8dced7d6dea7 [2021-03-19T22:28:43.763Z] ---> 77644cf1e235 [2021-03-19T22:28:43.763Z] Step 8/23 : COPY . . [2021-03-19T22:28:45.872Z] Removing intermediate container c2ab378f73ad [2021-03-19T22:28:45.872Z] ---> 80d96e1f286f [2021-03-19T22:28:45.872Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T22:28:46.146Z] ---> Running in 4b39261c7bd1 [2021-03-19T22:28:48.135Z] Removing intermediate container 4b39261c7bd1 [2021-03-19T22:28:48.135Z] ---> 8e3b746bcee8 [2021-03-19T22:28:48.135Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:28:48.740Z] ---> Running in 85bba11ba58c [2021-03-19T22:28:50.181Z] Removing intermediate container 85bba11ba58c [2021-03-19T22:28:50.181Z] ---> 88e60d2b8127 [2021-03-19T22:28:50.181Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T22:28:51.173Z] ---> Running in 07fd561c6a9f [2021-03-19T22:28:52.632Z] Removing intermediate container 07fd561c6a9f [2021-03-19T22:28:52.632Z] ---> 9285b53ed0fb [2021-03-19T22:28:52.632Z] Step 25/26 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:28:54.073Z] ---> Running in 132680d3ec8d [2021-03-19T22:28:56.060Z] Removing intermediate container 132680d3ec8d [2021-03-19T22:28:56.060Z] ---> 545aa35656d3 [2021-03-19T22:28:56.060Z] Step 26/26 : LABEL version=0.0.0 [2021-03-19T22:28:56.334Z] ---> Running in c3655b26e23e [2021-03-19T22:28:57.324Z] Removing intermediate container c3655b26e23e [2021-03-19T22:28:57.324Z] ---> 266eec057219 [2021-03-19T22:28:57.324Z] [2021-03-19T22:28:58.767Z] Successfully built 266eec057219 [2021-03-19T22:28:58.767Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T22:29:17.121Z]  Building docker-sys-mgmt-agent-go ... done  ---> d462bb519808 [2021-03-19T22:29:17.121Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T22:29:17.121Z] ---> e2d876ae924c [2021-03-19T22:29:17.121Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T22:29:17.121Z] ---> Running in 8594751eb628 [2021-03-19T22:29:17.121Z] ---> Running in 30b3aeac6a9f [2021-03-19T22:29:19.104Z] 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-03-19T22:29:19.104Z] 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-03-19T22:29:29.283Z] 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-03-19T22:29:47.622Z] Removing intermediate container 9ed58ac95212 [2021-03-19T22:29:47.623Z] ---> 8d2363d56606 [2021-03-19T22:29:47.623Z] [2021-03-19T22:29:47.623Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T22:29:47.623Z] ---> d10569e2745f [2021-03-19T22:29:47.623Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T22:29:47.623Z] ---> Running in f045d3cee641 [2021-03-19T22:29:47.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:29:47.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:29:48.218Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T22:29:48.218Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T22:29:48.218Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T22:29:48.218Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T22:29:48.218Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:29:48.493Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T22:29:48.763Z] OK: 7 MiB in 18 packages [2021-03-19T22:29:51.388Z] Removing intermediate container f045d3cee641 [2021-03-19T22:29:51.388Z] ---> 183ee7b2da15 [2021-03-19T22:29:51.388Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T22:29:51.388Z] ---> Running in 8ec88201dc7d [2021-03-19T22:29:51.987Z] Removing intermediate container 8ec88201dc7d [2021-03-19T22:29:51.987Z] ---> 6fd5040aeb04 [2021-03-19T22:29:51.987Z] Step 13/21 : WORKDIR /edgex [2021-03-19T22:29:52.263Z] ---> Running in 666fcfcc744d [2021-03-19T22:29:52.864Z] Removing intermediate container 666fcfcc744d [2021-03-19T22:29:52.864Z] ---> 73baa31f6b62 [2021-03-19T22:29:52.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T22:29:53.850Z] ---> 0d13f834faa7 [2021-03-19T22:29:54.127Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T22:29:55.572Z] ---> 94a1d9d2e05d [2021-03-19T22:29:55.572Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T22:29:57.569Z] ---> 59e62bd4e0b7 [2021-03-19T22:29:57.569Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T22:29:57.569Z] ---> Running in e3572d3854b8 [2021-03-19T22:29:58.185Z] Removing intermediate container e3572d3854b8 [2021-03-19T22:29:58.185Z] ---> 80cf00836fc3 [2021-03-19T22:29:58.185Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T22:29:58.185Z] ---> Running in 32c22318ccdc [2021-03-19T22:29:58.790Z] Removing intermediate container 32c22318ccdc [2021-03-19T22:29:58.790Z] ---> 1187a8fdb9a8 [2021-03-19T22:29:58.790Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T22:29:59.066Z] ---> Running in 06ce748dbd5b [2021-03-19T22:29:59.668Z] Removing intermediate container 06ce748dbd5b [2021-03-19T22:29:59.668Z] ---> 544f49e46059 [2021-03-19T22:29:59.668Z] Step 20/21 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:29:59.947Z] ---> Running in 5ff7be98f6e1 [2021-03-19T22:30:00.561Z] Removing intermediate container 5ff7be98f6e1 [2021-03-19T22:30:00.561Z] ---> 51613d5ba3ed [2021-03-19T22:30:00.561Z] Step 21/21 : LABEL version=0.0.0 [2021-03-19T22:30:00.839Z] ---> Running in e846d3027853 [2021-03-19T22:30:01.447Z] Removing intermediate container e846d3027853 [2021-03-19T22:30:01.447Z] ---> 7f3297e91cda [2021-03-19T22:30:01.447Z] [2021-03-19T22:30:02.060Z] Successfully built 7f3297e91cda [2021-03-19T22:30:02.060Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T22:30:08.820Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 627bf7793c2f [2021-03-19T22:30:08.821Z] ---> 201c205f0682 [2021-03-19T22:30:08.821Z] [2021-03-19T22:30:08.821Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T22:30:08.821Z] ---> d10569e2745f [2021-03-19T22:30:08.821Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T22:30:08.821Z] ---> Using cache [2021-03-19T22:30:08.821Z] ---> 6a7317681250 [2021-03-19T22:30:08.821Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:30:08.821Z] ---> Using cache [2021-03-19T22:30:08.821Z] ---> 76ded2d9ae97 [2021-03-19T22:30:08.821Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T22:30:08.821Z] ---> Running in 660d42165208 [2021-03-19T22:30:08.821Z] Removing intermediate container 660d42165208 [2021-03-19T22:30:08.821Z] ---> ff5a125645d6 [2021-03-19T22:30:08.821Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T22:30:08.821Z] ---> Running in a6e194fc96d4 [2021-03-19T22:30:09.422Z] Removing intermediate container a6e194fc96d4 [2021-03-19T22:30:09.422Z] ---> 1f71fe62774e [2021-03-19T22:30:09.422Z] Step 15/23 : WORKDIR / [2021-03-19T22:30:09.699Z] ---> Running in a93d2f70ad67 [2021-03-19T22:30:10.302Z] Removing intermediate container a93d2f70ad67 [2021-03-19T22:30:10.302Z] ---> 993ce9dbde85 [2021-03-19T22:30:10.302Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:30:11.743Z] ---> 5bc7f77c134a [2021-03-19T22:30:11.743Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T22:30:13.732Z] ---> cdc6cacaea8b [2021-03-19T22:30:13.732Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T22:30:14.725Z] ---> 742dac0b7552 [2021-03-19T22:30:14.725Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T22:30:15.058Z] ---> Running in c0055e0246c0 [2021-03-19T22:30:15.787Z] Removing intermediate container c0055e0246c0 [2021-03-19T22:30:15.787Z] ---> 2bcdd1bd8918 [2021-03-19T22:30:15.787Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:30:15.787Z] ---> Running in 8d687a0e09ba [2021-03-19T22:30:16.443Z] Removing intermediate container 8d687a0e09ba [2021-03-19T22:30:16.443Z] ---> 14c8bd0c5eec [2021-03-19T22:30:16.726Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T22:30:16.726Z] ---> Running in 64aeec9e6287 [2021-03-19T22:30:17.723Z] Removing intermediate container 64aeec9e6287 [2021-03-19T22:30:17.723Z] ---> 74a23d41c475 [2021-03-19T22:30:17.723Z] Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:30:17.723Z] ---> Running in d907d3dde6d5 [2021-03-19T22:30:18.722Z] Removing intermediate container d907d3dde6d5 [2021-03-19T22:30:18.722Z] ---> f4a15fb39710 [2021-03-19T22:30:18.722Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T22:30:18.722Z] ---> Running in 4e347e9af348 [2021-03-19T22:30:19.720Z] Removing intermediate container 4e347e9af348 [2021-03-19T22:30:19.720Z] ---> 764ae3ba82b6 [2021-03-19T22:30:19.720Z] [2021-03-19T22:30:20.006Z] Successfully built 764ae3ba82b6 [2021-03-19T22:30:20.006Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T22:30:38.324Z]  Building docker-core-metadata-go ... done Removing intermediate container 30b3aeac6a9f [2021-03-19T22:30:38.324Z] ---> 8f71e11c4cf9 [2021-03-19T22:30:38.324Z] [2021-03-19T22:30:38.324Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T22:30:38.324Z] ---> d10569e2745f [2021-03-19T22:30:38.324Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T22:30:38.324Z] ---> Running in 8d82de5b9b8e [2021-03-19T22:30:38.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:30:38.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:30:38.598Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T22:30:38.598Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T22:30:38.598Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:30:38.598Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T22:30:38.873Z] OK: 6 MiB in 16 packages [2021-03-19T22:30:40.844Z] Removing intermediate container 8d82de5b9b8e [2021-03-19T22:30:40.844Z] ---> aebbcb03d370 [2021-03-19T22:30:40.844Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T22:30:40.844Z] ---> Running in e4fad57d686b [2021-03-19T22:30:41.443Z] Removing intermediate container e4fad57d686b [2021-03-19T22:30:41.443Z] ---> 89b39ee5cf7e [2021-03-19T22:30:41.443Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T22:30:41.443Z] ---> Running in 788caeebc545 [2021-03-19T22:30:42.039Z] Removing intermediate container 788caeebc545 [2021-03-19T22:30:42.039Z] ---> 5500cb39322c [2021-03-19T22:30:42.039Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T22:30:42.318Z] ---> Running in e925c7f0aa3b [2021-03-19T22:30:42.917Z] Removing intermediate container e925c7f0aa3b [2021-03-19T22:30:42.917Z] ---> 1206ce1ac770 [2021-03-19T22:30:42.917Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:30:44.349Z] ---> 9333731096c8 [2021-03-19T22:30:44.349Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T22:30:44.621Z] Removing intermediate container 8594751eb628 [2021-03-19T22:30:44.621Z] ---> 3833d81b05a3 [2021-03-19T22:30:44.621Z] [2021-03-19T22:30:44.621Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T22:30:44.621Z] ---> d10569e2745f [2021-03-19T22:30:44.621Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T22:30:44.891Z] ---> Running in 5af52b462f2f [2021-03-19T22:30:45.164Z] ---> ebbc6217a8a0 [2021-03-19T22:30:45.164Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T22:30:45.467Z] Removing intermediate container 5af52b462f2f [2021-03-19T22:30:45.467Z] ---> 5cbdf1d37c60 [2021-03-19T22:30:45.467Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T22:30:45.467Z] ---> Running in 2757a20f519c [2021-03-19T22:30:46.063Z] Removing intermediate container 2757a20f519c [2021-03-19T22:30:46.063Z] ---> aff39ba8045a [2021-03-19T22:30:46.063Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T22:30:46.063Z] ---> 8d1f319218ba [2021-03-19T22:30:46.063Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T22:30:46.063Z] ---> Running in 1b27cc42c795 [2021-03-19T22:30:46.335Z] ---> Running in 97cd1b87368c [2021-03-19T22:30:46.610Z] Removing intermediate container 1b27cc42c795 [2021-03-19T22:30:46.610Z] ---> aa9f8dd8677a [2021-03-19T22:30:46.610Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T22:30:46.610Z] Removing intermediate container 97cd1b87368c [2021-03-19T22:30:46.610Z] ---> 0ab638bc0eef [2021-03-19T22:30:46.610Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:30:46.610Z] ---> Running in 78e9d55ad2a9 [2021-03-19T22:30:46.886Z] ---> Running in 394ba66aca2d [2021-03-19T22:30:47.479Z] Removing intermediate container 394ba66aca2d [2021-03-19T22:30:47.479Z] ---> 68c63c336686 [2021-03-19T22:30:47.479Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T22:30:47.753Z] ---> Running in b785a5faab12 [2021-03-19T22:30:48.351Z] Removing intermediate container b785a5faab12 [2021-03-19T22:30:48.351Z] ---> c22c72b1429f [2021-03-19T22:30:48.351Z] Step 21/22 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:30:48.351Z] ---> Running in 090c853dcf29 [2021-03-19T22:30:48.943Z] Removing intermediate container 090c853dcf29 [2021-03-19T22:30:48.943Z] ---> 9879d0797f82 [2021-03-19T22:30:48.943Z] Step 22/22 : LABEL version=0.0.0 [2021-03-19T22:30:48.943Z] ---> Running in 68659523c4a7 [2021-03-19T22:30:49.212Z] Removing intermediate container 78e9d55ad2a9 [2021-03-19T22:30:49.212Z] ---> b067be908ffd [2021-03-19T22:30:49.212Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T22:30:49.212Z] ---> Running in 49c34830928f [2021-03-19T22:30:49.483Z] Removing intermediate container 68659523c4a7 [2021-03-19T22:30:49.483Z] ---> b907647f5ca5 [2021-03-19T22:30:49.483Z] [2021-03-19T22:30:50.074Z] Successfully built b907647f5ca5 [2021-03-19T22:30:50.074Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T22:30:50.346Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T22:30:50.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T22:30:51.904Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T22:30:51.904Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T22:30:51.904Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T22:30:51.904Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T22:30:52.173Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T22:30:52.173Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T22:30:52.173Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T22:30:52.445Z] OK: 8 MiB in 20 packages [2021-03-19T22:30:53.481Z] Removing intermediate container 49c34830928f [2021-03-19T22:30:53.481Z] ---> 56e81cd7dc85 [2021-03-19T22:30:53.481Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T22:30:54.459Z] ---> 5dea76ab69a8 [2021-03-19T22:30:54.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T22:30:55.890Z] ---> 58fd711bc9e2 [2021-03-19T22:30:55.890Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T22:30:56.485Z] ---> ec0d358e1130 [2021-03-19T22:30:56.485Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T22:30:56.485Z] ---> Running in 36d65aa2791b [2021-03-19T22:30:57.079Z] Removing intermediate container 36d65aa2791b [2021-03-19T22:30:57.079Z] ---> 343e66d2eecc [2021-03-19T22:30:57.079Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T22:30:57.079Z] ---> Running in c8ae40faeaa5 [2021-03-19T22:30:57.672Z] Removing intermediate container c8ae40faeaa5 [2021-03-19T22:30:57.672Z] ---> 159261669641 [2021-03-19T22:30:57.672Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T22:30:57.672Z] ---> Running in f6edb399d921 [2021-03-19T22:30:58.263Z] Removing intermediate container f6edb399d921 [2021-03-19T22:30:58.263Z] ---> 6cd49d24102c [2021-03-19T22:30:58.263Z] Step 22/23 : LABEL git_sha=3290b0969f82bd858e0b646d0eddc448e14767c7 [2021-03-19T22:30:58.535Z] ---> Running in 226cdd30188f [2021-03-19T22:30:58.807Z] Removing intermediate container 226cdd30188f [2021-03-19T22:30:58.807Z] ---> eb46a0900b9f [2021-03-19T22:30:58.807Z] Step 23/23 : LABEL version=0.0.0 [2021-03-19T22:30:59.078Z] ---> Running in 65f29e1ad7dd [2021-03-19T22:30:59.349Z] Removing intermediate container 65f29e1ad7dd [2021-03-19T22:30:59.349Z] ---> c1b75344c6c2 [2021-03-19T22:30:59.349Z] [2021-03-19T22:30:59.939Z] Successfully built c1b75344c6c2 [2021-03-19T22:30:59.939Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T22:31:00.227Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-19T22:31:00.223Z] $ docker stop --time=1 f614d88a6007bcdc0cb615e99e649b1b22384b9490712386e1659f5c3257057c [2021-03-19T22:31:02.129Z] $ docker rm -f f614d88a6007bcdc0cb615e99e649b1b22384b9490712386e1659f5c3257057c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T22:31:02.914Z] + + grep docker [2021-03-19T22:31:02.914Z] docker images [2021-03-19T22:31:03.185Z] docker-core-data-go-arm64 latest c1b75344c6c2 3 seconds ago 21.3MB [2021-03-19T22:31:03.185Z] docker-support-notifications-go-arm64 latest b907647f5ca5 13 seconds ago 16.9MB [2021-03-19T22:31:03.185Z] docker-core-metadata-go-arm64 latest 764ae3ba82b6 43 seconds ago 17.9MB [2021-03-19T22:31:03.185Z] docker-security-proxy-setup-go-arm64 latest 7f3297e91cda About a minute ago 23.4MB [2021-03-19T22:31:03.185Z] docker-sys-mgmt-agent-go-arm64 latest 266eec057219 2 minutes ago 300MB [2021-03-19T22:31:03.185Z] docker-security-bootstrapper-go-arm64 latest 54938f613076 3 minutes ago 17.8MB [2021-03-19T22:31:03.185Z] docker-support-scheduler-go-arm64 latest ab9d97f0515d 3 minutes ago 16.3MB [2021-03-19T22:31:03.185Z] docker-security-secretstore-setup-go-arm64 latest 0016107c73ce 3 minutes ago 23.7MB [2021-03-19T22:31:03.185Z] docker-core-command-go-arm64 latest 5087c693e32e 3 minutes ago 16.3MB [2021-03-19T22:31:03.185Z] docker 20.10.0 eeaf43b92773 3 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-03-19T22:31:04.573Z] ---> job-cost.sh [2021-03-19T22:31:04.573Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zQsu [2021-03-19T22:31:43.504Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T22:33:20.247Z] lf-activate-venv(): INFO: Adding /tmp/venv-zQsu/bin to PATH [2021-03-19T22:33:20.247Z] INFO: No Stack... [2021-03-19T22:33:20.247Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T22:33:20.247Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T22:33:20.588Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-03-19T22:33:20.588Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T22:33:20.705Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] [2021-03-19T22:33:20.714Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] did not exist. Created. [2021-03-19T22:33:20.715Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3273-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T22:33:21.238Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T22:33:21.502Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T22:33:21.515Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3273-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-03-19T22:33:23.269Z] provisioning config files... [2021-03-19T22:33:23.284Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5364234692091101728tmp [Pipeline] { [Pipeline] sh [2021-03-19T22:33:23.669Z] + set +x [2021-03-19T22:33:23.669Z] + curl -s https://codecov.io/bash [2021-03-19T22:33:23.669Z] + bash -s -- [2021-03-19T22:33:24.245Z] [2021-03-19T22:33:24.245Z] _____ _ [2021-03-19T22:33:24.245Z] / ____| | | [2021-03-19T22:33:24.245Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T22:33:24.245Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T22:33:24.245Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T22:33:24.245Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T22:33:24.245Z] Bash-20210309-2b87ace [2021-03-19T22:33:24.245Z] [2021-03-19T22:33:24.245Z] [2021-03-19T22:33:24.245Z] ==> git version 2.24.3 found [2021-03-19T22:33:24.245Z] ==> 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-03-19T22:33:24.245Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T22:33:24.245Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T22:33:24.245Z] ==> Jenkins CI detected. [2021-03-19T22:33:24.245Z] project root: . [2021-03-19T22:33:24.245Z] --> token set from env [2021-03-19T22:33:24.245Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T22:33:24.245Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T22:33:24.245Z] ==> Python coveragepy not found [2021-03-19T22:33:24.245Z] ==> Searching for coverage reports in: [2021-03-19T22:33:24.245Z] + . [2021-03-19T22:33:24.245Z] -> Found 1 reports [2021-03-19T22:33:24.245Z] ==> Detecting git/mercurial file structure [2021-03-19T22:33:24.245Z] ==> Reading reports [2021-03-19T22:33:24.245Z] + ./coverage.out bytes=659965 [2021-03-19T22:33:24.510Z] ==> Appending adjustments [2021-03-19T22:33:24.510Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T22:33:27.816Z] + Found adjustments [2021-03-19T22:33:27.816Z] ==> Gzipping contents [2021-03-19T22:33:27.816Z] 96K /tmp/codecov.xUuShk.gz [2021-03-19T22:33:27.816Z] ==> Uploading reports [2021-03-19T22:33:27.816Z] url: https://codecov.io [2021-03-19T22:33:27.816Z] query: branch=PR-3273&commit=3290b0969f82bd858e0b646d0eddc448e14767c7&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= [2021-03-19T22:33:27.816Z] -> Pinging Codecov [2021-03-19T22:33:27.816Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3273&commit=3290b0969f82bd858e0b646d0eddc448e14767c7&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= [2021-03-19T22:33:28.389Z] -> Uploading to [2021-03-19T22:33:28.389Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/3290b0969f82bd858e0b646d0eddc448e14767c7/c82ca69f-9f92-442e-a1eb-7ae892363ba1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T223328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bebc5c0ed34c9a215e0939a341b9175bdbf3a9975b7bdd0553d6fe897796ff47 [2021-03-19T22:33:28.389Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T22:33:28.389Z] Dload Upload Total Spent Left Speed [2021-03-19T22:33:28.963Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95882 0 0 100 95882 0 173k --:--:-- --:--:-- --:--:-- 173k 100 95882 0 0 100 95882 0 173k --:--:-- --:--:-- --:--:-- 173k [2021-03-19T22:33:28.963Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3290b0969f82bd858e0b646d0eddc448e14767c7 [Pipeline] } [2021-03-19T22:33:28.973Z] 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-03-19T22:33:31.089Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:33:31.971Z] ---> package-listing.sh [2021-03-19T22:33:31.971Z] ++ facter osfamily [2021-03-19T22:33:31.971Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T22:33:31.971Z] + OS_FAMILY=redhat [2021-03-19T22:33:31.971Z] + workspace=/w/workspace/edgex-go/4 [2021-03-19T22:33:31.971Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T22:33:31.971Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T22:33:31.971Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T22:33:31.971Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T22:33:31.971Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-19T22:33:31.971Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T22:33:31.971Z] + case "${OS_FAMILY}" in [2021-03-19T22:33:31.971Z] + rpm -qa [2021-03-19T22:33:31.971Z] + sort [2021-03-19T22:33:37.279Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T22:33:37.279Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T22:33:37.279Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T22:33:37.279Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-19T22:33:37.279Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-19T22:33:37.279Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-19T22:33:37.292Z] 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-03-19T22:33:37.580Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:33:37.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T22:33:38.144Z] [2021-03-19T22:33:38.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T22:33:38.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T22:33:38.498Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T22:33:38.498Z] df20fa9351a1: Pulling fs layer [2021-03-19T22:33:38.498Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T22:33:38.498Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T22:33:38.498Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T22:33:38.498Z] 93b61091891f: Pulling fs layer [2021-03-19T22:33:38.498Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T22:33:38.498Z] 5e14af77c1be: Pulling fs layer [2021-03-19T22:33:38.498Z] 01666e4c0597: Pulling fs layer [2021-03-19T22:33:38.498Z] aa168da1d23b: Pulling fs layer [2021-03-19T22:33:38.498Z] 46f8f816bc3b: Waiting [2021-03-19T22:33:38.498Z] 93b61091891f: Waiting [2021-03-19T22:33:38.498Z] 93b9cdb0e59b: Waiting [2021-03-19T22:33:38.498Z] 01666e4c0597: Waiting [2021-03-19T22:33:38.498Z] 5e14af77c1be: Waiting [2021-03-19T22:33:38.498Z] aa168da1d23b: Waiting [2021-03-19T22:33:38.498Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T22:33:38.498Z] 36b3adc4ff6f: Download complete [2021-03-19T22:33:38.761Z] 46f8f816bc3b: Download complete [2021-03-19T22:33:38.761Z] df20fa9351a1: Verifying Checksum [2021-03-19T22:33:38.761Z] df20fa9351a1: Download complete [2021-03-19T22:33:38.761Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T22:33:38.761Z] 93b9cdb0e59b: Download complete [2021-03-19T22:33:38.761Z] 93b61091891f: Verifying Checksum [2021-03-19T22:33:38.761Z] 93b61091891f: Download complete [2021-03-19T22:33:38.761Z] 5e14af77c1be: Verifying Checksum [2021-03-19T22:33:38.761Z] 5e14af77c1be: Download complete [2021-03-19T22:33:38.761Z] 01666e4c0597: Verifying Checksum [2021-03-19T22:33:38.761Z] 01666e4c0597: Download complete [2021-03-19T22:33:39.022Z] df20fa9351a1: Pull complete [2021-03-19T22:33:39.284Z] 36b3adc4ff6f: Pull complete [2021-03-19T22:33:39.546Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T22:33:39.546Z] 8ad3a11d3b57: Download complete [2021-03-19T22:33:41.465Z] aa168da1d23b: Download complete [2021-03-19T22:33:42.040Z] 8ad3a11d3b57: Pull complete [2021-03-19T22:33:42.306Z] 46f8f816bc3b: Pull complete [2021-03-19T22:33:43.252Z] 93b61091891f: Pull complete [2021-03-19T22:33:43.252Z] 93b9cdb0e59b: Pull complete [2021-03-19T22:33:43.513Z] 5e14af77c1be: Pull complete [2021-03-19T22:33:43.513Z] 01666e4c0597: Pull complete [2021-03-19T22:33:53.633Z] aa168da1d23b: Pull complete [2021-03-19T22:33:53.633Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T22:33:53.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T22:33:53.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T22:33:53.860Z] prd-centos7-docker-4c-2g-30639 does not seem to be running inside a container [2021-03-19T22:33:53.913Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T22:33:57.535Z] $ docker top 70d7da4d0870a78986cf8c02b42d44a29f1079fcb0b67620b0d7b727ce6d1004 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T22:33:58.198Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T22:33:58.493Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T22:33:58.788Z] + ls /var/log/sa-host [2021-03-19T22:33:58.788Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T22:33:58.788Z] file_magic: OK [2021-03-19T22:33:58.788Z] HZ: Using current value: 100 [2021-03-19T22:33:58.788Z] file_header: OK [2021-03-19T22:33:58.788Z] 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-03-19T22:33:58.788Z] Statistics: [2021-03-19T22:33:58.788Z] 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-03-19T22:33:58.788Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T22:33:58.788Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T22:33:58.788Z] file_magic: OK [2021-03-19T22:33:58.788Z] HZ: Using current value: 100 [2021-03-19T22:33:58.788Z] file_header: OK [2021-03-19T22:33:58.788Z] 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-03-19T22:33:58.788Z] Statistics: [2021-03-19T22:33:58.788Z] Hnuu...uuuununununu... [2021-03-19T22:33:58.788Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T22:33:59.420Z] provisioning config files... [2021-03-19T22:33:59.438Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6560548949030799178tmp [Pipeline] { [Pipeline] echo [2021-03-19T22:33:59.518Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:33:59.814Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T22:33:59.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T22:33:59.920Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:34:00.217Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T22:34:00.227Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:34:00.527Z] ---> sudo-logs.sh [2021-03-19T22:34:00.527Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T22:34:00.613Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:34:00.908Z] ---> job-cost.sh [2021-03-19T22:34:00.908Z] lf-activate-venv: SKIPPING [2021-03-19T22:34:00.908Z] DEBUG: total: 0.20999999344348907 [2021-03-19T22:34:00.908Z] INFO: Retrieving Stack Cost... [2021-03-19T22:34:01.852Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T22:34:02.425Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T22:34:02.439Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T22:34:02.735Z] ---> logs-deploy.sh [2021-03-19T22:34:02.735Z] lf-activate-venv: SKIPPING [2021-03-19T22:34:02.735Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3273/4 [2021-03-19T22:34:02.735Z] INFO: archiving workspace using pattern(s): [2021-03-19T22:34:04.651Z] Archives upload complete. [2021-03-19T22:34:04.651Z] INFO: archiving logs to Nexus [2021-03-19T22:34:05.595Z] ---> uname -a: [2021-03-19T22:34:05.595Z] Linux prd-centos7-docker-4c-2g-30639.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-19T22:34:05.595Z] [2021-03-19T22:34:05.595Z]