Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at be0d14e436fe9c753018b2c9bd281985489666e3 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from be0d14e436fe9c753018b2c9bd281985489666e3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30764 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/85 [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/85 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 Merge succeeded, producing 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 Checking out Revision 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 # timeout=10 Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-21T00:31:19.831Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-21T00:31:20.103Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-21T00:31:20.218Z] ========================================================= [2021-03-21T00:31:20.218Z] EdgeX Global Pipelines Version Info [2021-03-21T00:31:20.218Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 034ce225e753a43c4a5c51e2d2f0824239af24a0 # timeout=10 [2021-03-21T00:31:21.765Z] ------------------- [2021-03-21T00:31:21.765Z] stable info: [2021-03-21T00:31:21.765Z] ------------------- [2021-03-21T00:31:21.765Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-21T00:31:21.765Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-21T00:31:21.765Z] Message: update stable to v1.0.186 [2021-03-21T00:31:22.719Z] ------------------- [2021-03-21T00:31:22.719Z] experimental info: [2021-03-21T00:31:22.719Z] ------------------- [2021-03-21T00:31:22.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-21T00:31:22.719Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-21T00:31:22.719Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-21T00:31:22.973Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-21T00:31:23.060Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-21T00:31:23.146Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-21T00:31:23.245Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-21T00:31:23.332Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-21T00:31:23.423Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-21T00:31:23.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-21T00:31:23.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-21T00:31:23.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-21T00:31:23.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-21T00:31:23.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-21T00:31:23.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-21T00:31:24.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-21T00:31:24.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-21T00:31:24.182Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-21T00:31:24.264Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-21T00:31:24.347Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-21T00:31:24.436Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-21T00:31:24.514Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-21T00:31:24.606Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-21T00:31:24.687Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-21T00:31:24.767Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-21T00:31:24.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-21T00:31:24.959Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-21T00:31:25.097Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-21T00:31:25.188Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [Pipeline] echo [2021-03-21T00:31:25.270Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 77cb2d4 [Pipeline] echo [2021-03-21T00:31:25.377Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-21T00:31:25.535Z] provisioning config files... [2021-03-21T00:31:25.572Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/85@tmp/config5713441077645927272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:31:25.927Z] ---> docker-login.sh [2021-03-21T00:31:25.927Z] nexus3.edgexfoundry.org:10001 [2021-03-21T00:31:26.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:31:26.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:31:26.194Z] Configure a credential helper to remove this warning. See [2021-03-21T00:31:26.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:31:26.194Z] [2021-03-21T00:31:26.194Z] Login Succeeded [2021-03-21T00:31:26.194Z] nexus3.edgexfoundry.org:10002 [2021-03-21T00:31:26.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:31:26.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:31:26.459Z] Configure a credential helper to remove this warning. See [2021-03-21T00:31:26.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:31:26.459Z] [2021-03-21T00:31:26.459Z] Login Succeeded [2021-03-21T00:31:26.459Z] nexus3.edgexfoundry.org:10003 [2021-03-21T00:31:26.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:31:26.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:31:26.723Z] Configure a credential helper to remove this warning. See [2021-03-21T00:31:26.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:31:26.723Z] [2021-03-21T00:31:26.723Z] Login Succeeded [2021-03-21T00:31:26.723Z] nexus3.edgexfoundry.org:10004 [2021-03-21T00:31:26.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:31:26.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:31:26.723Z] Configure a credential helper to remove this warning. See [2021-03-21T00:31:26.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:31:26.723Z] [2021-03-21T00:31:26.723Z] Login Succeeded [2021-03-21T00:31:26.723Z] docker.io [2021-03-21T00:31:26.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:31:27.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:31:27.250Z] Configure a credential helper to remove this warning. See [2021-03-21T00:31:27.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:31:27.250Z] [2021-03-21T00:31:27.250Z] Login Succeeded [2021-03-21T00:31:27.250Z] ---> docker-login.sh ends [Pipeline] } [2021-03-21T00:31:27.260Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-21T00:31:27.718Z] ++ 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-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/core-command/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/core-data/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-21T00:31:27.718Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-21T00:31:27.718Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-21T00:31:27.718Z] ++ cut -d/ -f2 [2021-03-21T00:31:27.718Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-21T00:31:27.791Z] 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-21T00:31:28.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-21T00:31:28.632Z] [2021-03-21T00:31:28.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:31:28.984Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-21T00:31:28.984Z] latest: Pulling from edgex-devops/git-semver [2021-03-21T00:31:28.984Z] 31603596830f: Pulling fs layer [2021-03-21T00:31:28.984Z] 2a8b12db71e7: Pulling fs layer [2021-03-21T00:31:28.984Z] 6ca5941a6612: Pulling fs layer [2021-03-21T00:31:28.984Z] ecc8261a40a4: Pulling fs layer [2021-03-21T00:31:28.984Z] ecc8261a40a4: Waiting [2021-03-21T00:31:28.984Z] 2a8b12db71e7: Verifying Checksum [2021-03-21T00:31:28.984Z] 2a8b12db71e7: Download complete [2021-03-21T00:31:28.984Z] 31603596830f: Verifying Checksum [2021-03-21T00:31:28.984Z] 31603596830f: Download complete [2021-03-21T00:31:29.246Z] 6ca5941a6612: Verifying Checksum [2021-03-21T00:31:29.246Z] 6ca5941a6612: Download complete [2021-03-21T00:31:29.246Z] ecc8261a40a4: Verifying Checksum [2021-03-21T00:31:29.246Z] ecc8261a40a4: Download complete [2021-03-21T00:31:29.514Z] 31603596830f: Pull complete [2021-03-21T00:31:29.514Z] 2a8b12db71e7: Pull complete [2021-03-21T00:31:30.464Z] 6ca5941a6612: Pull complete [2021-03-21T00:31:30.727Z] ecc8261a40a4: Pull complete [2021-03-21T00:31:30.727Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-21T00:31:30.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-21T00:31:30.727Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-21T00:31:30.831Z] prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container [2021-03-21T00:31:30.882Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:31:33.652Z] $ docker top 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-21T00:31:33.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-21T00:31:33.911Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-21T00:31:34.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-21T00:31:34.181Z] $ docker exec 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent [2021-03-21T00:31:34.391Z] SSH_AUTH_SOCK=/tmp/ssh-oABHvGBO5giK/agent.11 [2021-03-21T00:31:34.391Z] SSH_AGENT_PID=16 [2021-03-21T00:31:34.404Z] Running ssh-add (command line suppressed) [2021-03-21T00:31:34.540Z] Identity added: /w/workspace/edgex-go/85@tmp/private_key_1044708359375572005.key (/w/workspace/edgex-go/85@tmp/private_key_1044708359375572005.key) [2021-03-21T00:31:34.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-21T00:31:34.928Z] + git tag --points-at HEAD [Pipeline] } [2021-03-21T00:31:34.954Z] $ docker exec --env ******** --env ******** 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent -k [2021-03-21T00:31:35.076Z] unset SSH_AUTH_SOCK; [2021-03-21T00:31:35.076Z] unset SSH_AGENT_PID; [2021-03-21T00:31:35.076Z] echo Agent pid 16 killed; [2021-03-21T00:31:35.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-21T00:31:35.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-21T00:31:35.246Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-21T00:31:35.444Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-21T00:31:35.448Z] $ docker exec 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent [2021-03-21T00:31:35.633Z] SSH_AUTH_SOCK=/tmp/ssh-5RAcKQiurNyA/agent.45 [2021-03-21T00:31:35.633Z] SSH_AGENT_PID=50 [2021-03-21T00:31:35.641Z] Running ssh-add (command line suppressed) [2021-03-21T00:31:35.784Z] Identity added: /w/workspace/edgex-go/85@tmp/private_key_4969913063225288857.key (/w/workspace/edgex-go/85@tmp/private_key_4969913063225288857.key) [2021-03-21T00:31:35.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-21T00:31:36.175Z] + git semver init [2021-03-21T00:31:36.175Z] # -> Open(): unable to determine branch for HEAD [2021-03-21T00:31:36.175Z] # $GIT_DIR = /w/workspace/edgex-go/85/.git [2021-03-21T00:31:36.175Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/85 [2021-03-21T00:31:36.175Z] # $SEMVER_REMOTE_NAME = origin [2021-03-21T00:31:36.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-21T00:31:36.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-21T00:31:36.175Z] # $SEMVER_BRANCH = PR-2858 [2021-03-21T00:31:36.175Z] # $SEMVER_TEMP = /tmp/semver-813287201 [2021-03-21T00:31:36.175Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-21T00:32:15.012Z] # '/tmp/semver-813287201' -> '/w/workspace/edgex-go/85/.semver' [2021-03-21T00:32:15.012Z] # -> Force: false [2021-03-21T00:32:15.012Z] # $SEMVER_DIR = /w/workspace/edgex-go/85/.semver [Pipeline] } [2021-03-21T00:32:15.031Z] $ docker exec --env ******** --env ******** 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d ssh-agent -k [2021-03-21T00:32:15.323Z] unset SSH_AUTH_SOCK; [2021-03-21T00:32:15.324Z] unset SSH_AGENT_PID; [2021-03-21T00:32:15.324Z] echo Agent pid 50 killed; [2021-03-21T00:32:15.439Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-21T00:32:15.906Z] + git semver [Pipeline] } [2021-03-21T00:32:15.923Z] $ docker stop --time=1 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d [2021-03-21T00:32:17.786Z] $ docker rm -f 477eb3b5661c6a6c21cf59d7b2f77656021f4e5f55a4a8e209bfbd5cfc809d7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-21T00:32:18.437Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-21T00:32:18.960Z] Stashed 1 file(s) [Pipeline] echo [2021-03-21T00:32:18.962Z] [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-21T00:32:19.838Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-21T00:32:20.149Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-21T00:32:20.451Z] + true [2021-03-21T00:32:20.451Z] + sudo service docker restart [2021-03-21T00:32:20.451Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-21T00:32:21.042Z] ========================================================= [2021-03-21T00:32:21.042Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-21T00:32:21.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:32:21.389Z] + 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-21T00:32:24.713Z] Sending build context to Docker daemon 328.7MB [2021-03-21T00:32:24.713Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-21T00:32:24.713Z] Step 2/6 : FROM ${BASE} [2021-03-21T00:32:24.713Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-21T00:32:24.713Z] 188c0c94c7c5: Pulling fs layer [2021-03-21T00:32:24.713Z] 0ef7d3d256c8: Pulling fs layer [2021-03-21T00:32:24.713Z] de9db76c5a1d: Pulling fs layer [2021-03-21T00:32:24.713Z] bca2f99d35d6: Pulling fs layer [2021-03-21T00:32:24.713Z] 93359f2a8cfa: Pulling fs layer [2021-03-21T00:32:24.713Z] 7c6f9722023f: Pulling fs layer [2021-03-21T00:32:24.713Z] a35cf1a2eb13: Pulling fs layer [2021-03-21T00:32:24.713Z] 93359f2a8cfa: Waiting [2021-03-21T00:32:24.713Z] 7c6f9722023f: Waiting [2021-03-21T00:32:24.713Z] a35cf1a2eb13: Waiting [2021-03-21T00:32:24.713Z] de9db76c5a1d: Download complete [2021-03-21T00:32:24.713Z] 0ef7d3d256c8: Verifying Checksum [2021-03-21T00:32:24.713Z] 0ef7d3d256c8: Download complete [2021-03-21T00:32:24.713Z] 93359f2a8cfa: Verifying Checksum [2021-03-21T00:32:24.713Z] 93359f2a8cfa: Download complete [2021-03-21T00:32:24.713Z] 7c6f9722023f: Verifying Checksum [2021-03-21T00:32:24.713Z] 7c6f9722023f: Download complete [2021-03-21T00:32:24.713Z] 188c0c94c7c5: Verifying Checksum [2021-03-21T00:32:24.713Z] 188c0c94c7c5: Download complete [2021-03-21T00:32:25.292Z] 188c0c94c7c5: Pull complete [2021-03-21T00:32:25.560Z] 0ef7d3d256c8: Pull complete [2021-03-21T00:32:25.832Z] de9db76c5a1d: Pull complete [2021-03-21T00:32:26.426Z] a35cf1a2eb13: Verifying Checksum [2021-03-21T00:32:26.427Z] a35cf1a2eb13: Download complete [2021-03-21T00:32:27.391Z] bca2f99d35d6: Verifying Checksum [2021-03-21T00:32:27.391Z] bca2f99d35d6: Download complete [2021-03-21T00:32:34.013Z] bca2f99d35d6: Pull complete [2021-03-21T00:32:34.013Z] 93359f2a8cfa: Pull complete [2021-03-21T00:32:34.013Z] 7c6f9722023f: Pull complete [2021-03-21T00:32:34.349Z] Still waiting to schedule task [2021-03-21T00:32:34.349Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-21T00:32:38.254Z] a35cf1a2eb13: Pull complete [2021-03-21T00:32:38.254Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-21T00:32:38.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-21T00:32:38.254Z] ---> a62c8e92a672 [2021-03-21T00:32:38.254Z] 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-21T00:32:38.519Z] ---> Running in fb37d6c1c6d5 [2021-03-21T00:32:39.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:32:40.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:32:40.324Z] (1/12) Installing libmagic (5.38-r0) [2021-03-21T00:32:40.586Z] (2/12) Installing file (5.38-r0) [2021-03-21T00:32:40.586Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-21T00:32:40.850Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-21T00:32:49.015Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-21T00:32:49.016Z] (6/12) Installing patch (2.7.6-r6) [2021-03-21T00:32:49.016Z] (7/12) Installing build-base (0.5-r2) [2021-03-21T00:32:49.016Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-21T00:32:49.016Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-21T00:32:49.016Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-21T00:32:49.016Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-21T00:32:49.016Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-21T00:32:49.314Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:32:49.314Z] OK: 233 MiB in 51 packages [2021-03-21T00:32:53.550Z] Removing intermediate container fb37d6c1c6d5 [2021-03-21T00:32:53.550Z] ---> 2fdd079b5fcd [2021-03-21T00:32:53.550Z] Step 4/6 : WORKDIR /edgex-go [2021-03-21T00:32:53.550Z] ---> Running in be939034d310 [2021-03-21T00:32:53.550Z] Removing intermediate container be939034d310 [2021-03-21T00:32:53.550Z] ---> 5839bc5e21ae [2021-03-21T00:32:53.550Z] Step 5/6 : COPY go.mod . [2021-03-21T00:32:53.813Z] ---> c6fe0498ebbd [2021-03-21T00:32:53.813Z] Step 6/6 : RUN go mod download [2021-03-21T00:32:54.077Z] ---> Running in ffb21f36e852 [2021-03-21T00:33:16.112Z] Removing intermediate container ffb21f36e852 [2021-03-21T00:33:16.112Z] ---> 5bcb8d3dbb0b [2021-03-21T00:33:16.112Z] Successfully built 5bcb8d3dbb0b [2021-03-21T00:33:16.112Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:33:16.430Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-21T00:33:16.430Z] . [Pipeline] withDockerContainer [2021-03-21T00:33:16.593Z] prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container [2021-03-21T00:33:16.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:33:17.602Z] $ docker top 4fa643b57de5925f77056d3e8ed22641cd827bc7cd4037ea87c11e82c7092816 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-21T00:33:18.142Z] + go version [2021-03-21T00:33:18.143Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-21T00:33:18.158Z] $ docker stop --time=1 4fa643b57de5925f77056d3e8ed22641cd827bc7cd4037ea87c11e82c7092816 [2021-03-21T00:33:19.591Z] $ docker rm -f 4fa643b57de5925f77056d3e8ed22641cd827bc7cd4037ea87c11e82c7092816 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:33:20.444Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-21T00:33:20.444Z] . [Pipeline] withDockerContainer [2021-03-21T00:33:20.545Z] prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container [2021-03-21T00:33:20.591Z] $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:33:21.359Z] $ docker top 0de1dca212387262aa70b3a99a974726998aa74edd9bc646a047adb63b94d417 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-21T00:33:21.603Z] ========================================================= [2021-03-21T00:33:21.603Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-21T00:33:21.603Z] ========================================================= [Pipeline] sh [2021-03-21T00:33:21.911Z] + make test [2021-03-21T00:33:21.911Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-21T00:33:31.984Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-21T00:33:50.271Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-21T00:33:52.896Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-21T00:33:54.869Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-21T00:33:54.869Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-21T00:33:56.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-21T00:33:56.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-21T00:33:56.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-21T00:33:56.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-21T00:33:57.718Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-21T00:33:57.718Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-21T00:34:00.329Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-21T00:34:00.329Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-21T00:34:00.329Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-21T00:34:03.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements [2021-03-21T00:34:03.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-21T00:34:03.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-21T00:34:03.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-21T00:34:03.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-21T00:34:03.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-21T00:34:03.057Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-21T00:34:03.057Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements [2021-03-21T00:34:03.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.131s coverage: 100.0% of statements [2021-03-21T00:34:07.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-21T00:34:07.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-21T00:34:07.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.113s coverage: 100.0% of statements [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-21T00:34:07.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 71.3% of statements [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-21T00:34:07.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-21T00:34:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.191s coverage: 82.9% of statements [2021-03-21T00:34:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-21T00:34:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:34:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.087s coverage: 78.9% of statements [2021-03-21T00:34:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-21T00:34:12.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.426s coverage: 28.6% of statements [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-21T00:34:12.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-21T00:34:12.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-21T00:34:12.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-21T00:34:12.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-21T00:34:12.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-21T00:34:12.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-21T00:34:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.370s coverage: 92.8% of statements [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-21T00:34:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-21T00:34:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-21T00:34:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-21T00:34:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2021-03-21T00:34:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements [2021-03-21T00:34:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-03-21T00:34:13.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-03-21T00:34:14.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-21T00:34:26.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements [2021-03-21T00:34:26.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-03-21T00:34:28.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.104s coverage: 81.9% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.6% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 62.4% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 69.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 38.4% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.166s coverage: 87.1% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.819s coverage: 29.1% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.098s coverage: 96.5% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-21T00:34:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-21T00:34:38.611Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-21T00:34:38.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-21T00:34:38.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-21T00:34:39.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-21T00:34:39.741Z] GO111MODULE=on go vet ./... [2021-03-21T00:35:12.037Z] gofmt -l . [2021-03-21T00:35:12.037Z] [ "`gofmt -l .`" = "" ] [2021-03-21T00:35:12.037Z] ./bin/test-go-mod-tidy.sh [2021-03-21T00:35:12.037Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-21T00:35:12.349Z] + ls -al . [2021-03-21T00:35:12.349Z] total 760 [2021-03-21T00:35:12.349Z] drwxrwxr-x 10 1001 1001 4096 Mar 21 00:35 . [2021-03-21T00:35:12.349Z] drwxr-xr-x 4 root root 30 Mar 21 00:33 .. [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 11 Mar 21 00:31 .dockerignore [2021-03-21T00:35:12.349Z] drwxrwxr-x 8 1001 1001 179 Mar 21 00:31 .git [2021-03-21T00:35:12.349Z] drwxrwxr-x 3 1001 1001 125 Mar 21 00:31 .github [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 818 Mar 21 00:31 .gitignore [2021-03-21T00:35:12.349Z] drwx------ 3 1001 1001 60 Mar 21 00:32 .semver [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 166 Mar 21 00:31 .sonarcloud.properties [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 8607 Mar 21 00:31 Attribution.txt [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 3804 Mar 21 00:31 CONTRIBUTING.md [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 931 Mar 21 00:31 Dockerfile.build [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 863 Mar 21 00:31 Jenkinsfile [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 10775 Mar 21 00:31 LICENSE [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 5774 Mar 21 00:31 Makefile [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 6548 Mar 21 00:31 README.md [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 6755 Mar 21 00:31 SECURITY.md [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 5 Mar 21 00:32 VERSION [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 4131 Mar 21 00:31 ZMQWindows.md [2021-03-21T00:35:12.349Z] drwxrwxr-x 2 1001 1001 117 Mar 21 00:31 bin [2021-03-21T00:35:12.349Z] drwxrwxr-x 14 1001 1001 4096 Mar 21 00:31 cmd [2021-03-21T00:35:12.349Z] -rw-r--r-- 1 root root 650607 Mar 21 00:34 coverage.out [2021-03-21T00:35:12.349Z] -rw-r--r-- 1 root root 1055 Mar 21 00:35 go.mod [2021-03-21T00:35:12.349Z] -rw-r--r-- 1 root root 22209 Mar 21 00:35 go.sum [2021-03-21T00:35:12.349Z] drwxrwxr-x 8 1001 1001 127 Mar 21 00:31 internal [2021-03-21T00:35:12.349Z] drwxrwxr-x 4 1001 1001 26 Mar 21 00:31 openapi [2021-03-21T00:35:12.349Z] drwxrwxr-x 4 1001 1001 71 Mar 21 00:31 snap [2021-03-21T00:35:12.349Z] -rw-rw-r-- 1 1001 1001 168 Mar 21 00:31 version.go [Pipeline] sh [2021-03-21T00:35:12.660Z] + '[' -e coverage.out ] [2021-03-21T00:35:12.660Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-21T00:35:12.882Z] Stashed 1 file(s) [Pipeline] sh [2021-03-21T00:35:13.180Z] + make build [2021-03-21T00:35:13.180Z] 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-21T00:35:18.535Z] 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-21T00:35:26.793Z] 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-21T00:35:28.187Z] 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-21T00:35:30.108Z] 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-21T00:35:30.373Z] 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-21T00:35:32.321Z] 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-21T00:35:33.726Z] 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-21T00:35:35.138Z] 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-21T00:35:36.101Z] 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-21T00:35:37.501Z] 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-21T00:35:38.925Z] 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-21T00:35:40.909Z] $ docker stop --time=1 0de1dca212387262aa70b3a99a974726998aa74edd9bc646a047adb63b94d417 [2021-03-21T00:35:42.645Z] $ docker rm -f 0de1dca212387262aa70b3a99a974726998aa74edd9bc646a047adb63b94d417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:35:44.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-21T00:35:44.606Z] [2021-03-21T00:35:44.606Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:35:44.959Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-21T00:35:44.959Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-21T00:35:44.959Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-21T00:35:44.959Z] ca9280d653b3: Pulling fs layer [2021-03-21T00:35:44.959Z] 7e9c9ca2126c: Pulling fs layer [2021-03-21T00:35:45.228Z] cbdbe7a5bc2a: Download complete [2021-03-21T00:35:45.498Z] ca9280d653b3: Verifying Checksum [2021-03-21T00:35:45.498Z] ca9280d653b3: Download complete [2021-03-21T00:35:45.771Z] cbdbe7a5bc2a: Pull complete [2021-03-21T00:35:46.732Z] ca9280d653b3: Pull complete [2021-03-21T00:35:46.732Z] 7e9c9ca2126c: Download complete [2021-03-21T00:35:48.310Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30768 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-21T00:35:48.359Z] Running in /w/workspace/edgex-go/85 [Pipeline] { [Pipeline] checkout [2021-03-21T00:35:53.079Z] using credential edgex-jenkins-ssh [2021-03-21T00:35:53.136Z] Cloning the remote Git repository [2021-03-21T00:35:53.194Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-21T00:35:53.297Z] > git init /w/workspace/edgex-go/85 # timeout=10 [2021-03-21T00:35:53.389Z] 7e9c9ca2126c: Pull complete [2021-03-21T00:35:53.389Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-21T00:35:53.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-21T00:35:53.389Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-21T00:35:53.628Z] prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container [2021-03-21T00:35:53.680Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:35:53.375Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-21T00:35:53.375Z] > git --version # timeout=10 [2021-03-21T00:35:53.397Z] > git --version # 'git version 2.17.1' [2021-03-21T00:35:53.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-21T00:35:53.455Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-21T00:35:56.422Z] $ docker top 8c1842b61534a3a6a7894e73feb092122f988ce46159b91ba59c00e9f051eb5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-21T00:35:56.938Z] + docker-compose build --help [2021-03-21T00:35:56.938Z] + grep parallel [2021-03-21T00:35:57.884Z] --parallel Build images in parallel. [Pipeline] } [2021-03-21T00:35:58.165Z] $ docker stop --time=1 8c1842b61534a3a6a7894e73feb092122f988ce46159b91ba59c00e9f051eb5f [2021-03-21T00:35:59.532Z] $ docker rm -f 8c1842b61534a3a6a7894e73feb092122f988ce46159b91ba59c00e9f051eb5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:36:00.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-21T00:36:00.143Z] . [Pipeline] withDockerContainer [2021-03-21T00:36:00.252Z] prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container [2021-03-21T00:36:00.298Z] $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:36:00.987Z] $ docker top a98c48b10d28d00e0f1cbc5bb73843c2e5e9f65721b145dd0dc9d276c4ca6802 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-21T00:36:01.564Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-21T00:36:02.562Z] Building docker-core-command-go ... [2021-03-21T00:36:02.562Z] Building docker-core-data-go ... [2021-03-21T00:36:02.562Z] Building docker-core-metadata-go ... [2021-03-21T00:36:02.562Z] Building docker-security-bootstrapper-go ... [2021-03-21T00:36:02.562Z] Building docker-security-proxy-setup-go ... [2021-03-21T00:36:02.562Z] Building docker-security-secretstore-setup-go ... [2021-03-21T00:36:02.562Z] Building docker-support-notifications-go ... [2021-03-21T00:36:02.562Z] Building docker-support-scheduler-go ... [2021-03-21T00:36:02.562Z] Building docker-sys-mgmt-agent-go ... [2021-03-21T00:36:02.562Z] Building docker-core-metadata-go [2021-03-21T00:36:02.562Z] Building docker-security-proxy-setup-go [2021-03-21T00:36:02.562Z] Building docker-support-notifications-go [2021-03-21T00:36:02.562Z] Building docker-support-scheduler-go [2021-03-21T00:36:02.562Z] Building docker-sys-mgmt-agent-go [2021-03-21T00:36:20.787Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-21T00:36:19.718Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-21T00:36:19.738Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-21T00:36:19.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-21T00:36:19.810Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-21T00:36:19.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-21T00:36:19.823Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-21T00:36:20.811Z] > git config core.sparsecheckout # timeout=10 [2021-03-21T00:36:20.826Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-21T00:36:21.150Z] > git remote # timeout=10 [2021-03-21T00:36:21.169Z] > git config --get remote.origin.url # timeout=10 [2021-03-21T00:36:21.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-21T00:36:21.195Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-21T00:36:22.026Z] Merge succeeded, producing 07f66b00a33e8b4cd9a28d26ae08562ab92aca58 [2021-03-21T00:36:22.026Z] Checking out Revision 07f66b00a33e8b4cd9a28d26ae08562ab92aca58 (PR-2858) [2021-03-21T00:36:22.011Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-21T00:36:22.036Z] > git config core.sparsecheckout # timeout=10 [2021-03-21T00:36:22.050Z] > git checkout -f 07f66b00a33e8b4cd9a28d26ae08562ab92aca58 # timeout=10 [2021-03-21T00:36:26.505Z] Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" [2021-03-21T00:36:26.526Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-21T00:36:26.516Z] > git rev-list --no-walk 034ce225e753a43c4a5c51e2d2f0824239af24a0 # timeout=10 [2021-03-21T00:36:28.008Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-21T00:36:28.435Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-21T00:36:28.773Z] + + truesudo [2021-03-21T00:36:28.773Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-21T00:36:30.819Z] provisioning config files... [2021-03-21T00:36:30.859Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/85@tmp/config1138797213388060930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:36:31.279Z] ---> docker-login.sh [2021-03-21T00:36:31.279Z] nexus3.edgexfoundry.org:10001 [2021-03-21T00:36:32.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:36:32.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:36:32.535Z] Configure a credential helper to remove this warning. See [2021-03-21T00:36:32.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:36:32.535Z] [2021-03-21T00:36:32.535Z] Login Succeeded [2021-03-21T00:36:32.535Z] nexus3.edgexfoundry.org:10002 [2021-03-21T00:36:32.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:36:33.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:36:33.085Z] Configure a credential helper to remove this warning. See [2021-03-21T00:36:33.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:36:33.085Z] [2021-03-21T00:36:33.085Z] Login Succeeded [2021-03-21T00:36:33.085Z] nexus3.edgexfoundry.org:10003 [2021-03-21T00:36:33.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:36:33.639Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:36:33.639Z] Configure a credential helper to remove this warning. See [2021-03-21T00:36:33.639Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:36:33.639Z] [2021-03-21T00:36:33.639Z] Login Succeeded [2021-03-21T00:36:33.639Z] nexus3.edgexfoundry.org:10004 [2021-03-21T00:36:33.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:36:33.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:36:33.911Z] Configure a credential helper to remove this warning. See [2021-03-21T00:36:33.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:36:33.911Z] [2021-03-21T00:36:33.911Z] Login Succeeded [2021-03-21T00:36:33.911Z] docker.io [2021-03-21T00:36:34.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-21T00:36:34.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-21T00:36:34.788Z] Configure a credential helper to remove this warning. See [2021-03-21T00:36:34.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-21T00:36:34.788Z] [2021-03-21T00:36:34.788Z] Login Succeeded [2021-03-21T00:36:34.788Z] ---> docker-login.sh ends [Pipeline] } [2021-03-21T00:36:34.807Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-21T00:36:35.285Z] ========================================================= [2021-03-21T00:36:35.285Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-21T00:36:35.285Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:36:35.661Z] + 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-21T00:36:38.284Z] Sending build context to Docker daemon 166.9MB [2021-03-21T00:36:38.284Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-21T00:36:38.284Z] Step 2/6 : FROM ${BASE} [2021-03-21T00:36:38.284Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-21T00:36:38.284Z] 5f621e34cdf4: Pulling fs layer [2021-03-21T00:36:38.284Z] a4357932f1b6: Pulling fs layer [2021-03-21T00:36:38.284Z] 18c013af1878: Pulling fs layer [2021-03-21T00:36:38.284Z] 00ac8860ef70: Pulling fs layer [2021-03-21T00:36:38.284Z] 63d7cb157983: Pulling fs layer [2021-03-21T00:36:38.284Z] b116817d02f9: Pulling fs layer [2021-03-21T00:36:38.284Z] 745a02a5169b: Pulling fs layer [2021-03-21T00:36:38.284Z] b116817d02f9: Waiting [2021-03-21T00:36:38.284Z] 00ac8860ef70: Waiting [2021-03-21T00:36:38.284Z] 63d7cb157983: Waiting [2021-03-21T00:36:38.284Z] 745a02a5169b: Waiting [2021-03-21T00:36:38.284Z] 18c013af1878: Verifying Checksum [2021-03-21T00:36:38.284Z] 18c013af1878: Download complete [2021-03-21T00:36:38.284Z] a4357932f1b6: Verifying Checksum [2021-03-21T00:36:38.284Z] a4357932f1b6: Download complete [2021-03-21T00:36:38.284Z] 63d7cb157983: Verifying Checksum [2021-03-21T00:36:38.284Z] 63d7cb157983: Download complete [2021-03-21T00:36:38.284Z] b116817d02f9: Verifying Checksum [2021-03-21T00:36:38.284Z] b116817d02f9: Download complete [2021-03-21T00:36:38.284Z] 5f621e34cdf4: Verifying Checksum [2021-03-21T00:36:38.284Z] 5f621e34cdf4: Download complete [2021-03-21T00:36:38.898Z] 5f621e34cdf4: Pull complete [2021-03-21T00:36:39.495Z] a4357932f1b6: Pull complete [2021-03-21T00:36:39.768Z] 18c013af1878: Pull complete [2021-03-21T00:36:40.373Z] 745a02a5169b: Verifying Checksum [2021-03-21T00:36:40.373Z] 745a02a5169b: Download complete [2021-03-21T00:36:41.597Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:36:41.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:36:41.598Z] ---> 5bcb8d3dbb0b [2021-03-21T00:36:41.598Z] Step 3/22 : WORKDIR /edgex-go [2021-03-21T00:36:41.598Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:36:41.598Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:36:41.598Z] ---> 5bcb8d3dbb0b [2021-03-21T00:36:41.598Z] Step 3/26 : WORKDIR /edgex-go [2021-03-21T00:36:41.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:36:41.598Z] [2021-03-21T00:36:41.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:36:41.598Z] [2021-03-21T00:36:41.598Z] ---> 5bcb8d3dbb0b [2021-03-21T00:36:41.598Z] ---> 5bcb8d3dbb0b [2021-03-21T00:36:41.598Z] Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-03-21T00:36:41.598Z] [2021-03-21T00:36:41.598Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:36:41.598Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:36:41.598Z] ---> 5bcb8d3dbb0b [2021-03-21T00:36:41.598Z] Step 3/21 : WORKDIR /edgex-go [2021-03-21T00:36:41.598Z] ---> Running in 8eea70af28f4 [2021-03-21T00:36:41.598Z] ---> Running in a7aae9a8cbcd [2021-03-21T00:36:41.598Z] ---> Running in f216855713c5 [2021-03-21T00:36:41.598Z] ---> Running in b0903310e478 [2021-03-21T00:36:41.598Z] ---> Running in f2fec59f46aa [2021-03-21T00:36:41.598Z] Removing intermediate container a7aae9a8cbcd [2021-03-21T00:36:41.598Z] ---> 0e7e8d4c496b [2021-03-21T00:36:41.598Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:36:41.598Z] Removing intermediate container f216855713c5 [2021-03-21T00:36:41.598Z] ---> 8a4bea10113e [2021-03-21T00:36:41.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:36:41.598Z] Removing intermediate container 8eea70af28f4 [2021-03-21T00:36:41.598Z] ---> 56d5285349fb [2021-03-21T00:36:41.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:36:41.598Z] Removing intermediate container f2fec59f46aa [2021-03-21T00:36:41.598Z] ---> 60b9953315b8 [2021-03-21T00:36:41.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:36:41.598Z] Removing intermediate container b0903310e478 [2021-03-21T00:36:41.598Z] ---> e51ec50c84ed [2021-03-21T00:36:41.598Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:36:41.598Z] ---> Running in bfaaed9e8a61 [2021-03-21T00:36:41.598Z] ---> Running in 43d748a8a343 [2021-03-21T00:36:41.598Z] ---> Running in 463031d65d7a [2021-03-21T00:36:41.598Z] ---> Running in 7d8a7232a5f2 [2021-03-21T00:36:41.598Z] ---> Running in 004af0a20d52 [2021-03-21T00:36:41.804Z] 00ac8860ef70: Verifying Checksum [2021-03-21T00:36:41.804Z] 00ac8860ef70: Download complete [2021-03-21T00:36:41.864Z] Removing intermediate container 7d8a7232a5f2 [2021-03-21T00:36:41.864Z] ---> 44d898313c60 [2021-03-21T00:36:41.864Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-21T00:36:41.864Z] Removing intermediate container 004af0a20d52 [2021-03-21T00:36:41.864Z] ---> 20cd693811bb [2021-03-21T00:36:41.864Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-21T00:36:41.864Z] Removing intermediate container 43d748a8a343 [2021-03-21T00:36:41.864Z] ---> 32a26777772f [2021-03-21T00:36:41.864Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-21T00:36:41.864Z] ---> Running in 32dde66fd243 [2021-03-21T00:36:41.864Z] Removing intermediate container bfaaed9e8a61 [2021-03-21T00:36:41.864Z] ---> 3cdbbb6676c7 [2021-03-21T00:36:41.864Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-21T00:36:42.144Z] Removing intermediate container 463031d65d7a [2021-03-21T00:36:42.144Z] ---> 15ea9aa47fcc [2021-03-21T00:36:42.144Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-21T00:36:42.144Z] ---> Running in 4ec94a189d5d [2021-03-21T00:36:42.144Z] ---> Running in 39fcb0cc0505 [2021-03-21T00:36:42.144Z] ---> Running in 48fb59bacbf6 [2021-03-21T00:36:42.144Z] ---> Running in 1e8b74eff98e [2021-03-21T00:36:43.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:43.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:43.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:43.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:43.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:44.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:44.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:44.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:44.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:45.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:36:45.994Z] OK: 233 MiB in 51 packages [2021-03-21T00:36:45.994Z] OK: 233 MiB in 51 packages [2021-03-21T00:36:45.994Z] OK: 233 MiB in 51 packages [2021-03-21T00:36:46.268Z] OK: 233 MiB in 51 packages [2021-03-21T00:36:46.268Z] OK: 233 MiB in 51 packages [2021-03-21T00:36:47.244Z] Removing intermediate container 32dde66fd243 [2021-03-21T00:36:47.244Z] ---> e2be5bb9c1da [2021-03-21T00:36:47.244Z] Step 6/22 : COPY go.mod . [2021-03-21T00:36:47.244Z] Removing intermediate container 4ec94a189d5d [2021-03-21T00:36:47.244Z] ---> 35795a6bac10 [2021-03-21T00:36:47.244Z] Step 6/21 : COPY go.mod . [2021-03-21T00:36:47.244Z] Removing intermediate container 39fcb0cc0505 [2021-03-21T00:36:47.244Z] ---> ea068218c97e [2021-03-21T00:36:47.244Z] Step 6/26 : COPY go.mod . [2021-03-21T00:36:47.244Z] Removing intermediate container 48fb59bacbf6 [2021-03-21T00:36:47.244Z] ---> 1e452e326958 [2021-03-21T00:36:47.244Z] Step 6/22 : COPY go.mod . [2021-03-21T00:36:47.244Z] Removing intermediate container 1e8b74eff98e [2021-03-21T00:36:47.244Z] ---> ff292c2f53dc [2021-03-21T00:36:47.244Z] Step 6/23 : COPY go.mod . [2021-03-21T00:36:47.507Z] ---> a9f67a750231 [2021-03-21T00:36:47.507Z] Step 7/22 : RUN go mod download [2021-03-21T00:36:47.507Z] ---> 358dfc287ef1 [2021-03-21T00:36:47.507Z] Step 7/21 : RUN go mod download [2021-03-21T00:36:47.770Z] ---> Running in 8ffc49d02d4a [2021-03-21T00:36:47.770Z] ---> db676fbca23b [2021-03-21T00:36:47.770Z] Step 7/22 : RUN go mod download [2021-03-21T00:36:47.770Z] ---> Running in d37c9e2a3202 [2021-03-21T00:36:47.770Z] ---> 57aaa076516b [2021-03-21T00:36:47.770Z] Step 7/26 : RUN go mod download [2021-03-21T00:36:47.770Z] ---> 2e5766f3425a [2021-03-21T00:36:47.770Z] Step 7/23 : RUN go mod download [2021-03-21T00:36:48.042Z] ---> Running in 19c3f1e54537 [2021-03-21T00:36:48.042Z] ---> Running in 58906b5c6cab [2021-03-21T00:36:48.042Z] ---> Running in 9e07579a295f [2021-03-21T00:36:51.415Z] Removing intermediate container 9e07579a295f [2021-03-21T00:36:51.415Z] ---> b185552aac68 [2021-03-21T00:36:51.415Z] Step 8/23 : COPY . . [2021-03-21T00:36:51.415Z] Removing intermediate container 19c3f1e54537 [2021-03-21T00:36:51.415Z] ---> cc1cdeba5837 [2021-03-21T00:36:51.415Z] Step 8/22 : COPY . . [2021-03-21T00:36:51.415Z] Removing intermediate container d37c9e2a3202 [2021-03-21T00:36:51.415Z] ---> 989c1fbb5d8a [2021-03-21T00:36:51.415Z] Step 8/21 : COPY . . [2021-03-21T00:36:52.000Z] 00ac8860ef70: Pull complete [2021-03-21T00:36:52.000Z] 63d7cb157983: Pull complete [2021-03-21T00:36:52.285Z] b116817d02f9: Pull complete [2021-03-21T00:36:55.674Z] 745a02a5169b: Pull complete [2021-03-21T00:36:55.674Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-21T00:36:55.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-21T00:36:55.674Z] ---> b7e6874047d6 [2021-03-21T00:36:55.674Z] 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-21T00:36:56.767Z] Removing intermediate container 58906b5c6cab [2021-03-21T00:36:56.768Z] ---> e4d9beb947a3 [2021-03-21T00:36:56.768Z] Step 8/26 : COPY . . [2021-03-21T00:36:56.768Z] Removing intermediate container 8ffc49d02d4a [2021-03-21T00:36:56.768Z] ---> 19b29b74f424 [2021-03-21T00:36:56.768Z] Step 8/22 : COPY . . [2021-03-21T00:36:59.055Z] ---> Running in 703f253d66a4 [2021-03-21T00:37:00.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:37:01.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:37:02.449Z] (1/12) Installing libmagic (5.38-r0) [2021-03-21T00:37:03.042Z] (2/12) Installing file (5.38-r0) [2021-03-21T00:37:03.042Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-21T00:37:03.042Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-21T00:37:11.326Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-21T00:37:11.326Z] (6/12) Installing patch (2.7.6-r6) [2021-03-21T00:37:11.326Z] (7/12) Installing build-base (0.5-r2) [2021-03-21T00:37:11.326Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-21T00:37:11.326Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-21T00:37:11.326Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-21T00:37:11.326Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-21T00:37:11.599Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-21T00:37:11.599Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:37:11.871Z] OK: 217 MiB in 51 packages [2021-03-21T00:37:16.176Z] Removing intermediate container 703f253d66a4 [2021-03-21T00:37:16.176Z] ---> 692abb5c4f39 [2021-03-21T00:37:16.176Z] Step 4/6 : WORKDIR /edgex-go [2021-03-21T00:37:16.176Z] ---> Running in 16b4645afbf5 [2021-03-21T00:37:16.176Z] Removing intermediate container 16b4645afbf5 [2021-03-21T00:37:16.176Z] ---> a83ce4e0e8c8 [2021-03-21T00:37:16.176Z] Step 5/6 : COPY go.mod . [2021-03-21T00:37:16.782Z] ---> ea6d03ee04be [2021-03-21T00:37:16.783Z] Step 6/6 : RUN go mod download [2021-03-21T00:37:17.055Z] ---> Running in cba1061a6c55 [2021-03-21T00:37:35.781Z] ---> 82a422124789 [2021-03-21T00:37:35.781Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-21T00:37:35.781Z] ---> be3e21b3dddd [2021-03-21T00:37:35.781Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-21T00:37:35.781Z] ---> b4e249f12d89 [2021-03-21T00:37:35.781Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-21T00:37:35.781Z] ---> c3f0920c96f3 [2021-03-21T00:37:35.781Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-21T00:37:35.781Z] ---> Running in 05140a41337c [2021-03-21T00:37:35.781Z] ---> Running in 4ddef53dc8bd [2021-03-21T00:37:35.781Z] ---> Running in 455489df8d7a [2021-03-21T00:37:35.781Z] ---> Running in 0a19cf0ce4d4 [2021-03-21T00:37:35.781Z] ---> a15116bd56d4 [2021-03-21T00:37:35.781Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-21T00:37:35.781Z] ---> Running in f2426cbbf1be [2021-03-21T00:37:35.781Z] 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-21T00:37:35.781Z] 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-21T00:37:35.781Z] 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-21T00:37:35.781Z] 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-21T00:37:35.781Z] 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-21T00:37:43.876Z] Removing intermediate container cba1061a6c55 [2021-03-21T00:37:43.876Z] ---> bdb577c3b6f8 [2021-03-21T00:37:43.876Z] Successfully built bdb577c3b6f8 [2021-03-21T00:37:43.876Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:37:44.241Z] + docker inspect -f . ci-base-image-arm64 [2021-03-21T00:37:44.241Z] . [Pipeline] withDockerContainer [2021-03-21T00:37:44.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container [2021-03-21T00:37:44.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:37:46.171Z] $ docker top 4ee85ead059496dd6b2d2eed933d0da2c3773426f0e46e2b369fee4225128c4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-21T00:37:47.236Z] + go version [2021-03-21T00:37:47.236Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-21T00:37:47.264Z] $ docker stop --time=1 4ee85ead059496dd6b2d2eed933d0da2c3773426f0e46e2b369fee4225128c4c [2021-03-21T00:37:49.277Z] $ docker rm -f 4ee85ead059496dd6b2d2eed933d0da2c3773426f0e46e2b369fee4225128c4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:37:50.271Z] + docker inspect -f . ci-base-image-arm64 [2021-03-21T00:37:50.271Z] . [Pipeline] withDockerContainer [2021-03-21T00:37:50.549Z] prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container [2021-03-21T00:37:50.631Z] $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:37:52.130Z] $ docker top 6116cb414b3ee709103636994d6059a88111e76dbdaec1f94dc7795a3b3560c0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-21T00:37:52.519Z] ========================================================= [2021-03-21T00:37:52.519Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-21T00:37:52.519Z] ========================================================= [Pipeline] sh [2021-03-21T00:37:53.167Z] + make test [2021-03-21T00:37:53.167Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-21T00:38:08.079Z] 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-21T00:38:13.433Z] Removing intermediate container 455489df8d7a [2021-03-21T00:38:13.433Z] ---> 9a82f4dec964 [2021-03-21T00:38:13.433Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-21T00:38:13.433Z] ---> Running in 16b002cc2f70 [2021-03-21T00:38:14.447Z] 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-21T00:38:18.713Z] Removing intermediate container 4ddef53dc8bd [2021-03-21T00:38:18.713Z] ---> 55a23c56a31f [2021-03-21T00:38:18.713Z] [2021-03-21T00:38:18.713Z] Step 10/21 : FROM alpine:3.12 [2021-03-21T00:38:18.713Z] Removing intermediate container f2426cbbf1be [2021-03-21T00:38:18.713Z] ---> 0cda46fc016a [2021-03-21T00:38:18.713Z] [2021-03-21T00:38:18.713Z] Step 10/22 : FROM alpine:3.12 [2021-03-21T00:38:18.713Z] Removing intermediate container 05140a41337c [2021-03-21T00:38:18.713Z] ---> 7b62598e444b [2021-03-21T00:38:18.713Z] [2021-03-21T00:38:18.713Z] Step 10/22 : FROM alpine:3.12 [2021-03-21T00:38:18.713Z] 3.12: Pulling from library/alpine [2021-03-21T00:38:18.713Z] 3.12: Pulling from library/alpine [2021-03-21T00:38:18.713Z] 3.12: Pulling from library/alpine [2021-03-21T00:38:18.713Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-21T00:38:18.975Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-21T00:38:19.549Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-21T00:38:19.549Z] Status: Downloaded newer image for alpine:3.12 [2021-03-21T00:38:19.549Z] ---> 88dd2752d2ea [2021-03-21T00:38:19.549Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-21T00:38:19.549Z] Status: Downloaded newer image for alpine:3.12 [2021-03-21T00:38:19.549Z] ---> 88dd2752d2ea [2021-03-21T00:38:19.549Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-21T00:38:19.549Z] Status: Image is up to date for alpine:3.12 [2021-03-21T00:38:19.549Z] ---> 88dd2752d2ea [2021-03-21T00:38:19.549Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-21T00:38:19.995Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-21T00:38:20.129Z] Removing intermediate container 16b002cc2f70 [2021-03-21T00:38:20.129Z] ---> c60b8b7aa649 [2021-03-21T00:38:20.129Z] [2021-03-21T00:38:20.129Z] Step 11/26 : FROM docker:20.10.0 [2021-03-21T00:38:20.129Z] 20.10.0: Pulling from library/docker [2021-03-21T00:38:20.715Z] ---> Running in b0a5125dd8ab [2021-03-21T00:38:20.715Z] ---> Running in 99c1d820b3d4 [2021-03-21T00:38:20.715Z] ---> Running in 7ee3e190f77e [2021-03-21T00:38:20.980Z] Removing intermediate container 0a19cf0ce4d4 [2021-03-21T00:38:20.980Z] ---> 774a735dc262 [2021-03-21T00:38:20.980Z] [2021-03-21T00:38:20.980Z] Step 10/23 : FROM alpine:3.12 [2021-03-21T00:38:20.980Z] ---> 88dd2752d2ea [2021-03-21T00:38:20.980Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-21T00:38:21.967Z] ---> Running in 1224a2a1058c [2021-03-21T00:38:22.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.520Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-21T00:38:22.520Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:38:22.520Z] OK: 6 MiB in 15 packages [2021-03-21T00:38:22.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:22.788Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-21T00:38:22.788Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-21T00:38:22.788Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-21T00:38:22.788Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:38:22.788Z] Executing ca-certificates-20191127-r4.trigger [2021-03-21T00:38:23.055Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-21T00:38:23.055Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-21T00:38:23.055Z] (4/4) Installing curl (7.69.1-r3) [2021-03-21T00:38:23.055Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:38:23.055Z] Executing ca-certificates-20191127-r4.trigger [2021-03-21T00:38:23.055Z] OK: 6 MiB in 16 packages [2021-03-21T00:38:23.055Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-21T00:38:23.055Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:38:23.055Z] OK: 6 MiB in 15 packages [2021-03-21T00:38:23.055Z] OK: 7 MiB in 18 packages [2021-03-21T00:38:28.443Z] Removing intermediate container b0a5125dd8ab [2021-03-21T00:38:28.443Z] ---> c7393c72abbf [2021-03-21T00:38:28.444Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:38:28.444Z] Removing intermediate container 7ee3e190f77e [2021-03-21T00:38:28.444Z] ---> 1ff227b7f3cf [2021-03-21T00:38:28.444Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:38:28.444Z] ---> Running in dbf8ebbe9f39 [2021-03-21T00:38:28.444Z] Removing intermediate container 99c1d820b3d4 [2021-03-21T00:38:28.444Z] ---> bfe0dfac7327 [2021-03-21T00:38:28.444Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-21T00:38:28.444Z] Removing intermediate container 1224a2a1058c [2021-03-21T00:38:28.444Z] ---> f97d07562759 [2021-03-21T00:38:28.444Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:38:28.444Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-21T00:38:28.444Z] ---> Running in d9953123c867 [2021-03-21T00:38:28.444Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-21T00:38:28.444Z] ---> aefe523efa57 [2021-03-21T00:38:28.444Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-21T00:38:28.444Z] ---> Running in 737a82c64468 [2021-03-21T00:38:28.444Z] ---> Running in a277d9cdd112 [2021-03-21T00:38:28.444Z] ---> Running in f33f6f074457 [2021-03-21T00:38:28.444Z] Removing intermediate container dbf8ebbe9f39 [2021-03-21T00:38:28.444Z] ---> 3c3c3de7c272 [2021-03-21T00:38:28.444Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-21T00:38:28.713Z] Removing intermediate container d9953123c867 [2021-03-21T00:38:28.713Z] ---> 910137f79a79 [2021-03-21T00:38:28.713Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-21T00:38:28.713Z] ---> Running in 91da378e3ee2 [2021-03-21T00:38:28.984Z] Removing intermediate container 737a82c64468 [2021-03-21T00:38:28.984Z] ---> 4666923e12d9 [2021-03-21T00:38:28.984Z] Step 13/21 : WORKDIR /edgex [2021-03-21T00:38:28.984Z] ---> Running in 33b8f660472c [2021-03-21T00:38:28.984Z] Removing intermediate container a277d9cdd112 [2021-03-21T00:38:28.984Z] ---> bac1d38754fb [2021-03-21T00:38:28.984Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-21T00:38:28.984Z] ---> Running in 8c456f2353d8 [2021-03-21T00:38:29.251Z] ---> Running in d294716cc6ef [2021-03-21T00:38:29.251Z] Removing intermediate container 91da378e3ee2 [2021-03-21T00:38:29.251Z] ---> cae47d7874f8 [2021-03-21T00:38:29.251Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-21T00:38:29.251Z] Removing intermediate container 33b8f660472c [2021-03-21T00:38:29.251Z] ---> 807244a22433 [2021-03-21T00:38:29.251Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-21T00:38:29.519Z] ---> Running in cb884bbe918f [2021-03-21T00:38:29.519Z] ---> Running in 1839a641124a [2021-03-21T00:38:29.519Z] Removing intermediate container 8c456f2353d8 [2021-03-21T00:38:29.519Z] ---> b1769e8e67d8 [2021-03-21T00:38:29.519Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-21T00:38:29.519Z] Removing intermediate container d294716cc6ef [2021-03-21T00:38:29.519Z] ---> 4e84bd9fb426 [2021-03-21T00:38:29.519Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-21T00:38:29.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:29.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:29.519Z] ---> Running in 5c2935d78c5e [2021-03-21T00:38:29.786Z] (1/2) Installing readline (8.0.4-r0) [2021-03-21T00:38:29.786Z] (2/2) Installing bash (5.0.17-r0) [2021-03-21T00:38:29.786Z] Removing intermediate container cb884bbe918f [2021-03-21T00:38:29.786Z] ---> b27dc915e8ed [2021-03-21T00:38:29.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:38:29.786Z] Executing bash-5.0.17-r0.post-install [2021-03-21T00:38:29.786Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:38:29.786Z] OK: 12 MiB in 22 packages [2021-03-21T00:38:29.786Z] Removing intermediate container 1839a641124a [2021-03-21T00:38:29.786Z] ---> 9f5c12e625cf [2021-03-21T00:38:29.786Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:38:30.050Z] ---> 0aa573943f8e [2021-03-21T00:38:30.050Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-21T00:38:30.050Z] Removing intermediate container 5c2935d78c5e [2021-03-21T00:38:30.050Z] ---> 9f95ac0f931a [2021-03-21T00:38:30.050Z] Step 15/23 : WORKDIR / [2021-03-21T00:38:30.314Z] ---> 9b71928a6e84 [2021-03-21T00:38:30.314Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-21T00:38:30.314Z] ---> Running in 7169ad732c28 [2021-03-21T00:38:30.584Z] ---> d33d8b187589 [2021-03-21T00:38:30.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-21T00:38:30.584Z] ---> 45107800c25b [2021-03-21T00:38:30.584Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-21T00:38:30.856Z] Removing intermediate container 7169ad732c28 [2021-03-21T00:38:30.856Z] ---> 4689d2ab6fcd [2021-03-21T00:38:30.856Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:38:30.856Z] Removing intermediate container f33f6f074457 [2021-03-21T00:38:30.856Z] ---> b53dc9776d7f [2021-03-21T00:38:30.856Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-21T00:38:31.121Z] ---> Running in ff8a4c8c72f7 [2021-03-21T00:38:31.389Z] ---> 390ff97684ce [2021-03-21T00:38:31.389Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-21T00:38:31.389Z] ---> a4a229a849de [2021-03-21T00:38:31.389Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-21T00:38:31.389Z] ---> 69950c6f43ba [2021-03-21T00:38:31.389Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-21T00:38:31.389Z] ---> 6e594b7d5391 [2021-03-21T00:38:31.389Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-21T00:38:31.389Z] Removing intermediate container ff8a4c8c72f7 [2021-03-21T00:38:31.389Z] ---> 2d7d603a3579 [2021-03-21T00:38:31.389Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-21T00:38:31.657Z] ---> Running in 4198154e4765 [2021-03-21T00:38:31.657Z] ---> Running in f99516113367 [2021-03-21T00:38:31.921Z] ---> e33f374079ef [2021-03-21T00:38:31.921Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-21T00:38:31.921Z] ---> 292bac662af6 [2021-03-21T00:38:31.921Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-21T00:38:31.921Z] Removing intermediate container 4198154e4765 [2021-03-21T00:38:31.921Z] ---> 0e857f4d65ff [2021-03-21T00:38:31.921Z] Step 18/21 : CMD ["--init=true"] [2021-03-21T00:38:32.516Z] ---> Running in 500b7d214352 [2021-03-21T00:38:32.516Z] ---> Running in 4b283afbdbf2 [2021-03-21T00:38:32.516Z] ---> Running in b0eca1011421 [2021-03-21T00:38:32.516Z] Removing intermediate container f99516113367 [2021-03-21T00:38:32.516Z] ---> 717f0395a1bd [2021-03-21T00:38:32.516Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-21T00:38:32.516Z] ---> 34e5c9a5d251 [2021-03-21T00:38:32.516Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-21T00:38:32.516Z] ---> Running in 5a4d67fddfe2 [2021-03-21T00:38:32.782Z] Removing intermediate container 4b283afbdbf2 [2021-03-21T00:38:32.782Z] ---> 2202ec524063 [2021-03-21T00:38:32.782Z] Step 19/21 : LABEL arch=x86_64 [2021-03-21T00:38:32.782Z] Removing intermediate container 500b7d214352 [2021-03-21T00:38:32.782Z] ---> c97ec470c400 [2021-03-21T00:38:32.782Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:38:32.782Z] Removing intermediate container b0eca1011421 [2021-03-21T00:38:32.782Z] ---> 2d1947052dcc [2021-03-21T00:38:32.782Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:38:33.050Z] Removing intermediate container 5a4d67fddfe2 [2021-03-21T00:38:33.050Z] ---> ca14a695bada [2021-03-21T00:38:33.050Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-21T00:38:33.050Z] ---> Running in 3c2c3a0d27cf [2021-03-21T00:38:33.050Z] ---> Running in d53164961fdd [2021-03-21T00:38:33.050Z] ---> Running in 27c81094f7c7 [2021-03-21T00:38:33.050Z] ---> 3dd3579f89d2 [2021-03-21T00:38:33.050Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-21T00:38:33.322Z] ---> Running in 84826fcd78d8 [2021-03-21T00:38:33.322Z] Removing intermediate container 3c2c3a0d27cf [2021-03-21T00:38:33.322Z] ---> 76231caca647 [2021-03-21T00:38:33.322Z] Step 20/21 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:38:33.322Z] Removing intermediate container d53164961fdd [2021-03-21T00:38:33.322Z] ---> c672961027d9 [2021-03-21T00:38:33.322Z] Step 20/22 : LABEL arch=x86_64 [2021-03-21T00:38:33.322Z] Removing intermediate container 27c81094f7c7 [2021-03-21T00:38:33.322Z] ---> 62f65550e8fb [2021-03-21T00:38:33.322Z] Step 20/22 : LABEL arch=x86_64 [2021-03-21T00:38:33.594Z] Removing intermediate container 84826fcd78d8 [2021-03-21T00:38:33.594Z] ---> a39a25dbc3c8 [2021-03-21T00:38:33.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:38:33.594Z] ---> Running in 64643fd05a7f [2021-03-21T00:38:33.594Z] ---> Running in 56819d66b13b [2021-03-21T00:38:33.594Z] ---> Running in 201a62e232a2 [2021-03-21T00:38:33.861Z] ---> 07dd72ccc75b [2021-03-21T00:38:33.861Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-21T00:38:33.861Z] ---> Running in 37199d3c985d [2021-03-21T00:38:34.125Z] Removing intermediate container 201a62e232a2 [2021-03-21T00:38:34.125Z] ---> 26b953b6b3f1 [2021-03-21T00:38:34.125Z] Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:38:34.125Z] Removing intermediate container 56819d66b13b [2021-03-21T00:38:34.125Z] ---> bb881b7e094a [2021-03-21T00:38:34.125Z] Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:38:34.125Z] Removing intermediate container 64643fd05a7f [2021-03-21T00:38:34.125Z] ---> ac76bdf9c868 [2021-03-21T00:38:34.125Z] Step 21/21 : LABEL version=0.0.0 [2021-03-21T00:38:34.396Z] Removing intermediate container 37199d3c985d [2021-03-21T00:38:34.396Z] ---> dc4116dcd3c1 [2021-03-21T00:38:34.396Z] Step 21/23 : LABEL arch=x86_64 [2021-03-21T00:38:34.396Z] ---> Running in 20ad86405b4d [2021-03-21T00:38:34.396Z] ---> Running in f62338386530 [2021-03-21T00:38:34.396Z] ---> Running in 2f055fb60886 [2021-03-21T00:38:34.396Z] ---> ceb6cdd6da60 [2021-03-21T00:38:34.396Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-21T00:38:34.396Z] ---> Running in c4fe4ff31ea1 [2021-03-21T00:38:34.661Z] Removing intermediate container 2f055fb60886 [2021-03-21T00:38:34.661Z] ---> 313e6bc8b0c4 [2021-03-21T00:38:34.661Z] Step 22/22 : LABEL version=0.0.0 [2021-03-21T00:38:34.661Z] Removing intermediate container f62338386530 [2021-03-21T00:38:34.661Z] ---> 0cadb2f34fe2 [2021-03-21T00:38:34.661Z] [2021-03-21T00:38:34.933Z] Removing intermediate container 20ad86405b4d [2021-03-21T00:38:34.933Z] ---> c20c264fc0e8 [2021-03-21T00:38:34.933Z] Step 22/22 : LABEL version=0.0.0 [2021-03-21T00:38:34.933Z] Removing intermediate container c4fe4ff31ea1 [2021-03-21T00:38:34.933Z] ---> c6c293623239 [2021-03-21T00:38:34.933Z] Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:38:34.933Z] ---> Running in e6dc303028d6 [2021-03-21T00:38:34.933Z] ---> Running in 6ed525a77cf4 [2021-03-21T00:38:34.933Z] ---> Running in a500c35cd93c [2021-03-21T00:38:34.933Z] ---> 0e1bc035668f [2021-03-21T00:38:34.933Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-21T00:38:35.198Z] Successfully built 0cadb2f34fe2 [2021-03-21T00:38:35.198Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-21T00:38:35.198Z] Building docker-security-bootstrapper-go [2021-03-21T00:38:35.198Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 0aae533ffa8e [2021-03-21T00:38:35.461Z] Removing intermediate container e6dc303028d6 [2021-03-21T00:38:35.461Z] ---> 55ef69fb0bd1 [2021-03-21T00:38:35.461Z] [2021-03-21T00:38:35.461Z] Removing intermediate container 6ed525a77cf4 [2021-03-21T00:38:35.461Z] ---> 663a28684a64 [2021-03-21T00:38:35.461Z] Step 23/23 : LABEL version=0.0.0 [2021-03-21T00:38:35.461Z] Removing intermediate container a500c35cd93c [2021-03-21T00:38:35.461Z] ---> 2308333741ed [2021-03-21T00:38:35.461Z] [2021-03-21T00:38:35.730Z] Successfully built 55ef69fb0bd1 [2021-03-21T00:38:35.730Z] Successfully tagged docker-support-notifications-go:latest [2021-03-21T00:38:35.730Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-21T00:38:35.730Z] ---> Running in 19449ba4b84b [2021-03-21T00:38:36.007Z] Successfully built 2308333741ed [2021-03-21T00:38:36.007Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-21T00:38:36.007Z] Building docker-core-data-go [2021-03-21T00:38:36.007Z]  Building docker-support-scheduler-go ... done Removing intermediate container 19449ba4b84b [2021-03-21T00:38:36.007Z] ---> c1a851a85947 [2021-03-21T00:38:36.007Z] [2021-03-21T00:38:36.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:36.273Z] Successfully built c1a851a85947 [2021-03-21T00:38:36.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:38:36.273Z] Successfully tagged docker-core-metadata-go:latest [2021-03-21T00:38:36.273Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-21T00:38:36.538Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-21T00:38:36.538Z] (2/33) Installing expat (2.2.9-r1) [2021-03-21T00:38:36.538Z] (3/33) Installing libffi (3.3-r2) [2021-03-21T00:38:36.538Z] (4/33) Installing gdbm (1.13-r1) [2021-03-21T00:38:36.538Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-21T00:38:36.538Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-21T00:38:36.538Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-21T00:38:43.168Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-21T00:38:43.168Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-21T00:38:43.168Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-21T00:38:43.168Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-21T00:38:43.168Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-21T00:38:43.168Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-21T00:38:43.168Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-21T00:38:43.168Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-21T00:38:43.168Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-21T00:38:43.168Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-21T00:38:43.168Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-21T00:38:43.168Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-21T00:38:43.168Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-21T00:38:44.120Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-21T00:38:45.070Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-21T00:38:46.026Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-21T00:38:47.428Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-21T00:38:47.693Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-21T00:38:47.693Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-21T00:38:47.693Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-21T00:38:47.693Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-21T00:38:47.693Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-21T00:38:47.693Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-21T00:38:47.693Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-21T00:38:47.693Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-21T00:38:47.693Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-21T00:38:47.965Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:38:47.965Z] OK: 71 MiB in 55 packages [2021-03-21T00:39:14.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:39:14.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:39:14.843Z] ---> 5bcb8d3dbb0b [2021-03-21T00:39:14.843Z] Step 3/23 : WORKDIR /edgex-go [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> e51ec50c84ed [2021-03-21T00:39:14.843Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 20cd693811bb [2021-03-21T00:39:14.843Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-21T00:39:14.843Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:39:14.843Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:39:14.843Z] ---> 5bcb8d3dbb0b [2021-03-21T00:39:14.843Z] Step 3/31 : WORKDIR /edgex-go [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> e51ec50c84ed [2021-03-21T00:39:14.843Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 20cd693811bb [2021-03-21T00:39:14.843Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 35795a6bac10 [2021-03-21T00:39:14.843Z] Step 6/31 : COPY go.mod . [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 358dfc287ef1 [2021-03-21T00:39:14.843Z] Step 7/31 : RUN go mod download [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 989c1fbb5d8a [2021-03-21T00:39:14.843Z] Step 8/31 : COPY . . [2021-03-21T00:39:14.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:39:14.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:39:14.843Z] ---> 5bcb8d3dbb0b [2021-03-21T00:39:14.843Z] Step 3/23 : WORKDIR /edgex-go [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> e51ec50c84ed [2021-03-21T00:39:14.843Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 20cd693811bb [2021-03-21T00:39:14.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 35795a6bac10 [2021-03-21T00:39:14.843Z] Step 6/23 : COPY go.mod . [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 358dfc287ef1 [2021-03-21T00:39:14.843Z] Step 7/23 : RUN go mod download [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 989c1fbb5d8a [2021-03-21T00:39:14.843Z] Step 8/23 : COPY . . [2021-03-21T00:39:14.843Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:39:14.843Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:39:14.843Z] ---> 5bcb8d3dbb0b [2021-03-21T00:39:14.843Z] Step 3/24 : WORKDIR /edgex-go [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> e51ec50c84ed [2021-03-21T00:39:14.843Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 20cd693811bb [2021-03-21T00:39:14.843Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 35795a6bac10 [2021-03-21T00:39:14.843Z] Step 6/24 : COPY go.mod . [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 358dfc287ef1 [2021-03-21T00:39:14.843Z] Step 7/24 : RUN go mod download [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> 989c1fbb5d8a [2021-03-21T00:39:14.843Z] Step 8/24 : COPY . . [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> be3e21b3dddd [2021-03-21T00:39:14.843Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> be3e21b3dddd [2021-03-21T00:39:14.843Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-21T00:39:14.843Z] ---> Using cache [2021-03-21T00:39:14.843Z] ---> be3e21b3dddd [2021-03-21T00:39:14.843Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-21T00:39:14.843Z] ---> Running in 3894ff6fb244 [2021-03-21T00:39:14.843Z] ---> Running in e6e88fc30152 [2021-03-21T00:39:14.843Z] ---> Running in 6c01cce473a1 [2021-03-21T00:39:14.843Z] ---> Running in fa49f9e07331 [2021-03-21T00:39:15.808Z] 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-21T00:39:15.808Z] 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-21T00:39:15.808Z] 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-21T00:39:15.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:39:16.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-21T00:39:16.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-21T00:39:16.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:39:16.809Z] Removing intermediate container 0aae533ffa8e [2021-03-21T00:39:16.809Z] ---> 7ff6292bc67c [2021-03-21T00:39:16.809Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-21T00:39:16.809Z] ---> Running in 77fe85053b9d [2021-03-21T00:39:17.402Z] OK: 233 MiB in 51 packages [2021-03-21T00:39:18.836Z] Removing intermediate container fa49f9e07331 [2021-03-21T00:39:18.836Z] ---> 306aad9590ce [2021-03-21T00:39:18.836Z] Step 6/23 : COPY go.mod . [2021-03-21T00:39:19.480Z] ---> b7f619f88bd6 [2021-03-21T00:39:19.480Z] Step 7/23 : RUN go mod download [2021-03-21T00:39:19.836Z] ---> Running in d76830e17601 [2021-03-21T00:39:22.614Z] Collecting docker-compose==1.23.2 [2021-03-21T00:39:22.614Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-21T00:39:22.614Z] Collecting docopt<0.7,>=0.6.1 [2021-03-21T00:39:22.614Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-21T00:39:25.310Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-21T00:39:25.310Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-21T00:39:25.310Z] Removing intermediate container d76830e17601 [2021-03-21T00:39:25.310Z] ---> 1b653cc46d15 [2021-03-21T00:39:25.310Z] Step 8/23 : COPY . . [2021-03-21T00:39:25.974Z] Collecting cached-property<2,>=1.2.0 [2021-03-21T00:39:25.974Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-21T00:39:26.292Z] Collecting texttable<0.10,>=0.9.0 [2021-03-21T00:39:26.292Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-21T00:39:28.469Z] 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-21T00:39:29.420Z] Collecting PyYAML<4,>=3.10 [2021-03-21T00:39:29.420Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-21T00:39:29.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-21T00:39:29.512Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-21T00:39:30.116Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-21T00:39:30.116Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-21T00:39:30.116Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-21T00:39:30.116Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-21T00:39:32.473Z] Collecting jsonschema<3,>=2.5.1 [2021-03-21T00:39:32.473Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-21T00:39:32.744Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-21T00:39:32.744Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-21T00:39:33.014Z] Collecting docker<4.0,>=3.6.0 [2021-03-21T00:39:33.287Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-21T00:39:33.522Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-21T00:39:33.562Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-21T00:39:33.562Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-21T00:39:34.127Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-21T00:39:35.547Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-21T00:39:35.547Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-21T00:39:35.547Z] 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-21T00:39:35.547Z] Collecting idna<2.8,>=2.5 [2021-03-21T00:39:35.547Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-21T00:39:35.547Z] 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-21T00:39:35.847Z] Collecting docker-pycreds>=0.4.0 [2021-03-21T00:39:35.847Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-21T00:39:35.847Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-21T00:39:35.847Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-21T00:39:35.847Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-21T00:39:35.847Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-21T00:39:36.169Z] Installing collected packages: docopt, urllib3, idna, requests, cached-property, texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-03-21T00:39:36.169Z] Running setup.py install for docopt: started [2021-03-21T00:39:37.171Z] Running setup.py install for docopt: finished with status 'done' [2021-03-21T00:39:37.171Z] Attempting uninstall: urllib3 [2021-03-21T00:39:37.171Z] Found existing installation: urllib3 1.25.9 [2021-03-21T00:39:37.171Z] Uninstalling urllib3-1.25.9: [2021-03-21T00:39:37.462Z] Successfully uninstalled urllib3-1.25.9 [2021-03-21T00:39:38.115Z] Attempting uninstall: idna [2021-03-21T00:39:38.115Z] Found existing installation: idna 2.9 [2021-03-21T00:39:38.115Z] Uninstalling idna-2.9: [2021-03-21T00:39:38.115Z] Successfully uninstalled idna-2.9 [2021-03-21T00:39:39.625Z] Attempting uninstall: requests [2021-03-21T00:39:39.625Z] Found existing installation: requests 2.23.0 [2021-03-21T00:39:39.625Z] Uninstalling requests-2.23.0: [2021-03-21T00:39:39.625Z] Successfully uninstalled requests-2.23.0 [2021-03-21T00:39:41.670Z] Running setup.py install for texttable: started [2021-03-21T00:39:42.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-21T00:39:42.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-21T00:39:42.428Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-21T00:39:43.165Z] Running setup.py install for texttable: finished with status 'done' [2021-03-21T00:39:43.165Z] Running setup.py install for PyYAML: started [2021-03-21T00:39:45.296Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-21T00:39:47.957Z] Running setup.py install for dockerpty: started [2021-03-21T00:39:49.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements [2021-03-21T00:39:49.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-21T00:39:49.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-21T00:39:49.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-21T00:39:49.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-21T00:39:49.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-21T00:39:49.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-21T00:39:49.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.109s coverage: 19.8% of statements [2021-03-21T00:39:49.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.251s coverage: 100.0% of statements [2021-03-21T00:39:49.449Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-21T00:39:50.454Z] 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-21T00:39:55.897Z] 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-21T00:39:57.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-21T00:39:57.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-21T00:39:57.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-21T00:39:57.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.288s coverage: 71.3% of statements [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-21T00:39:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-21T00:39:59.259Z] ---> 21aa23d4f85f [2021-03-21T00:39:59.259Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-21T00:39:59.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.485s coverage: 82.9% of statements [2021-03-21T00:39:59.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-21T00:39:59.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:39:59.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.121s coverage: 78.9% of statements [2021-03-21T00:39:59.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-21T00:39:59.532Z] Removing intermediate container 77fe85053b9d [2021-03-21T00:39:59.532Z] ---> 1472a61added [2021-03-21T00:39:59.532Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-21T00:39:59.532Z] ---> Running in 5293b80693c7 [2021-03-21T00:39:59.800Z] ---> Running in 3e25e5a0d967 [2021-03-21T00:40:00.773Z] 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-21T00:40:01.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:01.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:01.328Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-21T00:40:01.328Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-21T00:40:01.328Z] (3/3) Installing curl (7.69.1-r3) [2021-03-21T00:40:01.328Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:40:01.604Z] OK: 72 MiB in 58 packages [2021-03-21T00:40:05.916Z] Removing intermediate container 6c01cce473a1 [2021-03-21T00:40:05.916Z] ---> 8d417b39e2bd [2021-03-21T00:40:05.916Z] [2021-03-21T00:40:05.916Z] Step 10/31 : FROM alpine:3.12 [2021-03-21T00:40:05.916Z] Removing intermediate container 3894ff6fb244 [2021-03-21T00:40:05.916Z] ---> 74d46c50961c [2021-03-21T00:40:05.916Z] [2021-03-21T00:40:05.916Z] Step 10/23 : FROM alpine:3.12 [2021-03-21T00:40:05.916Z] ---> 88dd2752d2ea [2021-03-21T00:40:05.916Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-21T00:40:05.916Z] ---> 88dd2752d2ea [2021-03-21T00:40:05.916Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-21T00:40:05.916Z] ---> Using cache [2021-03-21T00:40:05.916Z] ---> f97d07562759 [2021-03-21T00:40:05.916Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:40:05.916Z] ---> Using cache [2021-03-21T00:40:05.916Z] ---> bac1d38754fb [2021-03-21T00:40:05.916Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-21T00:40:05.916Z] Removing intermediate container 3e25e5a0d967 [2021-03-21T00:40:05.916Z] ---> 691c5d1ebd06 [2021-03-21T00:40:05.916Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-21T00:40:05.916Z] Removing intermediate container e6e88fc30152 [2021-03-21T00:40:05.916Z] ---> 990c102b2b90 [2021-03-21T00:40:05.916Z] [2021-03-21T00:40:05.916Z] Step 10/24 : FROM alpine:3.12 [2021-03-21T00:40:05.916Z] ---> 88dd2752d2ea [2021-03-21T00:40:05.916Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-21T00:40:05.916Z] ---> Running in e1a934cf2ddf [2021-03-21T00:40:05.916Z] ---> Running in d42abc3ce06c [2021-03-21T00:40:05.916Z] ---> Running in bb694284f7cf [2021-03-21T00:40:06.212Z] ---> Running in f75ccd4bfff4 [2021-03-21T00:40:06.822Z] Removing intermediate container d42abc3ce06c [2021-03-21T00:40:06.822Z] ---> 85608668bff9 [2021-03-21T00:40:06.822Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-21T00:40:06.822Z] Removing intermediate container bb694284f7cf [2021-03-21T00:40:06.822Z] ---> e842fdf57ec6 [2021-03-21T00:40:06.822Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:40:06.822Z] Removing intermediate container e1a934cf2ddf [2021-03-21T00:40:06.822Z] ---> 81d3736dcc23 [2021-03-21T00:40:06.822Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-21T00:40:06.822Z] ---> Running in 5fea4fb424cd [2021-03-21T00:40:07.098Z] ---> Running in 125c48583b0a [2021-03-21T00:40:07.098Z] ---> Running in c9ca43d959e8 [2021-03-21T00:40:07.404Z] Removing intermediate container 5fea4fb424cd [2021-03-21T00:40:07.404Z] ---> cc5997492cfd [2021-03-21T00:40:07.404Z] Step 15/23 : WORKDIR / [2021-03-21T00:40:07.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:07.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:07.712Z] ---> Running in a83612a0c91e [2021-03-21T00:40:07.712Z] Removing intermediate container c9ca43d959e8 [2021-03-21T00:40:07.712Z] ---> f14a4209a925 [2021-03-21T00:40:07.712Z] Step 24/26 : LABEL arch=x86_64 [2021-03-21T00:40:07.712Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-21T00:40:07.712Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-21T00:40:07.712Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-21T00:40:07.712Z] (4/5) Installing curl (7.69.1-r3) [2021-03-21T00:40:07.712Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-21T00:40:07.992Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:40:07.992Z] Executing ca-certificates-20191127-r4.trigger [2021-03-21T00:40:07.992Z] OK: 7 MiB in 19 packages [2021-03-21T00:40:08.261Z] ---> Running in cc3841080006 [2021-03-21T00:40:08.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:08.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:08.840Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-21T00:40:08.840Z] (2/2) Installing su-exec (0.2-r1) [2021-03-21T00:40:08.840Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:40:08.840Z] OK: 6 MiB in 16 packages [2021-03-21T00:40:08.840Z] Removing intermediate container a83612a0c91e [2021-03-21T00:40:08.840Z] ---> 43d34468817a [2021-03-21T00:40:08.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:40:09.114Z] Removing intermediate container cc3841080006 [2021-03-21T00:40:09.114Z] ---> 82e68a169d9f [2021-03-21T00:40:09.114Z] Step 25/26 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:40:09.392Z] ---> Running in 9f837d7d0d4f [2021-03-21T00:40:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.249s coverage: 28.6% of statements [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-21T00:40:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-21T00:40:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-21T00:40:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-21T00:40:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-21T00:40:09.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-21T00:40:09.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-21T00:40:09.997Z] ---> f66e15aeaedb [2021-03-21T00:40:09.998Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-21T00:40:10.272Z] Removing intermediate container 125c48583b0a [2021-03-21T00:40:10.272Z] ---> 6a5da895eaa2 [2021-03-21T00:40:10.272Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-21T00:40:10.272Z] Removing intermediate container 9f837d7d0d4f [2021-03-21T00:40:10.272Z] ---> 595ef3cf8f48 [2021-03-21T00:40:10.272Z] Step 26/26 : LABEL version=0.0.0 [2021-03-21T00:40:10.272Z] Removing intermediate container f75ccd4bfff4 [2021-03-21T00:40:10.272Z] ---> 334cd3a18de5 [2021-03-21T00:40:10.272Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-21T00:40:10.546Z] ---> Running in 8f6ac3239084 [2021-03-21T00:40:10.546Z] ---> Running in 8aab8f5b3153 [2021-03-21T00:40:10.546Z] ---> Running in a1ad0f026d59 [2021-03-21T00:40:12.012Z] Removing intermediate container 8aab8f5b3153 [2021-03-21T00:40:12.012Z] ---> b2114e1592bd [2021-03-21T00:40:12.012Z] [2021-03-21T00:40:12.012Z] Removing intermediate container a1ad0f026d59 [2021-03-21T00:40:12.012Z] ---> aee9b17eea6c [2021-03-21T00:40:12.012Z] Step 13/24 : WORKDIR / [2021-03-21T00:40:12.012Z] Removing intermediate container 8f6ac3239084 [2021-03-21T00:40:12.012Z] ---> 215537abe133 [2021-03-21T00:40:12.012Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-21T00:40:12.012Z] ---> a3a59733245a [2021-03-21T00:40:12.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-21T00:40:12.299Z] ---> Running in c99318046b00 [2021-03-21T00:40:12.299Z] ---> Running in 709be7da8059 [2021-03-21T00:40:12.299Z] Successfully built b2114e1592bd [2021-03-21T00:40:12.299Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-21T00:40:12.590Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 709be7da8059 [2021-03-21T00:40:12.590Z] ---> 56b843dec58b [2021-03-21T00:40:12.590Z] 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-21T00:40:12.590Z] Removing intermediate container c99318046b00 [2021-03-21T00:40:12.590Z] ---> e9b96983ba32 [2021-03-21T00:40:12.590Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-21T00:40:12.876Z] ---> ad529e048c83 [2021-03-21T00:40:12.876Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-21T00:40:12.876Z] ---> Running in bc397e3cddd4 [2021-03-21T00:40:13.157Z] ---> Running in 504f44581ef5 [2021-03-21T00:40:13.443Z] ---> baa341d5ae57 [2021-03-21T00:40:13.443Z] 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-21T00:40:13.724Z] Removing intermediate container 504f44581ef5 [2021-03-21T00:40:13.724Z] ---> 0e9ef8bc1ef2 [2021-03-21T00:40:13.724Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:40:13.724Z] ---> Running in ed5fc92812cd [2021-03-21T00:40:14.004Z] ---> d035c3d7118c [2021-03-21T00:40:14.004Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-21T00:40:14.004Z] Removing intermediate container ed5fc92812cd [2021-03-21T00:40:14.004Z] ---> 5a14d165a176 [2021-03-21T00:40:14.005Z] Step 21/23 : LABEL arch=x86_64 [2021-03-21T00:40:14.005Z] ---> Running in c04b82d8461d [2021-03-21T00:40:14.639Z] ---> acff79ecb23a [2021-03-21T00:40:14.639Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-21T00:40:14.639Z] Removing intermediate container c04b82d8461d [2021-03-21T00:40:14.640Z] ---> e918003d53cc [2021-03-21T00:40:14.640Z] Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:40:14.936Z] Removing intermediate container bc397e3cddd4 [2021-03-21T00:40:14.936Z] ---> c8a4c14f55b1 [2021-03-21T00:40:14.936Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-21T00:40:14.936Z] ---> Running in ce12a9e96efd [2021-03-21T00:40:14.936Z] ---> Running in 1485e4227bdd [2021-03-21T00:40:15.543Z] Removing intermediate container ce12a9e96efd [2021-03-21T00:40:15.543Z] ---> 5c6aa62ab19c [2021-03-21T00:40:15.543Z] Step 23/23 : LABEL version=0.0.0 [2021-03-21T00:40:15.543Z] Removing intermediate container 1485e4227bdd [2021-03-21T00:40:15.543Z] ---> 61bb04623a2d [2021-03-21T00:40:15.543Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-21T00:40:15.826Z] ---> 3e0306493786 [2021-03-21T00:40:15.826Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-21T00:40:15.826Z] ---> Running in adf6dc571e97 [2021-03-21T00:40:16.111Z] Removing intermediate container adf6dc571e97 [2021-03-21T00:40:16.111Z] ---> c5dd4e5ea558 [2021-03-21T00:40:16.111Z] [2021-03-21T00:40:16.111Z] ---> 43825bc44f95 [2021-03-21T00:40:16.111Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-21T00:40:16.389Z] ---> Running in a485fe5a6010 [2021-03-21T00:40:16.662Z] Successfully built c5dd4e5ea558 [2021-03-21T00:40:16.662Z] ---> a77ef16434a4 [2021-03-21T00:40:16.662Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-21T00:40:16.662Z] Successfully tagged docker-core-command-go:latest [2021-03-21T00:40:17.264Z]  Building docker-core-command-go ... done  ---> e9bf937b5215 [2021-03-21T00:40:17.264Z] 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-21T00:40:17.264Z] ---> Running in 2e9c346b5783 [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 92.8% of statements [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.1% of statements [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-21T00:40:17.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 47.1% of statements [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-21T00:40:17.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements [2021-03-21T00:40:18.688Z] Removing intermediate container a485fe5a6010 [2021-03-21T00:40:18.688Z] ---> 9194f024a6f8 [2021-03-21T00:40:18.689Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:40:18.954Z] Removing intermediate container 2e9c346b5783 [2021-03-21T00:40:18.954Z] ---> 19437755c793 [2021-03-21T00:40:18.954Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-21T00:40:18.954Z] ---> Running in 88dfe906fda0 [2021-03-21T00:40:18.954Z] ---> e43aa83fcf0c [2021-03-21T00:40:18.954Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-21T00:40:19.227Z] Removing intermediate container 88dfe906fda0 [2021-03-21T00:40:19.227Z] ---> 93edc83beb66 [2021-03-21T00:40:19.227Z] Step 22/24 : LABEL arch=x86_64 [2021-03-21T00:40:19.227Z] ---> Running in 26b9ed010c3b [2021-03-21T00:40:19.493Z] Removing intermediate container 26b9ed010c3b [2021-03-21T00:40:19.493Z] ---> 59bebc38d151 [2021-03-21T00:40:19.493Z] Step 23/24 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:40:19.766Z] ---> Running in 2006e51be81f [2021-03-21T00:40:19.766Z] ---> 8a1529cc8d75 [2021-03-21T00:40:19.766Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-21T00:40:20.063Z] Removing intermediate container 2006e51be81f [2021-03-21T00:40:20.063Z] ---> b045c50be8be [2021-03-21T00:40:20.063Z] Step 24/24 : LABEL version=0.0.0 [2021-03-21T00:40:20.063Z] ---> Running in 286db7c10b6e [2021-03-21T00:40:20.063Z] ---> 62f06458f706 [2021-03-21T00:40:20.063Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-21T00:40:22.012Z] Removing intermediate container 286db7c10b6e [2021-03-21T00:40:22.012Z] ---> c9606d417ca6 [2021-03-21T00:40:22.012Z] [2021-03-21T00:40:22.012Z] ---> 5533d95302fb [2021-03-21T00:40:22.012Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-21T00:40:22.277Z] Successfully built c9606d417ca6 [2021-03-21T00:40:22.542Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-21T00:40:22.542Z]  Building docker-security-secretstore-setup-go ... done  ---> a1d12abf9187 [2021-03-21T00:40:22.542Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-21T00:40:22.808Z] ---> Running in 6bae6d82a000 [2021-03-21T00:40:23.080Z] Removing intermediate container 6bae6d82a000 [2021-03-21T00:40:23.080Z] ---> dd4a957f3a38 [2021-03-21T00:40:23.080Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-21T00:40:26.419Z] ---> 069e7df5090c [2021-03-21T00:40:26.419Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-21T00:40:26.419Z] Removing intermediate container 5293b80693c7 [2021-03-21T00:40:26.419Z] ---> 783439f8e9e2 [2021-03-21T00:40:26.419Z] [2021-03-21T00:40:26.419Z] Step 10/23 : FROM alpine:3.12 [2021-03-21T00:40:26.419Z] ---> 88dd2752d2ea [2021-03-21T00:40:26.419Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-21T00:40:26.419Z] ---> Running in 0b4321854e50 [2021-03-21T00:40:26.419Z] ---> Running in fe0216b1d4cd [2021-03-21T00:40:26.419Z] Removing intermediate container fe0216b1d4cd [2021-03-21T00:40:26.419Z] ---> 0f42c0e65bd3 [2021-03-21T00:40:26.419Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-21T00:40:26.419Z] ---> Running in 57cbf8c61962 [2021-03-21T00:40:26.688Z] Removing intermediate container 57cbf8c61962 [2021-03-21T00:40:26.688Z] ---> 22131fd75501 [2021-03-21T00:40:26.688Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-21T00:40:26.688Z] ---> Running in fc374bb87528 [2021-03-21T00:40:26.959Z] Removing intermediate container fc374bb87528 [2021-03-21T00:40:26.959Z] ---> b473560755f2 [2021-03-21T00:40:26.959Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:40:26.959Z] ---> Running in 892d047ebca7 [2021-03-21T00:40:27.225Z] Removing intermediate container 0b4321854e50 [2021-03-21T00:40:27.225Z] ---> ce51920556fc [2021-03-21T00:40:27.225Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-21T00:40:27.489Z] ---> Running in 9bf3f46e2894 [2021-03-21T00:40:27.755Z] Removing intermediate container 9bf3f46e2894 [2021-03-21T00:40:27.756Z] ---> 0832fe205378 [2021-03-21T00:40:27.756Z] Step 28/31 : CMD ["gate"] [2021-03-21T00:40:27.756Z] ---> Running in 1a75fa900d33 [2021-03-21T00:40:28.020Z] Removing intermediate container 1a75fa900d33 [2021-03-21T00:40:28.020Z] ---> 6abe929a7a6d [2021-03-21T00:40:28.020Z] Step 29/31 : LABEL arch=x86_64 [2021-03-21T00:40:28.312Z] Removing intermediate container 892d047ebca7 [2021-03-21T00:40:28.312Z] ---> ea60c1c50314 [2021-03-21T00:40:28.312Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-21T00:40:28.312Z] ---> Running in ab0991f0d2fd [2021-03-21T00:40:28.312Z] ---> Running in 967e21ae1471 [2021-03-21T00:40:28.579Z] Removing intermediate container ab0991f0d2fd [2021-03-21T00:40:28.579Z] ---> 98c6fbb4aa86 [2021-03-21T00:40:28.579Z] Step 30/31 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:40:28.847Z] ---> Running in 934dbadfe270 [2021-03-21T00:40:29.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:29.114Z] Removing intermediate container 934dbadfe270 [2021-03-21T00:40:29.114Z] ---> 3d993b17328b [2021-03-21T00:40:29.114Z] Step 31/31 : LABEL version=0.0.0 [2021-03-21T00:40:29.114Z] ---> Running in 604c53e2a8d8 [2021-03-21T00:40:29.385Z] Removing intermediate container 604c53e2a8d8 [2021-03-21T00:40:29.385Z] ---> f0dd096c45cd [2021-03-21T00:40:29.385Z] [2021-03-21T00:40:29.650Z] Successfully built f0dd096c45cd [2021-03-21T00:40:29.650Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-21T00:40:29.916Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-21T00:40:30.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-03-21T00:40:30.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-03-21T00:40:30.871Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-21T00:40:30.871Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-21T00:40:30.871Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-21T00:40:31.136Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-21T00:40:31.400Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-21T00:40:31.665Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-21T00:40:31.665Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:40:31.665Z] OK: 8 MiB in 20 packages [2021-03-21T00:40:32.245Z] Removing intermediate container 967e21ae1471 [2021-03-21T00:40:32.245Z] ---> 463021773bd8 [2021-03-21T00:40:32.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:40:32.509Z] ---> faed0f1c0330 [2021-03-21T00:40:32.509Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-21T00:40:33.476Z] ---> 173fe9e4fcf0 [2021-03-21T00:40:33.476Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-21T00:40:33.476Z] ---> 50e8f3ce3bbe [2021-03-21T00:40:33.476Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-21T00:40:33.476Z] ---> Running in 484140fab49e [2021-03-21T00:40:33.740Z] Removing intermediate container 484140fab49e [2021-03-21T00:40:33.740Z] ---> a1efad7858c9 [2021-03-21T00:40:33.740Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:40:33.740Z] ---> Running in 15fc14fc1fa3 [2021-03-21T00:40:34.004Z] Removing intermediate container 15fc14fc1fa3 [2021-03-21T00:40:34.004Z] ---> 0bc1a6dc0d9a [2021-03-21T00:40:34.004Z] Step 21/23 : LABEL arch=x86_64 [2021-03-21T00:40:34.004Z] ---> Running in aed869b4c8d8 [2021-03-21T00:40:34.269Z] Removing intermediate container aed869b4c8d8 [2021-03-21T00:40:34.269Z] ---> 9a356c0414d5 [2021-03-21T00:40:34.269Z] Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:40:34.269Z] ---> Running in 37f3606dbd65 [2021-03-21T00:40:34.537Z] Removing intermediate container 37f3606dbd65 [2021-03-21T00:40:34.537Z] ---> 79e80bc0db0f [2021-03-21T00:40:34.537Z] Step 23/23 : LABEL version=0.0.0 [2021-03-21T00:40:34.537Z] ---> Running in 372dd5737fc1 [2021-03-21T00:40:34.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 81.9% of statements [2021-03-21T00:40:34.802Z] Removing intermediate container 372dd5737fc1 [2021-03-21T00:40:34.802Z] ---> 944f8e2a7806 [2021-03-21T00:40:34.802Z] [2021-03-21T00:40:34.802Z] Successfully built 944f8e2a7806 [2021-03-21T00:40:34.802Z] Successfully tagged docker-core-data-go:latest [2021-03-21T00:40:35.397Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-21T00:40:35.416Z] $ docker stop --time=1 a98c48b10d28d00e0f1cbc5bb73843c2e5e9f65721b145dd0dc9d276c4ca6802 [2021-03-21T00:40:37.166Z] $ docker rm -f a98c48b10d28d00e0f1cbc5bb73843c2e5e9f65721b145dd0dc9d276c4ca6802 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-21T00:40:37.674Z] + docker images [2021-03-21T00:40:37.674Z] + grep docker [2021-03-21T00:40:37.936Z] docker-core-data-go latest 944f8e2a7806 3 seconds ago 22.6MB [2021-03-21T00:40:37.936Z] docker-security-bootstrapper-go latest f0dd096c45cd 8 seconds ago 18.8MB [2021-03-21T00:40:37.936Z] docker-security-secretstore-setup-go latest c9606d417ca6 16 seconds ago 24.9MB [2021-03-21T00:40:37.936Z] docker-core-command-go latest c5dd4e5ea558 22 seconds ago 17.3MB [2021-03-21T00:40:37.936Z] docker-sys-mgmt-agent-go latest b2114e1592bd 26 seconds ago 313MB [2021-03-21T00:40:37.936Z] docker-support-notifications-go latest 55ef69fb0bd1 2 minutes ago 17.9MB [2021-03-21T00:40:37.936Z] docker-core-metadata-go latest c1a851a85947 2 minutes ago 19.1MB [2021-03-21T00:40:37.936Z] docker-support-scheduler-go latest 2308333741ed 2 minutes ago 17.3MB [2021-03-21T00:40:37.936Z] docker-security-proxy-setup-go latest 0cadb2f34fe2 2 minutes ago 24.7MB [2021-03-21T00:40:37.936Z] 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-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements [2021-03-21T00:40:44.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements [2021-03-21T00:40:44.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-21T00:40:46.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.666s coverage: 62.4% of statements [2021-03-21T00:40:46.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-21T00:40:46.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-21T00:40:46.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-21T00:40:46.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-03-21T00:40:47.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-03-21T00:40:47.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-03-21T00:40:49.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-03-21T00:40:53.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 69.0% of statements [2021-03-21T00:40:53.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-21T00:40:53.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-21T00:40:53.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-21T00:40:53.603Z] Still waiting to schedule task [2021-03-21T00:40:53.603Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30770’ [2021-03-21T00:40:54.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 38.4% of statements [2021-03-21T00:40:54.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-21T00:40:54.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-21T00:40:54.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements [2021-03-21T00:40:54.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-21T00:40:54.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements [2021-03-21T00:41:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.561s coverage: 47.0% of statements [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-21T00:41:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-21T00:41:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-21T00:41:02.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.517s coverage: 87.1% of statements [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:41:02.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.923s coverage: 29.1% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.250s coverage: 99.0% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.150s coverage: 100.0% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.309s coverage: 96.5% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-21T00:41:13.079Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-03-21T00:41:13.079Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-21T00:41:13.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-03-21T00:41:14.331Z] GO111MODULE=on go vet ./... [2021-03-21T00:42:18.270Z] Running on prd-ubuntu18.04-docker-8c-8g-30771 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-21T00:42:18.371Z] Running in /w/workspace/edgex-go/85 [Pipeline] { [Pipeline] checkout [2021-03-21T00:42:20.503Z] using credential edgex-jenkins-ssh [2021-03-21T00:42:20.553Z] Cloning the remote Git repository [2021-03-21T00:42:20.579Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-21T00:42:20.645Z] > git init /w/workspace/edgex-go/85 # timeout=10 [2021-03-21T00:42:20.674Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-21T00:42:20.674Z] > git --version # timeout=10 [2021-03-21T00:42:20.681Z] > git --version # 'git version 2.17.1' [2021-03-21T00:42:20.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-21T00:42:20.703Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-21T00:42:35.820Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-21T00:42:36.109Z] Merge succeeded, producing 244913ec5fcdf6e5aa59215844024b25fd8fba7d [2021-03-21T00:42:36.109Z] Checking out Revision 244913ec5fcdf6e5aa59215844024b25fd8fba7d (PR-2858) [2021-03-21T00:42:36.190Z] gofmt -l . [2021-03-21T00:42:36.190Z] [ "`gofmt -l .`" = "" ] [2021-03-21T00:42:35.190Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-21T00:42:35.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-21T00:42:35.209Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-21T00:42:35.222Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-21T00:42:35.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-21T00:42:35.226Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-21T00:42:35.832Z] > git config core.sparsecheckout # timeout=10 [2021-03-21T00:42:35.842Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-21T00:42:35.913Z] > git remote # timeout=10 [2021-03-21T00:42:35.919Z] > git config --get remote.origin.url # timeout=10 [2021-03-21T00:42:35.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-21T00:42:35.926Z] > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [2021-03-21T00:42:36.106Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-21T00:42:36.115Z] > git config core.sparsecheckout # timeout=10 [2021-03-21T00:42:36.122Z] > git checkout -f 244913ec5fcdf6e5aa59215844024b25fd8fba7d # timeout=10 [2021-03-21T00:42:39.640Z] ./bin/test-go-mod-tidy.sh [2021-03-21T00:42:39.826Z] Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" [2021-03-21T00:42:39.833Z] First time build. Skipping changelog. [2021-03-21T00:42:40.254Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [2021-03-21T00:42:39.832Z] > git rev-list --no-walk 034ce225e753a43c4a5c51e2d2f0824239af24a0 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:42:40.910Z] + echo snap-build.sh [2021-03-21T00:42:40.910Z] snap-build.sh [2021-03-21T00:42:40.910Z] + SNAP_BASE_DIR=. [2021-03-21T00:42:40.910Z] + '[' '!' -z /w/workspace/edgex-go/85 ']' [2021-03-21T00:42:40.910Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/85 [2021-03-21T00:42:40.910Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/85]' [2021-03-21T00:42:40.910Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/85] [2021-03-21T00:42:40.910Z] + cd /w/workspace/edgex-go/85 [2021-03-21T00:42:40.910Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-21T00:42:40.910Z] Reading package lists... [2021-03-21T00:42:40.911Z] Building dependency tree... [2021-03-21T00:42:40.911Z] Reading state information... [2021-03-21T00:42:41.172Z] The following packages were automatically installed and are no longer required: [2021-03-21T00:42:41.172Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-21T00:42:41.172Z] uidmap xdelta3 [2021-03-21T00:42:41.172Z] Use 'sudo apt autoremove' to remove them. [2021-03-21T00:42:41.172Z] The following packages will be REMOVED: [2021-03-21T00:42:41.172Z] lxd* lxd-client* [2021-03-21T00:42:41.744Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-21T00:42:41.744Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] sh [2021-03-21T00:42:42.528Z] (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-21T00:42:42.529Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-21T00:42:42.897Z] + ls -al . [2021-03-21T00:42:42.897Z] total 788 [2021-03-21T00:42:42.897Z] drwxrwxr-x 9 1001 1001 4096 Mar 21 00:42 . [2021-03-21T00:42:42.897Z] drwxr-xr-x 4 root root 4096 Mar 21 00:37 .. [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 11 Mar 21 00:36 .dockerignore [2021-03-21T00:42:42.897Z] drwxrwxr-x 8 1001 1001 4096 Mar 21 00:36 .git [2021-03-21T00:42:42.897Z] drwxrwxr-x 3 1001 1001 4096 Mar 21 00:36 .github [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 818 Mar 21 00:36 .gitignore [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 166 Mar 21 00:36 .sonarcloud.properties [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 8607 Mar 21 00:36 Attribution.txt [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 3804 Mar 21 00:36 CONTRIBUTING.md [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 931 Mar 21 00:36 Dockerfile.build [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 863 Mar 21 00:36 Jenkinsfile [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 10775 Mar 21 00:36 LICENSE [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 5774 Mar 21 00:36 Makefile [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 6548 Mar 21 00:36 README.md [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 6755 Mar 21 00:36 SECURITY.md [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 5 Mar 21 00:32 VERSION [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 4131 Mar 21 00:36 ZMQWindows.md [2021-03-21T00:42:42.897Z] drwxrwxr-x 2 1001 1001 4096 Mar 21 00:36 bin [2021-03-21T00:42:42.897Z] drwxrwxr-x 14 1001 1001 4096 Mar 21 00:36 cmd [2021-03-21T00:42:42.897Z] -rw-r--r-- 1 root root 650607 Mar 21 00:41 coverage.out [2021-03-21T00:42:42.897Z] -rw-r--r-- 1 root root 1055 Mar 21 00:42 go.mod [2021-03-21T00:42:42.897Z] -rw-r--r-- 1 root root 22209 Mar 21 00:42 go.sum [2021-03-21T00:42:42.897Z] drwxrwxr-x 8 1001 1001 4096 Mar 21 00:36 internal [2021-03-21T00:42:42.897Z] drwxrwxr-x 4 1001 1001 4096 Mar 21 00:36 openapi [2021-03-21T00:42:42.897Z] drwxrwxr-x 4 1001 1001 4096 Mar 21 00:36 snap [2021-03-21T00:42:42.897Z] -rw-rw-r-- 1 1001 1001 168 Mar 21 00:36 version.go [Pipeline] sh [2021-03-21T00:42:43.488Z] Removing lxd dnsmasq configuration [2021-03-21T00:42:43.560Z] + '[' -e coverage.out ] [2021-03-21T00:42:43.560Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-21T00:42:43.580Z] Warning: overwriting stash ‘coverage-report’ [2021-03-21T00:42:43.749Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-21T00:42:44.010Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-21T00:42:44.933Z] Stashed 1 file(s) [Pipeline] sh [2021-03-21T00:42:45.393Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-21T00:42:45.393Z] (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-21T00:42:45.393Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-21T00:42:45.586Z] + make build [2021-03-21T00:42:45.586Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-21T00:42:46.780Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-21T00:42:46.780Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-21T00:42:48.168Z] + sudo snap remove --purge lxd [2021-03-21T00:42:48.168Z] snap "lxd" is not installed [2021-03-21T00:42:48.168Z] + sudo groupadd --force --system lxd [2021-03-21T00:42:48.168Z] ++ whoami [2021-03-21T00:42:48.168Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-21T00:42:48.168Z] + newgrp - lxd [2021-03-21T00:42:48.430Z] + sudo snap install lxd [2021-03-21T00:42:55.769Z] 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-21T00:42:56.586Z] 2021-03-21T00:42:53Z INFO Waiting for automatic snapd restart... [2021-03-21T00:43:14.742Z] lxd 4.12 from Canonical* installed [2021-03-21T00:43:14.742Z] + sudo lxd init --auto [2021-03-21T00:43:22.577Z] 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-21T00:43:22.899Z] + sudo snap install --classic snapcraft [2021-03-21T00:43:26.896Z] 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-21T00:43:29.493Z] snapcraft 4.5.4 from Canonical* installed [2021-03-21T00:43:29.493Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-21T00:43:29.493Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-21T00:43:29.493Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-21T00:43:29.493Z] Dload Upload Total Spent Left Speed [2021-03-21T00:43:29.753Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 [2021-03-21T00:43:29.753Z] 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 11.0M [2021-03-21T00:43:29.753Z] ./yq_linux_amd64 [2021-03-21T00:43:30.014Z] + sudo snapcraft prime --use-lxd [2021-03-21T00:43:31.399Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-21T00:43:31.399Z] 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-21T00:43:31.399Z] - README.md [2021-03-21T00:43:31.399Z] [2021-03-21T00:43:31.399Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-21T00:43:31.992Z] Launching a container. [2021-03-21T00:43:32.290Z] 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-21T00:43:33.266Z] 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-21T00:43:38.667Z] 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-21T00:43:44.057Z] 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-21T00:43:44.239Z] Waiting for container to be ready [2021-03-21T00:43:44.240Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-21T00:43:44.240Z] [2021-03-21T00:43:47.560Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-21T00:43:47.822Z] Waiting for network to be ready... [2021-03-21T00:43:48.085Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-21T00:43:48.085Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-21T00:43:48.085Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-21T00:43:48.348Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-21T00:43:48.348Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-21T00:43:48.348Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-21T00:43:48.348Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-21T00:43:48.348Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-21T00:43:48.348Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-21T00:43:48.348Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-21T00:43:48.349Z] 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-21T00:43:48.613Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-21T00:43:48.613Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-21T00:43:48.874Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-21T00:43:48.874Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-21T00:43:48.874Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-21T00:43:49.136Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-21T00:43:49.136Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-21T00:43:49.136Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-21T00:43:49.395Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-21T00:43:49.656Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-21T00:43:49.656Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-21T00:43:49.656Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-21T00:43:49.656Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-21T00:43:49.656Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-21T00:43:49.656Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-21T00:43:49.656Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-21T00:43:49.656Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-21T00:43:51.729Z] 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-21T00:43:52.200Z] Fetched 24.1 MB in 4s (6140 kB/s) [2021-03-21T00:43:52.774Z] Reading package lists... [2021-03-21T00:43:53.035Z] Reading package lists... [2021-03-21T00:43:53.035Z] Building dependency tree... [2021-03-21T00:43:53.035Z] Reading state information... [2021-03-21T00:43:53.296Z] The following additional packages will be installed: [2021-03-21T00:43:53.296Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-21T00:43:53.296Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-21T00:43:53.296Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-21T00:43:53.296Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-21T00:43:53.296Z] Suggested packages: [2021-03-21T00:43:53.296Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-21T00:43:53.296Z] Recommended packages: [2021-03-21T00:43:53.296Z] gnupg libsasl2-modules [2021-03-21T00:43:53.296Z] The following NEW packages will be installed: [2021-03-21T00:43:53.296Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-21T00:43:53.296Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-21T00:43:53.296Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-21T00:43:53.296Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-21T00:43:53.296Z] The following packages will be upgraded: [2021-03-21T00:43:53.296Z] gpg gpg-agent gpgconf libudev1 [2021-03-21T00:43:53.557Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-21T00:43:53.557Z] Need to get 3530 kB of archives. [2021-03-21T00:43:53.557Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-21T00:43:53.557Z] 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-21T00:43:53.557Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-21T00:43:53.557Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-21T00:43:53.818Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-21T00:43:53.818Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-21T00:43:53.818Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-21T00:43:54.080Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-21T00:43:54.080Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-21T00:43:54.080Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-21T00:43:54.340Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-21T00:43:54.340Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-21T00:43:54.340Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-21T00:43:54.340Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-21T00:43:54.340Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-21T00:43:54.340Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-21T00:43:54.340Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-21T00:43:54.340Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-21T00:43:54.340Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-21T00:43:54.340Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-21T00:43:54.340Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-21T00:43:54.340Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-21T00:43:54.340Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-21T00:43:54.602Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-21T00:43:54.602Z] Fetched 3530 kB in 1s (3223 kB/s) [2021-03-21T00:43:54.602Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-21T00:43:54.602Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-21T00:43:54.602Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-21T00:43:54.602Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-21T00:43:54.868Z] Selecting previously unselected package udev. [2021-03-21T00:43:54.868Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-21T00:43:54.868Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-21T00:43:54.868Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-21T00:43:55.129Z] Selecting previously unselected package libfuse2:amd64. [2021-03-21T00:43:55.129Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-21T00:43:55.129Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-21T00:43:55.390Z] Selecting previously unselected package fuse. [2021-03-21T00:43:55.390Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-21T00:43:55.390Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-21T00:43:55.390Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-21T00:43:55.390Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-21T00:43:55.390Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-21T00:43:55.652Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-21T00:43:55.652Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-21T00:43:55.652Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-21T00:43:55.652Z] Selecting previously unselected package libksba8:amd64. [2021-03-21T00:43:55.652Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-21T00:43:55.652Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-21T00:43:55.913Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-21T00:43:55.913Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:55.913Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:55.913Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-21T00:43:55.913Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:55.913Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.025Z] 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-21T00:43:56.174Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-21T00:43:56.174Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.174Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.174Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-21T00:43:56.174Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.174Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.174Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-21T00:43:56.174Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.174Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.435Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-21T00:43:56.435Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.435Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.435Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-21T00:43:56.435Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.435Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.435Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-21T00:43:56.435Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.435Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.696Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-21T00:43:56.696Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-21T00:43:56.696Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:56.696Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-21T00:43:56.696Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-21T00:43:56.696Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-21T00:43:56.696Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-21T00:43:56.696Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-21T00:43:56.696Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-21T00:43:56.958Z] Selecting previously unselected package libldap-common. [2021-03-21T00:43:56.958Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-21T00:43:56.958Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-21T00:43:56.958Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-21T00:43:56.958Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-21T00:43:56.958Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-21T00:43:56.958Z] Selecting previously unselected package dirmngr. [2021-03-21T00:43:56.958Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-21T00:43:57.233Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-21T00:43:57.233Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-21T00:43:57.233Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-21T00:43:57.233Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-21T00:43:57.233Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-21T00:43:57.233Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-21T00:43:57.233Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-21T00:43:57.494Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:57.494Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-21T00:43:57.494Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-21T00:43:57.494Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-21T00:43:57.753Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-21T00:43:58.014Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.014Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-21T00:43:58.014Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-21T00:43:58.014Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-21T00:43:58.014Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.014Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.014Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.277Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.277Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.277Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.277Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-21T00:43:58.277Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-21T00:43:58.277Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-21T00:43:58.277Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-21T00:43:58.853Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-21T00:43:58.853Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-21T00:43:58.853Z] This means they are not meant to be enabled using systemctl. [2021-03-21T00:43:58.853Z] Possible reasons for having this kind of units are: [2021-03-21T00:43:58.853Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-21T00:43:58.853Z] .wants/ or .requires/ directory. [2021-03-21T00:43:58.853Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-21T00:43:58.853Z] a requirement dependency on it. [2021-03-21T00:43:58.853Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-21T00:43:58.853Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-21T00:43:58.853Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-21T00:43:58.853Z] instance name specified. [2021-03-21T00:43:59.114Z] Reading package lists... [2021-03-21T00:43:59.373Z] Building dependency tree... [2021-03-21T00:43:59.373Z] Reading state information... [2021-03-21T00:43:59.373Z] The following additional packages will be installed: [2021-03-21T00:43:59.373Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-21T00:43:59.373Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-21T00:43:59.373Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-21T00:43:59.373Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-21T00:43:59.373Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-21T00:43:59.373Z] Suggested packages: [2021-03-21T00:43:59.373Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-21T00:43:59.373Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-21T00:43:59.373Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-21T00:43:59.373Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-21T00:43:59.373Z] systemd-container policykit-1 [2021-03-21T00:43:59.373Z] Recommended packages: [2021-03-21T00:43:59.373Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-21T00:43:59.373Z] The following NEW packages will be installed: [2021-03-21T00:43:59.373Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-21T00:43:59.373Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-21T00:43:59.373Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-21T00:43:59.373Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-21T00:43:59.373Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-21T00:43:59.373Z] The following packages will be upgraded: [2021-03-21T00:43:59.373Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-21T00:43:59.642Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-21T00:43:59.642Z] Need to get 35.2 MB of archives. [2021-03-21T00:43:59.642Z] After this operation, 141 MB of additional disk space will be used. [2021-03-21T00:43:59.642Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-21T00:43:59.642Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-21T00:43:59.642Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-21T00:43:59.642Z] 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-21T00:43:59.642Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-21T00:43:59.642Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-21T00:43:59.642Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-21T00:43:59.905Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-21T00:43:59.905Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-21T00:43:59.905Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-21T00:43:59.905Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-21T00:43:59.905Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-21T00:43:59.905Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-21T00:43:59.905Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-21T00:43:59.905Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-21T00:43:59.905Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-21T00:43:59.905Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-21T00:43:59.905Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-21T00:43:59.905Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-21T00:44:00.848Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-21T00:44:00.848Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-21T00:44:00.848Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-21T00:44:00.848Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-21T00:44:00.848Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-21T00:44:00.848Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-21T00:44:00.848Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-21T00:44:00.848Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-21T00:44:00.848Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-21T00:44:00.848Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-21T00:44:01.112Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-21T00:44:01.112Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-21T00:44:01.112Z] Fetched 35.2 MB in 1s (23.6 MB/s) [2021-03-21T00:44:01.409Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-21T00:44:01.409Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-21T00:44:01.436Z] 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-21T00:44:01.674Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-21T00:44:02.253Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-21T00:44:02.253Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-21T00:44:02.526Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-21T00:44:02.526Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-21T00:44:02.526Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-21T00:44:02.526Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-21T00:44:02.786Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-21T00:44:02.786Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-21T00:44:02.786Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-21T00:44:02.786Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-21T00:44:03.046Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-21T00:44:03.308Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-21T00:44:03.570Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-21T00:44:03.832Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-21T00:44:03.832Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-21T00:44:03.832Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-21T00:44:04.092Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-21T00:44:04.092Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-21T00:44:04.092Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:04.352Z] Selecting previously unselected package libexpat1:amd64. [2021-03-21T00:44:04.352Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-21T00:44:04.352Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-21T00:44:04.352Z] Selecting previously unselected package python3.6-minimal. [2021-03-21T00:44:04.352Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-21T00:44:04.352Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:04.612Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-21T00:44:04.873Z] Checking for services that may need to be restarted...done. [2021-03-21T00:44:04.873Z] Checking for services that may need to be restarted...done. [2021-03-21T00:44:04.873Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:05.133Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-21T00:44:05.394Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:05.975Z] Selecting previously unselected package python3-minimal. [2021-03-21T00:44:05.975Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-21T00:44:05.975Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-21T00:44:05.975Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-21T00:44:05.975Z] Selecting previously unselected package mime-support. [2021-03-21T00:44:05.975Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-21T00:44:05.975Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-21T00:44:05.975Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-21T00:44:05.975Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-21T00:44:05.975Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-21T00:44:06.241Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-21T00:44:06.241Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-21T00:44:06.241Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:06.501Z] Selecting previously unselected package python3.6. [2021-03-21T00:44:06.501Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-21T00:44:06.501Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:06.501Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-21T00:44:06.501Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-21T00:44:06.501Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-21T00:44:06.819Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-21T00:44:06.819Z] Selecting previously unselected package python3. [2021-03-21T00:44:06.819Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-21T00:44:06.819Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-21T00:44:06.819Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-21T00:44:07.139Z] Selecting previously unselected package multiarch-support. [2021-03-21T00:44:07.139Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-21T00:44:07.139Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-21T00:44:07.139Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-21T00:44:07.139Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-21T00:44:07.139Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-21T00:44:07.139Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-21T00:44:07.139Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-21T00:44:07.139Z] Selecting previously unselected package libbsd0:amd64. [2021-03-21T00:44:07.139Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-21T00:44:07.712Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-21T00:44:07.712Z] Selecting previously unselected package sudo. [2021-03-21T00:44:07.712Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-21T00:44:07.712Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-21T00:44:07.973Z] Selecting previously unselected package apparmor. [2021-03-21T00:44:07.973Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-21T00:44:07.973Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-03-21T00:44:08.165Z] $ docker stop --time=1 6116cb414b3ee709103636994d6059a88111e76dbdaec1f94dc7795a3b3560c0 [2021-03-21T00:44:08.233Z] Selecting previously unselected package libedit2:amd64. [2021-03-21T00:44:08.233Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-21T00:44:08.233Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-21T00:44:08.233Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-21T00:44:08.233Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-21T00:44:08.233Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:08.233Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-21T00:44:08.233Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-21T00:44:08.233Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:08.499Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-21T00:44:08.499Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-21T00:44:08.499Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-21T00:44:08.499Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-21T00:44:08.499Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-21T00:44:08.499Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:08.759Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-21T00:44:08.759Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-21T00:44:08.759Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:08.759Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-21T00:44:08.759Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-21T00:44:08.759Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-21T00:44:09.020Z] Selecting previously unselected package openssh-client. [2021-03-21T00:44:09.020Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-21T00:44:09.020Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-21T00:44:09.020Z] Selecting previously unselected package squashfs-tools. [2021-03-21T00:44:09.020Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-21T00:44:09.020Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-21T00:44:09.281Z] Selecting previously unselected package snapd. [2021-03-21T00:44:09.281Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-21T00:44:09.281Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-21T00:44:10.681Z] $ docker rm -f 6116cb414b3ee709103636994d6059a88111e76dbdaec1f94dc7795a3b3560c0 [2021-03-21T00:44:11.191Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-21T00:44:11.191Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-21T00:44:11.191Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-21T00:44:11.451Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-21T00:44:11.451Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-21T00:44:11.451Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:11.451Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-21T00:44:11.451Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-21T00:44:11.451Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-21T00:44:12.394Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-21T00:44:12.394Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-21T00:44:12.394Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-21T00:44:12.394Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-21T00:44:12.394Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:12.394Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:44:12.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-21T00:44:12.754Z] [2021-03-21T00:44:12.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:44:13.343Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-21T00:44:13.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-21T00:44:13.606Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:13.692Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-21T00:44:13.692Z] 29e5d40040c1: Pulling fs layer [2021-03-21T00:44:13.692Z] 1ce36da41761: Pulling fs layer [2021-03-21T00:44:13.692Z] 25b303627fd3: Pulling fs layer [2021-03-21T00:44:13.692Z] 29e5d40040c1: Verifying Checksum [2021-03-21T00:44:13.692Z] 29e5d40040c1: Download complete [2021-03-21T00:44:13.867Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-21T00:44:13.867Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-21T00:44:13.867Z] running python rtupdate hooks for python3.6... [2021-03-21T00:44:13.867Z] running python post-rtupdate hooks for python3.6... [2021-03-21T00:44:13.867Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-21T00:44:14.285Z] 1ce36da41761: Verifying Checksum [2021-03-21T00:44:14.285Z] 1ce36da41761: Download complete [2021-03-21T00:44:14.285Z] 29e5d40040c1: Pull complete [2021-03-21T00:44:15.248Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-21T00:44:15.248Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-21T00:44:15.248Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-21T00:44:15.508Z] Setting up snapd (2.48.3+18.04) ... [2021-03-21T00:44:15.712Z] 1ce36da41761: Pull complete [2021-03-21T00:44:15.770Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-21T00:44:16.029Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-21T00:44:16.029Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-21T00:44:16.289Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-21T00:44:16.313Z] 25b303627fd3: Verifying Checksum [2021-03-21T00:44:16.313Z] 25b303627fd3: Download complete [2021-03-21T00:44:16.549Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-21T00:44:16.549Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-21T00:44:16.549Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-21T00:44:16.812Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-21T00:44:17.071Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-21T00:44:17.071Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-21T00:44:17.331Z] /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-21T00:44:17.331Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-21T00:44:17.331Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-21T00:44:18.271Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-21T00:44:18.271Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-21T00:44:18.531Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-21T00:44:19.471Z] Reading package lists... [2021-03-21T00:44:19.734Z] Reading package lists... [2021-03-21T00:44:19.995Z] Building dependency tree... [2021-03-21T00:44:19.995Z] Reading state information... [2021-03-21T00:44:19.995Z] Calculating upgrade... [2021-03-21T00:44:20.257Z] The following packages will be upgraded: [2021-03-21T00:44:20.257Z] advancecomp base-files bash binutils binutils-common [2021-03-21T00:44:20.257Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-21T00:44:20.257Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-21T00:44:20.257Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-21T00:44:20.257Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-21T00:44:20.257Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-21T00:44:20.257Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-21T00:44:20.257Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-21T00:44:20.257Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-21T00:44:20.257Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-21T00:44:20.257Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-21T00:44:20.257Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-21T00:44:20.257Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-21T00:44:20.257Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-21T00:44:20.257Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-21T00:44:20.257Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-21T00:44:20.257Z] Need to get 63.8 MB of archives. [2021-03-21T00:44:20.257Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-21T00:44:20.257Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-21T00:44:20.257Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-21T00:44:21.199Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-21T00:44:21.199Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-21T00:44:21.199Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-21T00:44:21.199Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-21T00:44:21.200Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-21T00:44:21.200Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-21T00:44:21.200Z] 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-21T00:44:21.200Z] 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-21T00:44:21.200Z] 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-21T00:44:21.200Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-21T00:44:21.200Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-21T00:44:21.200Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-21T00:44:21.200Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-21T00:44:21.200Z] 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-21T00:44:21.200Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-21T00:44:21.200Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-21T00:44:21.200Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-21T00:44:21.200Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-21T00:44:21.200Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-21T00:44:21.200Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-21T00:44:21.200Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-21T00:44:21.200Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-21T00:44:21.200Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-21T00:44:21.200Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-21T00:44:21.200Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-21T00:44:21.200Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-21T00:44:21.200Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-21T00:44:21.200Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-21T00:44:21.200Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-21T00:44:21.459Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-21T00:44:21.459Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-21T00:44:21.459Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-21T00:44:21.459Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-21T00:44:21.459Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-21T00:44:21.459Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-21T00:44:21.459Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-21T00:44:21.459Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-21T00:44:21.459Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-21T00:44:21.459Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-21T00:44:21.459Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-21T00:44:21.459Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-21T00:44:21.459Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-21T00:44:21.460Z] Get:45 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-21T00:44:21.460Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-21T00:44:21.460Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-21T00:44:21.460Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-21T00:44:21.460Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-21T00:44:21.460Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-21T00:44:21.460Z] Get:51 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-21T00:44:21.460Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-21T00:44:21.720Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-21T00:44:21.720Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-21T00:44:21.720Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-21T00:44:21.720Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-21T00:44:21.720Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-21T00:44:21.720Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-21T00:44:21.720Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-21T00:44:21.720Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-21T00:44:21.720Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-21T00:44:21.720Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-21T00:44:21.720Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-21T00:44:21.720Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-21T00:44:21.720Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-21T00:44:21.720Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-21T00:44:21.720Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-21T00:44:21.720Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-21T00:44:21.720Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-21T00:44:21.720Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-21T00:44:21.720Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-21T00:44:21.720Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-21T00:44:21.720Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-21T00:44:21.720Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-21T00:44:21.720Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-21T00:44:21.982Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-21T00:44:21.982Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-21T00:44:21.982Z] 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-21T00:44:21.982Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-21T00:44:21.982Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-21T00:44:21.982Z] 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-21T00:44:21.982Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-21T00:44:21.982Z] 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-21T00:44:21.982Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-21T00:44:21.982Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-21T00:44:21.982Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-21T00:44:22.243Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-21T00:44:22.243Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-21T00:44:22.243Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-21T00:44:22.243Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-21T00:44:22.504Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-21T00:44:23.076Z] 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-21T00:44:23.076Z] 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-21T00:44:23.076Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-21T00:44:23.646Z] 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-21T00:44:23.646Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-21T00:44:23.646Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-21T00:44:23.646Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-21T00:44:23.646Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-21T00:44:23.646Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-21T00:44:23.647Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-03-21T00:44:23.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:23.906Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-21T00:44:23.906Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-21T00:44:24.477Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-21T00:44:24.477Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-21T00:44:24.477Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-21T00:44:24.738Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-21T00:44:25.312Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:25.312Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:25.574Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:25.574Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:25.574Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:25.835Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:25.835Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:25.835Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:25.835Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:25.835Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:26.097Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:26.097Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:26.097Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:26.097Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:26.357Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:26.357Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-21T00:44:26.357Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:26.357Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-21T00:44:26.450Z] 25b303627fd3: Pull complete [2021-03-21T00:44:26.450Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-21T00:44:26.450Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-21T00:44:26.450Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-21T00:44:26.618Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:26.618Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-21T00:44:26.618Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:26.618Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:26.618Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:26.737Z] prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container [2021-03-21T00:44:26.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:44:26.879Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:26.879Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:26.879Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-21T00:44:27.140Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:27.400Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-21T00:44:27.400Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-21T00:44:27.400Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-21T00:44:27.972Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-21T00:44:27.972Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-21T00:44:27.972Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-21T00:44:27.972Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-21T00:44:28.233Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-21T00:44:28.233Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-21T00:44:28.495Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-21T00:44:28.495Z] Installing new version of config file /etc/issue ... [2021-03-21T00:44:28.495Z] Installing new version of config file /etc/issue.net ... [2021-03-21T00:44:28.495Z] Installing new version of config file /etc/lsb-release ... [2021-03-21T00:44:28.495Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-21T00:44:28.755Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-21T00:44:28.755Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-21T00:44:28.755Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-21T00:44:29.016Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:29.016Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-21T00:44:29.016Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-21T00:44:29.277Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-21T00:44:29.277Z] 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-21T00:44:29.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:29.277Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:29.277Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:29.537Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:29.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:29.537Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-21T00:44:29.537Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-21T00:44:29.796Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-21T00:44:29.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:29.796Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-21T00:44:29.796Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-21T00:44:30.007Z] $ docker top e228d3798dff92f75637a46e39c6512c2cebca4b02be20cd03d9e0d3bc52b58c -eo pid,comm [2021-03-21T00:44:30.056Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-21T00:44:30.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:30.317Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-21T00:44:30.317Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-21T00:44:30.317Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-03-21T00:44:30.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:30.577Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-21T00:44:30.577Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-21T00:44:30.577Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-21T00:44:30.838Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:30.838Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-21T00:44:30.838Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-21T00:44:31.091Z] + docker-compose build --help+ [2021-03-21T00:44:31.091Z] grep parallel [2021-03-21T00:44:31.098Z] Setting up grep (3.1-2build1) ... [2021-03-21T00:44:31.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:31.098Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-21T00:44:31.358Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-21T00:44:31.358Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-21T00:44:31.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:31.358Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-21T00:44:31.358Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-21T00:44:31.619Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-21T00:44:31.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:31.619Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-21T00:44:31.619Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-21T00:44:32.191Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-21T00:44:32.191Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-21T00:44:32.191Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-21T00:44:32.191Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-21T00:44:32.765Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-21T00:44:33.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:33.027Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-21T00:44:33.027Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-21T00:44:33.968Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-21T00:44:33.968Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-21T00:44:34.244Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-21T00:44:34.244Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-21T00:44:34.244Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-21T00:44:34.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:34.244Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-21T00:44:34.506Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-21T00:44:34.506Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-21T00:44:34.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:34.768Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:34.768Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:34.768Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:35.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:35.053Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:35.053Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:35.053Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:35.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:35.313Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:35.313Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:35.313Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:35.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:35.575Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:35.575Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:35.575Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:35.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:35.575Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-21T00:44:35.835Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-21T00:44:35.835Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-21T00:44:35.835Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-21T00:44:35.835Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-21T00:44:36.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:36.098Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-21T00:44:36.098Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-21T00:44:36.358Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-21T00:44:36.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:36.358Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:36.358Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:36.358Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:36.473Z] --parallel Build images in parallel. [2021-03-21T00:44:36.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:36.619Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:36.619Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:36.619Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:36.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:36.619Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] } [2021-03-21T00:44:36.759Z] $ docker stop --time=1 e228d3798dff92f75637a46e39c6512c2cebca4b02be20cd03d9e0d3bc52b58c [2021-03-21T00:44:36.880Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:37.143Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:37.403Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-21T00:44:37.662Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-21T00:44:37.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:37.930Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-21T00:44:37.930Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-21T00:44:38.191Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-21T00:44:38.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-21T00:44:38.191Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-21T00:44:38.191Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-21T00:44:38.452Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-21T00:44:38.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:38.714Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-21T00:44:38.714Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-21T00:44:38.714Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-21T00:44:38.783Z] $ docker rm -f e228d3798dff92f75637a46e39c6512c2cebca4b02be20cd03d9e0d3bc52b58c [2021-03-21T00:44:38.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:38.975Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-21T00:44:38.975Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-21T00:44:39.236Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-21T00:44:39.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:39.236Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:44:39.503Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-21T00:44:39.503Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-21T00:44:39.504Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:39.504Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-21T00:44:39.504Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-21T00:44:39.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-21T00:44:39.646Z] . [Pipeline] withDockerContainer [2021-03-21T00:44:39.765Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-21T00:44:39.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-30768 does not seem to be running inside a container [2021-03-21T00:44:40.012Z] $ 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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:44:40.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:40.025Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-21T00:44:40.025Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-21T00:44:40.025Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-21T00:44:40.287Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:40.287Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-21T00:44:40.287Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-21T00:44:40.287Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-21T00:44:40.548Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:40.548Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-21T00:44:40.548Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-21T00:44:40.815Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-21T00:44:40.815Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-21T00:44:40.815Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-21T00:44:40.815Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-21T00:44:41.077Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-21T00:44:41.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:41.077Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-21T00:44:41.077Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-21T00:44:41.350Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-21T00:44:41.350Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:41.350Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-21T00:44:41.537Z] $ docker top b12e06cef55e46c633c44edcf46df0f8cd99e5ab156b12578cb1a07286137f44 -eo pid,comm [2021-03-21T00:44:41.617Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-21T00:44:41.617Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-21T00:44:43.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.109Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-21T00:44:43.109Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-21T00:44:43.109Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-21T00:44:43.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.109Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-21T00:44:43.109Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-21T00:44:43.109Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-21T00:44:43.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.109Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-21T00:44:43.109Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-21T00:44:43.110Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-21T00:44:43.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.110Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-21T00:44:43.110Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-21T00:44:43.110Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [Pipeline] { [Pipeline] sh [2021-03-21T00:44:43.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.372Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-21T00:44:43.372Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-21T00:44:43.372Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-21T00:44:43.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.635Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-21T00:44:43.635Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-21T00:44:43.635Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-21T00:44:43.835Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-21T00:44:43.899Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:43.900Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-21T00:44:43.900Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-21T00:44:43.900Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-21T00:44:44.161Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:44.161Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-21T00:44:44.161Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-21T00:44:44.161Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-21T00:44:44.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:44.733Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-21T00:44:44.733Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-21T00:44:44.733Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-21T00:44:44.996Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-21T00:44:44.996Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-21T00:44:44.996Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-21T00:44:44.996Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-21T00:44:45.256Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-21T00:44:45.256Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-21T00:44:45.256Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-21T00:44:45.256Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-21T00:44:45.256Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-21T00:44:45.517Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-21T00:44:45.517Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-21T00:44:45.517Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-21T00:44:45.793Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-21T00:44:45.793Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-21T00:44:45.793Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-21T00:44:46.115Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-21T00:44:46.115Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-21T00:44:46.115Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-21T00:44:46.115Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-21T00:44:46.408Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-21T00:44:46.408Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-21T00:44:46.408Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-21T00:44:46.408Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-21T00:44:46.715Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-21T00:44:46.715Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-21T00:44:46.715Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-21T00:44:46.715Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-21T00:44:47.001Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-21T00:44:47.001Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-21T00:44:48.040Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-21T00:44:48.040Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-21T00:44:48.040Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-21T00:44:48.040Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-21T00:44:48.040Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-21T00:44:48.040Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-21T00:44:48.610Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-21T00:44:48.610Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-21T00:44:48.610Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-21T00:44:48.610Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-21T00:44:48.871Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-21T00:44:48.871Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-21T00:44:48.871Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:48.871Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:49.132Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:49.132Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:49.132Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:49.132Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:49.396Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:49.396Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:50.334Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:50.334Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:50.587Z] Building docker-core-command-go ... [2021-03-21T00:44:50.587Z] Building docker-core-data-go ... [2021-03-21T00:44:50.587Z] Building docker-core-metadata-go ... [2021-03-21T00:44:50.587Z] Building docker-security-bootstrapper-go ... [2021-03-21T00:44:50.587Z] Building docker-security-proxy-setup-go ... [2021-03-21T00:44:50.587Z] Building docker-security-secretstore-setup-go ... [2021-03-21T00:44:50.587Z] Building docker-support-notifications-go ... [2021-03-21T00:44:50.587Z] Building docker-support-scheduler-go ... [2021-03-21T00:44:50.587Z] Building docker-sys-mgmt-agent-go ... [2021-03-21T00:44:50.587Z] Building docker-sys-mgmt-agent-go [2021-03-21T00:44:50.587Z] Building docker-support-notifications-go [2021-03-21T00:44:50.587Z] Building docker-core-command-go [2021-03-21T00:44:50.587Z] Building docker-core-metadata-go [2021-03-21T00:44:50.587Z] Building docker-security-proxy-setup-go [2021-03-21T00:44:51.271Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:51.271Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:51.841Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:51.841Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:52.100Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:52.100Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:53.044Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-21T00:44:53.044Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-21T00:44:53.044Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-21T00:44:53.044Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-21T00:44:53.044Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-21T00:44:53.044Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-21T00:44:53.305Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-21T00:44:53.305Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-21T00:44:53.566Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-21T00:44:53.566Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-21T00:44:53.566Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-21T00:44:53.566Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-21T00:44:53.825Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-21T00:44:53.825Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-21T00:44:53.825Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-21T00:44:53.825Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-21T00:44:54.086Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:54.086Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-21T00:44:54.086Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:54.086Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:54.086Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:54.345Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-21T00:44:54.345Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-21T00:44:54.345Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-21T00:44:54.345Z] [2021-03-21T00:44:54.345Z] Current default time zone: 'Etc/UTC' [2021-03-21T00:44:54.345Z] Local time is now: Sun Mar 21 00:44:54 UTC 2021. [2021-03-21T00:44:54.345Z] Universal Time is now: Sun Mar 21 00:44:54 UTC 2021. [2021-03-21T00:44:54.345Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-21T00:44:54.345Z] [2021-03-21T00:44:54.345Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-21T00:44:54.345Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:54.604Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-21T00:44:54.604Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-21T00:44:54.604Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-21T00:44:54.604Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-21T00:44:54.604Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-21T00:44:54.604Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-21T00:44:54.604Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-21T00:44:54.604Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-21T00:44:54.864Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:54.864Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-21T00:44:55.124Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:55.124Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-21T00:44:55.124Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:55.124Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-21T00:44:55.124Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-21T00:44:55.124Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-21T00:44:55.124Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-21T00:44:55.124Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-21T00:44:55.124Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-21T00:44:55.124Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-21T00:44:55.384Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-21T00:44:57.302Z] Updating certificates in /etc/ssl/certs... [2021-03-21T00:44:57.880Z] 23 added, 27 removed; done. [2021-03-21T00:44:57.880Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-21T00:44:57.880Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-21T00:44:57.880Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-21T00:44:57.880Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-21T00:44:57.880Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-21T00:44:58.146Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.146Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-21T00:44:58.146Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.146Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.146Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.146Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.146Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.146Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-21T00:44:58.146Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-21T00:44:58.406Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-21T00:44:58.406Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-21T00:44:58.406Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-21T00:44:58.406Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.406Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-21T00:44:58.406Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-21T00:44:58.406Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-21T00:44:58.667Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-21T00:44:58.667Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-21T00:44:58.667Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-21T00:44:58.667Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-21T00:44:58.667Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-21T00:44:58.667Z] Updating certificates in /etc/ssl/certs... [2021-03-21T00:44:59.608Z] 0 added, 0 removed; done. [2021-03-21T00:44:59.608Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-21T00:44:59.608Z] done. [2021-03-21T00:44:59.868Z] Reading package lists... [2021-03-21T00:44:59.868Z] Building dependency tree... [2021-03-21T00:44:59.868Z] Reading state information... [2021-03-21T00:45:00.128Z] The following NEW packages will be installed: [2021-03-21T00:45:00.128Z] apt-transport-https [2021-03-21T00:45:00.388Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-21T00:45:00.388Z] Need to get 1696 B of archives. [2021-03-21T00:45:00.388Z] After this operation, 153 kB of additional disk space will be used. [2021-03-21T00:45:00.388Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-21T00:45:00.388Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-21T00:45:00.388Z] Fetched 1696 B in 0s (9370 B/s) [2021-03-21T00:45:00.388Z] Selecting previously unselected package apt-transport-https. [2021-03-21T00:45:00.388Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-21T00:45:00.388Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-21T00:45:00.388Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-21T00:45:00.648Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-21T00:45:00.908Z] Waiting for network to be ready... [2021-03-21T00:45:06.194Z] 2021-03-21T00:45:04Z INFO Waiting for automatic snapd restart... [2021-03-21T00:45:06.194Z] snapd 2.49 from Canonical* installed [2021-03-21T00:45:07.133Z] "snapd" switched to the "latest/stable" channel [2021-03-21T00:45:07.133Z] [2021-03-21T00:45:09.700Z] core18 20210128 from Canonical* installed [2021-03-21T00:45:10.281Z] "core18" switched to the "latest/stable" channel [2021-03-21T00:45:10.281Z] [2021-03-21T00:45:13.610Z] snapcraft 4.5.4 from Canonical* installed [2021-03-21T00:45:13.610Z] "snapcraft" switched to the "latest/stable" channel [2021-03-21T00:45:13.610Z] [2021-03-21T00:45:16.912Z] 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-21T00:45:16.912Z] - README.md [2021-03-21T00:45:16.912Z] [2021-03-21T00:45:16.912Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-21T00:45:23.495Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-21T00:45:23.495Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-21T00:45:23.495Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-21T00:45:23.754Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-21T00:45:24.694Z] Reading package lists... [2021-03-21T00:45:25.264Z] 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-21T00:45:31.848Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-21T00:45:31.848Z] Reading package lists... [2021-03-21T00:45:31.848Z] Building dependency tree... [2021-03-21T00:45:31.848Z] Reading state information... [2021-03-21T00:45:31.848Z] Suggested packages: [2021-03-21T00:45:31.848Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-21T00:45:31.848Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-21T00:45:31.848Z] Recommended packages: [2021-03-21T00:45:31.848Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-21T00:45:31.848Z] The following NEW packages will be installed: [2021-03-21T00:45:31.848Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-21T00:45:31.848Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-21T00:45:31.848Z] pkg-config zip [2021-03-21T00:45:31.848Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-21T00:45:31.848Z] Need to get 7657 kB of archives. [2021-03-21T00:45:31.848Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-21T00:45:31.848Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-21T00:45:31.848Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-21T00:45:31.848Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-21T00:45:32.108Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-21T00:45:32.108Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-21T00:45:32.108Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-21T00:45:32.108Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-21T00:45:32.368Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-21T00:45:32.368Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-21T00:45:32.368Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-21T00:45:32.368Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-21T00:45:32.368Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-21T00:45:32.368Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-21T00:45:32.629Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-21T00:45:32.629Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-21T00:45:32.891Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-21T00:45:32.891Z] Fetched 7657 kB in 1s (7150 kB/s) [2021-03-21T00:45:32.891Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-21T00:45:32.891Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-21T00:45:32.891Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-21T00:45:32.891Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-21T00:45:33.152Z] Selecting previously unselected package libpsl5:amd64. [2021-03-21T00:45:33.152Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-21T00:45:33.152Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-21T00:45:33.152Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-21T00:45:33.152Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-21T00:45:33.152Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-21T00:45:33.152Z] Selecting previously unselected package librtmp1:amd64. [2021-03-21T00:45:33.152Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-21T00:45:33.152Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-21T00:45:33.411Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-21T00:45:33.411Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-21T00:45:33.411Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-21T00:45:33.411Z] Selecting previously unselected package liberror-perl. [2021-03-21T00:45:33.411Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-21T00:45:33.411Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-21T00:45:33.411Z] Selecting previously unselected package git-man. [2021-03-21T00:45:33.411Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-21T00:45:33.411Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-21T00:45:33.673Z] Selecting previously unselected package git. [2021-03-21T00:45:33.673Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-21T00:45:33.673Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-21T00:45:34.243Z] Selecting previously unselected package libnorm1:amd64. [2021-03-21T00:45:34.503Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-21T00:45:34.503Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-21T00:45:34.503Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-21T00:45:34.503Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-21T00:45:34.503Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-21T00:45:34.503Z] Selecting previously unselected package libsodium23:amd64. [2021-03-21T00:45:34.503Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-21T00:45:34.503Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-21T00:45:34.763Z] Selecting previously unselected package libzmq5:amd64. [2021-03-21T00:45:34.764Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-21T00:45:34.764Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-21T00:45:34.764Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-21T00:45:34.764Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-21T00:45:34.764Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-21T00:45:35.024Z] Selecting previously unselected package pkg-config. [2021-03-21T00:45:35.024Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-21T00:45:35.024Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-21T00:45:35.024Z] Selecting previously unselected package zip. [2021-03-21T00:45:35.024Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-21T00:45:35.024Z] Unpacking zip (3.0-11build1) ... [2021-03-21T00:45:35.284Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-21T00:45:35.284Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-21T00:45:35.284Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-21T00:45:35.284Z] Setting up liberror-perl (0.17025-1) ... [2021-03-21T00:45:35.284Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-21T00:45:35.284Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-21T00:45:35.284Z] No schema files found: doing nothing. [2021-03-21T00:45:35.284Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-21T00:45:35.284Z] Setting up zip (3.0-11build1) ... [2021-03-21T00:45:35.284Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-21T00:45:35.544Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-21T00:45:35.544Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-21T00:45:35.544Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-21T00:45:35.544Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-21T00:45:35.544Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-21T00:45:35.544Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-21T00:45:35.544Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-21T00:45:42.125Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-21T00:45:42.125Z] git set to automatically installed. [2021-03-21T00:45:42.125Z] git-man set to automatically installed. [2021-03-21T00:45:42.125Z] libcurl3-gnutls set to automatically installed. [2021-03-21T00:45:42.125Z] liberror-perl set to automatically installed. [2021-03-21T00:45:42.125Z] libglib2.0-0 set to automatically installed. [2021-03-21T00:45:42.125Z] libnghttp2-14 set to automatically installed. [2021-03-21T00:45:42.125Z] libnorm1 set to automatically installed. [2021-03-21T00:45:42.125Z] libpgm-5.2-0 set to automatically installed. [2021-03-21T00:45:42.125Z] libpsl5 set to automatically installed. [2021-03-21T00:45:42.125Z] librtmp1 set to automatically installed. [2021-03-21T00:45:42.125Z] libsodium23 set to automatically installed. [2021-03-21T00:45:42.125Z] libzmq3-dev set to automatically installed. [2021-03-21T00:45:42.125Z] libzmq5 set to automatically installed. [2021-03-21T00:45:42.125Z] pkg-config set to automatically installed. [2021-03-21T00:45:42.125Z] zip set to automatically installed. [2021-03-21T00:45:44.042Z] snapd is not logged in, snap install commands will use sudo [2021-03-21T00:45:50.623Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-21T00:46:02.851Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-21T00:46:03.112Z] snapd is not logged in, snap install commands will use sudo [2021-03-21T00:46:09.877Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-21T00:46:09.877Z] snap "core18" has no updates available [2021-03-21T00:46:10.489Z] Pulling go-build-helper [2021-03-21T00:46:10.489Z] + snapcraftctl pull [2021-03-21T00:46:11.434Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-21T00:46:11.434Z] Skipping pull go-build-helper (already ran) [2021-03-21T00:46:11.434Z] Building go-build-helper [2021-03-21T00:46:11.434Z] + snapcraftctl build [2021-03-21T00:46:12.389Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:46:12.389Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:46:12.389Z] ---> bdb577c3b6f8 [2021-03-21T00:46:12.389Z] Step 3/23 : WORKDIR /edgex-go [2021-03-21T00:46:12.389Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:46:12.389Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:46:12.389Z] ---> bdb577c3b6f8 [2021-03-21T00:46:12.389Z] Step 3/26 : WORKDIR /edgex-go [2021-03-21T00:46:12.389Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:46:12.389Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:46:12.389Z] ---> bdb577c3b6f8 [2021-03-21T00:46:12.389Z] Step 3/21 : WORKDIR /edgex-go [2021-03-21T00:46:12.389Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:46:12.389Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:46:12.389Z] ---> bdb577c3b6f8 [2021-03-21T00:46:12.389Z] Step 3/23 : WORKDIR /edgex-go [2021-03-21T00:46:12.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:46:12.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:46:12.389Z] ---> bdb577c3b6f8 [2021-03-21T00:46:12.389Z] Step 3/22 : WORKDIR /edgex-go [2021-03-21T00:46:12.389Z] ---> Running in d4c9bd934142 [2021-03-21T00:46:12.389Z] ---> Running in 1bafc9d31230 [2021-03-21T00:46:12.389Z] ---> Running in 36ec0d03cf7e [2021-03-21T00:46:12.389Z] ---> Running in 9e9c21543ccc [2021-03-21T00:46:12.389Z] ---> Running in 89e97a9ac7c6 [2021-03-21T00:46:12.389Z] Removing intermediate container 36ec0d03cf7e [2021-03-21T00:46:12.389Z] ---> 3d0b86f12d4b [2021-03-21T00:46:12.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:46:12.389Z] Removing intermediate container 9e9c21543ccc [2021-03-21T00:46:12.389Z] ---> f4109e52757e [2021-03-21T00:46:12.389Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:46:12.389Z] Removing intermediate container 1bafc9d31230 [2021-03-21T00:46:12.389Z] ---> 1a136297a7d8 [2021-03-21T00:46:12.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:46:12.389Z] Removing intermediate container 89e97a9ac7c6 [2021-03-21T00:46:12.389Z] ---> 31be11f2845f [2021-03-21T00:46:12.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:46:12.389Z] Removing intermediate container d4c9bd934142 [2021-03-21T00:46:12.389Z] ---> fdc793adc9a0 [2021-03-21T00:46:12.389Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:46:12.389Z] ---> Running in 1c50698354e0 [2021-03-21T00:46:12.389Z] ---> Running in 511034d271d4 [2021-03-21T00:46:12.389Z] ---> Running in 488dc4183c27 [2021-03-21T00:46:12.389Z] ---> Running in 4b590309222c [2021-03-21T00:46:12.389Z] ---> Running in fe8fd1354d75 [2021-03-21T00:46:12.389Z] Removing intermediate container 1c50698354e0 [2021-03-21T00:46:12.389Z] ---> 2ca3d1e854f1 [2021-03-21T00:46:12.389Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-21T00:46:12.389Z] ---> Running in 3bb90d1ae957 [2021-03-21T00:46:12.389Z] Removing intermediate container 4b590309222c [2021-03-21T00:46:12.389Z] ---> 53b2800dbfaf [2021-03-21T00:46:12.389Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-21T00:46:12.389Z] Removing intermediate container 488dc4183c27 [2021-03-21T00:46:12.389Z] ---> bb92b9af4a42 [2021-03-21T00:46:12.389Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-21T00:46:12.389Z] Removing intermediate container 511034d271d4 [2021-03-21T00:46:12.389Z] ---> 909f037f517a [2021-03-21T00:46:12.389Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-21T00:46:12.389Z] ---> Running in fd90992d3b66 [2021-03-21T00:46:12.389Z] Removing intermediate container fe8fd1354d75 [2021-03-21T00:46:12.389Z] ---> a9cb20bb4f47 [2021-03-21T00:46:12.389Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-21T00:46:12.389Z] ---> Running in a441144b8eab [2021-03-21T00:46:12.389Z] ---> Running in 0703c5881b14 [2021-03-21T00:46:12.389Z] ---> Running in eb88062cf691 [2021-03-21T00:46:13.353Z] Staging go-build-helper [2021-03-21T00:46:13.353Z] + snapcraftctl stage [2021-03-21T00:46:13.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:13.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:14.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:14.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:14.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:14.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:15.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:15.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:15.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:15.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:46:15.237Z] OK: 217 MiB in 51 packages [2021-03-21T00:46:16.222Z] OK: 217 MiB in 51 packages [2021-03-21T00:46:16.222Z] OK: 217 MiB in 51 packages [2021-03-21T00:46:16.509Z] OK: 217 MiB in 51 packages [2021-03-21T00:46:16.799Z] OK: 217 MiB in 51 packages [2021-03-21T00:46:17.076Z] Removing intermediate container 3bb90d1ae957 [2021-03-21T00:46:17.076Z] ---> a4b233695133 [2021-03-21T00:46:17.076Z] Step 6/23 : COPY go.mod . [2021-03-21T00:46:18.065Z] Removing intermediate container fd90992d3b66 [2021-03-21T00:46:18.065Z] ---> f0c40cef203e [2021-03-21T00:46:18.065Z] Step 6/21 : COPY go.mod . [2021-03-21T00:46:18.335Z] ---> bc7cbafb3ed6 [2021-03-21T00:46:18.335Z] Step 7/23 : RUN go mod download [2021-03-21T00:46:18.610Z] Removing intermediate container 0703c5881b14 [2021-03-21T00:46:18.610Z] ---> 85d5845c9511 [2021-03-21T00:46:18.610Z] Step 6/23 : COPY go.mod . [2021-03-21T00:46:18.610Z] ---> Running in c0fc2fb81ba9 [2021-03-21T00:46:18.610Z] Removing intermediate container eb88062cf691 [2021-03-21T00:46:18.610Z] ---> 2b839bb61f60 [2021-03-21T00:46:18.610Z] Step 6/26 : COPY go.mod . [2021-03-21T00:46:18.896Z] Removing intermediate container a441144b8eab [2021-03-21T00:46:18.896Z] ---> 4acdfdb8ad0a [2021-03-21T00:46:18.896Z] Step 6/22 : COPY go.mod . [2021-03-21T00:46:19.173Z] ---> 66666e3ea7f6 [2021-03-21T00:46:19.173Z] Step 7/21 : RUN go mod download [2021-03-21T00:46:19.455Z] ---> Running in 26d788d92b20 [2021-03-21T00:46:20.068Z] ---> 64ca3d498e7f [2021-03-21T00:46:20.068Z] Step 7/23 : RUN go mod download [2021-03-21T00:46:20.068Z] ---> Running in 4b61db80c932 [2021-03-21T00:46:20.344Z] ---> 1a0a54cc425b [2021-03-21T00:46:20.344Z] Step 7/22 : RUN go mod download [2021-03-21T00:46:20.344Z] ---> c4ea22852c1a [2021-03-21T00:46:20.344Z] Step 7/26 : RUN go mod download [2021-03-21T00:46:20.627Z] ---> Running in 41ed6165c08f [2021-03-21T00:46:20.627Z] ---> Running in b4cb5a0bb7df [2021-03-21T00:46:23.273Z] Removing intermediate container c0fc2fb81ba9 [2021-03-21T00:46:23.273Z] ---> bee87011a16e [2021-03-21T00:46:23.273Z] Step 8/23 : COPY . . [2021-03-21T00:46:23.359Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-21T00:46:23.359Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-21T00:46:23.359Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] [2021-03-21T00:46:23.359Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] [2021-03-21T00:46:23.359Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-21T00:46:23.359Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-21T00:46:23.359Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] [2021-03-21T00:46:23.359Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] [2021-03-21T00:46:23.359Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-21T00:46:23.359Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-21T00:46:23.359Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-21T00:46:23.359Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-21T00:46:23.359Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-21T00:46:23.359Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-21T00:46:23.359Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-21T00:46:23.359Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-21T00:46:23.359Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-21T00:46:23.359Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-21T00:46:23.359Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-21T00:46:23.359Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] [2021-03-21T00:46:23.359Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-21T00:46:23.359Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-21T00:46:23.359Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-21T00:46:23.359Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-21T00:46:23.359Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] [2021-03-21T00:46:23.359Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-21T00:46:23.359Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-21T00:46:23.359Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-21T00:46:23.359Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-21T00:46:23.359Z] Fetched 224 kB in 0s (0 B/s) [2021-03-21T00:46:23.359Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-21T00:46:23.359Z] Fetched 157 kB in 0s (0 B/s) [2021-03-21T00:46:23.359Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-21T00:46:23.359Z] Fetched 221 kB in 0s (0 B/s) [2021-03-21T00:46:23.359Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-21T00:46:23.359Z] Fetched 143 kB in 0s (0 B/s) [2021-03-21T00:46:23.359Z] Pulling app-service-config [2021-03-21T00:46:23.359Z] + snapcraftctl pull [2021-03-21T00:46:23.359Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-21T00:46:23.928Z] Pulling config-common [2021-03-21T00:46:23.928Z] + snapcraftctl pull [2021-03-21T00:46:24.256Z] Removing intermediate container 26d788d92b20 [2021-03-21T00:46:24.256Z] ---> 9e4b1d808ea0 [2021-03-21T00:46:24.256Z] Step 8/21 : COPY . . [2021-03-21T00:46:26.307Z] Removing intermediate container 4b61db80c932 [2021-03-21T00:46:26.307Z] ---> a7122edc090d [2021-03-21T00:46:26.307Z] Step 8/23 : COPY . . [2021-03-21T00:46:26.585Z] Removing intermediate container b4cb5a0bb7df [2021-03-21T00:46:26.585Z] ---> 1d5c8d9d9d30 [2021-03-21T00:46:26.585Z] Step 8/26 : COPY . . [2021-03-21T00:46:26.585Z] Removing intermediate container 41ed6165c08f [2021-03-21T00:46:26.585Z] ---> 0ba4ff760a99 [2021-03-21T00:46:26.585Z] Step 8/22 : COPY . . [2021-03-21T00:46:28.128Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-21T00:46:28.128Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-21T00:46:28.128Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-21T00:46:28.128Z] Fetched 0 B in 0s (0 B/s) [2021-03-21T00:46:28.128Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-21T00:46:28.128Z] Fetched 0 B in 0s (0 B/s) [2021-03-21T00:46:28.128Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-21T00:46:28.128Z] Fetched 0 B in 0s (0 B/s) [2021-03-21T00:46:28.128Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-21T00:46:28.128Z] Fetched 0 B in 0s (0 B/s) [2021-03-21T00:46:28.128Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-21T00:46:28.128Z] Fetched 0 B in 0s (0 B/s) [2021-03-21T00:46:28.128Z] Pulling edgex-go [2021-03-21T00:46:28.128Z] + snapcraftctl pull [2021-03-21T00:46:50.084Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-21T00:46:50.084Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-21T00:46:50.084Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-21T00:46:50.084Z] Fetched 0 B in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-21T00:46:50.084Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-21T00:46:50.084Z] Fetched 279 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-21T00:46:50.084Z] Fetched 122 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-21T00:46:50.084Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-21T00:46:50.084Z] Fetched 8848 B in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-21T00:46:50.084Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-21T00:46:50.084Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-21T00:46:50.084Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-21T00:46:50.084Z] Fetched 214 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-21T00:46:50.084Z] Fetched 154 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-21T00:46:50.084Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-21T00:46:50.084Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-21T00:46:50.084Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-21T00:46:50.085Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-21T00:46:50.085Z] Fetched 499 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-21T00:46:50.085Z] Fetched 111 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-21T00:46:50.085Z] Fetched 240 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-21T00:46:50.085Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-21T00:46:50.085Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-21T00:46:50.085Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-21T00:46:50.085Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-21T00:46:50.085Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-21T00:46:50.085Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-21T00:46:50.085Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-21T00:46:50.085Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-21T00:46:50.085Z] Fetched 8720 B in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-21T00:46:50.085Z] Fetched 137 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-21T00:46:50.085Z] Fetched 119 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-21T00:46:50.085Z] Fetched 109 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-21T00:46:50.085Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-21T00:46:50.085Z] Fetched 645 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-21T00:46:50.085Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-21T00:46:50.085Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-21T00:46:50.085Z] Fetched 368 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-21T00:46:50.085Z] Fetched 187 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-21T00:46:50.085Z] Fetched 175 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-21T00:46:50.085Z] Fetched 206 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-21T00:46:50.085Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-21T00:46:50.085Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-21T00:46:50.085Z] Fetched 159 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-21T00:46:50.085Z] Fetched 107 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-21T00:46:50.085Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-21T00:46:50.085Z] Pulling static-packages [2021-03-21T00:46:50.085Z] + snapcraftctl pull [2021-03-21T00:46:50.085Z] Pulling version [2021-03-21T00:46:50.085Z] + cd /root/project [2021-03-21T00:46:50.085Z] + [ -f VERSION ] [2021-03-21T00:46:50.085Z] + PROJECT_VERSION=local-dev [2021-03-21T00:46:50.085Z] + git rev-parse --short HEAD [2021-03-21T00:46:50.085Z] + GIT_REVISION=244913ec [2021-03-21T00:46:50.085Z] + snapcraftctl set-version local-dev [2021-03-21T00:46:50.085Z] Skipping build go-build-helper (already ran) [2021-03-21T00:46:50.085Z] Building app-service-config [2021-03-21T00:46:50.085Z] + make build [2021-03-21T00:46:50.085Z] 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-21T00:46:51.991Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-21T00:46:51.991Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-21T00:46:51.991Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-21T00:46:51.991Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-21T00:46:52.251Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-21T00:46:52.251Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-21T00:46:52.251Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-21T00:46:52.251Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-21T00:46:52.251Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-21T00:46:52.251Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-21T00:46:52.251Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-21T00:46:52.251Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-21T00:46:52.251Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-21T00:46:52.251Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-21T00:46:52.510Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-21T00:46:52.511Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-21T00:46:52.511Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-21T00:46:52.511Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-21T00:46:52.511Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-21T00:46:52.511Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-21T00:46:52.511Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-21T00:46:52.511Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-21T00:46:52.776Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-21T00:46:52.776Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-21T00:46:52.776Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-21T00:46:52.776Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-21T00:46:52.776Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-21T00:46:52.776Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-21T00:46:52.776Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-21T00:46:52.776Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-21T00:46:52.776Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-21T00:46:52.776Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-21T00:46:52.776Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-21T00:46:52.776Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-21T00:46:52.776Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-21T00:46:52.776Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-21T00:46:52.776Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-21T00:46:52.776Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-21T00:46:52.776Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-21T00:46:52.776Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-21T00:46:53.040Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-21T00:46:53.040Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-21T00:46:53.040Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-21T00:46:53.394Z] ---> ebad2f5ffbf0 [2021-03-21T00:46:53.394Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-21T00:46:53.394Z] ---> 31ca31f53881 [2021-03-21T00:46:53.394Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-21T00:46:53.394Z] ---> 7bb4075711fd [2021-03-21T00:46:53.394Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-21T00:46:53.394Z] ---> 0d92098e8791 [2021-03-21T00:46:53.394Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-21T00:46:53.394Z] ---> 41207ecdb199 [2021-03-21T00:46:53.394Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-21T00:46:53.394Z] ---> Running in 38b49da8cc0f [2021-03-21T00:46:53.394Z] ---> Running in c0e8d263225c [2021-03-21T00:46:53.394Z] ---> Running in 0de6e64e0cf2 [2021-03-21T00:46:53.394Z] ---> Running in 72e44ab1098f [2021-03-21T00:46:53.394Z] ---> Running in 38951e64cd95 [2021-03-21T00:46:53.394Z] 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-21T00:46:53.668Z] 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-21T00:46:53.944Z] 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-21T00:46:54.219Z] 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-21T00:46:54.219Z] 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-21T00:47:03.025Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-21T00:47:03.025Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-21T00:47:03.025Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-21T00:47:03.025Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-21T00:47:03.025Z] Building config-common [2021-03-21T00:47:03.025Z] + snapcraftctl build [2021-03-21T00:47:04.939Z] Building edgex-go [2021-03-21T00:47:05.197Z] + cd /root/parts/edgex-go/src [2021-03-21T00:47:05.197Z] + make build [2021-03-21T00:47:05.197Z] 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-21T00:47:05.768Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-21T00:47:05.768Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-21T00:47:05.768Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-21T00:47:05.768Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-21T00:47:05.768Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 [2021-03-21T00:47:05.768Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-21T00:47:05.768Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-21T00:47:05.768Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-21T00:47:05.768Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-21T00:47:05.768Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-21T00:47:09.965Z] 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-21T00:47:09.965Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-21T00:47:15.243Z] 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-21T00:47:16.183Z] 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-21T00:47:17.590Z] 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-21T00:47:18.170Z] 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-21T00:47:18.170Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-21T00:47:18.430Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-21T00:47:18.430Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-21T00:47:18.430Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-21T00:47:20.338Z] 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-21T00:47:20.338Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-21T00:47:20.338Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-21T00:47:21.719Z] 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-21T00:47:23.100Z] 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-21T00:47:23.100Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-21T00:47:24.483Z] 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-21T00:47:25.869Z] 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-21T00:47:25.869Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-21T00:47:27.247Z] 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-21T00:47:27.247Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-21T00:47:29.155Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-21T00:47:29.155Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-21T00:47:29.155Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-21T00:47:29.155Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-21T00:47:29.155Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-21T00:47:29.155Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-21T00:47:29.155Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-21T00:47:29.155Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-21T00:47:29.155Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-21T00:47:29.155Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-21T00:47:29.155Z] + 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-21T00:47:29.155Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-21T00:47:29.155Z] + 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-21T00:47:29.155Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-21T00:47:29.155Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-21T00:47:29.415Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-21T00:47:29.415Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-21T00:47:29.415Z] + 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-21T00:47:32.711Z] Building static-packages [2021-03-21T00:47:32.711Z] + snapcraftctl build [2021-03-21T00:47:34.097Z] Building version [2021-03-21T00:47:34.097Z] + snapcraftctl build [2021-03-21T00:47:36.006Z] Skipping stage go-build-helper (already ran) [2021-03-21T00:47:36.006Z] Staging app-service-config [2021-03-21T00:47:36.006Z] + snapcraftctl stage [2021-03-21T00:47:36.946Z] Staging config-common [2021-03-21T00:47:36.946Z] + snapcraftctl stage [2021-03-21T00:47:37.888Z] Staging edgex-go [2021-03-21T00:47:37.888Z] + snapcraftctl stage [2021-03-21T00:47:38.831Z] Staging static-packages [2021-03-21T00:47:38.831Z] + snapcraftctl stage [2021-03-21T00:47:39.772Z] Staging version [2021-03-21T00:47:39.772Z] + snapcraftctl stage [2021-03-21T00:47:40.714Z] Priming go-build-helper [2021-03-21T00:47:40.714Z] + snapcraftctl prime [2021-03-21T00:47:41.658Z] Priming app-service-config [2021-03-21T00:47:41.658Z] + snapcraftctl prime [2021-03-21T00:47:42.598Z] Priming config-common [2021-03-21T00:47:42.598Z] + snapcraftctl prime [2021-03-21T00:47:43.547Z] Priming edgex-go [2021-03-21T00:47:43.547Z] + snapcraftctl prime [2021-03-21T00:47:44.934Z] Priming static-packages [2021-03-21T00:47:44.934Z] + snapcraftctl prime [2021-03-21T00:47:47.477Z] Priming version [2021-03-21T00:47:47.477Z] + snapcraftctl prime [2021-03-21T00:47:48.047Z] 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-21T00:48:31.112Z] 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-21T00:48:50.551Z] Removing intermediate container c0e8d263225c [2021-03-21T00:48:50.551Z] ---> e86c4de9d375 [2021-03-21T00:48:50.551Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-21T00:48:50.551Z] Removing intermediate container 38b49da8cc0f [2021-03-21T00:48:50.551Z] ---> 667c58053e52 [2021-03-21T00:48:50.551Z] [2021-03-21T00:48:50.551Z] Step 10/21 : FROM alpine:3.12 [2021-03-21T00:48:50.551Z] ---> Running in 03eda703efd2 [2021-03-21T00:48:50.551Z] 3.12: Pulling from library/alpine [2021-03-21T00:48:52.540Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-21T00:48:52.540Z] Status: Downloaded newer image for alpine:3.12 [2021-03-21T00:48:52.540Z] ---> d10569e2745f [2021-03-21T00:48:52.540Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-21T00:48:53.156Z] 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-21T00:48:53.156Z] ---> Running in 7d2d4e68b795 [2021-03-21T00:48:55.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:48:55.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:48:56.139Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-21T00:48:56.139Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-21T00:48:56.139Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-21T00:48:56.139Z] (4/4) Installing curl (7.69.1-r3) [2021-03-21T00:48:56.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:48:56.139Z] Executing ca-certificates-20191127-r4.trigger [2021-03-21T00:48:56.417Z] OK: 7 MiB in 18 packages [2021-03-21T00:48:59.859Z] Removing intermediate container 7d2d4e68b795 [2021-03-21T00:48:59.859Z] ---> 9345f405bbbb [2021-03-21T00:48:59.859Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-21T00:48:59.859Z] ---> Running in 78542f1b4cd3 [2021-03-21T00:49:00.860Z] Removing intermediate container 78542f1b4cd3 [2021-03-21T00:49:00.860Z] ---> 2067a436daca [2021-03-21T00:49:00.860Z] Step 13/21 : WORKDIR /edgex [2021-03-21T00:49:01.138Z] ---> Running in 9159e491f12e [2021-03-21T00:49:01.418Z] Removing intermediate container 03eda703efd2 [2021-03-21T00:49:01.418Z] ---> 0f249a64f5c5 [2021-03-21T00:49:01.418Z] [2021-03-21T00:49:01.418Z] Step 11/26 : FROM docker:20.10.0 [2021-03-21T00:49:01.718Z] 20.10.0: Pulling from library/docker [2021-03-21T00:49:02.721Z] Removing intermediate container 9159e491f12e [2021-03-21T00:49:02.721Z] ---> 09f953096538 [2021-03-21T00:49:02.721Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-21T00:49:04.710Z] ---> f2d400cc926d [2021-03-21T00:49:04.710Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-21T00:49:09.025Z] ---> 2342ef95dc1d [2021-03-21T00:49:09.025Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-21T00:49:09.380Z] Removing intermediate container 38951e64cd95 [2021-03-21T00:49:09.380Z] ---> fe984b658107 [2021-03-21T00:49:09.380Z] [2021-03-21T00:49:09.380Z] Step 10/23 : FROM alpine:3.12 [2021-03-21T00:49:09.380Z] ---> d10569e2745f [2021-03-21T00:49:09.380Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-21T00:49:09.757Z] Removing intermediate container 72e44ab1098f [2021-03-21T00:49:09.758Z] ---> abd649d2d992 [2021-03-21T00:49:09.758Z] [2021-03-21T00:49:09.758Z] Step 10/22 : FROM alpine:3.12 [2021-03-21T00:49:09.758Z] ---> d10569e2745f [2021-03-21T00:49:09.758Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-21T00:49:10.071Z] ---> Running in 2765c98c2573 [2021-03-21T00:49:10.365Z] ---> Running in 1cee41ed703e [2021-03-21T00:49:12.513Z] ---> a05c387ce813 [2021-03-21T00:49:12.513Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-21T00:49:12.791Z] ---> Running in 62929116ac67 [2021-03-21T00:49:12.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:12.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:13.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:13.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:14.067Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-21T00:49:14.067Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:49:14.067Z] OK: 5 MiB in 15 packages [2021-03-21T00:49:14.067Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-21T00:49:14.067Z] Removing intermediate container 62929116ac67 [2021-03-21T00:49:14.067Z] ---> fa5bac9625ee [2021-03-21T00:49:14.067Z] Step 18/21 : CMD ["--init=true"] [2021-03-21T00:49:14.067Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-21T00:49:14.067Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:49:14.067Z] Executing ca-certificates-20191127-r4.trigger [2021-03-21T00:49:14.344Z] OK: 6 MiB in 16 packages [2021-03-21T00:49:14.950Z] ---> Running in cd0a772d1bbe [2021-03-21T00:49:15.930Z] Removing intermediate container cd0a772d1bbe [2021-03-21T00:49:15.930Z] ---> e865d57c7914 [2021-03-21T00:49:15.930Z] Step 19/21 : LABEL arch=arm64 [2021-03-21T00:49:16.535Z] Removing intermediate container 2765c98c2573 [2021-03-21T00:49:16.535Z] ---> 2d8df94a9f4f [2021-03-21T00:49:16.535Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:49:17.134Z] ---> Running in 5aca5a897517 [2021-03-21T00:49:17.407Z] ---> Running in 1e042d3c122e [2021-03-21T00:49:17.685Z] Removing intermediate container 1cee41ed703e [2021-03-21T00:49:17.685Z] ---> d4ef81081c36 [2021-03-21T00:49:17.685Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:49:17.976Z] Removing intermediate container 5aca5a897517 [2021-03-21T00:49:17.976Z] ---> cec1514e586a [2021-03-21T00:49:17.976Z] Step 20/21 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:49:18.259Z] Removing intermediate container 0de6e64e0cf2 [2021-03-21T00:49:18.259Z] ---> 985a79a829a5 [2021-03-21T00:49:18.259Z] [2021-03-21T00:49:18.259Z] Step 10/23 : FROM alpine:3.12 [2021-03-21T00:49:18.259Z] ---> d10569e2745f [2021-03-21T00:49:18.259Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-21T00:49:18.259Z] ---> Using cache [2021-03-21T00:49:18.259Z] ---> 2d8df94a9f4f [2021-03-21T00:49:18.259Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:49:18.259Z] ---> Using cache [2021-03-21T00:49:18.259Z] ---> e1d6911154ae [2021-03-21T00:49:18.259Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-21T00:49:18.259Z] ---> Running in 4c51e61f8376 [2021-03-21T00:49:18.853Z] ---> Running in 5d3504f17b99 [2021-03-21T00:49:18.853Z] Removing intermediate container 1e042d3c122e [2021-03-21T00:49:18.853Z] ---> e1d6911154ae [2021-03-21T00:49:18.853Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-21T00:49:19.128Z] ---> Running in 1f1d600602d1 [2021-03-21T00:49:19.402Z] Removing intermediate container 4c51e61f8376 [2021-03-21T00:49:19.402Z] ---> 3010d513c642 [2021-03-21T00:49:19.402Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-21T00:49:19.402Z] ---> Running in 0b675ce60715 [2021-03-21T00:49:19.679Z] Removing intermediate container 5d3504f17b99 [2021-03-21T00:49:19.679Z] ---> 95a6700481af [2021-03-21T00:49:19.679Z] Step 21/21 : LABEL version=0.0.0 [2021-03-21T00:49:19.679Z] ---> Running in bea0cdce24eb [2021-03-21T00:49:19.955Z] ---> Running in e9c88ecfb15d [2021-03-21T00:49:19.955Z] Removing intermediate container 1f1d600602d1 [2021-03-21T00:49:19.955Z] ---> 17da92409306 [2021-03-21T00:49:19.955Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-21T00:49:19.955Z] Removing intermediate container 0b675ce60715 [2021-03-21T00:49:19.955Z] ---> 0394de7317e8 [2021-03-21T00:49:19.955Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-21T00:49:20.231Z] ---> Running in 8d5a3306b81b [2021-03-21T00:49:20.231Z] ---> Running in 4f55373a2d9a [2021-03-21T00:49:20.507Z] Removing intermediate container bea0cdce24eb [2021-03-21T00:49:20.507Z] ---> cd2a5e3cfe57 [2021-03-21T00:49:20.507Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-21T00:49:20.507Z] Removing intermediate container e9c88ecfb15d [2021-03-21T00:49:20.507Z] ---> dbe7839caab6 [2021-03-21T00:49:20.507Z] [2021-03-21T00:49:20.507Z] ---> Running in 42402fe148f0 [2021-03-21T00:49:21.110Z] Removing intermediate container 8d5a3306b81b [2021-03-21T00:49:21.110Z] ---> 4adc6287793f [2021-03-21T00:49:21.110Z] Step 15/23 : WORKDIR / [2021-03-21T00:49:21.110Z] Removing intermediate container 4f55373a2d9a [2021-03-21T00:49:21.110Z] ---> a8b3d4af0b5d [2021-03-21T00:49:21.110Z] Step 15/23 : WORKDIR / [2021-03-21T00:49:21.110Z] Successfully built dbe7839caab6 [2021-03-21T00:49:21.110Z] ---> Running in 3ed2f8ddef77 [2021-03-21T00:49:21.388Z] ---> Running in 526fb2a3d5d5 [2021-03-21T00:49:21.388Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-21T00:49:21.388Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-21T00:49:21.388Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-21T00:49:21.388Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-21T00:49:21.388Z] ---> eeaf43b92773 [2021-03-21T00:49:21.388Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-21T00:49:21.388Z] Removing intermediate container 42402fe148f0 [2021-03-21T00:49:21.388Z] ---> 29338f41b646 [2021-03-21T00:49:21.388Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:49:21.665Z] ---> Running in 92319a810aba [2021-03-21T00:49:21.940Z] Removing intermediate container 3ed2f8ddef77 [2021-03-21T00:49:21.940Z] ---> 87c4672a4490 [2021-03-21T00:49:21.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:49:22.230Z] Removing intermediate container 526fb2a3d5d5 [2021-03-21T00:49:22.230Z] ---> 5918daf1656b [2021-03-21T00:49:22.230Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:49:22.830Z] ---> 1a394b7e6362 [2021-03-21T00:49:22.830Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-21T00:49:24.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:24.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:24.297Z] ---> a81800a01e6f [2021-03-21T00:49:24.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-21T00:49:24.906Z] ---> b240a47f0cea [2021-03-21T00:49:24.906Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-21T00:49:25.188Z] (1/2) Installing readline (8.0.4-r0) [2021-03-21T00:49:25.188Z] (2/2) Installing bash (5.0.17-r0) [2021-03-21T00:49:25.188Z] Executing bash-5.0.17-r0.post-install [2021-03-21T00:49:25.188Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:49:25.188Z] OK: 12 MiB in 22 packages [2021-03-21T00:49:25.466Z] ---> 169daffcacda [2021-03-21T00:49:25.466Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-21T00:49:27.459Z] ---> c3e383e52c8d [2021-03-21T00:49:27.459Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-21T00:49:27.459Z] Removing intermediate container 92319a810aba [2021-03-21T00:49:27.459Z] ---> 45fa647d1413 [2021-03-21T00:49:27.459Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-21T00:49:27.734Z] ---> 856f3255ca06 [2021-03-21T00:49:27.734Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-21T00:49:27.734Z] ---> 5f336e517f63 [2021-03-21T00:49:27.734Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-21T00:49:28.337Z] ---> Running in 5510710fd180 [2021-03-21T00:49:28.337Z] ---> Running in df04857f0c0e [2021-03-21T00:49:28.615Z] ---> 5c2464ddf3a2 [2021-03-21T00:49:28.615Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-21T00:49:28.890Z] ---> Running in b97d19607020 [2021-03-21T00:49:28.890Z] Removing intermediate container 5510710fd180 [2021-03-21T00:49:28.890Z] ---> 17db9ea443a2 [2021-03-21T00:49:28.890Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-21T00:49:29.163Z] Removing intermediate container df04857f0c0e [2021-03-21T00:49:29.163Z] ---> 7cb7dcf8e8c3 [2021-03-21T00:49:29.163Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:49:29.163Z] ---> 6e8614c8688e [2021-03-21T00:49:29.163Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-21T00:49:29.163Z] ---> Running in 564010ed8be3 [2021-03-21T00:49:29.445Z] ---> Running in cf6267b3055c [2021-03-21T00:49:29.445Z] ---> Running in ba4eb3551752 [2021-03-21T00:49:29.445Z] Removing intermediate container b97d19607020 [2021-03-21T00:49:29.445Z] ---> 4d24b54d8272 [2021-03-21T00:49:29.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:49:29.721Z] ---> Running in 6857312555fa [2021-03-21T00:49:29.996Z] Removing intermediate container 564010ed8be3 [2021-03-21T00:49:29.996Z] ---> 96c42bc3269a [2021-03-21T00:49:29.996Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-21T00:49:30.269Z] ---> Running in a6ffecf62c4b [2021-03-21T00:49:30.269Z] Removing intermediate container cf6267b3055c [2021-03-21T00:49:30.269Z] ---> d2ae18b3fae1 [2021-03-21T00:49:30.269Z] Step 20/22 : LABEL arch=arm64 [2021-03-21T00:49:30.269Z] Removing intermediate container ba4eb3551752 [2021-03-21T00:49:30.269Z] ---> 00c2ac492fdc [2021-03-21T00:49:30.269Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:49:30.544Z] ---> Running in 116a593cf35c [2021-03-21T00:49:30.544Z] ---> Running in 0b80c32e17ac [2021-03-21T00:49:30.544Z] Removing intermediate container 6857312555fa [2021-03-21T00:49:30.544Z] ---> df48c2c44923 [2021-03-21T00:49:30.544Z] Step 21/23 : LABEL arch=arm64 [2021-03-21T00:49:30.823Z] ---> Running in 22c8245d08fe [2021-03-21T00:49:30.823Z] Removing intermediate container a6ffecf62c4b [2021-03-21T00:49:30.823Z] ---> 099884ce2ba1 [2021-03-21T00:49:30.823Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-21T00:49:31.098Z] Removing intermediate container 116a593cf35c [2021-03-21T00:49:31.098Z] ---> 63735d5b4d33 [2021-03-21T00:49:31.098Z] Step 21/23 : LABEL arch=arm64 [2021-03-21T00:49:31.371Z] Removing intermediate container 0b80c32e17ac [2021-03-21T00:49:31.371Z] ---> 25aa4cdc4619 [2021-03-21T00:49:31.371Z] Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:49:31.669Z] ---> Running in 35026124a320 [2021-03-21T00:49:31.669Z] Removing intermediate container 22c8245d08fe [2021-03-21T00:49:31.669Z] ---> eeb11ca25f1e [2021-03-21T00:49:31.669Z] Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:49:31.951Z] ---> Running in 9ae2df9a88d0 [2021-03-21T00:49:32.231Z] ---> Running in ee30b062fc4e [2021-03-21T00:49:32.834Z] Removing intermediate container 35026124a320 [2021-03-21T00:49:32.834Z] ---> e3b8b181b994 [2021-03-21T00:49:32.834Z] Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:49:33.437Z] ---> 51a530474639 [2021-03-21T00:49:33.437Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-21T00:49:33.437Z] Removing intermediate container 9ae2df9a88d0 [2021-03-21T00:49:33.437Z] ---> a36c4ff703d4 [2021-03-21T00:49:33.437Z] Step 22/22 : LABEL version=0.0.0 [2021-03-21T00:49:33.437Z] Removing intermediate container ee30b062fc4e [2021-03-21T00:49:33.437Z] ---> d531a649ef21 [2021-03-21T00:49:33.437Z] Step 23/23 : LABEL version=0.0.0 [2021-03-21T00:49:33.715Z] ---> Running in 51bd27f0b259 [2021-03-21T00:49:33.997Z] ---> Running in e65e18b403f8 [2021-03-21T00:49:33.997Z] ---> Running in bd1b56926f05 [2021-03-21T00:49:34.276Z] Removing intermediate container 51bd27f0b259 [2021-03-21T00:49:34.276Z] ---> 266d6de68c27 [2021-03-21T00:49:34.276Z] Step 23/23 : LABEL version=0.0.0 [2021-03-21T00:49:34.880Z] ---> 51745fbb6d16 [2021-03-21T00:49:34.880Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-21T00:49:34.880Z] Removing intermediate container e65e18b403f8 [2021-03-21T00:49:34.880Z] ---> 40c25eab90fb [2021-03-21T00:49:34.880Z] [2021-03-21T00:49:34.880Z] ---> Running in 82e0b8953472 [2021-03-21T00:49:35.157Z] Removing intermediate container bd1b56926f05 [2021-03-21T00:49:35.157Z] ---> 7fdbb674fe32 [2021-03-21T00:49:35.157Z] [2021-03-21T00:49:35.758Z] Successfully built 40c25eab90fb [2021-03-21T00:49:36.034Z] Successfully built 7fdbb674fe32 [2021-03-21T00:49:36.034Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-21T00:49:36.034Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-21T00:49:36.034Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-21T00:49:36.034Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-21T00:49:36.034Z] Removing intermediate container 82e0b8953472 [2021-03-21T00:49:36.034Z] ---> e7f7fb81d7b5 [2021-03-21T00:49:36.034Z] [2021-03-21T00:49:36.314Z] ---> 768e75b0a0f7 [2021-03-21T00:49:36.314Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-21T00:49:36.591Z] Successfully built e7f7fb81d7b5 [2021-03-21T00:49:36.591Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-21T00:49:36.591Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-21T00:49:36.591Z] ---> Running in fe14159cc3af [2021-03-21T00:49:38.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:38.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:49:38.927Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-21T00:49:38.927Z] (2/33) Installing expat (2.2.9-r1) [2021-03-21T00:49:38.927Z] (3/33) Installing libffi (3.3-r2) [2021-03-21T00:49:38.927Z] (4/33) Installing gdbm (1.13-r1) [2021-03-21T00:49:38.927Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-21T00:49:38.927Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-21T00:49:38.927Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-21T00:49:40.911Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-21T00:49:40.911Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-21T00:49:40.911Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-21T00:49:40.911Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-21T00:49:40.911Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-21T00:49:40.911Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-21T00:49:40.911Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-21T00:49:40.911Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-21T00:49:40.911Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-21T00:49:40.911Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-21T00:49:40.911Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-21T00:49:40.911Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-21T00:49:40.911Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-21T00:49:40.911Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-21T00:49:40.911Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-21T00:49:40.911Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-21T00:49:41.187Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-21T00:49:41.187Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-21T00:49:41.187Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-21T00:49:41.187Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-21T00:49:41.187Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-21T00:49:41.187Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-21T00:49:41.187Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-21T00:49:41.187Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-21T00:49:41.187Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-21T00:49:41.187Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-21T00:49:41.465Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:49:41.465Z] OK: 71 MiB in 55 packages [2021-03-21T00:49:49.783Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:49:49.784Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:49:49.784Z] ---> bdb577c3b6f8 [2021-03-21T00:49:49.784Z] Step 3/31 : WORKDIR /edgex-go [2021-03-21T00:49:49.784Z] ---> Using cache [2021-03-21T00:49:49.784Z] ---> fdc793adc9a0 [2021-03-21T00:49:49.784Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:49:49.784Z] ---> Using cache [2021-03-21T00:49:49.784Z] ---> 53b2800dbfaf [2021-03-21T00:49:49.784Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-21T00:49:49.784Z] ---> Using cache [2021-03-21T00:49:49.784Z] ---> f0c40cef203e [2021-03-21T00:49:49.784Z] Step 6/31 : COPY go.mod . [2021-03-21T00:49:49.784Z] ---> Using cache [2021-03-21T00:49:49.784Z] ---> 66666e3ea7f6 [2021-03-21T00:49:49.784Z] Step 7/31 : RUN go mod download [2021-03-21T00:49:49.784Z] ---> Using cache [2021-03-21T00:49:49.784Z] ---> 9e4b1d808ea0 [2021-03-21T00:49:49.784Z] Step 8/31 : COPY . . [2021-03-21T00:49:49.784Z] ---> Using cache [2021-03-21T00:49:49.784Z] ---> ebad2f5ffbf0 [2021-03-21T00:49:49.784Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-21T00:49:53.184Z] ---> Running in 6a379eaaa3ce [2021-03-21T00:49:53.184Z] Removing intermediate container fe14159cc3af [2021-03-21T00:49:53.184Z] ---> e4603b9f014a [2021-03-21T00:49:53.184Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-21T00:49:54.633Z] ---> Running in d48068a35a94 [2021-03-21T00:49:55.626Z] 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-21T00:50:01.094Z] Collecting docker-compose==1.23.2 [2021-03-21T00:50:01.094Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-21T00:50:01.706Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-21T00:50:01.706Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-21T00:50:01.993Z] Collecting docopt<0.7,>=0.6.1 [2021-03-21T00:50:02.270Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-21T00:50:05.726Z] Collecting PyYAML<4,>=3.10 [2021-03-21T00:50:05.726Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-21T00:50:11.189Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-21T00:50:11.189Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-21T00:50:11.799Z] Collecting cached-property<2,>=1.2.0 [2021-03-21T00:50:11.800Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-21T00:50:12.794Z] Collecting jsonschema<3,>=2.5.1 [2021-03-21T00:50:12.794Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-21T00:50:13.071Z] Collecting texttable<0.10,>=0.9.0 [2021-03-21T00:50:13.350Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-21T00:50:16.767Z] Collecting docker<4.0,>=3.6.0 [2021-03-21T00:50:16.767Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-21T00:50:17.376Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-21T00:50:17.376Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-21T00:50:21.011Z] 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-21T00:50:21.011Z] Collecting idna<2.8,>=2.5 [2021-03-21T00:50:21.011Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-21T00:50:21.011Z] 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-21T00:50:21.011Z] 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-21T00:50:21.622Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-21T00:50:21.900Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-21T00:50:22.179Z] Collecting docker-pycreds>=0.4.0 [2021-03-21T00:50:22.179Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-21T00:50:22.459Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-21T00:50:22.459Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-21T00:50:22.459Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-21T00:50:22.459Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-21T00:50:23.913Z] Installing collected packages: websocket-client, docopt, PyYAML, idna, urllib3, requests, cached-property, jsonschema, texttable, docker-pycreds, docker, dockerpty, docker-compose [2021-03-21T00:50:23.913Z] Running setup.py install for docopt: started [2021-03-21T00:50:26.568Z] Running setup.py install for docopt: finished with status 'done' [2021-03-21T00:50:26.568Z] Running setup.py install for PyYAML: started [2021-03-21T00:50:27.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:50:27.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:50:27.566Z] ---> bdb577c3b6f8 [2021-03-21T00:50:27.566Z] Step 3/22 : WORKDIR /edgex-go [2021-03-21T00:50:27.566Z] ---> Using cache [2021-03-21T00:50:27.566Z] ---> fdc793adc9a0 [2021-03-21T00:50:27.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:50:27.566Z] ---> Using cache [2021-03-21T00:50:27.566Z] ---> 53b2800dbfaf [2021-03-21T00:50:27.566Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-21T00:50:27.566Z] ---> Using cache [2021-03-21T00:50:27.566Z] ---> f0c40cef203e [2021-03-21T00:50:27.566Z] Step 6/22 : COPY go.mod . [2021-03-21T00:50:27.566Z] ---> Using cache [2021-03-21T00:50:27.566Z] ---> 66666e3ea7f6 [2021-03-21T00:50:27.566Z] Step 7/22 : RUN go mod download [2021-03-21T00:50:27.566Z] ---> Using cache [2021-03-21T00:50:27.566Z] ---> 9e4b1d808ea0 [2021-03-21T00:50:27.566Z] Step 8/22 : COPY . . [2021-03-21T00:50:28.170Z] ---> Using cache [2021-03-21T00:50:28.170Z] ---> ebad2f5ffbf0 [2021-03-21T00:50:28.170Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-21T00:50:28.170Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:50:28.170Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:50:28.170Z] ---> bdb577c3b6f8 [2021-03-21T00:50:28.170Z] Step 3/24 : WORKDIR /edgex-go [2021-03-21T00:50:28.170Z] ---> Using cache [2021-03-21T00:50:28.170Z] ---> fdc793adc9a0 [2021-03-21T00:50:28.170Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:50:28.170Z] ---> Using cache [2021-03-21T00:50:28.170Z] ---> 53b2800dbfaf [2021-03-21T00:50:28.170Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-21T00:50:28.170Z] ---> Using cache [2021-03-21T00:50:28.170Z] ---> f0c40cef203e [2021-03-21T00:50:28.170Z] Step 6/24 : COPY go.mod . [2021-03-21T00:50:28.170Z] ---> Using cache [2021-03-21T00:50:28.170Z] ---> 66666e3ea7f6 [2021-03-21T00:50:28.170Z] Step 7/24 : RUN go mod download [2021-03-21T00:50:28.170Z] ---> Using cache [2021-03-21T00:50:28.170Z] ---> 9e4b1d808ea0 [2021-03-21T00:50:28.170Z] Step 8/24 : COPY . . [2021-03-21T00:50:28.452Z] ---> Using cache [2021-03-21T00:50:28.452Z] ---> ebad2f5ffbf0 [2021-03-21T00:50:28.452Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-21T00:50:28.728Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-21T00:50:28.728Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-21T00:50:28.728Z] ---> bdb577c3b6f8 [2021-03-21T00:50:28.728Z] Step 3/23 : WORKDIR /edgex-go [2021-03-21T00:50:28.728Z] ---> Using cache [2021-03-21T00:50:28.728Z] ---> fdc793adc9a0 [2021-03-21T00:50:28.728Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:50:28.728Z] ---> Using cache [2021-03-21T00:50:28.728Z] ---> 53b2800dbfaf [2021-03-21T00:50:28.728Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-21T00:50:29.719Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-21T00:50:29.719Z] Attempting uninstall: idna [2021-03-21T00:50:29.719Z] Found existing installation: idna 2.9 [2021-03-21T00:50:29.719Z] Uninstalling idna-2.9: [2021-03-21T00:50:29.719Z] Successfully uninstalled idna-2.9 [2021-03-21T00:50:32.405Z] Attempting uninstall: urllib3 [2021-03-21T00:50:32.405Z] Found existing installation: urllib3 1.25.9 [2021-03-21T00:50:32.405Z] Uninstalling urllib3-1.25.9: [2021-03-21T00:50:32.405Z] Successfully uninstalled urllib3-1.25.9 [2021-03-21T00:50:33.024Z] Attempting uninstall: requests [2021-03-21T00:50:33.024Z] Found existing installation: requests 2.23.0 [2021-03-21T00:50:33.024Z] Uninstalling requests-2.23.0: [2021-03-21T00:50:33.024Z] ---> Running in 559ffd56e2ff [2021-03-21T00:50:33.024Z] ---> Running in 80d0ff911567 [2021-03-21T00:50:33.024Z] ---> Running in f5c3273f5077 [2021-03-21T00:50:33.024Z] Successfully uninstalled requests-2.23.0 [2021-03-21T00:50:34.031Z] Running setup.py install for texttable: started [2021-03-21T00:50:36.059Z] 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-21T00:50:36.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:50:36.059Z] 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-21T00:50:36.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:50:36.671Z] Running setup.py install for texttable: finished with status 'done' [2021-03-21T00:50:37.679Z] OK: 217 MiB in 51 packages [2021-03-21T00:50:37.963Z] Running setup.py install for dockerpty: started [2021-03-21T00:50:39.463Z] Removing intermediate container 80d0ff911567 [2021-03-21T00:50:39.463Z] ---> 57733cf53b4a [2021-03-21T00:50:39.463Z] Step 6/23 : COPY go.mod . [2021-03-21T00:50:40.465Z] ---> fb6328bd19e8 [2021-03-21T00:50:40.465Z] Step 7/23 : RUN go mod download [2021-03-21T00:50:40.763Z] ---> Running in da4e23a4e328 [2021-03-21T00:50:41.374Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-21T00:50:42.836Z] 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-21T00:50:46.267Z] Removing intermediate container da4e23a4e328 [2021-03-21T00:50:46.267Z] ---> e63dfc614d39 [2021-03-21T00:50:46.267Z] Step 8/23 : COPY . . [2021-03-21T00:50:49.701Z] Removing intermediate container d48068a35a94 [2021-03-21T00:50:49.701Z] ---> ca944062dfd3 [2021-03-21T00:50:49.701Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-21T00:50:50.306Z] ---> Running in 453fc1ee799e [2021-03-21T00:50:52.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:50:52.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:50:53.930Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-21T00:50:53.930Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-21T00:50:53.930Z] (3/3) Installing curl (7.69.1-r3) [2021-03-21T00:50:53.930Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:50:53.930Z] OK: 72 MiB in 58 packages [2021-03-21T00:50:58.267Z] Removing intermediate container 453fc1ee799e [2021-03-21T00:50:58.267Z] ---> 1c9d834b0235 [2021-03-21T00:50:58.267Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-21T00:50:58.267Z] ---> Running in f4ba6e787e48 [2021-03-21T00:50:59.722Z] Removing intermediate container f4ba6e787e48 [2021-03-21T00:50:59.722Z] ---> 4419fa6c019a [2021-03-21T00:50:59.722Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:51:00.320Z] ---> Running in 6473649a0f72 [2021-03-21T00:51:01.314Z] Removing intermediate container 6473649a0f72 [2021-03-21T00:51:01.314Z] ---> 0617a65cba2d [2021-03-21T00:51:01.314Z] Step 24/26 : LABEL arch=arm64 [2021-03-21T00:51:02.779Z] ---> Running in c3d8e3c3cdc5 [2021-03-21T00:51:03.778Z] Removing intermediate container c3d8e3c3cdc5 [2021-03-21T00:51:03.778Z] ---> 8d9593b7d953 [2021-03-21T00:51:03.778Z] Step 25/26 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:51:04.059Z] ---> Running in 8cf4422f3836 [2021-03-21T00:51:05.509Z] Removing intermediate container 8cf4422f3836 [2021-03-21T00:51:05.509Z] ---> 0c71bbbe1687 [2021-03-21T00:51:05.509Z] Step 26/26 : LABEL version=0.0.0 [2021-03-21T00:51:06.121Z] ---> Running in e02b9e9ece73 [2021-03-21T00:51:07.579Z] Removing intermediate container e02b9e9ece73 [2021-03-21T00:51:07.579Z] ---> de6372c027c1 [2021-03-21T00:51:07.579Z] [2021-03-21T00:51:09.048Z] Successfully built de6372c027c1 [2021-03-21T00:51:09.048Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-21T00:51:09.665Z]  Building docker-sys-mgmt-agent-go ... done  ---> c3b532194fa3 [2021-03-21T00:51:09.665Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-21T00:51:09.946Z] ---> Running in e28995cb2f04 [2021-03-21T00:51:11.952Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-21T00:51:17.375Z] Removing intermediate container 6a379eaaa3ce [2021-03-21T00:51:17.375Z] ---> 81ccc7573818 [2021-03-21T00:51:17.375Z] [2021-03-21T00:51:17.375Z] Step 10/31 : FROM alpine:3.12 [2021-03-21T00:51:17.375Z] ---> d10569e2745f [2021-03-21T00:51:17.375Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-21T00:51:17.375Z] ---> Running in e972135914e2 [2021-03-21T00:51:17.375Z] Removing intermediate container e972135914e2 [2021-03-21T00:51:17.375Z] ---> 3e7cb7a4cbc7 [2021-03-21T00:51:17.375Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-21T00:51:17.647Z] ---> Running in 73c4d8acbb9c [2021-03-21T00:51:19.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:51:19.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:51:20.898Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-21T00:51:20.898Z] (2/2) Installing su-exec (0.2-r1) [2021-03-21T00:51:20.898Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:51:20.898Z] OK: 5 MiB in 16 packages [2021-03-21T00:51:22.893Z] Removing intermediate container 73c4d8acbb9c [2021-03-21T00:51:22.893Z] ---> d5ca1cd991be [2021-03-21T00:51:22.893Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-21T00:51:22.893Z] ---> Running in b7182cae06da [2021-03-21T00:51:23.499Z] Removing intermediate container b7182cae06da [2021-03-21T00:51:23.499Z] ---> 537734646095 [2021-03-21T00:51:23.499Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-21T00:51:23.774Z] ---> Running in 5d90a6c0542e [2021-03-21T00:51:24.383Z] Removing intermediate container 5d90a6c0542e [2021-03-21T00:51:24.383Z] ---> b340789c2bac [2021-03-21T00:51:24.383Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-21T00:51:24.703Z] ---> Running in c04c471b151a [2021-03-21T00:51:28.218Z] Removing intermediate container c04c471b151a [2021-03-21T00:51:28.218Z] ---> c45e1bf001fc [2021-03-21T00:51:28.218Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-21T00:51:28.500Z] ---> Running in ead1ce2bc4ca [2021-03-21T00:51:29.519Z] Removing intermediate container ead1ce2bc4ca [2021-03-21T00:51:29.519Z] ---> 6a20622398d1 [2021-03-21T00:51:29.519Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-21T00:51:30.506Z] ---> db998467dca1 [2021-03-21T00:51:30.506Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-21T00:51:30.783Z] ---> Running in c3d647cd7cde [2021-03-21T00:51:34.232Z] Removing intermediate container c3d647cd7cde [2021-03-21T00:51:34.232Z] ---> c49ad546076c [2021-03-21T00:51:34.232Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:51:35.672Z] ---> 792cad88ada7 [2021-03-21T00:51:35.672Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-21T00:51:37.655Z] ---> 5cf662dfd735 [2021-03-21T00:51:37.655Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-21T00:51:39.099Z] ---> dc84f0e10d06 [2021-03-21T00:51:39.099Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-21T00:51:40.088Z] ---> eff74c88ab4f [2021-03-21T00:51:40.088Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-21T00:51:41.077Z] ---> 9ecbc6faa4ef [2021-03-21T00:51:41.077Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-21T00:51:41.354Z] ---> Running in b15cc3fd34ad [2021-03-21T00:51:42.348Z] Removing intermediate container b15cc3fd34ad [2021-03-21T00:51:42.348Z] ---> a97f00ffe617 [2021-03-21T00:51:42.348Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-21T00:51:43.813Z] ---> 070a3bc03d32 [2021-03-21T00:51:43.813Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-21T00:51:44.094Z] ---> Running in 6871a76b58f0 [2021-03-21T00:51:47.519Z] Removing intermediate container 6871a76b58f0 [2021-03-21T00:51:47.519Z] ---> 78015bc3382d [2021-03-21T00:51:47.519Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-21T00:51:48.130Z] ---> Running in b55e6de0ff43 [2021-03-21T00:51:48.734Z] Removing intermediate container b55e6de0ff43 [2021-03-21T00:51:48.734Z] ---> 5ca718ef6bb2 [2021-03-21T00:51:48.734Z] Step 28/31 : CMD ["gate"] [2021-03-21T00:51:49.342Z] ---> Running in a08b0a7fe46a [2021-03-21T00:51:49.946Z] Removing intermediate container a08b0a7fe46a [2021-03-21T00:51:49.946Z] ---> 65e745d8bc10 [2021-03-21T00:51:49.946Z] Step 29/31 : LABEL arch=arm64 [2021-03-21T00:51:50.546Z] ---> Running in cfaf85ae673b [2021-03-21T00:51:51.145Z] Removing intermediate container cfaf85ae673b [2021-03-21T00:51:51.145Z] ---> c27d59d07d2e [2021-03-21T00:51:51.145Z] Step 30/31 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:51:51.747Z] ---> Running in 7473def9fbe9 [2021-03-21T00:51:52.348Z] Removing intermediate container 7473def9fbe9 [2021-03-21T00:51:52.348Z] ---> a7a2c398713f [2021-03-21T00:51:52.348Z] Step 31/31 : LABEL version=0.0.0 [2021-03-21T00:51:52.622Z] ---> Running in ff8565af54b2 [2021-03-21T00:51:53.214Z] Removing intermediate container ff8565af54b2 [2021-03-21T00:51:53.214Z] ---> 94f105b319e3 [2021-03-21T00:51:53.214Z] [2021-03-21T00:51:53.806Z] Successfully built 94f105b319e3 [2021-03-21T00:51:53.806Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-21T00:51:55.243Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-21T00:52:07.645Z] Removing intermediate container f5c3273f5077 [2021-03-21T00:52:07.645Z] ---> 5171d403f0f9 [2021-03-21T00:52:07.645Z] [2021-03-21T00:52:07.645Z] Step 10/24 : FROM alpine:3.12 [2021-03-21T00:52:07.645Z] ---> d10569e2745f [2021-03-21T00:52:07.645Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-21T00:52:07.918Z] ---> Running in bb2186769fce [2021-03-21T00:52:09.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:52:09.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:52:10.509Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-21T00:52:10.509Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-21T00:52:10.509Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-21T00:52:10.509Z] (4/5) Installing curl (7.69.1-r3) [2021-03-21T00:52:10.509Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-21T00:52:10.509Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:52:10.786Z] Executing ca-certificates-20191127-r4.trigger [2021-03-21T00:52:11.061Z] OK: 7 MiB in 19 packages [2021-03-21T00:52:14.468Z] Removing intermediate container bb2186769fce [2021-03-21T00:52:14.468Z] ---> ccac9452c58c [2021-03-21T00:52:14.468Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-21T00:52:14.468Z] ---> Running in eb72405510a5 [2021-03-21T00:52:15.463Z] Removing intermediate container eb72405510a5 [2021-03-21T00:52:15.463Z] ---> 2cd89c5781a7 [2021-03-21T00:52:15.463Z] Step 13/24 : WORKDIR / [2021-03-21T00:52:15.463Z] Removing intermediate container 559ffd56e2ff [2021-03-21T00:52:15.463Z] ---> d2712f620af7 [2021-03-21T00:52:15.463Z] [2021-03-21T00:52:15.463Z] Step 10/22 : FROM alpine:3.12 [2021-03-21T00:52:15.463Z] ---> d10569e2745f [2021-03-21T00:52:15.463Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-21T00:52:15.463Z] ---> Using cache [2021-03-21T00:52:15.463Z] ---> 2d8df94a9f4f [2021-03-21T00:52:15.463Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-21T00:52:15.463Z] ---> Using cache [2021-03-21T00:52:15.463Z] ---> e1d6911154ae [2021-03-21T00:52:15.463Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-21T00:52:15.740Z] ---> Running in 8a151e85d15d [2021-03-21T00:52:15.740Z] ---> Running in a6cc0823d4d5 [2021-03-21T00:52:16.746Z] Removing intermediate container a6cc0823d4d5 [2021-03-21T00:52:16.746Z] ---> 673679406dc1 [2021-03-21T00:52:16.746Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-21T00:52:16.746Z] Removing intermediate container 8a151e85d15d [2021-03-21T00:52:16.746Z] ---> 51092c244943 [2021-03-21T00:52:16.746Z] 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-21T00:52:16.746Z] ---> Running in cd68556d3486 [2021-03-21T00:52:17.731Z] Removing intermediate container cd68556d3486 [2021-03-21T00:52:17.731Z] ---> dce3862cbdaf [2021-03-21T00:52:17.731Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:52:18.006Z] ---> 027a1f3ce5d4 [2021-03-21T00:52:18.006Z] 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-21T00:52:18.986Z] ---> b256102eabfa [2021-03-21T00:52:18.987Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-21T00:52:19.265Z] ---> 5eca63bfaeab [2021-03-21T00:52:19.266Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-21T00:52:20.709Z] ---> e778f57aa2db [2021-03-21T00:52:20.710Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-21T00:52:20.985Z] ---> 05cb08fb9a25 [2021-03-21T00:52:20.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-21T00:52:21.969Z] ---> ebd260a6ef7f [2021-03-21T00:52:21.969Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-21T00:52:22.241Z] ---> ea264e059199 [2021-03-21T00:52:22.241Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-21T00:52:22.241Z] ---> Running in 4fb99d13acc3 [2021-03-21T00:52:22.835Z] Removing intermediate container 4fb99d13acc3 [2021-03-21T00:52:22.835Z] ---> 140bf69c87af [2021-03-21T00:52:22.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:52:23.106Z] ---> Running in bf4c948006bd [2021-03-21T00:52:23.106Z] ---> 3e261c7965d7 [2021-03-21T00:52:23.106Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-21T00:52:23.705Z] Removing intermediate container bf4c948006bd [2021-03-21T00:52:23.705Z] ---> 77df6e8ef5e9 [2021-03-21T00:52:23.705Z] Step 20/22 : LABEL arch=arm64 [2021-03-21T00:52:23.705Z] ---> Running in f572125d8359 [2021-03-21T00:52:23.975Z] ---> 9de8cae98fff [2021-03-21T00:52:23.975Z] 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-21T00:52:24.247Z] ---> Running in e6905e7e67f1 [2021-03-21T00:52:24.247Z] Removing intermediate container f572125d8359 [2021-03-21T00:52:24.247Z] ---> 8c7ea7f65ab1 [2021-03-21T00:52:24.247Z] Step 21/22 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:52:24.519Z] ---> Running in 10175ae091ea [2021-03-21T00:52:25.123Z] Removing intermediate container 10175ae091ea [2021-03-21T00:52:25.123Z] ---> 274933d96273 [2021-03-21T00:52:25.123Z] Step 22/22 : LABEL version=0.0.0 [2021-03-21T00:52:25.123Z] ---> Running in 0b0fb6b1d2c7 [2021-03-21T00:52:25.715Z] Removing intermediate container 0b0fb6b1d2c7 [2021-03-21T00:52:25.715Z] ---> dc0c7cb6128e [2021-03-21T00:52:25.715Z] [2021-03-21T00:52:26.313Z] Successfully built dc0c7cb6128e [2021-03-21T00:52:26.313Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-21T00:52:26.914Z]  Building docker-support-scheduler-go ... done Removing intermediate container e6905e7e67f1 [2021-03-21T00:52:26.914Z] ---> 9d45e88f8e6c [2021-03-21T00:52:26.914Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-21T00:52:26.914Z] ---> Running in c1e6b74a8694 [2021-03-21T00:52:27.512Z] Removing intermediate container c1e6b74a8694 [2021-03-21T00:52:27.512Z] ---> 0878d716a94a [2021-03-21T00:52:27.512Z] Step 22/24 : LABEL arch=arm64 [2021-03-21T00:52:27.784Z] ---> Running in 1d641dd30ab8 [2021-03-21T00:52:28.055Z] Removing intermediate container 1d641dd30ab8 [2021-03-21T00:52:28.055Z] ---> c4a394b03d6e [2021-03-21T00:52:28.055Z] Step 23/24 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:52:28.326Z] ---> Running in c28880b07e74 [2021-03-21T00:52:28.917Z] Removing intermediate container c28880b07e74 [2021-03-21T00:52:28.917Z] ---> 0697462c619e [2021-03-21T00:52:28.917Z] Step 24/24 : LABEL version=0.0.0 [2021-03-21T00:52:29.185Z] ---> Running in 80e768da55fa [2021-03-21T00:52:29.455Z] Removing intermediate container 80e768da55fa [2021-03-21T00:52:29.455Z] ---> 633fbfb027e1 [2021-03-21T00:52:29.455Z] [2021-03-21T00:52:30.100Z] Successfully built 633fbfb027e1 [2021-03-21T00:52:30.100Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-21T00:52:35.511Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e28995cb2f04 [2021-03-21T00:52:35.511Z] ---> b5505cd738a9 [2021-03-21T00:52:35.511Z] [2021-03-21T00:52:35.511Z] Step 10/23 : FROM alpine:3.12 [2021-03-21T00:52:35.511Z] ---> d10569e2745f [2021-03-21T00:52:35.511Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-21T00:52:35.511Z] ---> Running in 9a88e2541174 [2021-03-21T00:52:35.511Z] Removing intermediate container 9a88e2541174 [2021-03-21T00:52:35.511Z] ---> 2a3a6e1add1c [2021-03-21T00:52:35.511Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-21T00:52:35.511Z] ---> Running in 107d2c022f31 [2021-03-21T00:52:35.783Z] Removing intermediate container 107d2c022f31 [2021-03-21T00:52:35.783Z] ---> b271ad9bc2af [2021-03-21T00:52:35.783Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-21T00:52:36.052Z] ---> Running in 91bb2558d4e5 [2021-03-21T00:52:36.322Z] Removing intermediate container 91bb2558d4e5 [2021-03-21T00:52:36.322Z] ---> ab4cacf391f7 [2021-03-21T00:52:36.322Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-21T00:52:36.597Z] ---> Running in 5db2dd137d5f [2021-03-21T00:52:38.566Z] Removing intermediate container 5db2dd137d5f [2021-03-21T00:52:38.566Z] ---> cb31238b85c4 [2021-03-21T00:52:38.566Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-21T00:52:38.566Z] ---> Running in 03c093b19c90 [2021-03-21T00:52:40.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-21T00:52:41.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-21T00:52:41.688Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-21T00:52:41.688Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-21T00:52:41.688Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-21T00:52:41.958Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-21T00:52:42.546Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-21T00:52:42.546Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-21T00:52:42.819Z] Executing busybox-1.31.1-r19.trigger [2021-03-21T00:52:42.819Z] OK: 8 MiB in 20 packages [2021-03-21T00:52:44.248Z] Removing intermediate container 03c093b19c90 [2021-03-21T00:52:44.248Z] ---> 627367c920b2 [2021-03-21T00:52:44.248Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-21T00:52:44.842Z] ---> 362d1859c0d1 [2021-03-21T00:52:44.842Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-21T00:52:46.274Z] ---> a95f4e1490e5 [2021-03-21T00:52:46.274Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-21T00:52:46.865Z] ---> e9137aa56805 [2021-03-21T00:52:46.865Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-21T00:52:46.865Z] ---> Running in 5d6c3090e8a8 [2021-03-21T00:52:47.456Z] Removing intermediate container 5d6c3090e8a8 [2021-03-21T00:52:47.456Z] ---> 5613dde8bfe8 [2021-03-21T00:52:47.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-21T00:52:47.456Z] ---> Running in 7ef1b06db9e6 [2021-03-21T00:52:48.061Z] Removing intermediate container 7ef1b06db9e6 [2021-03-21T00:52:48.061Z] ---> 7712f123c3af [2021-03-21T00:52:48.061Z] Step 21/23 : LABEL arch=arm64 [2021-03-21T00:52:48.061Z] ---> Running in 96c1b2f93dd7 [2021-03-21T00:52:48.653Z] Removing intermediate container 96c1b2f93dd7 [2021-03-21T00:52:48.653Z] ---> 08da565f3506 [2021-03-21T00:52:48.653Z] Step 22/23 : LABEL git_sha=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [2021-03-21T00:52:48.653Z] ---> Running in 29f57bfa04d6 [2021-03-21T00:52:49.245Z] Removing intermediate container 29f57bfa04d6 [2021-03-21T00:52:49.245Z] ---> 18ad124c0bac [2021-03-21T00:52:49.245Z] Step 23/23 : LABEL version=0.0.0 [2021-03-21T00:52:49.245Z] ---> Running in 7523430e458e [2021-03-21T00:52:49.837Z] Removing intermediate container 7523430e458e [2021-03-21T00:52:49.837Z] ---> cd5dac3aebb3 [2021-03-21T00:52:49.837Z] [2021-03-21T00:52:50.108Z] Successfully built cd5dac3aebb3 [2021-03-21T00:52:50.108Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-21T00:52:50.714Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-21T00:52:50.708Z] $ docker stop --time=1 b12e06cef55e46c633c44edcf46df0f8cd99e5ab156b12578cb1a07286137f44 [2021-03-21T00:52:52.630Z] $ docker rm -f b12e06cef55e46c633c44edcf46df0f8cd99e5ab156b12578cb1a07286137f44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-21T00:52:53.337Z] + docker images [2021-03-21T00:52:53.337Z] + grep docker [2021-03-21T00:52:53.606Z] docker-core-data-go-arm64 latest cd5dac3aebb3 4 seconds ago 21.3MB [2021-03-21T00:52:53.606Z] docker-security-secretstore-setup-go-arm64 latest 633fbfb027e1 24 seconds ago 23.7MB [2021-03-21T00:52:53.606Z] docker-support-scheduler-go-arm64 latest dc0c7cb6128e 28 seconds ago 16.3MB [2021-03-21T00:52:53.606Z] docker-security-bootstrapper-go-arm64 latest 94f105b319e3 About a minute ago 17.8MB [2021-03-21T00:52:53.606Z] docker-sys-mgmt-agent-go-arm64 latest de6372c027c1 About a minute ago 300MB [2021-03-21T00:52:53.606Z] docker-core-command-go-arm64 latest e7f7fb81d7b5 3 minutes ago 16.3MB [2021-03-21T00:52:53.606Z] docker-support-notifications-go-arm64 latest 40c25eab90fb 3 minutes ago 16.9MB [2021-03-21T00:52:53.606Z] docker-core-metadata-go-arm64 latest 7fdbb674fe32 3 minutes ago 17.9MB [2021-03-21T00:52:53.606Z] docker-security-proxy-setup-go-arm64 latest dbe7839caab6 3 minutes ago 23.4MB [2021-03-21T00:52:53.606Z] 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-21T00:52:54.571Z] ---> job-cost.sh [2021-03-21T00:52:54.572Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vHSU [2021-03-21T00:53:33.995Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-21T00:55:10.728Z] lf-activate-venv(): INFO: Adding /tmp/venv-vHSU/bin to PATH [2021-03-21T00:55:10.728Z] INFO: No Stack... [2021-03-21T00:55:10.728Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-21T00:55:10.728Z] INFO: Archiving Costs [Pipeline] sh [2021-03-21T00:55:11.063Z] + cat /w/workspace/edgex-go/85/archives/cost.csv [2021-03-21T00:55:11.063Z] + cut -d, -f6 [Pipeline] lock [2021-03-21T00:55:11.184Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-85-stack-cost] [2021-03-21T00:55:11.196Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-85-stack-cost] did not exist. Created. [2021-03-21T00:55:11.196Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-21T00:55:11.660Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-21T00:55:11.971Z] Stashed 1 file(s) [Pipeline] } [2021-03-21T00:55:11.982Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-85-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-21T00:55:13.157Z] provisioning config files... [2021-03-21T00:55:13.186Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/85@tmp/config2197337241087082097tmp [Pipeline] { [Pipeline] sh [2021-03-21T00:55:13.618Z] + set +x [2021-03-21T00:55:13.618Z] + curl -s https://codecov.io/bash [2021-03-21T00:55:13.618Z] + bash -s -- [2021-03-21T00:55:13.882Z] [2021-03-21T00:55:13.882Z] _____ _ [2021-03-21T00:55:13.882Z] / ____| | | [2021-03-21T00:55:13.882Z] | | ___ __| | ___ ___ _____ __ [2021-03-21T00:55:13.882Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-21T00:55:13.882Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-21T00:55:13.882Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-21T00:55:13.882Z] Bash-20210309-2b87ace [2021-03-21T00:55:13.882Z] [2021-03-21T00:55:13.882Z] [2021-03-21T00:55:13.882Z] ==> git version 2.24.3 found [2021-03-21T00:55:13.882Z] ==> 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-21T00:55:13.882Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-21T00:55:13.882Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-21T00:55:13.882Z] ==> Jenkins CI detected. [2021-03-21T00:55:13.882Z] project root: . [2021-03-21T00:55:13.882Z] --> token set from env [2021-03-21T00:55:14.146Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-21T00:55:14.146Z] ==> Running gcov in . (disable via -X gcov) [2021-03-21T00:55:14.146Z] ==> Python coveragepy not found [2021-03-21T00:55:14.146Z] ==> Searching for coverage reports in: [2021-03-21T00:55:14.146Z] + . [2021-03-21T00:55:14.146Z] -> Found 1 reports [2021-03-21T00:55:14.146Z] ==> Detecting git/mercurial file structure [2021-03-21T00:55:14.409Z] ==> Reading reports [2021-03-21T00:55:14.409Z] + ./coverage.out bytes=650607 [2021-03-21T00:55:14.409Z] ==> Appending adjustments [2021-03-21T00:55:14.409Z] https://docs.codecov.io/docs/fixing-reports [2021-03-21T00:55:18.631Z] + Found adjustments [2021-03-21T00:55:18.631Z] ==> Gzipping contents [2021-03-21T00:55:18.631Z] 96K /tmp/codecov.BmWn4g.gz [2021-03-21T00:55:18.631Z] ==> Uploading reports [2021-03-21T00:55:18.631Z] url: https://codecov.io [2021-03-21T00:55:18.631Z] query: branch=PR-2858&commit=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F85%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-03-21T00:55:18.631Z] -> Pinging Codecov [2021-03-21T00:55:18.631Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-2858&commit=77cb2d4a3cdae8347c7eb87a5eae43eddce104a0&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F85%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-03-21T00:55:18.631Z] -> Uploading to [2021-03-21T00:55:18.631Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-21/00271124DB129430A58F1EEE437C3FCB/77cb2d4a3cdae8347c7eb87a5eae43eddce104a0/e5085eab-4f73-418d-a564-b649f85adb01.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210321T005518Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a431208ec69a369ca1ca2ea91222ff415ce4274ce341246d6e9589b1fae9e40d [2021-03-21T00:55:18.631Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-21T00:55:18.631Z] Dload Upload Total Spent Left Speed [2021-03-21T00:55:18.894Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94964 0 0 100 94964 0 193k --:--:-- --:--:-- --:--:-- 193k [2021-03-21T00:55:18.894Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/77cb2d4a3cdae8347c7eb87a5eae43eddce104a0 [Pipeline] } [2021-03-21T00:55:18.905Z] 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-21T00:55:20.557Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:55:21.446Z] ---> package-listing.sh [2021-03-21T00:55:21.446Z] ++ facter osfamily [2021-03-21T00:55:21.446Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-21T00:55:21.446Z] + OS_FAMILY=redhat [2021-03-21T00:55:21.446Z] + workspace=/w/workspace/edgex-go/85 [2021-03-21T00:55:21.446Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-21T00:55:21.446Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-21T00:55:21.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-21T00:55:21.446Z] + PACKAGES=/tmp/packages_start.txt [2021-03-21T00:55:21.446Z] + '[' /w/workspace/edgex-go/85 ']' [2021-03-21T00:55:21.446Z] + PACKAGES=/tmp/packages_end.txt [2021-03-21T00:55:21.446Z] + case "${OS_FAMILY}" in [2021-03-21T00:55:21.446Z] + rpm -qa [2021-03-21T00:55:21.446Z] + sort [2021-03-21T00:55:26.792Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-21T00:55:26.792Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-21T00:55:26.792Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-21T00:55:26.792Z] + '[' /w/workspace/edgex-go/85 ']' [2021-03-21T00:55:26.792Z] + mkdir -p /w/workspace/edgex-go/85/archives/ [2021-03-21T00:55:26.792Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/85/archives/ [Pipeline] echo [2021-03-21T00:55:26.838Z] 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/85/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-21T00:55:27.139Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:55:27.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-21T00:55:27.460Z] [2021-03-21T00:55:27.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-21T00:55:27.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-21T00:55:27.818Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-21T00:55:27.818Z] df20fa9351a1: Pulling fs layer [2021-03-21T00:55:27.818Z] 36b3adc4ff6f: Pulling fs layer [2021-03-21T00:55:27.818Z] 8ad3a11d3b57: Pulling fs layer [2021-03-21T00:55:27.818Z] 46f8f816bc3b: Pulling fs layer [2021-03-21T00:55:27.818Z] 93b61091891f: Pulling fs layer [2021-03-21T00:55:27.818Z] 93b9cdb0e59b: Pulling fs layer [2021-03-21T00:55:27.818Z] 5e14af77c1be: Pulling fs layer [2021-03-21T00:55:27.818Z] 01666e4c0597: Pulling fs layer [2021-03-21T00:55:27.818Z] aa168da1d23b: Pulling fs layer [2021-03-21T00:55:27.818Z] 46f8f816bc3b: Waiting [2021-03-21T00:55:27.818Z] 93b61091891f: Waiting [2021-03-21T00:55:27.818Z] 93b9cdb0e59b: Waiting [2021-03-21T00:55:27.818Z] 5e14af77c1be: Waiting [2021-03-21T00:55:27.818Z] 01666e4c0597: Waiting [2021-03-21T00:55:27.818Z] aa168da1d23b: Waiting [2021-03-21T00:55:27.818Z] 36b3adc4ff6f: Verifying Checksum [2021-03-21T00:55:27.818Z] 36b3adc4ff6f: Download complete [2021-03-21T00:55:27.818Z] 46f8f816bc3b: Verifying Checksum [2021-03-21T00:55:27.818Z] 46f8f816bc3b: Download complete [2021-03-21T00:55:27.818Z] df20fa9351a1: Verifying Checksum [2021-03-21T00:55:27.818Z] df20fa9351a1: Download complete [2021-03-21T00:55:28.094Z] 93b9cdb0e59b: Verifying Checksum [2021-03-21T00:55:28.094Z] 93b9cdb0e59b: Download complete [2021-03-21T00:55:28.094Z] 5e14af77c1be: Download complete [2021-03-21T00:55:28.094Z] 93b61091891f: Verifying Checksum [2021-03-21T00:55:28.094Z] 93b61091891f: Download complete [2021-03-21T00:55:28.094Z] 01666e4c0597: Download complete [2021-03-21T00:55:28.366Z] 8ad3a11d3b57: Verifying Checksum [2021-03-21T00:55:28.366Z] 8ad3a11d3b57: Download complete [2021-03-21T00:55:28.366Z] df20fa9351a1: Pull complete [2021-03-21T00:55:28.631Z] 36b3adc4ff6f: Pull complete [2021-03-21T00:55:29.225Z] 8ad3a11d3b57: Pull complete [2021-03-21T00:55:29.495Z] 46f8f816bc3b: Pull complete [2021-03-21T00:55:30.450Z] aa168da1d23b: Verifying Checksum [2021-03-21T00:55:30.450Z] aa168da1d23b: Download complete [2021-03-21T00:55:31.399Z] 93b61091891f: Pull complete [2021-03-21T00:55:31.399Z] 93b9cdb0e59b: Pull complete [2021-03-21T00:55:31.668Z] 5e14af77c1be: Pull complete [2021-03-21T00:55:31.668Z] 01666e4c0597: Pull complete [2021-03-21T00:55:39.849Z] aa168da1d23b: Pull complete [2021-03-21T00:55:39.849Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-21T00:55:39.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-21T00:55:39.849Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-21T00:55:40.074Z] prd-centos7-docker-4c-2g-30764 does not seem to be running inside a container [2021-03-21T00:55:40.124Z] $ 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/85/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/85 -v /w/workspace/edgex-go/85:/w/workspace/edgex-go/85:rw,z -v /w/workspace/edgex-go/85@tmp:/w/workspace/edgex-go/85@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-21T00:55:48.145Z] $ docker top 7b47c401d5ccb1b65401c227e12158384d9a987e0e732ad5fa838499a94bac0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-21T00:55:48.734Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-21T00:55:49.037Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-21T00:55:49.338Z] + ls /var/log/sa-host [2021-03-21T00:55:49.338Z] + sadf -c /var/log/sa-host/sa21 [2021-03-21T00:55:49.338Z] file_magic: OK [2021-03-21T00:55:49.338Z] HZ: Using current value: 100 [2021-03-21T00:55:49.338Z] file_header: OK [2021-03-21T00:55:49.338Z] 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-21T00:55:49.338Z] Statistics: [2021-03-21T00:55:49.338Z] 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...Hnuu...uuuununununu... [2021-03-21T00:55:49.338Z] File successfully converted to sysstat format version 12.2.1 [2021-03-21T00:55:49.338Z] + sadf -c /var/log/sa-host/sa23 [2021-03-21T00:55:49.338Z] file_magic: OK [2021-03-21T00:55:49.338Z] HZ: Using current value: 100 [2021-03-21T00:55:49.338Z] file_header: OK [2021-03-21T00:55:49.338Z] 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-21T00:55:49.338Z] Statistics: [2021-03-21T00:55:49.338Z] Hnuu...uuuununununu... [2021-03-21T00:55:49.338Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-21T00:55:49.536Z] provisioning config files... [2021-03-21T00:55:49.550Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/85@tmp/config6983526555692856586tmp [Pipeline] { [Pipeline] echo [2021-03-21T00:55:49.623Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:55:49.921Z] ---> create-netrc.sh [Pipeline] } [2021-03-21T00:55:49.931Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-21T00:55:50.014Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:55:50.311Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-21T00:55:50.322Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:55:50.621Z] ---> sudo-logs.sh [2021-03-21T00:55:50.621Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-21T00:55:50.685Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:55:50.985Z] ---> job-cost.sh [2021-03-21T00:55:50.985Z] lf-activate-venv: SKIPPING [2021-03-21T00:55:50.985Z] DEBUG: total: 0.20999999344348907 [2021-03-21T00:55:50.985Z] INFO: Retrieving Stack Cost... [2021-03-21T00:55:52.376Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-21T00:55:52.639Z] INFO: Archiving Costs [Pipeline] echo [2021-03-21T00:55:52.653Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-21T00:55:52.952Z] ---> logs-deploy.sh [2021-03-21T00:55:52.952Z] lf-activate-venv: SKIPPING [2021-03-21T00:55:52.952Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/85 [2021-03-21T00:55:52.952Z] INFO: archiving workspace using pattern(s): [2021-03-21T00:55:54.341Z] Archives upload complete. [2021-03-21T00:55:54.603Z] INFO: archiving logs to Nexus [2021-03-21T00:55:55.552Z] ---> uname -a: [2021-03-21T00:55:55.552Z] Linux prd-centos7-docker-4c-2g-30764.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-21T00:55:55.552Z] [2021-03-21T00:55:55.552Z] [2021-03-21T00:55:55.552Z] ---> lscpu: [2021-03-21T00:55:55.552Z] Architecture: x86_64 [2021-03-21T00:55:55.552Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-21T00:55:55.552Z] Byte Order: Little Endian [2021-03-21T00:55:55.552Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-21T00:55:55.553Z] CPU(s): 4 [2021-03-21T00:55:55.553Z] On-line CPU(s) list: 0-3 [2021-03-21T00:55:55.553Z] Thread(s) per core: 1 [2021-03-21T00:55:55.553Z] Core(s) per socket: 1 [2021-03-21T00:55:55.553Z] Socket(s): 4 [2021-03-21T00:55:55.553Z] NUMA node(s): 1 [2021-03-21T00:55:55.553Z] Vendor ID: GenuineIntel [2021-03-21T00:55:55.553Z] CPU family: 6 [2021-03-21T00:55:55.553Z] Model: 44 [2021-03-21T00:55:55.553Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-21T00:55:55.553Z] Stepping: 1 [2021-03-21T00:55:55.553Z] CPU MHz: 2933.438 [2021-03-21T00:55:55.553Z] BogoMIPS: 5866.87 [2021-03-21T00:55:55.553Z] Virtualization: VT-x [2021-03-21T00:55:55.553Z] Hypervisor vendor: KVM [2021-03-21T00:55:55.553Z] Virtualization type: full [2021-03-21T00:55:55.553Z] L1d cache: 128 KiB [2021-03-21T00:55:55.553Z] L1i cache: 128 KiB [2021-03-21T00:55:55.553Z] L2 cache: 16 MiB [2021-03-21T00:55:55.553Z] L3 cache: 64 MiB [2021-03-21T00:55:55.553Z] NUMA node0 CPU(s): 0-3 [2021-03-21T00:55:55.553Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-21T00:55:55.553Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-21T00:55:55.553Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-21T00:55:55.553Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-21T00:55:55.553Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-21T00:55:55.553Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-21T00:55:55.553Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-21T00:55:55.553Z] Vulnerability Srbds: Not affected [2021-03-21T00:55:55.553Z] Vulnerability Tsx async abort: Not affected [2021-03-21T00:55:55.553Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] ---> nproc: [2021-03-21T00:55:55.553Z] 4 [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] ---> df -h: [2021-03-21T00:55:55.553Z] Filesystem Size Used Available Use% Mounted on [2021-03-21T00:55:55.553Z] overlay 50.0G 11.3G 38.7G 23% / [2021-03-21T00:55:55.553Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-21T00:55:55.553Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-21T00:55:55.553Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/85 [2021-03-21T00:55:55.553Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/85@tmp [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] ---> free -m: [2021-03-21T00:55:55.553Z] total used free shared buff/cache available [2021-03-21T00:55:55.553Z] Mem: 1837 725 120 0 990 1026 [2021-03-21T00:55:55.553Z] Swap: 1023 51 972 [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] ---> ip addr: [2021-03-21T00:55:55.553Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-21T00:55:55.553Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-21T00:55:55.553Z] inet 127.0.0.1/8 scope host lo [2021-03-21T00:55:55.553Z] valid_lft forever preferred_lft forever [2021-03-21T00:55:55.553Z] inet6 ::1/128 scope host [2021-03-21T00:55:55.553Z] valid_lft forever preferred_lft forever [2021-03-21T00:55:55.553Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-21T00:55:55.553Z] link/ether fa:16:3e:b3:80:92 brd ff:ff:ff:ff:ff:ff [2021-03-21T00:55:55.553Z] inet 10.30.122.91/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-21T00:55:55.553Z] valid_lft 84879sec preferred_lft 84879sec [2021-03-21T00:55:55.553Z] inet6 fe80::f816:3eff:feb3:8092/64 scope link [2021-03-21T00:55:55.553Z] valid_lft forever preferred_lft forever [2021-03-21T00:55:55.553Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-21T00:55:55.553Z] link/ether 02:42:93:6e:3f:e0 brd ff:ff:ff:ff:ff:ff [2021-03-21T00:55:55.553Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-21T00:55:55.553Z] valid_lft forever preferred_lft forever [2021-03-21T00:55:55.553Z] inet6 fe80::42:93ff:fe6e:3fe0/64 scope link [2021-03-21T00:55:55.553Z] valid_lft forever preferred_lft forever [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] ---> sar -b -r -n DEV: [2021-03-21T00:55:55.553Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/21/21 _x86_64_ (4 CPU) [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] 00:30:23 LINUX RESTART (4 CPU) [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-21T00:55:55.553Z] 00:32:01 73.97 21.96 52.01 0.00 5233.27 13531.49 0.00 [2021-03-21T00:55:55.553Z] 00:33:02 253.65 103.88 149.76 0.00 7205.42 45196.05 0.00 [2021-03-21T00:55:55.553Z] 00:34:01 233.27 102.53 130.74 0.00 3855.36 18630.45 0.00 [2021-03-21T00:55:55.553Z] 00:35:01 125.62 46.93 78.69 0.00 1734.33 9732.27 0.00 [2021-03-21T00:55:55.553Z] 00:36:01 130.66 36.47 94.19 0.00 2547.33 23749.41 0.00 [2021-03-21T00:55:55.553Z] 00:37:03 1496.21 1168.45 327.76 0.00 153021.01 208314.67 0.00 [2021-03-21T00:55:55.553Z] 00:38:01 1742.74 1511.17 231.57 0.00 86873.45 98800.17 0.00 [2021-03-21T00:55:55.553Z] 00:39:02 542.14 229.12 313.02 0.00 62582.09 125466.34 0.00 [2021-03-21T00:55:55.553Z] 00:40:02 1434.93 1177.58 257.35 0.00 71259.47 72909.69 0.00 [2021-03-21T00:55:55.553Z] 00:41:01 194.55 33.80 160.75 0.00 5484.24 19207.16 0.00 [2021-03-21T00:55:55.553Z] 00:42:01 1.20 0.02 1.18 0.00 0.13 16.14 0.00 [2021-03-21T00:55:55.553Z] 00:43:01 0.32 0.07 0.25 0.00 0.53 3.38 0.00 [2021-03-21T00:55:55.553Z] 00:44:01 0.25 0.02 0.23 0.00 0.13 3.26 0.00 [2021-03-21T00:55:55.553Z] 00:45:01 0.35 0.13 0.22 0.00 1.47 2.26 0.00 [2021-03-21T00:55:55.553Z] 00:46:01 1.85 1.60 0.25 0.00 53.54 4.28 0.00 [2021-03-21T00:55:55.553Z] 00:47:01 0.83 0.03 0.80 0.00 1.07 14.74 0.00 [2021-03-21T00:55:55.553Z] 00:48:01 0.30 0.02 0.28 0.00 0.53 3.10 0.00 [2021-03-21T00:55:55.553Z] 00:49:01 0.23 0.00 0.23 0.00 0.00 2.32 0.00 [2021-03-21T00:55:55.553Z] 00:50:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 [2021-03-21T00:55:55.553Z] 00:51:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-03-21T00:55:55.553Z] 00:52:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 [2021-03-21T00:55:55.553Z] 00:53:01 0.33 0.03 0.30 0.00 1.33 3.40 0.00 [2021-03-21T00:55:55.553Z] 00:54:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 [2021-03-21T00:55:55.553Z] 00:55:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 [2021-03-21T00:55:55.553Z] Average: 259.12 183.96 75.17 0.00 16752.97 26674.84 0.00 [2021-03-21T00:55:55.553Z] [2021-03-21T00:55:55.553Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-21T00:55:55.553Z] 00:32:01 80140 0 761280 40.46 2620 1037504 1463152 49.93 609892 986676 20 [2021-03-21T00:55:55.553Z] 00:33:02 82404 0 730616 38.83 1824 1066700 1523732 52.00 561292 947248 100948 [2021-03-21T00:55:55.553Z] 00:34:01 120344 0 830704 44.15 872 929624 1745056 59.56 723844 754644 88040 [2021-03-21T00:55:55.553Z] 00:35:01 231896 0 761224 40.46 716 887708 1556816 53.13 605944 751464 39644 [2021-03-21T00:55:55.553Z] 00:36:01 195008 0 725380 38.55 508 960648 1223916 41.77 562548 834176 40 [2021-03-21T00:55:55.553Z] 00:37:03 78252 0 851924 45.28 20 951348 2364172 80.69 664312 921908 48096 [2021-03-21T00:55:55.553Z] 00:38:01 158168 0 1145584 60.89 20 577772 3587692 122.44 771640 675336 36004 [2021-03-21T00:55:55.553Z] 00:39:02 76772 0 837912 44.53 20 966840 2343452 79.98 638472 945396 40652 [2021-03-21T00:55:55.553Z] 00:40:02 260724 0 806520 42.86 20 814280 2047784 69.89 660496 702412 36476 [2021-03-21T00:55:55.553Z] 00:41:01 394468 0 654272 34.77 20 832784 1223616 41.76 511432 730912 24 [2021-03-21T00:55:55.553Z] 00:42:01 397788 0 650856 34.59 20 832880 1192764 40.71 509988 729540 16 [2021-03-21T00:55:55.553Z] 00:43:01 398004 0 650632 34.58 20 832888 1188760 40.57 510020 729556 20 [2021-03-21T00:55:55.553Z] 00:44:01 398216 0 650408 34.57 20 832900 1188736 40.57 510256 729556 12 [2021-03-21T00:55:55.553Z] 00:45:01 397952 0 650664 34.58 20 832908 1188940 40.58 510212 729604 8 [2021-03-21T00:55:55.553Z] 00:46:01 396940 0 650840 34.59 20 833744 1187864 40.54 509824 730368 16 [2021-03-21T00:55:55.553Z] 00:47:01 397000 0 650764 34.59 20 833760 1187756 40.54 509736 730376 12 [2021-03-21T00:55:55.553Z] 00:48:01 397100 0 650672 34.58 20 833752 1187756 40.54 509860 730376 8 [2021-03-21T00:55:55.553Z] 00:49:01 397124 0 650624 34.58 20 833776 1187756 40.54 509744 730392 8 [2021-03-21T00:55:55.553Z] 00:50:01 396936 0 650804 34.59 20 833784 1187756 40.54 509872 730392 8 [2021-03-21T00:55:55.553Z] 00:51:01 396980 0 650752 34.59 20 833792 1187852 40.54 509840 730392 16 [2021-03-21T00:55:55.553Z] 00:52:01 396948 0 650776 34.59 20 833800 1187888 40.54 509992 730392 8 [2021-03-21T00:55:55.553Z] 00:53:01 397340 0 650388 34.57 20 833796 1187756 40.54 509764 730416 8 [2021-03-21T00:55:55.553Z] 00:54:01 397224 0 650484 34.57 20 833816 1187756 40.54 509764 730432 8 [2021-03-21T00:55:55.553Z] 00:55:01 397340 0 650364 34.57 20 833820 1187756 40.54 509768 730432 8 [2021-03-21T00:55:55.554Z] Average: 301711 0 717268 38.12 288 862276 1488187 50.79 560355 769683 16254 [2021-03-21T00:55:55.554Z] [2021-03-21T00:55:55.554Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-21T00:55:55.554Z] 00:32:01 vetha14bfc3 1129.76 834.83 99.41 2689.24 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:32:01 eth0 1421.62 1561.71 5815.41 179.79 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:32:01 docker0 1129.76 834.70 83.96 2689.23 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:33:02 vetha814df6 110.23 129.41 10.22 466.88 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:33:02 eth0 498.91 409.64 3650.53 42.93 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:33:02 docker0 152.75 193.35 10.97 824.86 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:34:01 eth0 35.21 19.70 31.61 12.70 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:34:01 veth8a7c504 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:34:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:35:01 eth0 36.48 25.30 19.03 69.69 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:35:01 veth8a7c504 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:35:01 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:36:01 veth1d10073 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:36:01 eth0 215.24 172.18 1706.33 52.35 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:37:03 veth1d10073 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:37:03 eth0 67.66 40.89 160.96 45.21 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:37:03 docker0 13.12 31.23 0.68 143.16 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:38:01 vethededa9b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:38:01 vethf9d775b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:38:01 veth1d10073 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:38:01 vethe828bdf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:39:02 veth1d10073 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:39:02 eth0 2760.42 2518.46 13548.80 462.12 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:39:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:39:02 docker0 1310.78 1110.34 96.03 4070.32 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:40:02 veth1d10073 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:40:02 veth7a11423 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:40:02 eth0 62.88 45.41 113.68 91.25 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:41:01 eth0 52.72 34.12 143.41 15.33 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:41:01 docker0 1373.41 1182.01 100.60 4415.80 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:42:01 eth0 0.67 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:43:01 eth0 1.90 0.52 0.63 0.36 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:44:01 eth0 1.58 0.57 0.60 0.43 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:45:01 eth0 2.11 2.15 0.38 11.15 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:46:01 eth0 2.35 2.36 0.27 6.68 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:47:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:48:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:49:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:51:01 eth0 3.40 3.51 0.34 6.95 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:52:01 eth0 0.93 1.03 0.17 6.49 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:53:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:55:01 eth0 0.17 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] Average: eth0 109.52 103.00 560.91 23.66 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] Average: docker0 56.34 48.49 4.13 181.15 0.00 0.00 0.00 0.00 [2021-03-21T00:55:55.554Z] [2021-03-21T00:55:55.554Z] [2021-03-21T00:55:55.554Z] ---> sar -P ALL: [2021-03-21T00:55:55.554Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/21/21 _x86_64_ (4 CPU) [2021-03-21T00:55:55.554Z] [2021-03-21T00:55:55.554Z] 00:30:23 LINUX RESTART (4 CPU) [2021-03-21T00:55:55.554Z] [2021-03-21T00:55:55.554Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-03-21T00:55:55.554Z] 00:32:01 all 11.59 0.00 5.97 1.85 0.36 80.24 [2021-03-21T00:55:55.554Z] 00:32:01 0 13.96 0.00 9.39 5.23 0.30 71.13 [2021-03-21T00:55:55.554Z] 00:32:01 1 11.36 0.00 4.70 1.28 0.36 82.30 [2021-03-21T00:55:55.554Z] 00:32:01 2 11.78 0.00 5.27 0.53 0.39 82.04 [2021-03-21T00:55:55.554Z] 00:32:01 3 9.31 0.00 4.59 0.43 0.39 85.28 [2021-03-21T00:55:55.554Z] 00:33:02 all 12.88 0.00 8.31 4.70 0.44 73.67 [2021-03-21T00:55:55.554Z] 00:33:02 0 11.72 0.00 8.62 6.17 0.36 73.14 [2021-03-21T00:55:55.554Z] 00:33:02 1 12.44 0.00 8.52 4.10 0.42 74.52 [2021-03-21T00:55:55.554Z] 00:33:02 2 14.28 0.00 7.97 5.12 0.56 72.08 [2021-03-21T00:55:55.554Z] 00:33:02 3 13.06 0.00 8.15 3.44 0.39 74.96 [2021-03-21T00:55:55.554Z] 00:34:01 all 43.51 0.00 13.27 5.36 0.48 37.37 [2021-03-21T00:55:55.554Z] 00:34:01 0 43.46 0.00 12.81 4.48 0.44 38.80 [2021-03-21T00:55:55.554Z] 00:34:01 1 43.89 0.00 13.14 5.16 0.51 37.30 [2021-03-21T00:55:55.554Z] 00:34:01 2 42.15 0.00 13.71 5.79 0.50 37.86 [2021-03-21T00:55:55.554Z] 00:34:01 3 44.55 0.00 13.43 6.02 0.46 35.53 [2021-03-21T00:55:55.554Z] 00:35:01 all 49.31 0.00 13.68 3.41 0.43 33.17 [2021-03-21T00:55:55.554Z] 00:35:01 0 50.89 0.00 13.19 2.90 0.33 32.68 [2021-03-21T00:55:55.554Z] 00:35:01 1 48.52 0.00 13.54 1.84 0.47 35.63 [2021-03-21T00:55:55.554Z] 00:35:01 2 49.76 0.00 14.01 4.05 0.44 31.73 [2021-03-21T00:55:55.554Z] 00:35:01 3 48.04 0.00 13.97 4.86 0.49 32.63 [2021-03-21T00:55:55.554Z] 00:36:01 all 30.92 0.00 12.30 1.80 0.29 54.70 [2021-03-21T00:55:55.555Z] 00:36:01 0 29.24 0.00 11.54 0.61 0.26 58.35 [2021-03-21T00:55:55.555Z] 00:36:01 1 31.24 0.00 12.64 1.72 0.33 54.08 [2021-03-21T00:55:55.555Z] 00:36:01 2 30.56 0.00 12.60 0.84 0.28 55.72 [2021-03-21T00:55:55.555Z] 00:36:01 3 32.64 0.00 12.42 4.03 0.29 50.62 [2021-03-21T00:55:55.555Z] 00:37:03 all 21.42 0.00 31.17 15.81 0.68 30.93 [2021-03-21T00:55:55.555Z] 00:37:03 0 19.93 0.00 30.23 15.84 0.66 33.33 [2021-03-21T00:55:55.555Z] 00:37:03 1 21.97 0.00 31.09 17.33 0.71 28.90 [2021-03-21T00:55:55.555Z] 00:37:03 2 21.61 0.00 31.47 15.28 0.73 30.91 [2021-03-21T00:55:55.555Z] 00:37:03 3 22.17 0.00 31.89 14.77 0.61 30.56 [2021-03-21T00:55:55.555Z] 00:38:01 all 53.92 0.00 22.43 12.20 0.43 11.01 [2021-03-21T00:55:55.555Z] 00:38:01 0 53.92 0.00 21.95 11.71 0.35 12.07 [2021-03-21T00:55:55.555Z] 00:38:01 1 54.28 0.00 22.35 13.51 0.57 9.29 [2021-03-21T00:55:55.555Z] 00:38:01 2 54.13 0.00 22.10 11.63 0.46 11.68 [2021-03-21T00:55:55.555Z] 00:38:01 3 53.35 0.00 23.32 11.96 0.37 11.00 [2021-03-21T00:55:55.555Z] 00:39:02 all 29.07 0.00 22.73 23.92 1.16 23.13 [2021-03-21T00:55:55.555Z] 00:39:02 0 27.86 0.00 23.37 26.17 1.11 21.48 [2021-03-21T00:55:55.555Z] 00:39:02 1 28.45 0.00 22.89 21.47 1.18 26.01 [2021-03-21T00:55:55.555Z] 00:39:02 2 30.13 0.00 22.28 25.78 1.14 20.67 [2021-03-21T00:55:55.555Z] 00:39:02 3 29.83 0.00 22.38 22.24 1.19 24.36 [2021-03-21T00:55:55.555Z] 00:40:02 all 56.76 0.00 24.17 10.98 1.28 6.81 [2021-03-21T00:55:55.555Z] 00:40:02 0 56.98 0.00 23.67 9.77 1.28 8.30 [2021-03-21T00:55:55.555Z] 00:40:02 1 57.32 0.00 23.06 12.34 1.36 5.92 [2021-03-21T00:55:55.555Z] 00:40:02 2 56.21 0.00 25.34 10.41 1.35 6.69 [2021-03-21T00:55:55.555Z] 00:40:02 3 56.52 0.00 24.62 11.41 1.15 6.30 [2021-03-21T00:55:55.555Z] 00:41:01 all 18.80 0.00 9.41 6.74 0.33 64.72 [2021-03-21T00:55:55.555Z] 00:41:01 0 19.46 0.00 9.77 6.39 0.24 64.13 [2021-03-21T00:55:55.555Z] 00:41:01 1 18.60 0.00 8.81 6.90 0.35 65.35 [2021-03-21T00:55:55.555Z] 00:41:01 2 19.29 0.00 9.93 6.26 0.37 64.15 [2021-03-21T00:55:55.555Z] 00:41:01 3 17.82 0.00 9.14 7.42 0.35 65.27 [2021-03-21T00:55:55.555Z] 00:42:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-03-21T00:55:55.555Z] 00:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-21T00:55:55.555Z] 00:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:42:01 2 0.12 0.00 0.08 0.00 0.00 99.80 [2021-03-21T00:55:55.555Z] 00:42:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2021-03-21T00:55:55.555Z] [2021-03-21T00:55:55.555Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-03-21T00:55:55.555Z] 00:43:01 all 0.19 0.00 0.29 0.00 0.01 99.50 [2021-03-21T00:55:55.555Z] 00:43:01 0 0.07 0.00 0.20 0.02 0.02 99.70 [2021-03-21T00:55:55.555Z] 00:43:01 1 0.15 0.00 0.38 0.00 0.00 99.47 [2021-03-21T00:55:55.555Z] 00:43:01 2 0.25 0.00 0.35 0.00 0.02 99.38 [2021-03-21T00:55:55.555Z] 00:43:01 3 0.28 0.00 0.23 0.00 0.02 99.47 [2021-03-21T00:55:55.555Z] 00:44:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-21T00:55:55.555Z] 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-21T00:55:55.555Z] 00:44:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-21T00:55:55.555Z] 00:45:01 all 0.12 0.00 0.06 0.01 0.00 99.81 [2021-03-21T00:55:55.555Z] 00:45:01 0 0.10 0.00 0.08 0.00 0.00 99.82 [2021-03-21T00:55:55.555Z] 00:45:01 1 0.10 0.00 0.03 0.02 0.00 99.85 [2021-03-21T00:55:55.555Z] 00:45:01 2 0.10 0.00 0.07 0.02 0.00 99.82 [2021-03-21T00:55:55.555Z] 00:45:01 3 0.18 0.00 0.07 0.00 0.00 99.75 [2021-03-21T00:55:55.555Z] 00:46:01 all 0.05 0.00 0.07 0.02 0.00 99.85 [2021-03-21T00:55:55.555Z] 00:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:46:01 1 0.05 0.00 0.13 0.08 0.00 99.73 [2021-03-21T00:55:55.555Z] 00:46:01 2 0.08 0.00 0.08 0.00 0.00 99.83 [2021-03-21T00:55:55.555Z] 00:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-21T00:55:55.555Z] 00:47:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-21T00:55:55.555Z] 00:47:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-21T00:55:55.555Z] 00:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-21T00:55:55.555Z] 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:48:01 all 0.01 0.00 0.03 0.00 0.00 99.96 [2021-03-21T00:55:55.555Z] 00:48:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2021-03-21T00:55:55.555Z] 00:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-21T00:55:55.555Z] 00:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:49:01 all 0.04 0.00 0.02 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:49:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:50:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2021-03-21T00:55:55.555Z] 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:51:01 all 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:51:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:51:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-03-21T00:55:55.555Z] 00:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:52:01 all 0.05 0.00 0.04 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:52:01 1 0.10 0.00 0.08 0.00 0.02 99.80 [2021-03-21T00:55:55.555Z] 00:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:53:01 all 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-21T00:55:55.555Z] 00:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:53:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-03-21T00:55:55.555Z] 00:53:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-21T00:55:55.555Z] 00:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] [2021-03-21T00:55:55.555Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2021-03-21T00:55:55.555Z] 00:54:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:54:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:55:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2021-03-21T00:55:55.555Z] 00:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-21T00:55:55.555Z] 00:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] 00:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-21T00:55:55.555Z] Average: all 13.19 0.00 6.61 3.50 0.24 76.47 [2021-03-21T00:55:55.555Z] Average: 0 13.17 0.00 6.66 3.60 0.22 76.35 [2021-03-21T00:55:55.555Z] Average: 1 13.18 0.00 6.51 3.45 0.25 76.60 [2021-03-21T00:55:55.555Z] Average: 2 13.28 0.00 6.67 3.46 0.25 76.34 [2021-03-21T00:55:55.555Z] Average: 3 13.13 0.00 6.59 3.47 0.23 76.57 [2021-03-21T00:55:55.555Z] [2021-03-21T00:55:55.555Z] [2021-03-21T00:55:55.555Z]