Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3+9479b0bd6fd5f506950cc10d210a264fbf845fb3 (3b11d9ffdc039bcab873a992ff1dae615983c3e1) 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-32536 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/53 [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/53 # 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 9479b0bd6fd5f506950cc10d210a264fbf845fb3 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 Merge succeeded, producing 41c67b8272bc3ee48d18e1342303fa752a9fc871 Checking out Revision 41c67b8272bc3ee48d18e1342303fa752a9fc871 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # 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 9479b0bd6fd5f506950cc10d210a264fbf845fb3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41c67b8272bc3ee48d18e1342303fa752a9fc871 # timeout=10 Commit message: "Merge commit '9479b0bd6fd5f506950cc10d210a264fbf845fb3' into HEAD" > git rev-list --no-walk 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-02T00:31:31.069Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-02T00:31:31.348Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-02T00:31:31.483Z] ========================================================= [2021-04-02T00:31:31.483Z] EdgeX Global Pipelines Version Info [2021-04-02T00:31:31.483Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:31:33.447Z] ------------------- [2021-04-02T00:31:33.447Z] stable info: [2021-04-02T00:31:33.447Z] ------------------- [2021-04-02T00:31:33.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-02T00:31:33.447Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-02T00:31:33.447Z] Message: update stable to v1.0.186 [2021-04-02T00:31:34.028Z] ------------------- [2021-04-02T00:31:34.028Z] experimental info: [2021-04-02T00:31:34.028Z] ------------------- [2021-04-02T00:31:34.028Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-02T00:31:34.028Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-02T00:31:34.028Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-02T00:31:34.315Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-02T00:31:34.414Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-02T00:31:34.493Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-02T00:31:34.573Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-02T00:31:34.664Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-02T00:31:34.746Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-02T00:31:34.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-02T00:31:34.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-02T00:31:35.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-02T00:31:35.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-02T00:31:35.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-02T00:31:35.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-02T00:31:35.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-02T00:31:35.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-02T00:31:35.543Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-02T00:31:35.619Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-02T00:31:35.698Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-02T00:31:35.778Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-02T00:31:35.862Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-02T00:31:35.951Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-02T00:31:36.028Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-02T00:31:36.103Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-02T00:31:36.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-02T00:31:36.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-02T00:31:36.341Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-02T00:31:36.458Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41c67b8272bc3ee48d18e1342303fa752a9fc871 [Pipeline] echo [2021-04-02T00:31:36.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41c67b8 [Pipeline] echo [2021-04-02T00:31:36.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T00:31:36.764Z] provisioning config files... [2021-04-02T00:31:36.792Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/53@tmp/config2827251206270731771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:31:37.143Z] ---> docker-login.sh [2021-04-02T00:31:37.143Z] nexus3.edgexfoundry.org:10001 [2021-04-02T00:31:37.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:31:37.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:31:37.667Z] Configure a credential helper to remove this warning. See [2021-04-02T00:31:37.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:31:37.667Z] [2021-04-02T00:31:37.667Z] Login Succeeded [2021-04-02T00:31:37.667Z] nexus3.edgexfoundry.org:10002 [2021-04-02T00:31:37.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:31:37.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:31:37.667Z] Configure a credential helper to remove this warning. See [2021-04-02T00:31:37.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:31:37.667Z] [2021-04-02T00:31:37.667Z] Login Succeeded [2021-04-02T00:31:37.667Z] nexus3.edgexfoundry.org:10003 [2021-04-02T00:31:37.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:31:37.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:31:37.929Z] Configure a credential helper to remove this warning. See [2021-04-02T00:31:37.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:31:37.929Z] [2021-04-02T00:31:37.929Z] Login Succeeded [2021-04-02T00:31:37.929Z] nexus3.edgexfoundry.org:10004 [2021-04-02T00:31:38.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:31:38.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:31:38.193Z] Configure a credential helper to remove this warning. See [2021-04-02T00:31:38.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:31:38.193Z] [2021-04-02T00:31:38.193Z] Login Succeeded [2021-04-02T00:31:38.193Z] docker.io [2021-04-02T00:31:38.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:31:38.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:31:38.456Z] Configure a credential helper to remove this warning. See [2021-04-02T00:31:38.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:31:38.456Z] [2021-04-02T00:31:38.456Z] Login Succeeded [2021-04-02T00:31:38.456Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T00:31:38.465Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-02T00:31:38.921Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/core-command/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/core-data/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-02T00:31:38.921Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-02T00:31:38.921Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-02T00:31:38.921Z] ++ cut -d/ -f2 [2021-04-02T00:31:38.921Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-02T00:31:38.996Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:31:39.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T00:31:39.819Z] [2021-04-02T00:31:39.819Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:31:40.164Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T00:31:40.164Z] latest: Pulling from edgex-devops/git-semver [2021-04-02T00:31:40.164Z] 31603596830f: Pulling fs layer [2021-04-02T00:31:40.164Z] 2a8b12db71e7: Pulling fs layer [2021-04-02T00:31:40.164Z] 6ca5941a6612: Pulling fs layer [2021-04-02T00:31:40.164Z] ecc8261a40a4: Pulling fs layer [2021-04-02T00:31:40.164Z] ecc8261a40a4: Waiting [2021-04-02T00:31:40.164Z] 2a8b12db71e7: Verifying Checksum [2021-04-02T00:31:40.164Z] 2a8b12db71e7: Download complete [2021-04-02T00:31:40.164Z] 31603596830f: Verifying Checksum [2021-04-02T00:31:40.164Z] 31603596830f: Download complete [2021-04-02T00:31:40.440Z] ecc8261a40a4: Verifying Checksum [2021-04-02T00:31:40.440Z] ecc8261a40a4: Download complete [2021-04-02T00:31:40.440Z] 6ca5941a6612: Verifying Checksum [2021-04-02T00:31:40.440Z] 6ca5941a6612: Download complete [2021-04-02T00:31:40.705Z] 31603596830f: Pull complete [2021-04-02T00:31:40.970Z] 2a8b12db71e7: Pull complete [2021-04-02T00:31:41.924Z] 6ca5941a6612: Pull complete [2021-04-02T00:31:41.924Z] ecc8261a40a4: Pull complete [2021-04-02T00:31:41.924Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-02T00:31:41.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T00:31:41.924Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-02T00:31:42.082Z] prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container [2021-04-02T00:31:42.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-02T00:31:44.899Z] $ docker top c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-02T00:31:45.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T00:31:45.201Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T00:31:45.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T00:31:45.447Z] $ docker exec c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent [2021-04-02T00:31:45.617Z] SSH_AUTH_SOCK=/tmp/ssh-I8NWpLUmpLWi/agent.13 [2021-04-02T00:31:45.617Z] SSH_AGENT_PID=19 [2021-04-02T00:31:45.633Z] Running ssh-add (command line suppressed) [2021-04-02T00:31:45.759Z] Identity added: /w/workspace/edgex-go/53@tmp/private_key_3606255738574254933.key (/w/workspace/edgex-go/53@tmp/private_key_3606255738574254933.key) [2021-04-02T00:31:45.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T00:31:46.161Z] + git tag --points-at HEAD [Pipeline] } [2021-04-02T00:31:46.187Z] $ docker exec --env ******** --env ******** c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent -k [2021-04-02T00:31:46.303Z] unset SSH_AUTH_SOCK; [2021-04-02T00:31:46.304Z] unset SSH_AGENT_PID; [2021-04-02T00:31:46.304Z] echo Agent pid 19 killed; [2021-04-02T00:31:46.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-02T00:31:46.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T00:31:46.488Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T00:31:46.664Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T00:31:46.664Z] $ docker exec c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent [2021-04-02T00:31:46.830Z] SSH_AUTH_SOCK=/tmp/ssh-HiukXj5k8JfL/agent.49 [2021-04-02T00:31:46.830Z] SSH_AGENT_PID=54 [2021-04-02T00:31:46.837Z] Running ssh-add (command line suppressed) [2021-04-02T00:31:46.957Z] Identity added: /w/workspace/edgex-go/53@tmp/private_key_668286892794001040.key (/w/workspace/edgex-go/53@tmp/private_key_668286892794001040.key) [2021-04-02T00:31:47.015Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T00:31:47.347Z] + git semver init [2021-04-02T00:31:47.347Z] # -> Open(): unable to determine branch for HEAD [2021-04-02T00:31:47.347Z] # $GIT_DIR = /w/workspace/edgex-go/53/.git [2021-04-02T00:31:47.347Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/53 [2021-04-02T00:31:47.347Z] # $SEMVER_REMOTE_NAME = origin [2021-04-02T00:31:47.347Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-02T00:31:47.347Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-02T00:31:47.347Z] # $SEMVER_BRANCH = PR-3234 [2021-04-02T00:31:47.347Z] # $SEMVER_TEMP = /tmp/semver-324533305 [2021-04-02T00:31:47.347Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-02T00:32:09.387Z] # '/tmp/semver-324533305' -> '/w/workspace/edgex-go/53/.semver' [2021-04-02T00:32:10.339Z] # -> Force: false [2021-04-02T00:32:10.339Z] # $SEMVER_DIR = /w/workspace/edgex-go/53/.semver [Pipeline] } [2021-04-02T00:32:10.348Z] $ docker exec --env ******** --env ******** c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 ssh-agent -k [2021-04-02T00:32:10.576Z] unset SSH_AUTH_SOCK; [2021-04-02T00:32:10.577Z] unset SSH_AGENT_PID; [2021-04-02T00:32:10.577Z] echo Agent pid 54 killed; [2021-04-02T00:32:10.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-02T00:32:11.194Z] + git semver [Pipeline] } [2021-04-02T00:32:11.209Z] $ docker stop --time=1 c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 [2021-04-02T00:32:12.757Z] $ docker rm -f c5aa59d047fda824af1db1730a461fd1da88c232e31c4776421978ed3088dac1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T00:32:13.285Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-02T00:32:13.873Z] Stashed 1 file(s) [Pipeline] echo [2021-04-02T00:32:13.876Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T00:32:14.733Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-02T00:32:15.035Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T00:32:15.339Z] + sudo service docker restart [2021-04-02T00:32:15.339Z] + true [2021-04-02T00:32:15.339Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-02T00:32:15.951Z] ========================================================= [2021-04-02T00:32:15.951Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-02T00:32:15.951Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:32:16.302Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-02T00:32:20.569Z] Sending build context to Docker daemon 329.2MB [2021-04-02T00:32:20.569Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T00:32:20.569Z] Step 2/6 : FROM ${BASE} [2021-04-02T00:32:20.569Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-02T00:32:20.569Z] 188c0c94c7c5: Pulling fs layer [2021-04-02T00:32:20.569Z] 0ef7d3d256c8: Pulling fs layer [2021-04-02T00:32:20.569Z] de9db76c5a1d: Pulling fs layer [2021-04-02T00:32:20.569Z] bca2f99d35d6: Pulling fs layer [2021-04-02T00:32:20.569Z] 93359f2a8cfa: Pulling fs layer [2021-04-02T00:32:20.569Z] 7c6f9722023f: Pulling fs layer [2021-04-02T00:32:20.569Z] a35cf1a2eb13: Pulling fs layer [2021-04-02T00:32:20.569Z] 93359f2a8cfa: Waiting [2021-04-02T00:32:20.569Z] 7c6f9722023f: Waiting [2021-04-02T00:32:20.569Z] a35cf1a2eb13: Waiting [2021-04-02T00:32:20.569Z] bca2f99d35d6: Waiting [2021-04-02T00:32:20.569Z] de9db76c5a1d: Verifying Checksum [2021-04-02T00:32:20.569Z] de9db76c5a1d: Download complete [2021-04-02T00:32:20.569Z] 0ef7d3d256c8: Verifying Checksum [2021-04-02T00:32:20.569Z] 0ef7d3d256c8: Download complete [2021-04-02T00:32:20.569Z] 93359f2a8cfa: Verifying Checksum [2021-04-02T00:32:20.569Z] 93359f2a8cfa: Download complete [2021-04-02T00:32:20.569Z] 188c0c94c7c5: Verifying Checksum [2021-04-02T00:32:20.569Z] 7c6f9722023f: Verifying Checksum [2021-04-02T00:32:20.569Z] 7c6f9722023f: Download complete [2021-04-02T00:32:20.840Z] 188c0c94c7c5: Pull complete [2021-04-02T00:32:20.840Z] 0ef7d3d256c8: Pull complete [2021-04-02T00:32:21.104Z] de9db76c5a1d: Pull complete [2021-04-02T00:32:22.528Z] a35cf1a2eb13: Verifying Checksum [2021-04-02T00:32:22.528Z] a35cf1a2eb13: Download complete [2021-04-02T00:32:23.104Z] bca2f99d35d6: Verifying Checksum [2021-04-02T00:32:23.104Z] bca2f99d35d6: Download complete [2021-04-02T00:32:29.223Z] Still waiting to schedule task [2021-04-02T00:32:29.223Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-02T00:32:29.742Z] bca2f99d35d6: Pull complete [2021-04-02T00:32:29.742Z] 93359f2a8cfa: Pull complete [2021-04-02T00:32:29.742Z] 7c6f9722023f: Pull complete [2021-04-02T00:32:33.990Z] a35cf1a2eb13: Pull complete [2021-04-02T00:32:33.990Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-02T00:32:33.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-02T00:32:33.990Z] ---> a62c8e92a672 [2021-04-02T00:32:33.990Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-02T00:32:34.254Z] ---> Running in e73426997603 [2021-04-02T00:32:34.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:32:35.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:32:36.730Z] (1/12) Installing libmagic (5.38-r0) [2021-04-02T00:32:36.730Z] (2/12) Installing file (5.38-r0) [2021-04-02T00:32:36.998Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-02T00:32:36.998Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-02T00:32:40.316Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-02T00:32:40.579Z] (6/12) Installing patch (2.7.6-r6) [2021-04-02T00:32:40.579Z] (7/12) Installing build-base (0.5-r2) [2021-04-02T00:32:40.842Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-02T00:32:40.842Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-02T00:32:40.842Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-02T00:32:41.105Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-02T00:32:41.105Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-02T00:32:41.105Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:32:41.105Z] OK: 233 MiB in 51 packages [2021-04-02T00:32:45.348Z] Removing intermediate container e73426997603 [2021-04-02T00:32:45.348Z] ---> d4a5d02a71ec [2021-04-02T00:32:45.348Z] Step 4/6 : WORKDIR /edgex-go [2021-04-02T00:32:45.348Z] ---> Running in 391c5beaef0b [2021-04-02T00:32:45.348Z] Removing intermediate container 391c5beaef0b [2021-04-02T00:32:45.348Z] ---> 89f0e3e2825d [2021-04-02T00:32:45.348Z] Step 5/6 : COPY go.mod . [2021-04-02T00:32:45.348Z] ---> ae4babe9e769 [2021-04-02T00:32:45.348Z] Step 6/6 : RUN go mod download [2021-04-02T00:32:45.348Z] ---> Running in 3eff019fbab6 [2021-04-02T00:33:12.001Z] Removing intermediate container 3eff019fbab6 [2021-04-02T00:33:12.001Z] ---> 6abf2490e225 [2021-04-02T00:33:12.001Z] Successfully built 6abf2490e225 [2021-04-02T00:33:12.001Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:33:12.317Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T00:33:12.317Z] . [Pipeline] withDockerContainer [2021-04-02T00:33:12.431Z] prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container [2021-04-02T00:33:12.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-02T00:33:13.522Z] $ docker top 822606e0c9c277d9644a0c9c5eacc39d7af0079b733935d42c09f64413c0eb79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:33:14.055Z] + go version [2021-04-02T00:33:14.056Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-02T00:33:14.069Z] $ docker stop --time=1 822606e0c9c277d9644a0c9c5eacc39d7af0079b733935d42c09f64413c0eb79 [2021-04-02T00:33:15.497Z] $ docker rm -f 822606e0c9c277d9644a0c9c5eacc39d7af0079b733935d42c09f64413c0eb79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:33:16.321Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T00:33:16.321Z] . [Pipeline] withDockerContainer [2021-04-02T00:33:16.427Z] prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container [2021-04-02T00:33:16.476Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-02T00:33:17.249Z] $ docker top bff2dc36d8f773dd4236d4a841d501752df829529c79ea098f59045f38fef57a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-02T00:33:17.468Z] ========================================================= [2021-04-02T00:33:17.468Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-02T00:33:17.468Z] ========================================================= [Pipeline] sh [2021-04-02T00:33:17.763Z] + make test [2021-04-02T00:33:17.763Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-02T00:33:27.869Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-02T00:33:50.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-02T00:33:50.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-02T00:33:52.865Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-02T00:33:52.865Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-02T00:33:53.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-02T00:33:53.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-02T00:33:53.833Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-02T00:33:54.105Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-02T00:33:54.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-02T00:33:55.659Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-02T00:33:57.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-02T00:33:57.610Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-02T00:33:57.610Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-02T00:34:00.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 45.9% of statements [2021-04-02T00:34:00.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-02T00:34:00.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-02T00:34:00.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-02T00:34:00.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-02T00:34:00.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-02T00:34:00.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-02T00:34:00.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-04-02T00:34:00.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements [2021-04-02T00:34:04.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-02T00:34:04.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-02T00:34:04.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-02T00:34:04.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-02T00:34:04.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements [2021-04-02T00:34:04.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-02T00:34:04.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-02T00:34:04.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.210s coverage: 82.9% of statements [2021-04-02T00:34:04.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-02T00:34:04.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:34:04.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.066s coverage: 78.9% of statements [2021-04-02T00:34:04.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-02T00:34:08.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-02T00:34:08.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-02T00:34:08.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-02T00:34:08.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-02T00:34:08.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-02T00:34:08.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-02T00:34:08.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-02T00:34:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.334s coverage: 92.8% of statements [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-02T00:34:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-02T00:34:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 1.0% of statements [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-02T00:34:10.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-02T00:34:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-04-02T00:34:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements [2021-04-02T00:34:10.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-04-02T00:34:10.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-04-02T00:34:10.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-04-02T00:34:23.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-04-02T00:34:23.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-02T00:34:25.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.229s coverage: 81.5% of statements [2021-04-02T00:34:25.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-02T00:34:25.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.044s coverage: 87.1% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 64.4% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.345s coverage: 69.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.110s coverage: 95.6% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-02T00:34:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-04-02T00:34:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-04-02T00:34:35.864Z] GO111MODULE=on go vet ./... [2021-04-02T00:35:02.584Z] gofmt -l . [2021-04-02T00:35:02.584Z] [ "`gofmt -l .`" = "" ] [2021-04-02T00:35:03.157Z] ./bin/test-go-mod-tidy.sh [2021-04-02T00:35:03.734Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-02T00:35:04.623Z] + ls -al . [2021-04-02T00:35:04.623Z] total 796 [2021-04-02T00:35:04.623Z] drwxrwxr-x 10 1001 1001 4096 Apr 2 00:35 . [2021-04-02T00:35:04.623Z] drwxr-xr-x 4 root root 30 Apr 2 00:33 .. [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 11 Apr 2 00:31 .dockerignore [2021-04-02T00:35:04.623Z] drwxrwxr-x 8 1001 1001 179 Apr 2 00:31 .git [2021-04-02T00:35:04.623Z] drwxrwxr-x 3 1001 1001 125 Apr 2 00:31 .github [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 818 Apr 2 00:31 .gitignore [2021-04-02T00:35:04.623Z] drwx------ 3 1001 1001 60 Apr 2 00:32 .semver [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 166 Apr 2 00:31 .sonarcloud.properties [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 8607 Apr 2 00:31 Attribution.txt [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 3804 Apr 2 00:31 CONTRIBUTING.md [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 931 Apr 2 00:31 Dockerfile.build [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 863 Apr 2 00:31 Jenkinsfile [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 10775 Apr 2 00:31 LICENSE [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 5774 Apr 2 00:31 Makefile [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 6548 Apr 2 00:31 README.md [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 6755 Apr 2 00:31 SECURITY.md [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 5 Apr 2 00:32 VERSION [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 4131 Apr 2 00:31 ZMQWindows.md [2021-04-02T00:35:04.623Z] drwxrwxr-x 2 1001 1001 117 Apr 2 00:31 bin [2021-04-02T00:35:04.623Z] drwxrwxr-x 14 1001 1001 4096 Apr 2 00:31 cmd [2021-04-02T00:35:04.623Z] -rw-r--r-- 1 root root 686581 Apr 2 00:34 coverage.out [2021-04-02T00:35:04.623Z] -rw-r--r-- 1 root root 1057 Apr 2 00:35 go.mod [2021-04-02T00:35:04.623Z] -rw-r--r-- 1 root root 22362 Apr 2 00:35 go.sum [2021-04-02T00:35:04.623Z] drwxrwxr-x 8 1001 1001 127 Apr 2 00:31 internal [2021-04-02T00:35:04.623Z] drwxrwxr-x 4 1001 1001 26 Apr 2 00:31 openapi [2021-04-02T00:35:04.623Z] drwxrwxr-x 4 1001 1001 71 Apr 2 00:31 snap [2021-04-02T00:35:04.623Z] -rw-rw-r-- 1 1001 1001 168 Apr 2 00:31 version.go [Pipeline] sh [2021-04-02T00:35:04.924Z] + '[' -e coverage.out ] [2021-04-02T00:35:04.924Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-02T00:35:05.138Z] Stashed 1 file(s) [Pipeline] sh [2021-04-02T00:35:05.436Z] + make build [2021-04-02T00:35:05.436Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-02T00:35:09.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-02T00:35:17.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-02T00:35:18.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-02T00:35:20.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-02T00:35:20.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-02T00:35:22.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-02T00:35:23.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-02T00:35:25.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-02T00:35:26.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-02T00:35:27.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-02T00:35:28.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-02T00:35:30.419Z] $ docker stop --time=1 bff2dc36d8f773dd4236d4a841d501752df829529c79ea098f59045f38fef57a [2021-04-02T00:35:32.153Z] $ docker rm -f bff2dc36d8f773dd4236d4a841d501752df829529c79ea098f59045f38fef57a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-02T00:35:34.437Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32541 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-02T00:35:35.764Z] Running in /w/workspace/edgex-go/53 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:35:36.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-02T00:35:36.149Z] [2021-04-02T00:35:36.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:35:36.528Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-02T00:35:36.528Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-02T00:35:36.528Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-02T00:35:36.528Z] ca9280d653b3: Pulling fs layer [2021-04-02T00:35:36.528Z] 7e9c9ca2126c: Pulling fs layer [2021-04-02T00:35:36.800Z] cbdbe7a5bc2a: Download complete [2021-04-02T00:35:37.073Z] cbdbe7a5bc2a: Pull complete [2021-04-02T00:35:37.351Z] ca9280d653b3: Verifying Checksum [2021-04-02T00:35:37.351Z] ca9280d653b3: Download complete [2021-04-02T00:35:38.312Z] ca9280d653b3: Pull complete [2021-04-02T00:35:38.312Z] 7e9c9ca2126c: Verifying Checksum [2021-04-02T00:35:38.312Z] 7e9c9ca2126c: Download complete [2021-04-02T00:35:40.714Z] using credential edgex-jenkins-ssh [2021-04-02T00:35:40.813Z] Cloning the remote Git repository [2021-04-02T00:35:40.863Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-02T00:35:40.982Z] > git init /w/workspace/edgex-go/53 # timeout=10 [2021-04-02T00:35:41.048Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-02T00:35:41.048Z] > git --version # timeout=10 [2021-04-02T00:35:41.065Z] > git --version # 'git version 2.17.1' [2021-04-02T00:35:41.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:35:41.129Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:35:44.927Z] 7e9c9ca2126c: Pull complete [2021-04-02T00:35:44.927Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-02T00:35:44.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-02T00:35:44.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-02T00:35:45.114Z] prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container [2021-04-02T00:35:45.233Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-02T00:35:47.148Z] $ docker top 6a49f395b8c8859b59964bd706a97ff7be043649b7f96d359d7bd48d53b494e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:35:47.715Z] + docker-compose build --help [2021-04-02T00:35:47.715Z] + grep parallel [2021-04-02T00:35:48.670Z] --parallel Build images in parallel. [Pipeline] } [2021-04-02T00:35:48.680Z] $ docker stop --time=1 6a49f395b8c8859b59964bd706a97ff7be043649b7f96d359d7bd48d53b494e2 [2021-04-02T00:35:50.965Z] $ docker rm -f 6a49f395b8c8859b59964bd706a97ff7be043649b7f96d359d7bd48d53b494e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:35:51.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-02T00:35:51.599Z] . [Pipeline] withDockerContainer [2021-04-02T00:35:51.696Z] prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container [2021-04-02T00:35:51.742Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-02T00:35:52.479Z] $ docker top 936ccc080ce2fa8bfc03cec9e0d6d3200606770957c31b4692b4da63eb48b36c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:35:52.941Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-02T00:35:53.893Z] Building docker-core-command-go ... [2021-04-02T00:35:53.893Z] Building docker-core-data-go ... [2021-04-02T00:35:53.893Z] Building docker-core-metadata-go ... [2021-04-02T00:35:53.893Z] Building docker-security-bootstrapper-go ... [2021-04-02T00:35:53.893Z] Building docker-security-proxy-setup-go ... [2021-04-02T00:35:53.893Z] Building docker-security-secretstore-setup-go ... [2021-04-02T00:35:53.893Z] Building docker-support-notifications-go ... [2021-04-02T00:35:53.893Z] Building docker-support-scheduler-go ... [2021-04-02T00:35:53.893Z] Building docker-sys-mgmt-agent-go ... [2021-04-02T00:35:53.893Z] Building docker-security-secretstore-setup-go [2021-04-02T00:35:53.893Z] Building docker-core-command-go [2021-04-02T00:35:53.893Z] Building docker-support-notifications-go [2021-04-02T00:35:53.893Z] Building docker-support-scheduler-go [2021-04-02T00:35:53.893Z] Building docker-security-bootstrapper-go [2021-04-02T00:35:57.431Z] Merging remotes/origin/master commit 9479b0bd6fd5f506950cc10d210a264fbf845fb3 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-04-02T00:35:56.572Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-02T00:35:56.591Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:35:56.662Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-02T00:35:56.708Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-02T00:35:56.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:35:56.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T00:35:57.444Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:35:57.459Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-04-02T00:35:57.760Z] > git remote # timeout=10 [2021-04-02T00:35:57.775Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T00:35:57.787Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:35:57.796Z] > git merge 9479b0bd6fd5f506950cc10d210a264fbf845fb3 # timeout=10 [2021-04-02T00:35:58.099Z] Merge succeeded, producing 2c470540df34fecea36a5fdc264529cb653d5ec0 [2021-04-02T00:35:58.100Z] Checking out Revision 2c470540df34fecea36a5fdc264529cb653d5ec0 (PR-3234) [2021-04-02T00:35:58.076Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T00:35:58.103Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:35:58.116Z] > git checkout -f 2c470540df34fecea36a5fdc264529cb653d5ec0 # timeout=10 [2021-04-02T00:36:02.433Z] Commit message: "Merge commit '9479b0bd6fd5f506950cc10d210a264fbf845fb3' into HEAD" [2021-04-02T00:36:02.437Z] > git rev-list --no-walk 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T00:36:04.111Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-02T00:36:04.515Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T00:36:04.853Z] + + truesudo [2021-04-02T00:36:04.853Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T00:36:06.912Z] provisioning config files... [2021-04-02T00:36:06.954Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/53@tmp/config6272463397045909934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:36:07.364Z] ---> docker-login.sh [2021-04-02T00:36:07.364Z] nexus3.edgexfoundry.org:10001 [2021-04-02T00:36:08.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:36:08.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:36:08.620Z] Configure a credential helper to remove this warning. See [2021-04-02T00:36:08.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:36:08.620Z] [2021-04-02T00:36:08.620Z] Login Succeeded [2021-04-02T00:36:08.620Z] nexus3.edgexfoundry.org:10002 [2021-04-02T00:36:08.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:36:09.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:36:09.172Z] Configure a credential helper to remove this warning. See [2021-04-02T00:36:09.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:36:09.172Z] [2021-04-02T00:36:09.172Z] Login Succeeded [2021-04-02T00:36:09.172Z] nexus3.edgexfoundry.org:10003 [2021-04-02T00:36:09.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:36:09.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:36:09.718Z] Configure a credential helper to remove this warning. See [2021-04-02T00:36:09.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:36:09.718Z] [2021-04-02T00:36:09.718Z] Login Succeeded [2021-04-02T00:36:09.718Z] nexus3.edgexfoundry.org:10004 [2021-04-02T00:36:09.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:36:10.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:36:10.266Z] Configure a credential helper to remove this warning. See [2021-04-02T00:36:10.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:36:10.266Z] [2021-04-02T00:36:10.266Z] Login Succeeded [2021-04-02T00:36:10.266Z] docker.io [2021-04-02T00:36:10.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:36:11.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:36:11.157Z] Configure a credential helper to remove this warning. See [2021-04-02T00:36:11.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:36:11.157Z] [2021-04-02T00:36:11.157Z] Login Succeeded [2021-04-02T00:36:11.157Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T00:36:11.174Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-02T00:36:11.635Z] ========================================================= [2021-04-02T00:36:11.635Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-02T00:36:11.635Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:36:12.030Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-02T00:36:14.676Z] Sending build context to Docker daemon 167.1MB [2021-04-02T00:36:14.676Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T00:36:14.676Z] Step 2/6 : FROM ${BASE} [2021-04-02T00:36:14.676Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-02T00:36:14.676Z] 5f621e34cdf4: Pulling fs layer [2021-04-02T00:36:14.676Z] a4357932f1b6: Pulling fs layer [2021-04-02T00:36:14.676Z] 18c013af1878: Pulling fs layer [2021-04-02T00:36:14.676Z] 00ac8860ef70: Pulling fs layer [2021-04-02T00:36:14.676Z] 63d7cb157983: Pulling fs layer [2021-04-02T00:36:14.676Z] b116817d02f9: Pulling fs layer [2021-04-02T00:36:14.676Z] 745a02a5169b: Pulling fs layer [2021-04-02T00:36:14.676Z] 00ac8860ef70: Waiting [2021-04-02T00:36:14.676Z] 63d7cb157983: Waiting [2021-04-02T00:36:14.676Z] 745a02a5169b: Waiting [2021-04-02T00:36:14.676Z] b116817d02f9: Waiting [2021-04-02T00:36:14.676Z] 18c013af1878: Verifying Checksum [2021-04-02T00:36:14.676Z] 18c013af1878: Download complete [2021-04-02T00:36:14.676Z] a4357932f1b6: Download complete [2021-04-02T00:36:14.676Z] 63d7cb157983: Download complete [2021-04-02T00:36:14.676Z] 5f621e34cdf4: Verifying Checksum [2021-04-02T00:36:14.676Z] 5f621e34cdf4: Download complete [2021-04-02T00:36:14.676Z] b116817d02f9: Verifying Checksum [2021-04-02T00:36:14.676Z] b116817d02f9: Download complete [2021-04-02T00:36:15.276Z] 5f621e34cdf4: Pull complete [2021-04-02T00:36:15.888Z] a4357932f1b6: Pull complete [2021-04-02T00:36:16.492Z] 18c013af1878: Pull complete [2021-04-02T00:36:17.093Z] 745a02a5169b: Download complete [2021-04-02T00:36:18.536Z] 00ac8860ef70: Verifying Checksum [2021-04-02T00:36:18.536Z] 00ac8860ef70: Download complete [2021-04-02T00:36:26.125Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:36:26.125Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:36:26.125Z] ---> 6abf2490e225 [2021-04-02T00:36:26.125Z] Step 3/24 : WORKDIR /edgex-go [2021-04-02T00:36:26.125Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:36:26.125Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:36:26.125Z] ---> 6abf2490e225 [2021-04-02T00:36:26.125Z] Step 3/22 : WORKDIR /edgex-go [2021-04-02T00:36:26.125Z] ---> Running in 78a904bfc0ca [2021-04-02T00:36:26.125Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:36:26.125Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:36:26.125Z] ---> 6abf2490e225 [2021-04-02T00:36:26.125Z] Step 3/23 : WORKDIR /edgex-go [2021-04-02T00:36:26.125Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:36:26.125Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:36:26.125Z] ---> 6abf2490e225 [2021-04-02T00:36:26.125Z] Step 3/22 : WORKDIR /edgex-go [2021-04-02T00:36:26.125Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:36:26.125Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:36:26.125Z] ---> 6abf2490e225 [2021-04-02T00:36:26.125Z] Step 3/31 : WORKDIR /edgex-go [2021-04-02T00:36:27.091Z] ---> Running in 6c28405a619e [2021-04-02T00:36:27.091Z] ---> Running in f82a7a4a2706 [2021-04-02T00:36:27.091Z] ---> Running in 45096a5d1a4c [2021-04-02T00:36:27.091Z] ---> Running in 6b4af1d90755 [2021-04-02T00:36:27.360Z] Removing intermediate container 78a904bfc0ca [2021-04-02T00:36:27.360Z] ---> 6d1b26cc9fbc [2021-04-02T00:36:27.360Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:36:27.630Z] Removing intermediate container 45096a5d1a4c [2021-04-02T00:36:27.630Z] ---> 51521322f552 [2021-04-02T00:36:27.630Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:36:27.630Z] Removing intermediate container 6c28405a619e [2021-04-02T00:36:27.630Z] ---> 5e0f52cfd40b [2021-04-02T00:36:27.630Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:36:27.630Z] Removing intermediate container f82a7a4a2706 [2021-04-02T00:36:27.630Z] ---> dbc8b56ebbf0 [2021-04-02T00:36:27.630Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:36:27.630Z] Removing intermediate container 6b4af1d90755 [2021-04-02T00:36:27.630Z] ---> eda3806a0061 [2021-04-02T00:36:27.630Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:36:27.630Z] ---> Running in 8601ac307677 [2021-04-02T00:36:27.630Z] ---> Running in 32dfeaf6aaa5 [2021-04-02T00:36:27.630Z] ---> Running in ff9cc03989df [2021-04-02T00:36:27.897Z] ---> Running in 6bb62ac0af52 [2021-04-02T00:36:27.897Z] ---> Running in dcb121890536 [2021-04-02T00:36:28.704Z] 00ac8860ef70: Pull complete [2021-04-02T00:36:29.298Z] 63d7cb157983: Pull complete [2021-04-02T00:36:29.298Z] b116817d02f9: Pull complete [2021-04-02T00:36:29.833Z] Removing intermediate container 8601ac307677 [2021-04-02T00:36:29.833Z] ---> 676252faef14 [2021-04-02T00:36:29.833Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-02T00:36:29.833Z] ---> Running in cad4bfd09511 [2021-04-02T00:36:29.833Z] Removing intermediate container 32dfeaf6aaa5 [2021-04-02T00:36:29.833Z] ---> d1397282abd1 [2021-04-02T00:36:29.833Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-02T00:36:29.833Z] ---> Running in a5614b63467f [2021-04-02T00:36:30.099Z] Removing intermediate container ff9cc03989df [2021-04-02T00:36:30.099Z] ---> f9080369adc2 [2021-04-02T00:36:30.099Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-02T00:36:30.363Z] ---> Running in c81315fa03ca [2021-04-02T00:36:30.363Z] Removing intermediate container dcb121890536 [2021-04-02T00:36:30.363Z] ---> 9e17e059f1d7 [2021-04-02T00:36:30.363Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-02T00:36:30.631Z] Removing intermediate container 6bb62ac0af52 [2021-04-02T00:36:30.631Z] ---> dfcdf9b7bf12 [2021-04-02T00:36:30.631Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-02T00:36:30.910Z] ---> Running in 5fdc2f894ced [2021-04-02T00:36:30.910Z] ---> Running in ab4702b5334e [2021-04-02T00:36:31.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:31.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:32.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:32.243Z] OK: 233 MiB in 51 packages [2021-04-02T00:36:32.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:36:32.505Z] OK: 233 MiB in 51 packages [2021-04-02T00:36:32.505Z] OK: 233 MiB in 51 packages [2021-04-02T00:36:32.707Z] 745a02a5169b: Pull complete [2021-04-02T00:36:32.707Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-02T00:36:32.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-02T00:36:32.707Z] ---> b7e6874047d6 [2021-04-02T00:36:32.707Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-02T00:36:32.771Z] OK: 233 MiB in 51 packages [2021-04-02T00:36:32.772Z] Removing intermediate container cad4bfd09511 [2021-04-02T00:36:32.772Z] ---> 78873f0586b5 [2021-04-02T00:36:32.772Z] Step 6/22 : COPY go.mod . [2021-04-02T00:36:33.034Z] OK: 233 MiB in 51 packages [2021-04-02T00:36:33.303Z] Removing intermediate container c81315fa03ca [2021-04-02T00:36:33.303Z] ---> 0b2bec2523cc [2021-04-02T00:36:33.303Z] Step 6/24 : COPY go.mod . [2021-04-02T00:36:33.303Z] ---> e00fde7c9613 [2021-04-02T00:36:33.303Z] Step 7/22 : RUN go mod download [2021-04-02T00:36:33.576Z] Removing intermediate container a5614b63467f [2021-04-02T00:36:33.576Z] ---> ba936cf93004 [2021-04-02T00:36:33.576Z] Step 6/31 : COPY go.mod . [2021-04-02T00:36:33.576Z] ---> Running in e74d2abedbc4 [2021-04-02T00:36:33.851Z] ---> 651963caa9f6 [2021-04-02T00:36:33.851Z] Step 7/24 : RUN go mod download [2021-04-02T00:36:33.851Z] Removing intermediate container 5fdc2f894ced [2021-04-02T00:36:33.851Z] ---> 10c56eb31a85 [2021-04-02T00:36:33.851Z] Step 6/23 : COPY go.mod . [2021-04-02T00:36:34.113Z] ---> Running in 58328da2032b [2021-04-02T00:36:34.113Z] ---> 009c8ab02f4f [2021-04-02T00:36:34.113Z] Step 7/31 : RUN go mod download [2021-04-02T00:36:34.376Z] Removing intermediate container ab4702b5334e [2021-04-02T00:36:34.376Z] ---> 3270f6b0a08d [2021-04-02T00:36:34.376Z] Step 6/22 : COPY go.mod . [2021-04-02T00:36:34.641Z] ---> Running in 56f7bbbcc8d1 [2021-04-02T00:36:34.641Z] ---> 3b63019df713 [2021-04-02T00:36:34.641Z] Step 7/23 : RUN go mod download [2021-04-02T00:36:34.913Z] ---> Running in 116c91b8d177 [2021-04-02T00:36:34.913Z] ---> cf58bf6d638b [2021-04-02T00:36:34.913Z] Step 7/22 : RUN go mod download [2021-04-02T00:36:35.191Z] ---> Running in 620b6c4cbe34 [2021-04-02T00:36:36.132Z] ---> Running in d3b4ece7fea5 [2021-04-02T00:36:36.164Z] Removing intermediate container e74d2abedbc4 [2021-04-02T00:36:36.164Z] ---> cd185f7ebc9d [2021-04-02T00:36:36.164Z] Step 8/22 : COPY . . [2021-04-02T00:36:36.164Z] Removing intermediate container 58328da2032b [2021-04-02T00:36:36.164Z] ---> 18ff5cd90775 [2021-04-02T00:36:36.164Z] Step 8/24 : COPY . . [2021-04-02T00:36:37.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:36:38.096Z] Removing intermediate container 56f7bbbcc8d1 [2021-04-02T00:36:38.096Z] ---> 59b4cef401c5 [2021-04-02T00:36:38.096Z] Step 8/31 : COPY . . [2021-04-02T00:36:38.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:36:39.136Z] (1/12) Installing libmagic (5.38-r0) [2021-04-02T00:36:39.409Z] (2/12) Installing file (5.38-r0) [2021-04-02T00:36:39.409Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-02T00:36:39.683Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-02T00:36:43.978Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-02T00:36:43.978Z] (6/12) Installing patch (2.7.6-r6) [2021-04-02T00:36:43.978Z] (7/12) Installing build-base (0.5-r2) [2021-04-02T00:36:43.978Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-02T00:36:43.978Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-02T00:36:43.978Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-02T00:36:43.978Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-02T00:36:43.978Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-02T00:36:43.978Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:36:43.978Z] OK: 217 MiB in 51 packages [2021-04-02T00:36:44.745Z] Removing intermediate container 116c91b8d177 [2021-04-02T00:36:44.745Z] ---> 777510b44bc4 [2021-04-02T00:36:44.745Z] Step 8/23 : COPY . . [2021-04-02T00:36:44.745Z] Removing intermediate container 620b6c4cbe34 [2021-04-02T00:36:44.745Z] ---> 3c796c4d5769 [2021-04-02T00:36:44.745Z] Step 8/22 : COPY . . [2021-04-02T00:36:48.280Z] Removing intermediate container d3b4ece7fea5 [2021-04-02T00:36:48.280Z] ---> a48de6ad14f8 [2021-04-02T00:36:48.280Z] Step 4/6 : WORKDIR /edgex-go [2021-04-02T00:36:48.280Z] ---> Running in cfecf220f70f [2021-04-02T00:36:48.554Z] Removing intermediate container cfecf220f70f [2021-04-02T00:36:48.554Z] ---> 9cc8da56017c [2021-04-02T00:36:48.554Z] Step 5/6 : COPY go.mod . [2021-04-02T00:36:49.531Z] ---> 96431fed3af6 [2021-04-02T00:36:49.531Z] Step 6/6 : RUN go mod download [2021-04-02T00:36:49.531Z] ---> Running in 726d4bab0d70 [2021-04-02T00:37:16.333Z] Removing intermediate container 726d4bab0d70 [2021-04-02T00:37:16.333Z] ---> 6195abde3c95 [2021-04-02T00:37:16.333Z] Successfully built 6195abde3c95 [2021-04-02T00:37:16.333Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:37:16.672Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T00:37:16.672Z] . [Pipeline] withDockerContainer [2021-04-02T00:37:16.946Z] prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container [2021-04-02T00:37:17.001Z] ---> eb4f8d322751 [2021-04-02T00:37:17.002Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-02T00:37:17.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-02T00:37:18.036Z] ---> 9ea9dae729c4 [2021-04-02T00:37:18.037Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-02T00:37:18.037Z] ---> 92902476cff0 [2021-04-02T00:37:18.037Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-02T00:37:18.300Z] ---> Running in 97f4ce7126e0 [2021-04-02T00:37:18.300Z] ---> 6a60cb468cc3 [2021-04-02T00:37:18.300Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-02T00:37:18.300Z] ---> Running in 2fd9bacdcd49 [2021-04-02T00:37:18.300Z] ---> Running in 410e3c79cbb1 [2021-04-02T00:37:18.300Z] ---> 9f040feb6240 [2021-04-02T00:37:18.300Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-02T00:37:18.537Z] $ docker top 778e42e96a5c06ff8effb58c114295ebfc085a8433da35a5b565a6e39a9d6c10 -eo pid,comm [2021-04-02T00:37:18.583Z] ---> Running in 010cf8c45327 [2021-04-02T00:37:18.583Z] ---> Running in 879ff7c18c85 [Pipeline] { [Pipeline] sh [2021-04-02T00:37:19.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-02T00:37:19.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-02T00:37:19.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-02T00:37:19.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-02T00:37:19.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-02T00:37:19.628Z] + go version [2021-04-02T00:37:19.628Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-02T00:37:19.645Z] $ docker stop --time=1 778e42e96a5c06ff8effb58c114295ebfc085a8433da35a5b565a6e39a9d6c10 [2021-04-02T00:37:21.542Z] $ docker rm -f 778e42e96a5c06ff8effb58c114295ebfc085a8433da35a5b565a6e39a9d6c10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:37:22.554Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T00:37:22.554Z] . [Pipeline] withDockerContainer [2021-04-02T00:37:22.817Z] prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container [2021-04-02T00:37:22.887Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-02T00:37:24.303Z] $ docker top 25a1cbf8b80888f9ab762e29b516262d7468d3a9c51b255251031e68b422cc66 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-02T00:37:24.736Z] ========================================================= [2021-04-02T00:37:24.736Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-02T00:37:24.736Z] ========================================================= [Pipeline] sh [2021-04-02T00:37:25.377Z] + make test [2021-04-02T00:37:25.377Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-02T00:37:47.592Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-02T00:37:51.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-02T00:38:04.081Z] Removing intermediate container 410e3c79cbb1 [2021-04-02T00:38:04.081Z] ---> 33f66661f763 [2021-04-02T00:38:04.081Z] [2021-04-02T00:38:04.081Z] Step 10/31 : FROM alpine:3.12 [2021-04-02T00:38:04.081Z] Removing intermediate container 010cf8c45327 [2021-04-02T00:38:04.081Z] ---> 87750c684f3b [2021-04-02T00:38:04.081Z] [2021-04-02T00:38:04.081Z] Step 10/24 : FROM alpine:3.12 [2021-04-02T00:38:04.081Z] Removing intermediate container 2fd9bacdcd49 [2021-04-02T00:38:04.081Z] ---> ffc3f818e85b [2021-04-02T00:38:04.081Z] [2021-04-02T00:38:04.081Z] Step 10/22 : FROM alpine:3.12 [2021-04-02T00:38:04.081Z] Removing intermediate container 879ff7c18c85 [2021-04-02T00:38:04.081Z] ---> 6a0c674b2f10 [2021-04-02T00:38:04.081Z] [2021-04-02T00:38:04.081Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T00:38:04.081Z] 3.12: Pulling from library/alpine [2021-04-02T00:38:04.081Z] 3.12: Pulling from library/alpine [2021-04-02T00:38:04.081Z] 3.12: Pulling from library/alpine [2021-04-02T00:38:04.081Z] 3.12: Pulling from library/alpine [2021-04-02T00:38:04.081Z] Removing intermediate container 97f4ce7126e0 [2021-04-02T00:38:04.081Z] ---> b797dda91fb0 [2021-04-02T00:38:04.081Z] [2021-04-02T00:38:04.081Z] Step 10/22 : FROM alpine:3.12 [2021-04-02T00:38:04.081Z] 3.12: Pulling from library/alpine [2021-04-02T00:38:04.081Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:38:04.081Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:38:04.081Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:38:04.081Z] Status: Image is up to date for alpine:3.12 [2021-04-02T00:38:04.081Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T00:38:04.081Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T00:38:04.081Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:38:04.081Z] Status: Image is up to date for alpine:3.12 [2021-04-02T00:38:04.081Z] ---> 7230e588e954 [2021-04-02T00:38:04.081Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-02T00:38:04.081Z] ---> 7230e588e954 [2021-04-02T00:38:04.081Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-02T00:38:04.081Z] ---> 7230e588e954 [2021-04-02T00:38:04.081Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-02T00:38:04.081Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:38:04.081Z] Status: Image is up to date for alpine:3.12 [2021-04-02T00:38:04.081Z] ---> 7230e588e954 [2021-04-02T00:38:04.081Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-02T00:38:04.081Z] ---> 7230e588e954 [2021-04-02T00:38:04.081Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-02T00:38:04.081Z] ---> Running in c193a33b5577 [2021-04-02T00:38:04.081Z] ---> Running in 5296a37e4ee1 [2021-04-02T00:38:04.081Z] ---> Running in c85c6077de5d [2021-04-02T00:38:04.081Z] ---> Running in 16b833ceb9e9 [2021-04-02T00:38:04.081Z] ---> Running in 157c9dcc1abe [2021-04-02T00:38:04.081Z] Removing intermediate container 16b833ceb9e9 [2021-04-02T00:38:04.081Z] ---> a785f50355b0 [2021-04-02T00:38:04.081Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-02T00:38:04.081Z] ---> Running in d9cf8b257022 [2021-04-02T00:38:04.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.345Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-02T00:38:04.345Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-02T00:38:04.345Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-02T00:38:04.345Z] (4/6) Installing curl (7.69.1-r3) [2021-04-02T00:38:04.345Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-02T00:38:04.629Z] (6/6) Installing su-exec (0.2-r1) [2021-04-02T00:38:04.629Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:38:04.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.629Z] Executing ca-certificates-20191127-r4.trigger [2021-04-02T00:38:04.629Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-02T00:38:04.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.629Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-02T00:38:04.629Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:38:04.629Z] Executing ca-certificates-20191127-r4.trigger [2021-04-02T00:38:04.629Z] OK: 7 MiB in 20 packages [2021-04-02T00:38:04.629Z] OK: 6 MiB in 16 packages [2021-04-02T00:38:04.893Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-02T00:38:04.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.893Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:38:04.893Z] OK: 6 MiB in 15 packages [2021-04-02T00:38:04.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:04.893Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-02T00:38:04.893Z] (2/2) Installing su-exec (0.2-r1) [2021-04-02T00:38:04.893Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:38:04.893Z] OK: 6 MiB in 16 packages [2021-04-02T00:38:05.156Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-02T00:38:05.156Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:38:05.156Z] OK: 6 MiB in 15 packages [2021-04-02T00:38:07.105Z] Removing intermediate container c85c6077de5d [2021-04-02T00:38:07.105Z] ---> d9af338c58d5 [2021-04-02T00:38:07.105Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-02T00:38:07.367Z] ---> Running in 44b4a63d0e47 [2021-04-02T00:38:07.367Z] Removing intermediate container 5296a37e4ee1 [2021-04-02T00:38:07.367Z] ---> a18b30578f6f [2021-04-02T00:38:07.367Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:38:07.633Z] Removing intermediate container c193a33b5577 [2021-04-02T00:38:07.633Z] ---> a3a5ef86f3d3 [2021-04-02T00:38:07.633Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:38:07.633Z] ---> Running in 78afa5993d97 [2021-04-02T00:38:07.633Z] ---> Running in 4fc90c6cdd24 [2021-04-02T00:38:07.633Z] Removing intermediate container d9cf8b257022 [2021-04-02T00:38:07.633Z] ---> 23d4f29720cb [2021-04-02T00:38:07.633Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-02T00:38:07.896Z] Removing intermediate container 157c9dcc1abe [2021-04-02T00:38:07.896Z] ---> 0f862b4f61bd [2021-04-02T00:38:07.896Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:38:07.896Z] Removing intermediate container 44b4a63d0e47 [2021-04-02T00:38:07.896Z] ---> 0a3e992241e6 [2021-04-02T00:38:07.896Z] Step 13/24 : WORKDIR / [2021-04-02T00:38:07.896Z] ---> Running in 3dde37160e9d [2021-04-02T00:38:07.896Z] ---> Running in 0236d6035d88 [2021-04-02T00:38:07.896Z] ---> Running in 9b144d9faba9 [2021-04-02T00:38:08.161Z] Removing intermediate container 78afa5993d97 [2021-04-02T00:38:08.162Z] ---> 23f2094476e7 [2021-04-02T00:38:08.162Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-02T00:38:08.162Z] Removing intermediate container 4fc90c6cdd24 [2021-04-02T00:38:08.162Z] ---> 45ea3857df7a [2021-04-02T00:38:08.162Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-02T00:38:08.162Z] ---> Running in 5fe8114f6355 [2021-04-02T00:38:08.440Z] ---> Running in cb14fef2d1ce [2021-04-02T00:38:08.440Z] Removing intermediate container 3dde37160e9d [2021-04-02T00:38:08.440Z] ---> 98485c07c1dc [2021-04-02T00:38:08.440Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-02T00:38:08.440Z] Removing intermediate container 0236d6035d88 [2021-04-02T00:38:08.440Z] ---> ff7b73d2b30f [2021-04-02T00:38:08.440Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-02T00:38:08.440Z] Removing intermediate container 9b144d9faba9 [2021-04-02T00:38:08.440Z] ---> 70d78f775f53 [2021-04-02T00:38:08.440Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-02T00:38:08.703Z] ---> Running in 1d20ae0fe4c3 [2021-04-02T00:38:08.703Z] ---> Running in 6e91d86f8f2b [2021-04-02T00:38:08.703Z] Removing intermediate container 5fe8114f6355 [2021-04-02T00:38:08.703Z] ---> 4dd9dd0d01dd [2021-04-02T00:38:08.703Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-02T00:38:08.703Z] Removing intermediate container cb14fef2d1ce [2021-04-02T00:38:08.703Z] ---> 2689be765655 [2021-04-02T00:38:08.703Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-02T00:38:09.653Z] ---> Running in 5eb1bac7b1e7 [2021-04-02T00:38:09.653Z] ---> Running in 5f8889bf3a1b [2021-04-02T00:38:09.653Z] ---> 102fc2a4e3c5 [2021-04-02T00:38:09.653Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-02T00:38:09.653Z] Removing intermediate container 1d20ae0fe4c3 [2021-04-02T00:38:09.653Z] ---> d6477a9b7a41 [2021-04-02T00:38:09.653Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-02T00:38:09.653Z] Removing intermediate container 6e91d86f8f2b [2021-04-02T00:38:09.653Z] ---> 7a3249318046 [2021-04-02T00:38:09.653Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-02T00:38:09.653Z] ---> Running in 490e1e5e38c9 [2021-04-02T00:38:09.653Z] ---> Running in 374f7ecd635e [2021-04-02T00:38:09.916Z] Removing intermediate container 5eb1bac7b1e7 [2021-04-02T00:38:09.916Z] ---> fe0823acec25 [2021-04-02T00:38:09.916Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:38:09.916Z] Removing intermediate container 5f8889bf3a1b [2021-04-02T00:38:09.916Z] ---> a20384c45ea4 [2021-04-02T00:38:09.916Z] Step 15/23 : WORKDIR / [2021-04-02T00:38:10.189Z] ---> 0c04b463843f [2021-04-02T00:38:10.189Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-02T00:38:10.189Z] ---> Running in 6754a2c53013 [2021-04-02T00:38:10.189Z] Removing intermediate container 490e1e5e38c9 [2021-04-02T00:38:10.189Z] ---> fbf8821e3ee2 [2021-04-02T00:38:10.189Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:38:10.463Z] ---> d27f37fa1e4c [2021-04-02T00:38:10.463Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-02T00:38:10.463Z] ---> fc55540eb775 [2021-04-02T00:38:10.463Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-02T00:38:10.463Z] Removing intermediate container 6754a2c53013 [2021-04-02T00:38:10.463Z] ---> c2a7974db7f9 [2021-04-02T00:38:10.463Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:38:10.736Z] ---> 3e23d6db3144 [2021-04-02T00:38:10.736Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-02T00:38:11.012Z] ---> 417cb069d410 [2021-04-02T00:38:11.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-02T00:38:11.012Z] ---> be214e487590 [2021-04-02T00:38:11.012Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-02T00:38:11.283Z] ---> 15a744db5e87 [2021-04-02T00:38:11.283Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-02T00:38:11.547Z] Removing intermediate container 374f7ecd635e [2021-04-02T00:38:11.547Z] ---> e44ad1f63493 [2021-04-02T00:38:11.547Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-02T00:38:11.812Z] ---> b948db1f4d82 [2021-04-02T00:38:11.812Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-02T00:38:11.812Z] ---> 077a8a322a62 [2021-04-02T00:38:11.812Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-02T00:38:11.812Z] ---> 8d2502ba79cb [2021-04-02T00:38:11.812Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-02T00:38:11.812Z] ---> Running in 1ff4b93f3a51 [2021-04-02T00:38:12.074Z] ---> Running in 17c792631876 [2021-04-02T00:38:12.074Z] ---> 3b54c411a8b2 [2021-04-02T00:38:12.074Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-02T00:38:12.340Z] ---> 095fe916064c [2021-04-02T00:38:12.340Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-02T00:38:12.340Z] Removing intermediate container 1ff4b93f3a51 [2021-04-02T00:38:12.340Z] ---> c80b2c25983a [2021-04-02T00:38:12.340Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-02T00:38:12.340Z] Removing intermediate container 17c792631876 [2021-04-02T00:38:12.340Z] ---> a7aee1c03852 [2021-04-02T00:38:12.340Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:38:12.340Z] ---> cd1c502c70fe [2021-04-02T00:38:12.340Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-02T00:38:12.603Z] ---> a4cb651392ab [2021-04-02T00:38:12.603Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-02T00:38:12.603Z] ---> Running in 8fa78a8280ce [2021-04-02T00:38:12.603Z] ---> Running in b26b5352d512 [2021-04-02T00:38:12.603Z] ---> Running in 65742e8407db [2021-04-02T00:38:12.603Z] ---> Running in cfb433a9dbb8 [2021-04-02T00:38:12.603Z] ---> ee1831d60acb [2021-04-02T00:38:12.603Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-02T00:38:12.871Z] Removing intermediate container 8fa78a8280ce [2021-04-02T00:38:12.871Z] ---> 4eb35e9eca01 [2021-04-02T00:38:12.871Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:38:13.139Z] ---> Running in c640c6c97791 [2021-04-02T00:38:13.139Z] Removing intermediate container b26b5352d512 [2021-04-02T00:38:13.139Z] ---> 8bc10550466b [2021-04-02T00:38:13.139Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:38:13.139Z] ---> Running in 512b42dcd050 [2021-04-02T00:38:13.401Z] Removing intermediate container 65742e8407db [2021-04-02T00:38:13.401Z] ---> 267b373c8b0d [2021-04-02T00:38:13.401Z] Step 20/22 : LABEL arch=x86_64 [2021-04-02T00:38:13.401Z] ---> Running in 0f7b6f1b9800 [2021-04-02T00:38:13.401Z] ---> Running in 82b79b2a6881 [2021-04-02T00:38:13.665Z] Removing intermediate container 512b42dcd050 [2021-04-02T00:38:13.665Z] ---> 80dffccc9429 [2021-04-02T00:38:13.665Z] Step 20/22 : LABEL arch=x86_64 [2021-04-02T00:38:13.665Z] Removing intermediate container 0f7b6f1b9800 [2021-04-02T00:38:13.665Z] ---> 53ccb770caa4 [2021-04-02T00:38:13.665Z] Step 21/23 : LABEL arch=x86_64 [2021-04-02T00:38:13.928Z] ---> Running in 95cb57850ede [2021-04-02T00:38:13.928Z] ---> Running in caaee2014ad2 [2021-04-02T00:38:13.928Z] Removing intermediate container 82b79b2a6881 [2021-04-02T00:38:13.928Z] ---> bdf706e181fc [2021-04-02T00:38:13.928Z] Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:38:14.195Z] ---> Running in 37ea054f5fae [2021-04-02T00:38:14.195Z] Removing intermediate container 95cb57850ede [2021-04-02T00:38:14.195Z] ---> f94e9127d3b5 [2021-04-02T00:38:14.195Z] Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:38:14.459Z] Removing intermediate container caaee2014ad2 [2021-04-02T00:38:14.459Z] ---> f24071047f37 [2021-04-02T00:38:14.459Z] Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:38:14.459Z] ---> Running in be0b84f9b08a [2021-04-02T00:38:14.720Z] ---> Running in a1af337af967 [2021-04-02T00:38:14.720Z] Removing intermediate container cfb433a9dbb8 [2021-04-02T00:38:14.720Z] ---> 1da40c1d2f52 [2021-04-02T00:38:14.720Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-02T00:38:14.720Z] Removing intermediate container 37ea054f5fae [2021-04-02T00:38:14.720Z] ---> ecc5ebba22c6 [2021-04-02T00:38:14.720Z] Step 22/22 : LABEL version=0.0.0 [2021-04-02T00:38:14.981Z] ---> Running in 77c95bd6cda6 [2021-04-02T00:38:14.982Z] Removing intermediate container be0b84f9b08a [2021-04-02T00:38:14.982Z] ---> 9d12a9bd8d4a [2021-04-02T00:38:14.982Z] Step 22/22 : LABEL version=0.0.0 [2021-04-02T00:38:14.982Z] ---> Running in 7dc0928bf9d2 [2021-04-02T00:38:14.982Z] Removing intermediate container a1af337af967 [2021-04-02T00:38:14.982Z] ---> 227677b07be5 [2021-04-02T00:38:14.982Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T00:38:15.244Z] Removing intermediate container c640c6c97791 [2021-04-02T00:38:15.244Z] ---> 0c0c303dab7b [2021-04-02T00:38:15.244Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:38:15.244Z] ---> Running in 183221d9933c [2021-04-02T00:38:15.244Z] ---> Running in 4d281b037d00 [2021-04-02T00:38:15.531Z] Removing intermediate container 77c95bd6cda6 [2021-04-02T00:38:15.531Z] ---> b00d68e28be9 [2021-04-02T00:38:15.531Z] Step 22/24 : LABEL arch=x86_64 [2021-04-02T00:38:15.531Z] Removing intermediate container 7dc0928bf9d2 [2021-04-02T00:38:15.531Z] ---> c87731dff113 [2021-04-02T00:38:15.531Z] [2021-04-02T00:38:15.863Z] Removing intermediate container 183221d9933c [2021-04-02T00:38:15.863Z] ---> 427114d9b95b [2021-04-02T00:38:15.863Z] [2021-04-02T00:38:15.863Z] ---> Running in 9898d5bbaf2d [2021-04-02T00:38:15.863Z] Successfully built c87731dff113 [2021-04-02T00:38:15.863Z] Successfully tagged docker-support-notifications-go:latest [2021-04-02T00:38:15.863Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-04-02T00:38:15.863Z] ---> 3dcac7903e44 [2021-04-02T00:38:15.863Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-02T00:38:15.863Z] Removing intermediate container 4d281b037d00 [2021-04-02T00:38:15.863Z] ---> c62c41780bb7 [2021-04-02T00:38:15.863Z] [2021-04-02T00:38:15.863Z] Successfully built 427114d9b95b [2021-04-02T00:38:16.169Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-02T00:38:16.169Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-02T00:38:16.169Z] Successfully built c62c41780bb7 [2021-04-02T00:38:16.169Z] Removing intermediate container 9898d5bbaf2d [2021-04-02T00:38:16.169Z] ---> fb44696b9907 [2021-04-02T00:38:16.169Z] Step 23/24 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:38:16.169Z] Successfully tagged docker-core-command-go:latest [2021-04-02T00:38:16.169Z] Building docker-core-metadata-go [2021-04-02T00:38:16.471Z]  Building docker-core-command-go ... done  ---> Running in 46ed14f095ee [2021-04-02T00:38:16.471Z] ---> e931107c79c8 [2021-04-02T00:38:16.471Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-02T00:38:16.471Z] Removing intermediate container 46ed14f095ee [2021-04-02T00:38:16.471Z] ---> c62e4eb19aef [2021-04-02T00:38:16.471Z] Step 24/24 : LABEL version=0.0.0 [2021-04-02T00:38:16.845Z] ---> Running in da1a7c1f7c24 [2021-04-02T00:38:16.845Z] ---> 58822cbdd446 [2021-04-02T00:38:16.845Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-02T00:38:16.845Z] Removing intermediate container da1a7c1f7c24 [2021-04-02T00:38:16.845Z] ---> a820096e8f8d [2021-04-02T00:38:16.845Z] [2021-04-02T00:38:17.119Z] Successfully built a820096e8f8d [2021-04-02T00:38:17.393Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-02T00:38:17.393Z] Building docker-core-data-go [2021-04-02T00:38:17.393Z]  Building docker-security-secretstore-setup-go ... done  ---> 27a505efa23d [2021-04-02T00:38:17.393Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-02T00:38:21.625Z] ---> 5197c74d89fd [2021-04-02T00:38:21.625Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-02T00:38:23.566Z] ---> Running in 93185530d4c2 [2021-04-02T00:38:24.957Z] Removing intermediate container 93185530d4c2 [2021-04-02T00:38:24.957Z] ---> 8fa0615ca614 [2021-04-02T00:38:24.957Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-02T00:38:28.275Z] ---> aff42bc5128f [2021-04-02T00:38:28.275Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-02T00:38:28.275Z] ---> Running in 2c07a9142f9b [2021-04-02T00:38:30.240Z] Removing intermediate container 2c07a9142f9b [2021-04-02T00:38:30.240Z] ---> 78375bff613c [2021-04-02T00:38:30.240Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-02T00:38:37.645Z] ---> Running in 6a74590ad1d3 [2021-04-02T00:38:38.241Z] Removing intermediate container 6a74590ad1d3 [2021-04-02T00:38:38.241Z] ---> a173bde3eb54 [2021-04-02T00:38:38.241Z] Step 28/31 : CMD ["gate"] [2021-04-02T00:38:39.236Z] ---> Running in 85d54398027d [2021-04-02T00:38:40.715Z] Removing intermediate container 85d54398027d [2021-04-02T00:38:40.715Z] ---> 27ac974fc9a0 [2021-04-02T00:38:40.715Z] Step 29/31 : LABEL arch=x86_64 [2021-04-02T00:38:42.129Z] ---> Running in 1bfeb8831ab1 [2021-04-02T00:38:43.119Z] Removing intermediate container 1bfeb8831ab1 [2021-04-02T00:38:43.119Z] ---> a92faf6e2a1f [2021-04-02T00:38:43.119Z] Step 30/31 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:38:43.391Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:38:43.391Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:38:43.391Z] ---> 6abf2490e225 [2021-04-02T00:38:43.391Z] Step 3/26 : WORKDIR /edgex-go [2021-04-02T00:38:43.391Z] ---> Using cache [2021-04-02T00:38:43.391Z] ---> eda3806a0061 [2021-04-02T00:38:43.391Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:38:43.391Z] ---> Using cache [2021-04-02T00:38:43.391Z] ---> 9e17e059f1d7 [2021-04-02T00:38:43.391Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-02T00:38:44.148Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:38:44.148Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:38:44.148Z] ---> 6abf2490e225 [2021-04-02T00:38:44.148Z] Step 3/23 : WORKDIR /edgex-go [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> eda3806a0061 [2021-04-02T00:38:44.148Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 9e17e059f1d7 [2021-04-02T00:38:44.148Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 10c56eb31a85 [2021-04-02T00:38:44.148Z] Step 6/23 : COPY go.mod . [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 3b63019df713 [2021-04-02T00:38:44.148Z] Step 7/23 : RUN go mod download [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 777510b44bc4 [2021-04-02T00:38:44.148Z] Step 8/23 : COPY . . [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 9f040feb6240 [2021-04-02T00:38:44.148Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-02T00:38:44.148Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:38:44.148Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:38:44.148Z] ---> 6abf2490e225 [2021-04-02T00:38:44.148Z] Step 3/21 : WORKDIR /edgex-go [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> eda3806a0061 [2021-04-02T00:38:44.148Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 9e17e059f1d7 [2021-04-02T00:38:44.148Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 10c56eb31a85 [2021-04-02T00:38:44.148Z] Step 6/21 : COPY go.mod . [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 3b63019df713 [2021-04-02T00:38:44.148Z] Step 7/21 : RUN go mod download [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 777510b44bc4 [2021-04-02T00:38:44.148Z] Step 8/21 : COPY . . [2021-04-02T00:38:44.148Z] ---> Using cache [2021-04-02T00:38:44.148Z] ---> 9f040feb6240 [2021-04-02T00:38:44.148Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-02T00:38:44.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-02T00:38:44.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-02T00:38:44.921Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:38:44.922Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:38:44.922Z] ---> 6abf2490e225 [2021-04-02T00:38:44.922Z] Step 3/23 : WORKDIR /edgex-go [2021-04-02T00:38:44.922Z] ---> Using cache [2021-04-02T00:38:44.922Z] ---> eda3806a0061 [2021-04-02T00:38:44.922Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:38:44.922Z] ---> Using cache [2021-04-02T00:38:44.922Z] ---> 9e17e059f1d7 [2021-04-02T00:38:44.922Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-02T00:38:45.544Z] ---> Running in eae38dad279f [2021-04-02T00:38:45.544Z] ---> Running in 90231ffd90a7 [2021-04-02T00:38:45.544Z] ---> Running in edbbd3f4453b [2021-04-02T00:38:45.808Z] ---> Running in 941dc2e4cc2f [2021-04-02T00:38:45.808Z] ---> Running in 97344ece6a30 [2021-04-02T00:38:46.069Z] Removing intermediate container eae38dad279f [2021-04-02T00:38:46.069Z] ---> abca18980196 [2021-04-02T00:38:46.069Z] Step 31/31 : LABEL version=0.0.0 [2021-04-02T00:38:46.363Z] ---> Running in 67bdd01d34e5 [2021-04-02T00:38:46.991Z] Removing intermediate container 67bdd01d34e5 [2021-04-02T00:38:46.991Z] ---> 1e8e86ced910 [2021-04-02T00:38:46.991Z] [2021-04-02T00:38:46.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-02T00:38:46.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:47.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-02T00:38:47.260Z] Successfully built 1e8e86ced910 [2021-04-02T00:38:47.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:47.260Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-02T00:38:47.847Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:48.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:38:48.696Z] OK: 233 MiB in 51 packages [2021-04-02T00:38:49.286Z] OK: 233 MiB in 51 packages [2021-04-02T00:38:50.980Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-02T00:38:50.980Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-02T00:38:51.887Z] Removing intermediate container 97344ece6a30 [2021-04-02T00:38:51.887Z] ---> a4db9ccc441f [2021-04-02T00:38:51.887Z] Step 6/26 : COPY go.mod . [2021-04-02T00:38:51.887Z] Removing intermediate container edbbd3f4453b [2021-04-02T00:38:51.887Z] ---> 860c00886dc8 [2021-04-02T00:38:51.887Z] Step 6/23 : COPY go.mod . [2021-04-02T00:38:52.420Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-02T00:38:52.420Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-02T00:38:52.421Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-02T00:38:52.477Z] ---> 9ae291b018fd [2021-04-02T00:38:52.477Z] Step 7/23 : RUN go mod download [2021-04-02T00:38:52.477Z] ---> 6697c3ebd3f4 [2021-04-02T00:38:52.477Z] Step 7/26 : RUN go mod download [2021-04-02T00:38:52.745Z] ---> Running in 7085fd7672e0 [2021-04-02T00:38:52.745Z] ---> Running in 87675c057b3a [2021-04-02T00:38:53.023Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-02T00:38:56.128Z] Removing intermediate container 7085fd7672e0 [2021-04-02T00:38:56.128Z] ---> 4d90367adc61 [2021-04-02T00:38:56.128Z] Step 8/23 : COPY . . [2021-04-02T00:38:56.128Z] Removing intermediate container 87675c057b3a [2021-04-02T00:38:56.128Z] ---> 7b9cd9a7ea40 [2021-04-02T00:38:56.128Z] Step 8/26 : COPY . . [2021-04-02T00:38:56.430Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-02T00:38:56.703Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-02T00:39:05.008Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-02T00:39:05.008Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-02T00:39:05.008Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-02T00:39:08.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-02T00:39:10.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.309s coverage: 45.9% of statements [2021-04-02T00:39:10.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-02T00:39:10.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-02T00:39:10.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-02T00:39:10.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-02T00:39:10.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-02T00:39:10.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-02T00:39:10.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.194s coverage: 19.8% of statements [2021-04-02T00:39:10.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.198s coverage: 100.0% of statements [2021-04-02T00:39:18.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.496s coverage: 27.1% of statements [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-02T00:39:18.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.203s coverage: 100.0% of statements [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-02T00:39:18.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.154s coverage: 100.0% of statements [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-02T00:39:18.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-02T00:39:19.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements [2021-04-02T00:39:19.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-02T00:39:19.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-02T00:39:21.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.9% of statements [2021-04-02T00:39:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-02T00:39:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:39:21.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements [2021-04-02T00:39:21.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-02T00:39:26.713Z] Removing intermediate container 90231ffd90a7 [2021-04-02T00:39:26.713Z] ---> adfd95af728d [2021-04-02T00:39:26.713Z] [2021-04-02T00:39:26.713Z] Step 10/21 : FROM alpine:3.12 [2021-04-02T00:39:26.713Z] ---> 7230e588e954 [2021-04-02T00:39:26.713Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-02T00:39:26.713Z] Removing intermediate container 941dc2e4cc2f [2021-04-02T00:39:26.713Z] ---> 376a97206765 [2021-04-02T00:39:26.713Z] [2021-04-02T00:39:26.713Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T00:39:26.713Z] ---> 7230e588e954 [2021-04-02T00:39:26.713Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-02T00:39:26.713Z] ---> Using cache [2021-04-02T00:39:26.713Z] ---> 0f862b4f61bd [2021-04-02T00:39:26.713Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:39:26.713Z] ---> Using cache [2021-04-02T00:39:26.713Z] ---> ff7b73d2b30f [2021-04-02T00:39:26.713Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-02T00:39:26.713Z] ---> Running in 2ac1ae620189 [2021-04-02T00:39:26.713Z] ---> Running in b86d161e19f8 [2021-04-02T00:39:26.713Z] ---> 70c82b5dbebd [2021-04-02T00:39:26.713Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-02T00:39:26.713Z] ---> 755aee0240de [2021-04-02T00:39:26.713Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-02T00:39:26.713Z] ---> Running in e7ede8aa6752 [2021-04-02T00:39:26.713Z] ---> Running in c4a9a6ad64d3 [2021-04-02T00:39:26.713Z] Removing intermediate container 2ac1ae620189 [2021-04-02T00:39:26.713Z] ---> e5c394174ad8 [2021-04-02T00:39:26.713Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-02T00:39:26.977Z] ---> Running in 109bfff853c6 [2021-04-02T00:39:27.240Z] Removing intermediate container 109bfff853c6 [2021-04-02T00:39:27.240Z] ---> 0c1550397a36 [2021-04-02T00:39:27.240Z] Step 15/23 : WORKDIR / [2021-04-02T00:39:27.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:39:27.240Z] ---> Running in c5773d059322 [2021-04-02T00:39:27.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:39:27.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-02T00:39:27.525Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-02T00:39:27.525Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-02T00:39:27.525Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-02T00:39:27.525Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-02T00:39:27.525Z] Removing intermediate container c5773d059322 [2021-04-02T00:39:27.525Z] ---> f169ed8c220b [2021-04-02T00:39:27.525Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:39:27.525Z] (4/4) Installing curl (7.69.1-r3) [2021-04-02T00:39:27.525Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:39:27.525Z] Executing ca-certificates-20191127-r4.trigger [2021-04-02T00:39:27.809Z] OK: 7 MiB in 18 packages [2021-04-02T00:39:28.088Z] ---> 07966555b633 [2021-04-02T00:39:28.088Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-02T00:39:29.494Z] Removing intermediate container b86d161e19f8 [2021-04-02T00:39:29.494Z] ---> 34f6dfd1056e [2021-04-02T00:39:29.494Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-02T00:39:30.087Z] ---> Running in d4965e7ed200 [2021-04-02T00:39:30.087Z] ---> bf898f91d88e [2021-04-02T00:39:30.087Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-02T00:39:30.357Z] Removing intermediate container d4965e7ed200 [2021-04-02T00:39:30.357Z] ---> 281f915a6b51 [2021-04-02T00:39:30.357Z] Step 13/21 : WORKDIR /edgex [2021-04-02T00:39:30.639Z] ---> Running in ac233c82321f [2021-04-02T00:39:30.639Z] ---> bc92796cd33d [2021-04-02T00:39:30.639Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-02T00:39:30.639Z] ---> Running in 91a84be36be3 [2021-04-02T00:39:30.911Z] Removing intermediate container ac233c82321f [2021-04-02T00:39:30.911Z] ---> 2dc64690c8b6 [2021-04-02T00:39:30.911Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-02T00:39:31.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-02T00:39:31.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-02T00:39:31.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.150s coverage: 100.0% of statements [2021-04-02T00:39:31.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-02T00:39:31.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.441s coverage: 86.7% of statements [2021-04-02T00:39:31.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-02T00:39:31.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.516s coverage: 97.5% of statements [2021-04-02T00:39:31.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-02T00:39:31.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.182s coverage: 78.3% of statements [2021-04-02T00:39:31.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-02T00:39:31.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-02T00:39:31.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-02T00:39:31.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-02T00:39:31.188Z] Removing intermediate container 91a84be36be3 [2021-04-02T00:39:31.188Z] ---> 34f4310b7afb [2021-04-02T00:39:31.188Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:39:31.188Z] ---> Running in a80218ab224e [2021-04-02T00:39:31.478Z] ---> d00c99fc9bf9 [2021-04-02T00:39:31.478Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-02T00:39:31.478Z] Removing intermediate container a80218ab224e [2021-04-02T00:39:31.478Z] ---> 1af9b883100b [2021-04-02T00:39:31.478Z] Step 21/23 : LABEL arch=x86_64 [2021-04-02T00:39:31.761Z] ---> Running in bf35218219b5 [2021-04-02T00:39:32.054Z] Removing intermediate container bf35218219b5 [2021-04-02T00:39:32.054Z] ---> f5ab597f8ff5 [2021-04-02T00:39:32.054Z] Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:39:33.041Z] ---> Running in 866399625c8f [2021-04-02T00:39:33.041Z] ---> ef2e348f8cdf [2021-04-02T00:39:33.041Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-02T00:39:33.623Z] Removing intermediate container 866399625c8f [2021-04-02T00:39:33.623Z] ---> f3b261f9ca33 [2021-04-02T00:39:33.623Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T00:39:33.623Z] ---> Running in 3c22811d2f9c [2021-04-02T00:39:33.898Z] ---> 5edf461491b2 [2021-04-02T00:39:33.898Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-02T00:39:33.898Z] ---> Running in 575fae6e0a66 [2021-04-02T00:39:34.170Z] Removing intermediate container 3c22811d2f9c [2021-04-02T00:39:34.170Z] ---> 382986767b9d [2021-04-02T00:39:34.170Z] [2021-04-02T00:39:34.170Z] Removing intermediate container 575fae6e0a66 [2021-04-02T00:39:34.170Z] ---> 6452cca5731d [2021-04-02T00:39:34.170Z] Step 18/21 : CMD ["--init=true"] [2021-04-02T00:39:34.435Z] Successfully built 382986767b9d [2021-04-02T00:39:34.435Z] ---> Running in 738ee4b6d1bf [2021-04-02T00:39:34.435Z] Successfully tagged docker-core-metadata-go:latest [2021-04-02T00:39:35.027Z]  Building docker-core-metadata-go ... done Removing intermediate container 738ee4b6d1bf [2021-04-02T00:39:35.027Z] ---> 32c33bfd91dc [2021-04-02T00:39:35.027Z] Step 19/21 : LABEL arch=x86_64 [2021-04-02T00:39:35.027Z] ---> Running in aec69a18a5e7 [2021-04-02T00:39:35.302Z] Removing intermediate container aec69a18a5e7 [2021-04-02T00:39:35.302Z] ---> 878f1c5ac365 [2021-04-02T00:39:35.302Z] Step 20/21 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:39:35.302Z] ---> Running in c4b8bb3111ee [2021-04-02T00:39:36.736Z] Removing intermediate container c4b8bb3111ee [2021-04-02T00:39:36.736Z] ---> c1d267f1a57d [2021-04-02T00:39:36.736Z] Step 21/21 : LABEL version=0.0.0 [2021-04-02T00:39:36.736Z] ---> Running in f69c68e14289 [2021-04-02T00:39:37.014Z] Removing intermediate container f69c68e14289 [2021-04-02T00:39:37.014Z] ---> 983e2a2520cf [2021-04-02T00:39:37.014Z] [2021-04-02T00:39:37.617Z] Successfully built 983e2a2520cf [2021-04-02T00:39:37.617Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.178s coverage: 92.8% of statements [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.130s coverage: 58.8% of statements [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 1.0% of statements [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-02T00:39:39.486Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.152s coverage: 47.1% of statements [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.191s coverage: 79.5% of statements [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements [2021-04-02T00:39:39.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements [2021-04-02T00:39:39.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.182s coverage: 87.5% of statements [2021-04-02T00:39:49.967Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e7ede8aa6752 [2021-04-02T00:39:49.967Z] ---> 68adfcfc667c [2021-04-02T00:39:49.967Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-02T00:39:49.967Z] ---> Running in 7a380a67c2e7 [2021-04-02T00:39:49.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-02T00:39:53.291Z] Removing intermediate container c4a9a6ad64d3 [2021-04-02T00:39:53.291Z] ---> 5ffcc87b9cbb [2021-04-02T00:39:53.291Z] [2021-04-02T00:39:53.291Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T00:39:53.291Z] ---> 7230e588e954 [2021-04-02T00:39:53.291Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-02T00:39:53.291Z] ---> Running in b0ef377d060f [2021-04-02T00:39:53.291Z] Removing intermediate container 7a380a67c2e7 [2021-04-02T00:39:53.291Z] ---> 4f96512d037f [2021-04-02T00:39:53.291Z] [2021-04-02T00:39:53.291Z] Step 11/26 : FROM docker:20.10.0 [2021-04-02T00:39:53.291Z] 20.10.0: Pulling from library/docker [2021-04-02T00:39:53.291Z] Removing intermediate container b0ef377d060f [2021-04-02T00:39:53.291Z] ---> a31ae93f4035 [2021-04-02T00:39:53.291Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-02T00:39:53.554Z] ---> Running in 38847248ed09 [2021-04-02T00:39:53.819Z] Removing intermediate container 38847248ed09 [2021-04-02T00:39:53.819Z] ---> dc40c0d47c55 [2021-04-02T00:39:53.819Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-02T00:39:53.819Z] ---> Running in ccbf476efe86 [2021-04-02T00:39:54.399Z] Removing intermediate container ccbf476efe86 [2021-04-02T00:39:54.399Z] ---> e492acc6a06b [2021-04-02T00:39:54.399Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:39:54.399Z] ---> Running in 3809b90360ca [2021-04-02T00:39:54.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.174s coverage: 94.4% of statements [2021-04-02T00:39:54.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-04-02T00:39:55.793Z] Removing intermediate container 3809b90360ca [2021-04-02T00:39:55.793Z] ---> 697d431748bc [2021-04-02T00:39:55.793Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-02T00:39:55.793Z] ---> Running in f6039777f7d4 [2021-04-02T00:39:56.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:39:57.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:39:57.894Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-02T00:39:57.894Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-02T00:39:57.894Z] ---> aefe523efa57 [2021-04-02T00:39:57.894Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-02T00:39:57.894Z] ---> Running in 5907e953533b [2021-04-02T00:39:57.894Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-02T00:39:58.156Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-02T00:39:58.156Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-02T00:39:58.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.591s coverage: 81.5% of statements [2021-04-02T00:39:58.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-02T00:39:58.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.090s coverage: 87.1% of statements [2021-04-02T00:39:58.418Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-02T00:39:58.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:39:58.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:39:58.682Z] (1/2) Installing readline (8.0.4-r0) [2021-04-02T00:39:58.682Z] (2/2) Installing bash (5.0.17-r0) [2021-04-02T00:39:58.682Z] Executing bash-5.0.17-r0.post-install [2021-04-02T00:39:58.682Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:39:58.682Z] OK: 12 MiB in 22 packages [2021-04-02T00:39:58.682Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-02T00:39:58.946Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-02T00:39:58.946Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:39:58.946Z] OK: 8 MiB in 20 packages [2021-04-02T00:39:59.208Z] Removing intermediate container 5907e953533b [2021-04-02T00:39:59.208Z] ---> 4f9a5c986b68 [2021-04-02T00:39:59.208Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-02T00:39:59.470Z] ---> Running in f28567c1c890 [2021-04-02T00:39:59.470Z] Removing intermediate container f28567c1c890 [2021-04-02T00:39:59.470Z] ---> 0dff45d3a097 [2021-04-02T00:39:59.470Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-02T00:39:59.470Z] Removing intermediate container f6039777f7d4 [2021-04-02T00:39:59.470Z] ---> e770f72956a6 [2021-04-02T00:39:59.470Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:39:59.732Z] ---> Running in afc60f909daa [2021-04-02T00:39:59.732Z] Removing intermediate container afc60f909daa [2021-04-02T00:39:59.732Z] ---> 0b323b96a469 [2021-04-02T00:39:59.732Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-02T00:39:59.732Z] ---> 252ced80d01c [2021-04-02T00:39:59.732Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-02T00:39:59.732Z] ---> Running in 2eb3c6a9fe7d [2021-04-02T00:39:59.997Z] Removing intermediate container 2eb3c6a9fe7d [2021-04-02T00:39:59.997Z] ---> 53406212e4db [2021-04-02T00:39:59.997Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-02T00:40:00.584Z] ---> 82f23106bc38 [2021-04-02T00:40:00.584Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-02T00:40:00.584Z] ---> a25b2b756983 [2021-04-02T00:40:00.584Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-02T00:40:00.847Z] ---> 8c21e7c5aa0f [2021-04-02T00:40:00.847Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-02T00:40:00.847Z] ---> 90b9c33b07f6 [2021-04-02T00:40:00.847Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-02T00:40:00.847Z] ---> Running in 77a7c760d86a [2021-04-02T00:40:01.112Z] Removing intermediate container 77a7c760d86a [2021-04-02T00:40:01.112Z] ---> e817ea1245d5 [2021-04-02T00:40:01.112Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:40:01.112Z] ---> Running in 0112696457fe [2021-04-02T00:40:01.112Z] ---> 3e155b39775b [2021-04-02T00:40:01.112Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-02T00:40:01.375Z] ---> Running in bdeb076948e4 [2021-04-02T00:40:01.375Z] Removing intermediate container 0112696457fe [2021-04-02T00:40:01.375Z] ---> ce038e68c27a [2021-04-02T00:40:01.375Z] Step 21/23 : LABEL arch=x86_64 [2021-04-02T00:40:01.638Z] ---> Running in 28e68d1aa1fc [2021-04-02T00:40:01.638Z] Removing intermediate container 28e68d1aa1fc [2021-04-02T00:40:01.638Z] ---> 212a7db5681d [2021-04-02T00:40:01.638Z] Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:40:01.902Z] ---> Running in 5c8c02970df5 [2021-04-02T00:40:01.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:40:01.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:40:01.902Z] Removing intermediate container 5c8c02970df5 [2021-04-02T00:40:01.902Z] ---> 59b7b5672b1b [2021-04-02T00:40:01.902Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T00:40:02.164Z] ---> Running in 3e0ebc921af8 [2021-04-02T00:40:02.164Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-02T00:40:02.164Z] (2/33) Installing expat (2.2.9-r1) [2021-04-02T00:40:02.164Z] (3/33) Installing libffi (3.3-r2) [2021-04-02T00:40:02.164Z] (4/33) Installing gdbm (1.13-r1) [2021-04-02T00:40:02.164Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-02T00:40:02.164Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-02T00:40:02.164Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-02T00:40:02.429Z] Removing intermediate container 3e0ebc921af8 [2021-04-02T00:40:02.429Z] ---> 50cf89d48007 [2021-04-02T00:40:02.429Z] [2021-04-02T00:40:03.139Z] Successfully built 50cf89d48007 [2021-04-02T00:40:03.139Z] Successfully tagged docker-core-data-go:latest [2021-04-02T00:40:03.433Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-02T00:40:03.433Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-02T00:40:03.433Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-02T00:40:03.433Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-02T00:40:03.433Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-02T00:40:03.433Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-02T00:40:03.433Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-02T00:40:03.433Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-02T00:40:03.433Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-02T00:40:03.433Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-02T00:40:03.433Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-02T00:40:03.433Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-02T00:40:03.433Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-02T00:40:03.433Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-02T00:40:03.712Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-02T00:40:03.712Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-02T00:40:03.712Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-02T00:40:03.712Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-02T00:40:03.712Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-02T00:40:03.712Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-02T00:40:03.712Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-02T00:40:03.712Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-02T00:40:03.712Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-02T00:40:03.712Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-02T00:40:03.712Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-02T00:40:03.712Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-02T00:40:04.015Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:40:04.015Z] OK: 71 MiB in 55 packages [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.185s coverage: 92.9% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.208s coverage: 84.6% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.243s coverage: 91.6% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 64.4% of statements [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-02T00:40:10.669Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-04-02T00:40:10.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-04-02T00:40:14.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 69.0% of statements [2021-04-02T00:40:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-02T00:40:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-02T00:40:14.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-02T00:40:14.076Z] Removing intermediate container bdeb076948e4 [2021-04-02T00:40:14.076Z] ---> 1629af9f0d89 [2021-04-02T00:40:14.076Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-02T00:40:14.076Z] ---> Running in c19c89fa916d [2021-04-02T00:40:14.076Z] Collecting docker-compose==1.23.2 [2021-04-02T00:40:14.076Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-02T00:40:14.347Z] Collecting docopt<0.7,>=0.6.1 [2021-04-02T00:40:14.347Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-02T00:40:14.920Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-02T00:40:14.920Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-02T00:40:14.920Z] Collecting jsonschema<3,>=2.5.1 [2021-04-02T00:40:14.920Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-02T00:40:15.182Z] Collecting texttable<0.10,>=0.9.0 [2021-04-02T00:40:15.182Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-02T00:40:15.444Z] Collecting cached-property<2,>=1.2.0 [2021-04-02T00:40:15.444Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-02T00:40:15.705Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-02T00:40:15.705Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-02T00:40:15.967Z] Collecting PyYAML<4,>=3.10 [2021-04-02T00:40:15.967Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-02T00:40:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.445s coverage: 38.4% of statements [2021-04-02T00:40:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-02T00:40:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-02T00:40:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2021-04-02T00:40:16.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-02T00:40:16.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements [2021-04-02T00:40:16.910Z] Collecting docker<4.0,>=3.6.0 [2021-04-02T00:40:16.910Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-02T00:40:16.910Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-02T00:40:17.172Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-02T00:40:17.172Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-02T00:40:17.433Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-02T00:40:17.433Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-02T00:40:17.433Z] Collecting idna<2.8,>=2.5 [2021-04-02T00:40:17.433Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-02T00:40:17.696Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-02T00:40:17.696Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-02T00:40:17.696Z] Collecting docker-pycreds>=0.4.0 [2021-04-02T00:40:17.696Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-02T00:40:17.696Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-02T00:40:17.696Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-02T00:40:17.696Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-02T00:40:17.696Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-02T00:40:17.959Z] Installing collected packages: docopt, websocket-client, jsonschema, texttable, cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, docker, dockerpty, docker-compose [2021-04-02T00:40:17.959Z] Running setup.py install for docopt: started [2021-04-02T00:40:18.531Z] Running setup.py install for docopt: finished with status 'done' [2021-04-02T00:40:18.793Z] Running setup.py install for texttable: started [2021-04-02T00:40:19.055Z] Running setup.py install for texttable: finished with status 'done' [2021-04-02T00:40:19.055Z] Attempting uninstall: idna [2021-04-02T00:40:19.055Z] Found existing installation: idna 2.9 [2021-04-02T00:40:19.055Z] Uninstalling idna-2.9: [2021-04-02T00:40:19.055Z] Successfully uninstalled idna-2.9 [2021-04-02T00:40:19.320Z] Attempting uninstall: urllib3 [2021-04-02T00:40:19.320Z] Found existing installation: urllib3 1.25.9 [2021-04-02T00:40:19.320Z] Uninstalling urllib3-1.25.9: [2021-04-02T00:40:19.320Z] Successfully uninstalled urllib3-1.25.9 [2021-04-02T00:40:19.584Z] Attempting uninstall: requests [2021-04-02T00:40:19.584Z] Found existing installation: requests 2.23.0 [2021-04-02T00:40:19.584Z] Uninstalling requests-2.23.0: [2021-04-02T00:40:19.584Z] Successfully uninstalled requests-2.23.0 [2021-04-02T00:40:19.846Z] Running setup.py install for PyYAML: started [2021-04-02T00:40:20.419Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-02T00:40:20.682Z] Running setup.py install for dockerpty: started [2021-04-02T00:40:20.944Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-02T00:40:21.206Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-02T00:40:22.153Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.0% of statements [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-02T00:40:22.153Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-02T00:40:22.153Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-02T00:40:22.153Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-02T00:40:22.753Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements [2021-04-02T00:40:22.753Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-02T00:40:22.753Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:40:22.753Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-02T00:40:25.423Z] Removing intermediate container c19c89fa916d [2021-04-02T00:40:25.424Z] ---> 128b679e98ee [2021-04-02T00:40:25.424Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-02T00:40:25.424Z] ---> Running in bffb32839531 [2021-04-02T00:40:25.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:40:25.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:40:25.953Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-02T00:40:25.953Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-02T00:40:25.953Z] (3/3) Installing curl (7.69.1-r3) [2021-04-02T00:40:25.953Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:40:25.953Z] OK: 72 MiB in 58 packages [2021-04-02T00:40:26.526Z] Removing intermediate container bffb32839531 [2021-04-02T00:40:26.526Z] ---> 6e1b3f09ab48 [2021-04-02T00:40:26.526Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-02T00:40:26.526Z] ---> Running in a9f75e22ed24 [2021-04-02T00:40:26.526Z] Removing intermediate container a9f75e22ed24 [2021-04-02T00:40:26.526Z] ---> ed2602dbf9e6 [2021-04-02T00:40:26.526Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:40:26.526Z] ---> Running in aa636370823e [2021-04-02T00:40:26.789Z] Removing intermediate container aa636370823e [2021-04-02T00:40:26.789Z] ---> a88ac07a0c4b [2021-04-02T00:40:26.789Z] Step 24/26 : LABEL arch=x86_64 [2021-04-02T00:40:26.789Z] ---> Running in f62116695459 [2021-04-02T00:40:27.051Z] Removing intermediate container f62116695459 [2021-04-02T00:40:27.051Z] ---> 0efd8cf92a41 [2021-04-02T00:40:27.051Z] Step 25/26 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:40:27.051Z] ---> Running in 1aa2061d37d6 [2021-04-02T00:40:27.312Z] Removing intermediate container 1aa2061d37d6 [2021-04-02T00:40:27.312Z] ---> 1198bd367efc [2021-04-02T00:40:27.312Z] Step 26/26 : LABEL version=0.0.0 [2021-04-02T00:40:27.312Z] ---> Running in 2a1cfc2ff585 [2021-04-02T00:40:27.575Z] Removing intermediate container 2a1cfc2ff585 [2021-04-02T00:40:27.575Z] ---> 42d06ca90a88 [2021-04-02T00:40:27.575Z] [2021-04-02T00:40:27.575Z] Successfully built 42d06ca90a88 [2021-04-02T00:40:27.575Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-02T00:40:27.849Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-02T00:40:27.866Z] $ docker stop --time=1 936ccc080ce2fa8bfc03cec9e0d6d3200606770957c31b4692b4da63eb48b36c [2021-04-02T00:40:29.434Z] $ docker rm -f 936ccc080ce2fa8bfc03cec9e0d6d3200606770957c31b4692b4da63eb48b36c [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.286s coverage: 29.1% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 95.6% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-02T00:40:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.125s coverage: 87.9% of statements [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-02T00:40:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T00:40:29.950Z] + docker images [2021-04-02T00:40:29.950Z] + grep docker [2021-04-02T00:40:30.099Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-04-02T00:40:30.213Z] docker-sys-mgmt-agent-go latest 42d06ca90a88 3 seconds ago 314MB [2021-04-02T00:40:30.213Z] docker-core-data-go latest 50cf89d48007 28 seconds ago 22.7MB [2021-04-02T00:40:30.213Z] docker-security-proxy-setup-go latest 983e2a2520cf 54 seconds ago 25.4MB [2021-04-02T00:40:30.213Z] docker-core-metadata-go latest 382986767b9d 57 seconds ago 19MB [2021-04-02T00:40:30.213Z] docker-security-bootstrapper-go latest 1e8e86ced910 About a minute ago 19MB [2021-04-02T00:40:30.213Z] docker-security-secretstore-setup-go latest a820096e8f8d 2 minutes ago 25.7MB [2021-04-02T00:40:30.213Z] docker-support-scheduler-go latest 427114d9b95b 2 minutes ago 17.4MB [2021-04-02T00:40:30.213Z] docker-support-notifications-go latest c87731dff113 2 minutes ago 17.9MB [2021-04-02T00:40:30.213Z] docker-core-command-go latest c62c41780bb7 2 minutes ago 17.3MB [2021-04-02T00:40:30.213Z] 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-04-02T00:40:31.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 32.1% of statements [2021-04-02T00:40:32.139Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-02T00:40:33.115Z] GO111MODULE=on go vet ./... [2021-04-02T00:40:46.024Z] Still waiting to schedule task [2021-04-02T00:40:46.025Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-02T00:41:42.964Z] Running on prd-ubuntu18.04-docker-8c-8g-32545 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-02T00:41:43.074Z] Running in /w/workspace/edgex-go/53 [Pipeline] { [Pipeline] checkout [2021-04-02T00:41:45.334Z] using credential edgex-jenkins-ssh [2021-04-02T00:41:45.402Z] Cloning the remote Git repository [2021-04-02T00:41:45.423Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-02T00:41:45.494Z] > git init /w/workspace/edgex-go/53 # timeout=10 [2021-04-02T00:41:45.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-02T00:41:45.527Z] > git --version # timeout=10 [2021-04-02T00:41:45.534Z] > git --version # 'git version 2.17.1' [2021-04-02T00:41:45.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:41:45.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:41:54.930Z] gofmt -l . [2021-04-02T00:41:54.930Z] [ "`gofmt -l .`" = "" ] [2021-04-02T00:41:54.930Z] ./bin/test-go-mod-tidy.sh [2021-04-02T00:41:54.930Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-02T00:41:57.129Z] + ls -al . [2021-04-02T00:41:57.129Z] total 824 [2021-04-02T00:41:57.129Z] drwxrwxr-x 9 1001 1001 4096 Apr 2 00:41 . [2021-04-02T00:41:57.129Z] drwxr-xr-x 4 root root 4096 Apr 2 00:37 .. [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 11 Apr 2 00:35 .dockerignore [2021-04-02T00:41:57.129Z] drwxrwxr-x 8 1001 1001 4096 Apr 2 00:36 .git [2021-04-02T00:41:57.129Z] drwxrwxr-x 3 1001 1001 4096 Apr 2 00:35 .github [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 818 Apr 2 00:35 .gitignore [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 166 Apr 2 00:35 .sonarcloud.properties [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 8607 Apr 2 00:35 Attribution.txt [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 3804 Apr 2 00:35 CONTRIBUTING.md [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 931 Apr 2 00:35 Dockerfile.build [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 863 Apr 2 00:35 Jenkinsfile [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 10775 Apr 2 00:35 LICENSE [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 5774 Apr 2 00:35 Makefile [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 6548 Apr 2 00:35 README.md [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 6755 Apr 2 00:35 SECURITY.md [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 5 Apr 2 00:32 VERSION [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 4131 Apr 2 00:35 ZMQWindows.md [2021-04-02T00:41:57.129Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 00:35 bin [2021-04-02T00:41:57.129Z] drwxrwxr-x 14 1001 1001 4096 Apr 2 00:35 cmd [2021-04-02T00:41:57.129Z] -rw-r--r-- 1 root root 686581 Apr 2 00:40 coverage.out [2021-04-02T00:41:57.129Z] -rw-r--r-- 1 root root 1057 Apr 2 00:41 go.mod [2021-04-02T00:41:57.129Z] -rw-r--r-- 1 root root 22362 Apr 2 00:41 go.sum [2021-04-02T00:41:57.129Z] drwxrwxr-x 8 1001 1001 4096 Apr 2 00:35 internal [2021-04-02T00:41:57.129Z] drwxrwxr-x 4 1001 1001 4096 Apr 2 00:35 openapi [2021-04-02T00:41:57.129Z] drwxrwxr-x 4 1001 1001 4096 Apr 2 00:35 snap [2021-04-02T00:41:57.129Z] -rw-rw-r-- 1 1001 1001 168 Apr 2 00:35 version.go [Pipeline] sh [2021-04-02T00:41:57.815Z] + '[' -e coverage.out ] [2021-04-02T00:41:57.815Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-02T00:41:57.898Z] Warning: overwriting stash ‘coverage-report’ [2021-04-02T00:41:59.128Z] Stashed 1 file(s) [Pipeline] sh [2021-04-02T00:41:59.768Z] + make build [2021-04-02T00:41:59.768Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-02T00:42:00.724Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-02T00:42:00.732Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:42:00.741Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-02T00:42:00.753Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-02T00:42:00.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:42:00.760Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T00:42:01.562Z] Merging remotes/origin/master commit 9479b0bd6fd5f506950cc10d210a264fbf845fb3 into PR head commit 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 [2021-04-02T00:42:01.766Z] Merge succeeded, producing c7201469c85cf2b19dcc7f9d30549a596ad56a04 [2021-04-02T00:42:01.767Z] Checking out Revision c7201469c85cf2b19dcc7f9d30549a596ad56a04 (PR-3234) [2021-04-02T00:42:01.546Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:42:01.552Z] > git checkout -f 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [2021-04-02T00:42:01.644Z] > git remote # timeout=10 [2021-04-02T00:42:01.651Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T00:42:01.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:42:01.666Z] > git merge 9479b0bd6fd5f506950cc10d210a264fbf845fb3 # timeout=10 [2021-04-02T00:42:01.735Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T00:42:01.744Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:42:01.748Z] > git checkout -f c7201469c85cf2b19dcc7f9d30549a596ad56a04 # timeout=10 [2021-04-02T00:42:05.553Z] Commit message: "Merge commit '9479b0bd6fd5f506950cc10d210a264fbf845fb3' into HEAD" [2021-04-02T00:42:05.532Z] > git rev-list --no-walk 6ea04cadffbd0144bce95718d68bc6bc9f3aa6b3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:42:06.702Z] + echo snap-build.sh [2021-04-02T00:42:06.702Z] snap-build.sh [2021-04-02T00:42:06.702Z] + SNAP_BASE_DIR=. [2021-04-02T00:42:06.702Z] + '[' '!' -z /w/workspace/edgex-go/53 ']' [2021-04-02T00:42:06.702Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/53 [2021-04-02T00:42:06.702Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/53]' [2021-04-02T00:42:06.702Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/53] [2021-04-02T00:42:06.702Z] + cd /w/workspace/edgex-go/53 [2021-04-02T00:42:06.702Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-02T00:42:06.702Z] Reading package lists... [2021-04-02T00:42:06.964Z] Building dependency tree... [2021-04-02T00:42:06.964Z] Reading state information... [2021-04-02T00:42:06.964Z] The following packages were automatically installed and are no longer required: [2021-04-02T00:42:06.964Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-02T00:42:06.964Z] uidmap xdelta3 [2021-04-02T00:42:06.964Z] Use 'sudo apt autoremove' to remove them. [2021-04-02T00:42:06.964Z] The following packages will be REMOVED: [2021-04-02T00:42:06.964Z] lxd* lxd-client* [2021-04-02T00:42:07.540Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-02T00:42:07.540Z] After this operation, 31.7 MB disk space will be freed. [2021-04-02T00:42:08.853Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-02T00:42:08.853Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-02T00:42:09.801Z] Removing lxd dnsmasq configuration [2021-04-02T00:42:09.801Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-02T00:42:10.061Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-02T00:42:11.016Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-02T00:42:11.278Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-02T00:42:11.278Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-02T00:42:12.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-02T00:42:12.666Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-02T00:42:12.667Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-02T00:42:14.050Z] + sudo snap remove --purge lxd [2021-04-02T00:42:14.313Z] snap "lxd" is not installed [2021-04-02T00:42:14.313Z] + sudo groupadd --force --system lxd [2021-04-02T00:42:14.313Z] ++ whoami [2021-04-02T00:42:14.313Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-02T00:42:14.313Z] + newgrp - lxd [2021-04-02T00:42:14.313Z] + sudo snap install lxd [2021-04-02T00:42:22.474Z] 2021-04-02T00:42:20Z INFO Waiting for automatic snapd restart... [2021-04-02T00:42:34.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-02T00:42:37.404Z] lxd 4.12 from Canonical* installed [2021-04-02T00:42:37.404Z] + sudo lxd init --auto [2021-04-02T00:42:38.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-02T00:42:44.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-02T00:42:45.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-02T00:42:45.565Z] + sudo snap install --classic snapcraft [2021-04-02T00:42:50.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-02T00:42:52.156Z] snapcraft 4.6 from Canonical* installed [2021-04-02T00:42:52.156Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-02T00:42:52.156Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-02T00:42:52.156Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-02T00:42:52.156Z] Dload Upload Total Spent Left Speed [2021-04-02T00:42:52.156Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 0 627 0 0 4019 0 --:--:-- --:--:-- --:--:-- 4019 [2021-04-02T00:42:52.739Z] 100 3325k 100 3325k 0 0 4380k 0 --:--:-- --:--:-- --:--:-- 4380k [2021-04-02T00:42:52.739Z] ./yq_linux_amd64 [2021-04-02T00:42:52.999Z] + sudo snapcraft prime --use-lxd [2021-04-02T00:42:54.916Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-02T00:42:54.916Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-02T00:42:54.916Z] - README.md [2021-04-02T00:42:54.916Z] [2021-04-02T00:42:54.916Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-02T00:42:55.490Z] Launching a container. [2021-04-02T00:42:55.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-02T00:43:00.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-02T00:43:05.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-02T00:43:07.771Z] Waiting for container to be ready [2021-04-02T00:43:07.771Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-02T00:43:07.771Z] [2021-04-02T00:43:09.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-02T00:43:11.125Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-02T00:43:11.387Z] Waiting for network to be ready... [2021-04-02T00:43:11.960Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-02T00:43:11.960Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-02T00:43:11.960Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-02T00:43:12.221Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-02T00:43:12.221Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-02T00:43:12.221Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-02T00:43:12.221Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-02T00:43:12.221Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-02T00:43:12.221Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-02T00:43:12.221Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-02T00:43:12.481Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-02T00:43:12.748Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-02T00:43:13.009Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-02T00:43:13.009Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-02T00:43:13.009Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-02T00:43:13.009Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-02T00:43:13.009Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-02T00:43:13.009Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-02T00:43:13.950Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-02T00:43:14.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-02T00:43:14.210Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-02T00:43:14.210Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-02T00:43:14.210Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-02T00:43:14.210Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-02T00:43:14.210Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-02T00:43:14.210Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-02T00:43:14.210Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-02T00:43:14.471Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-02T00:43:16.398Z] Fetched 24.2 MB in 5s (5345 kB/s) [2021-04-02T00:43:17.345Z] Reading package lists... [2021-04-02T00:43:17.345Z] Reading package lists... [2021-04-02T00:43:17.606Z] Building dependency tree... [2021-04-02T00:43:17.606Z] Reading state information... [2021-04-02T00:43:17.606Z] The following additional packages will be installed: [2021-04-02T00:43:17.606Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-02T00:43:17.606Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-02T00:43:17.606Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-02T00:43:17.606Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-02T00:43:17.606Z] Suggested packages: [2021-04-02T00:43:17.606Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-02T00:43:17.606Z] Recommended packages: [2021-04-02T00:43:17.606Z] gnupg libsasl2-modules [2021-04-02T00:43:17.606Z] The following NEW packages will be installed: [2021-04-02T00:43:17.606Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-02T00:43:17.606Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-02T00:43:17.606Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-02T00:43:17.606Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-02T00:43:17.606Z] The following packages will be upgraded: [2021-04-02T00:43:17.606Z] gpg gpg-agent gpgconf libudev1 [2021-04-02T00:43:17.867Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-02T00:43:17.867Z] Need to get 3530 kB of archives. [2021-04-02T00:43:17.867Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-02T00:43:17.867Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-02T00:43:17.867Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-02T00:43:17.867Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-02T00:43:17.867Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-02T00:43:17.867Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-02T00:43:18.441Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-02T00:43:18.704Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-02T00:43:18.704Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-02T00:43:18.704Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-02T00:43:18.704Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-02T00:43:18.704Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-02T00:43:18.704Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-02T00:43:18.704Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-02T00:43:18.704Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-02T00:43:18.704Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-02T00:43:18.704Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-02T00:43:18.967Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-02T00:43:18.967Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-02T00:43:18.967Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-02T00:43:18.967Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-02T00:43:18.967Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-02T00:43:18.967Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-02T00:43:18.967Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-02T00:43:18.967Z] Fetched 3530 kB in 1s (3026 kB/s) [2021-04-02T00:43:18.967Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-02T00:43:18.967Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-02T00:43:18.967Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-02T00:43:19.228Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-02T00:43:19.228Z] Selecting previously unselected package udev. [2021-04-02T00:43:19.228Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-02T00:43:19.228Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-02T00:43:19.228Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-02T00:43:19.490Z] Selecting previously unselected package libfuse2:amd64. [2021-04-02T00:43:19.490Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-02T00:43:19.490Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-02T00:43:19.753Z] Selecting previously unselected package fuse. [2021-04-02T00:43:19.753Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-02T00:43:19.753Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-02T00:43:19.753Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-02T00:43:19.753Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-02T00:43:20.014Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-02T00:43:20.014Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-02T00:43:20.014Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-02T00:43:20.014Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-02T00:43:20.278Z] Selecting previously unselected package libksba8:amd64. [2021-04-02T00:43:20.278Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-02T00:43:20.278Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-02T00:43:20.278Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-02T00:43:20.278Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.278Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:20.278Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-02T00:43:20.278Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.538Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:20.538Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-02T00:43:20.538Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.538Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:20.538Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-02T00:43:20.538Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.538Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:20.801Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-02T00:43:20.801Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.801Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:20.801Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-02T00:43:20.801Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.801Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:20.801Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-02T00:43:20.801Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:20.801Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [2021-04-02T00:43:20.885Z] $ docker stop --time=1 25a1cbf8b80888f9ab762e29b516262d7468d3a9c51b255251031e68b422cc66 [2021-04-02T00:43:21.062Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-02T00:43:21.062Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:21.062Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:21.062Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-02T00:43:21.062Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-02T00:43:21.062Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:21.062Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-02T00:43:21.062Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-02T00:43:21.062Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-02T00:43:21.323Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-02T00:43:21.323Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-02T00:43:21.323Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-02T00:43:21.323Z] Selecting previously unselected package libldap-common. [2021-04-02T00:43:21.323Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-02T00:43:21.323Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-02T00:43:21.585Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-02T00:43:21.585Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-02T00:43:21.585Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-02T00:43:21.585Z] Selecting previously unselected package dirmngr. [2021-04-02T00:43:21.585Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-02T00:43:21.585Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-02T00:43:21.846Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-02T00:43:21.846Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-02T00:43:21.846Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-02T00:43:21.846Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-02T00:43:21.846Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-02T00:43:21.846Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-02T00:43:21.846Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:21.846Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-02T00:43:22.106Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-02T00:43:22.107Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-02T00:43:22.367Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-02T00:43:22.367Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.628Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-02T00:43:22.628Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-02T00:43:22.628Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-02T00:43:22.628Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.628Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.628Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.628Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.899Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.900Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.900Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-02T00:43:22.900Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-02T00:43:22.900Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-02T00:43:22.900Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-02T00:43:23.470Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-02T00:43:23.470Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-02T00:43:23.470Z] This means they are not meant to be enabled using systemctl. [2021-04-02T00:43:23.470Z] Possible reasons for having this kind of units are: [2021-04-02T00:43:23.470Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-02T00:43:23.470Z] .wants/ or .requires/ directory. [2021-04-02T00:43:23.470Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-02T00:43:23.470Z] a requirement dependency on it. [2021-04-02T00:43:23.470Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-02T00:43:23.470Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-02T00:43:23.470Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-02T00:43:23.470Z] instance name specified. [2021-04-02T00:43:23.583Z] $ docker rm -f 25a1cbf8b80888f9ab762e29b516262d7468d3a9c51b255251031e68b422cc66 [2021-04-02T00:43:23.730Z] Reading package lists... [2021-04-02T00:43:23.730Z] Building dependency tree... [2021-04-02T00:43:23.731Z] Reading state information... [2021-04-02T00:43:23.994Z] The following additional packages will be installed: [2021-04-02T00:43:23.994Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-02T00:43:23.994Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-02T00:43:23.994Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-02T00:43:23.994Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-02T00:43:23.994Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-02T00:43:23.994Z] Suggested packages: [2021-04-02T00:43:23.994Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-02T00:43:23.994Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-02T00:43:23.994Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-02T00:43:23.994Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-02T00:43:23.994Z] systemd-container policykit-1 [2021-04-02T00:43:23.994Z] Recommended packages: [2021-04-02T00:43:23.994Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-02T00:43:23.994Z] The following NEW packages will be installed: [2021-04-02T00:43:23.994Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-02T00:43:23.994Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-02T00:43:23.994Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-02T00:43:23.994Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-02T00:43:23.994Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-02T00:43:23.994Z] The following packages will be upgraded: [2021-04-02T00:43:23.994Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-02T00:43:23.994Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-02T00:43:23.994Z] Need to get 35.2 MB of archives. [2021-04-02T00:43:23.994Z] After this operation, 141 MB of additional disk space will be used. [2021-04-02T00:43:23.994Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-02T00:43:23.994Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-02T00:43:23.994Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-02T00:43:23.994Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-02T00:43:24.254Z] 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-04-02T00:43:24.254Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-02T00:43:24.254Z] 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-04-02T00:43:24.254Z] 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-04-02T00:43:24.254Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-02T00:43:24.254Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-02T00:43:24.254Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-02T00:43:24.254Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-02T00:43:24.254Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-02T00:43:24.254Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-02T00:43:24.254Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-02T00:43:24.254Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-02T00:43:24.254Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-02T00:43:24.254Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-02T00:43:24.254Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-04-02T00:43:25.207Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-02T00:43:25.208Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-02T00:43:25.208Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-02T00:43:25.208Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-02T00:43:25.208Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-02T00:43:25.208Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-02T00:43:25.208Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-02T00:43:25.208Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-02T00:43:25.208Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-02T00:43:25.208Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-02T00:43:25.208Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-02T00:43:25.208Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-02T00:43:25.208Z] Fetched 35.2 MB in 1s (28.5 MB/s) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:43:25.476Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-02T00:43:25.476Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-02T00:43:25.476Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-02T00:43:25.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-02T00:43:25.586Z] [2021-04-02T00:43:25.587Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:43:25.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-02T00:43:26.048Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-02T00:43:26.048Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-02T00:43:26.235Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-02T00:43:26.235Z] 29e5d40040c1: Pulling fs layer [2021-04-02T00:43:26.235Z] 1ce36da41761: Pulling fs layer [2021-04-02T00:43:26.235Z] 25b303627fd3: Pulling fs layer [2021-04-02T00:43:26.309Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-02T00:43:26.309Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-02T00:43:26.309Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-02T00:43:26.309Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-02T00:43:26.572Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-02T00:43:26.572Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-02T00:43:26.572Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-02T00:43:26.838Z] 29e5d40040c1: Verifying Checksum [2021-04-02T00:43:26.838Z] 29e5d40040c1: Download complete [2021-04-02T00:43:26.848Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-02T00:43:27.110Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-02T00:43:27.110Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-02T00:43:27.381Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-02T00:43:27.486Z] 1ce36da41761: Verifying Checksum [2021-04-02T00:43:27.486Z] 1ce36da41761: Download complete [2021-04-02T00:43:27.657Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-02T00:43:27.658Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-02T00:43:27.658Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-02T00:43:27.763Z] 29e5d40040c1: Pull complete [2021-04-02T00:43:27.919Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-02T00:43:27.919Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-02T00:43:27.919Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:27.919Z] Selecting previously unselected package libexpat1:amd64. [2021-04-02T00:43:27.919Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-02T00:43:27.919Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-02T00:43:28.183Z] Selecting previously unselected package python3.6-minimal. [2021-04-02T00:43:28.183Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-02T00:43:28.183Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:28.754Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-02T00:43:28.754Z] Checking for services that may need to be restarted...done. [2021-04-02T00:43:28.754Z] Checking for services that may need to be restarted...done. [2021-04-02T00:43:28.754Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:28.754Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-02T00:43:28.754Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:29.198Z] 1ce36da41761: Pull complete [2021-04-02T00:43:29.198Z] 25b303627fd3: Verifying Checksum [2021-04-02T00:43:29.198Z] 25b303627fd3: Download complete [2021-04-02T00:43:29.327Z] Selecting previously unselected package python3-minimal. [2021-04-02T00:43:29.327Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-02T00:43:29.327Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-02T00:43:29.327Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-02T00:43:29.327Z] Selecting previously unselected package mime-support. [2021-04-02T00:43:29.327Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-02T00:43:29.327Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-02T00:43:29.589Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-02T00:43:29.589Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-02T00:43:29.589Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-02T00:43:29.589Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-02T00:43:29.589Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-02T00:43:29.589Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:29.851Z] Selecting previously unselected package python3.6. [2021-04-02T00:43:29.851Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-02T00:43:29.851Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:29.851Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-02T00:43:29.851Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-02T00:43:29.851Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-02T00:43:30.112Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-02T00:43:30.112Z] Selecting previously unselected package python3. [2021-04-02T00:43:30.112Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-02T00:43:30.112Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-02T00:43:30.373Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-02T00:43:30.373Z] Selecting previously unselected package multiarch-support. [2021-04-02T00:43:30.373Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-02T00:43:30.373Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-02T00:43:30.373Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-02T00:43:30.373Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-02T00:43:30.635Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-02T00:43:30.635Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-02T00:43:30.635Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-02T00:43:30.635Z] Selecting previously unselected package libbsd0:amd64. [2021-04-02T00:43:30.635Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-02T00:43:30.635Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-02T00:43:30.635Z] Selecting previously unselected package sudo. [2021-04-02T00:43:30.635Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-02T00:43:30.635Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-02T00:43:30.895Z] Selecting previously unselected package apparmor. [2021-04-02T00:43:30.895Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-02T00:43:30.895Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-02T00:43:31.154Z] Selecting previously unselected package libedit2:amd64. [2021-04-02T00:43:31.154Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-02T00:43:31.154Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-02T00:43:31.154Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-02T00:43:31.154Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-02T00:43:31.154Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:31.154Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-02T00:43:31.155Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-02T00:43:31.418Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:31.418Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-02T00:43:31.418Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-02T00:43:31.418Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-02T00:43:31.418Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-02T00:43:31.418Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-02T00:43:31.418Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:31.678Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-02T00:43:31.678Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-02T00:43:31.678Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:31.678Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-02T00:43:31.678Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-02T00:43:31.678Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-02T00:43:31.939Z] Selecting previously unselected package openssh-client. [2021-04-02T00:43:31.939Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-02T00:43:31.939Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-02T00:43:32.199Z] Selecting previously unselected package squashfs-tools. [2021-04-02T00:43:32.199Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-02T00:43:32.199Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-02T00:43:32.199Z] Selecting previously unselected package snapd. [2021-04-02T00:43:32.199Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-02T00:43:32.199Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-02T00:43:34.740Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-02T00:43:34.740Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-02T00:43:34.740Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-02T00:43:34.740Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-02T00:43:35.003Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-02T00:43:35.003Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:35.003Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-02T00:43:35.003Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-02T00:43:35.003Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-02T00:43:35.944Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-02T00:43:35.944Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-02T00:43:35.944Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-02T00:43:35.944Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:35.944Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:35.944Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-02T00:43:36.519Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-02T00:43:36.519Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:36.519Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-02T00:43:36.519Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-02T00:43:36.519Z] running python rtupdate hooks for python3.6... [2021-04-02T00:43:36.519Z] running python post-rtupdate hooks for python3.6... [2021-04-02T00:43:36.793Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-02T00:43:38.181Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-02T00:43:38.181Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-02T00:43:38.181Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-02T00:43:38.441Z] Setting up snapd (2.48.3+18.04) ... [2021-04-02T00:43:38.702Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-02T00:43:38.962Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-02T00:43:38.962Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-02T00:43:39.223Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-02T00:43:39.340Z] 25b303627fd3: Pull complete [2021-04-02T00:43:39.340Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-02T00:43:39.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-02T00:43:39.340Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-02T00:43:39.483Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-02T00:43:39.484Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-02T00:43:39.484Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-02T00:43:39.615Z] prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container [2021-04-02T00:43:39.679Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-02T00:43:39.745Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-02T00:43:40.006Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-02T00:43:40.006Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-02T00:43:40.267Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-02T00:43:40.267Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-02T00:43:40.267Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-02T00:43:41.208Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-02T00:43:41.208Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-02T00:43:41.469Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-02T00:43:42.679Z] Reading package lists... [2021-04-02T00:43:42.679Z] Reading package lists... [2021-04-02T00:43:42.940Z] Building dependency tree... [2021-04-02T00:43:42.940Z] Reading state information... [2021-04-02T00:43:42.944Z] $ docker top 41ec9e4c63cefbad1adf35cdbe15d28fd1b2e65b534c4a1d40f9f41a344c3589 -eo pid,comm [2021-04-02T00:43:43.201Z] Calculating upgrade... [2021-04-02T00:43:43.202Z] The following packages will be upgraded: [2021-04-02T00:43:43.202Z] advancecomp base-files bash binutils binutils-common [2021-04-02T00:43:43.202Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-02T00:43:43.202Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-02T00:43:43.202Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-02T00:43:43.202Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-02T00:43:43.202Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-02T00:43:43.202Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-02T00:43:43.202Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-02T00:43:43.202Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-02T00:43:43.202Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-02T00:43:43.202Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-02T00:43:43.202Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-02T00:43:43.202Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-02T00:43:43.202Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-02T00:43:43.202Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] { [Pipeline] sh [2021-04-02T00:43:43.463Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-02T00:43:43.463Z] Need to get 63.8 MB of archives. [2021-04-02T00:43:43.463Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-02T00:43:43.463Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-02T00:43:43.463Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-02T00:43:43.980Z] + docker-compose build --help [2021-04-02T00:43:43.980Z] + grep parallel [2021-04-02T00:43:44.035Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-02T00:43:44.035Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-02T00:43:44.035Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-02T00:43:44.035Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-02T00:43:44.035Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-02T00:43:44.035Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-02T00:43:44.035Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-02T00:43:44.035Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-02T00:43:44.035Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-02T00:43:44.035Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-02T00:43:44.295Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-02T00:43:44.295Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-02T00:43:44.295Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-02T00:43:44.295Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-02T00:43:44.295Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-02T00:43:44.295Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-02T00:43:44.295Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-02T00:43:44.295Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-02T00:43:44.295Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-02T00:43:44.295Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-02T00:43:44.295Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-02T00:43:44.295Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-02T00:43:44.295Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-02T00:43:44.295Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-02T00:43:44.295Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-02T00:43:44.295Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-02T00:43:44.295Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-02T00:43:44.295Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-02T00:43:44.295Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-02T00:43:44.295Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-02T00:43:44.555Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-02T00:43:44.555Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-02T00:43:44.555Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-02T00:43:44.555Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-02T00:43:44.555Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-02T00:43:44.555Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-02T00:43:44.555Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-02T00:43:44.555Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-02T00:43:44.555Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-02T00:43:44.555Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-02T00:43:44.555Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-02T00:43:44.555Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-02T00:43:44.555Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-02T00:43:44.555Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-02T00:43:44.555Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-02T00:43:44.555Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-02T00:43:44.555Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-02T00:43:44.555Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-02T00:43:44.555Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-02T00:43:44.555Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-02T00:43:44.555Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-02T00:43:44.555Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-02T00:43:44.555Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-02T00:43:44.817Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-02T00:43:44.817Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-02T00:43:44.817Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-02T00:43:44.817Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-02T00:43:44.817Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-02T00:43:44.817Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-02T00:43:44.817Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-02T00:43:44.817Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-02T00:43:44.817Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-02T00:43:44.817Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-02T00:43:44.817Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-02T00:43:44.817Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-02T00:43:44.817Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-02T00:43:44.817Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-02T00:43:44.817Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-02T00:43:44.817Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-02T00:43:44.817Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-02T00:43:44.817Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-02T00:43:44.817Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-02T00:43:44.817Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-02T00:43:44.817Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-02T00:43:44.817Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-02T00:43:44.817Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-02T00:43:44.817Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-02T00:43:44.817Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-02T00:43:44.817Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-02T00:43:44.817Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-02T00:43:44.817Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-02T00:43:45.077Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-02T00:43:45.078Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-02T00:43:45.078Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-02T00:43:45.078Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-02T00:43:45.078Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-02T00:43:45.078Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-02T00:43:45.078Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-02T00:43:45.338Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-02T00:43:45.913Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-02T00:43:45.913Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-02T00:43:45.913Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-02T00:43:46.177Z] 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-04-02T00:43:46.177Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-02T00:43:46.177Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-02T00:43:46.177Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-02T00:43:46.177Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-02T00:43:46.439Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-02T00:43:46.439Z] Fetched 63.8 MB in 3s (21.1 MB/s) [2021-04-02T00:43:46.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:46.439Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-02T00:43:46.439Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-02T00:43:47.012Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-02T00:43:47.012Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-02T00:43:47.274Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-02T00:43:47.274Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-02T00:43:47.349Z] --parallel Build images in parallel. [Pipeline] } [2021-04-02T00:43:47.633Z] $ docker stop --time=1 41ec9e4c63cefbad1adf35cdbe15d28fd1b2e65b534c4a1d40f9f41a344c3589 [2021-04-02T00:43:47.845Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.106Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.106Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.106Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.106Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.368Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.368Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.368Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.368Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.368Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.629Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.629Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.629Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.629Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:48.891Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:43:48.891Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-02T00:43:48.891Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:48.891Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-02T00:43:49.153Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:43:49.154Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-02T00:43:49.154Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:49.154Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:49.154Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:49.154Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:49.414Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-02T00:43:49.414Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-02T00:43:49.414Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:43:49.592Z] $ docker rm -f 41ec9e4c63cefbad1adf35cdbe15d28fd1b2e65b534c4a1d40f9f41a344c3589 [2021-04-02T00:43:49.675Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-02T00:43:49.675Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [Pipeline] // withDockerContainer [2021-04-02T00:43:49.939Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:43:50.201Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-02T00:43:50.465Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-02T00:43:50.465Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-02T00:43:50.465Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-02T00:43:50.465Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-02T00:43:50.465Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-02T00:43:50.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-02T00:43:50.468Z] . [Pipeline] withDockerContainer [2021-04-02T00:43:50.727Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-02T00:43:50.727Z] Installing new version of config file /etc/issue ... [2021-04-02T00:43:50.727Z] Installing new version of config file /etc/issue.net ... [2021-04-02T00:43:50.731Z] prd-ubuntu18.04-docker-arm64-4c-16g-32541 does not seem to be running inside a container [2021-04-02T00:43:50.794Z] $ 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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-02T00:43:50.990Z] Installing new version of config file /etc/lsb-release ... [2021-04-02T00:43:50.990Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-02T00:43:50.990Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-02T00:43:51.250Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-02T00:43:51.250Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-02T00:43:51.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:51.250Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-02T00:43:51.250Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-02T00:43:51.512Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-02T00:43:51.512Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-02T00:43:51.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:51.512Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:51.512Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:51.772Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:51.772Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:51.772Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-02T00:43:51.772Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-02T00:43:52.032Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-02T00:43:52.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:52.032Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-02T00:43:52.032Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-02T00:43:52.176Z] $ docker top cf85018f95f82cfa3be7de1bf0167d3e0f4b3ccc6901f9c93410ce7eaf03bce3 -eo pid,comm [2021-04-02T00:43:52.293Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] { [2021-04-02T00:43:52.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:52.554Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-02T00:43:52.554Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-02T00:43:52.554Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-02T00:43:52.554Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:52.554Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] sh [2021-04-02T00:43:52.816Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-02T00:43:52.816Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-02T00:43:52.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:52.816Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-02T00:43:53.077Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-02T00:43:53.077Z] Setting up grep (3.1-2build1) ... [2021-04-02T00:43:53.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:53.077Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-02T00:43:53.077Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-02T00:43:53.248Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-02T00:43:53.338Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-02T00:43:53.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:53.599Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-02T00:43:53.599Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-02T00:43:53.599Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-02T00:43:53.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:53.599Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-02T00:43:53.860Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-02T00:43:54.123Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-02T00:43:54.123Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-02T00:43:54.384Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-02T00:43:54.384Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-02T00:43:54.956Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-02T00:43:54.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:54.956Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-02T00:43:54.956Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-02T00:43:55.899Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-02T00:43:55.899Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-02T00:43:56.160Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-02T00:43:56.160Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-02T00:43:56.160Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-02T00:43:56.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:56.160Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-02T00:43:56.160Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-02T00:43:56.420Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-02T00:43:56.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:56.681Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:56.681Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:56.681Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:56.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:56.681Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:56.940Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:56.940Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:56.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:56.940Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:56.940Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:57.202Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:57.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:57.202Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:57.202Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:57.462Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:57.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:57.462Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-02T00:43:57.462Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-02T00:43:57.462Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-02T00:43:57.525Z] Building docker-core-command-go ... [2021-04-02T00:43:57.525Z] Building docker-core-data-go ... [2021-04-02T00:43:57.525Z] Building docker-core-metadata-go ... [2021-04-02T00:43:57.525Z] Building docker-security-bootstrapper-go ... [2021-04-02T00:43:57.525Z] Building docker-security-proxy-setup-go ... [2021-04-02T00:43:57.525Z] Building docker-security-secretstore-setup-go ... [2021-04-02T00:43:57.525Z] Building docker-support-notifications-go ... [2021-04-02T00:43:57.525Z] Building docker-support-scheduler-go ... [2021-04-02T00:43:57.525Z] Building docker-sys-mgmt-agent-go ... [2021-04-02T00:43:57.525Z] Building docker-core-data-go [2021-04-02T00:43:57.525Z] Building docker-support-scheduler-go [2021-04-02T00:43:57.525Z] Building docker-support-notifications-go [2021-04-02T00:43:57.525Z] Building docker-security-bootstrapper-go [2021-04-02T00:43:57.525Z] Building docker-core-command-go [2021-04-02T00:43:57.722Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-02T00:43:57.722Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-02T00:43:57.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:57.722Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-02T00:43:57.722Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-02T00:43:57.989Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-02T00:43:57.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:57.989Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:57.989Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:58.284Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:58.284Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:58.284Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:58.284Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:58.544Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:58.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:58.544Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:43:58.544Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:43:59.117Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:43:59.378Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-02T00:43:59.651Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-02T00:43:59.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:43:59.651Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-02T00:43:59.651Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-02T00:43:59.912Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-02T00:44:00.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-02T00:44:00.173Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-02T00:44:00.173Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-02T00:44:00.173Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-02T00:44:00.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:00.435Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-02T00:44:00.435Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-02T00:44:00.697Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-02T00:44:00.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:00.964Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-02T00:44:00.964Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-02T00:44:00.964Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-02T00:44:01.225Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:01.225Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-02T00:44:01.225Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-02T00:44:01.225Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-02T00:44:01.486Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:01.486Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-02T00:44:01.486Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-02T00:44:01.486Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-02T00:44:01.749Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:01.749Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-02T00:44:01.749Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-02T00:44:01.749Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-02T00:44:02.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:02.015Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-02T00:44:02.015Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-02T00:44:02.284Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-02T00:44:02.284Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:02.284Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-02T00:44:02.284Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-02T00:44:02.544Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-02T00:44:02.544Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-02T00:44:02.544Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-02T00:44:02.544Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-02T00:44:02.805Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-02T00:44:02.805Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:02.805Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-02T00:44:02.805Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-02T00:44:03.066Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-02T00:44:03.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:03.066Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-02T00:44:03.066Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-02T00:44:03.327Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-02T00:44:03.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:03.588Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-02T00:44:03.588Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-02T00:44:03.588Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-02T00:44:03.849Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:03.849Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-02T00:44:03.849Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-02T00:44:03.849Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-02T00:44:04.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:04.110Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-02T00:44:04.110Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-02T00:44:04.371Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-02T00:44:04.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:04.633Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-02T00:44:04.633Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-02T00:44:04.633Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-02T00:44:04.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:04.633Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-02T00:44:04.893Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-02T00:44:04.893Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-02T00:44:05.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:05.162Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-02T00:44:05.162Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-02T00:44:05.162Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-02T00:44:05.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:05.162Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-02T00:44:05.422Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-02T00:44:05.422Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-02T00:44:05.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:05.422Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-02T00:44:05.684Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-02T00:44:05.684Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-02T00:44:05.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:05.947Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-02T00:44:05.947Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-02T00:44:05.947Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-02T00:44:05.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-02T00:44:05.947Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-02T00:44:05.947Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-02T00:44:06.208Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-02T00:44:06.208Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-02T00:44:06.208Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-02T00:44:06.468Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-02T00:44:06.468Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-02T00:44:06.468Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-02T00:44:06.729Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-02T00:44:06.729Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-02T00:44:06.990Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-02T00:44:06.990Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-02T00:44:07.252Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-02T00:44:07.252Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-02T00:44:07.252Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-02T00:44:07.252Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-02T00:44:07.513Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-02T00:44:07.513Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-02T00:44:07.513Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-02T00:44:07.513Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-02T00:44:07.774Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-02T00:44:07.774Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-02T00:44:07.774Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-02T00:44:07.774Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-02T00:44:08.035Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-02T00:44:08.035Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-02T00:44:08.035Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-02T00:44:08.035Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-02T00:44:08.980Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-02T00:44:08.980Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-02T00:44:08.980Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-02T00:44:08.980Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-02T00:44:09.240Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-02T00:44:09.240Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-02T00:44:09.500Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-02T00:44:09.500Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-02T00:44:09.769Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-02T00:44:09.769Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-02T00:44:09.769Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-02T00:44:09.769Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-02T00:44:10.031Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:10.031Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:10.031Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:10.031Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:10.292Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:10.292Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:10.292Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:10.553Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:11.503Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:11.504Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:12.460Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:12.460Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:13.051Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:13.051Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:13.312Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:13.312Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:14.260Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-02T00:44:14.260Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-02T00:44:14.260Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-02T00:44:14.260Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-02T00:44:14.522Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-02T00:44:14.522Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-02T00:44:14.522Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-02T00:44:14.522Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-02T00:44:14.785Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-02T00:44:14.785Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-02T00:44:14.785Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-02T00:44:15.046Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-02T00:44:15.046Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-02T00:44:15.046Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-02T00:44:15.046Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-02T00:44:15.308Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-02T00:44:15.308Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:15.308Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-02T00:44:15.308Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:15.308Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:15.568Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:15.568Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-02T00:44:15.568Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-02T00:44:15.568Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-02T00:44:15.568Z] [2021-04-02T00:44:15.568Z] Current default time zone: 'Etc/UTC' [2021-04-02T00:44:15.568Z] Local time is now: Fri Apr 2 00:44:15 UTC 2021. [2021-04-02T00:44:15.568Z] Universal Time is now: Fri Apr 2 00:44:15 UTC 2021. [2021-04-02T00:44:15.568Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-02T00:44:15.568Z] [2021-04-02T00:44:15.830Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-02T00:44:15.830Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:15.830Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-02T00:44:15.830Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-02T00:44:16.092Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-02T00:44:16.092Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-02T00:44:16.092Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-02T00:44:16.092Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-02T00:44:16.092Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-02T00:44:16.352Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-02T00:44:16.352Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:16.352Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-02T00:44:16.612Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:16.612Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-02T00:44:16.612Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:16.612Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-02T00:44:16.612Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-02T00:44:16.612Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-02T00:44:16.612Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-02T00:44:16.612Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-02T00:44:16.612Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-02T00:44:16.612Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-02T00:44:16.612Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-02T00:44:18.540Z] Updating certificates in /etc/ssl/certs... [2021-04-02T00:44:19.480Z] 23 added, 27 removed; done. [2021-04-02T00:44:19.480Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-02T00:44:19.480Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-02T00:44:19.480Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-02T00:44:19.480Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-02T00:44:19.480Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-02T00:44:19.480Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:19.480Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-02T00:44:19.480Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:19.740Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:19.740Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:19.740Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:19.740Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:19.740Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-02T00:44:19.740Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-02T00:44:19.740Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-02T00:44:19.740Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-02T00:44:19.740Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-02T00:44:20.000Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:20.000Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-02T00:44:20.000Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-02T00:44:20.000Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-02T00:44:20.000Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-02T00:44:20.000Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-02T00:44:20.261Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-02T00:44:20.261Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-02T00:44:20.261Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-02T00:44:20.261Z] Updating certificates in /etc/ssl/certs... [2021-04-02T00:44:20.833Z] 0 added, 0 removed; done. [2021-04-02T00:44:20.833Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-02T00:44:20.833Z] done. [2021-04-02T00:44:21.405Z] Reading package lists... [2021-04-02T00:44:21.405Z] Building dependency tree... [2021-04-02T00:44:21.405Z] Reading state information... [2021-04-02T00:44:21.668Z] The following NEW packages will be installed: [2021-04-02T00:44:21.668Z] apt-transport-https [2021-04-02T00:44:21.668Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-02T00:44:21.668Z] Need to get 1696 B of archives. [2021-04-02T00:44:21.668Z] After this operation, 153 kB of additional disk space will be used. [2021-04-02T00:44:21.668Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-02T00:44:21.668Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-02T00:44:21.668Z] Fetched 1696 B in 0s (30.4 kB/s) [2021-04-02T00:44:21.668Z] Selecting previously unselected package apt-transport-https. [2021-04-02T00:44:21.668Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-02T00:44:21.668Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-02T00:44:21.928Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-02T00:44:21.928Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-02T00:44:22.188Z] Waiting for network to be ready... [2021-04-02T00:44:28.772Z] 2021-04-02T00:44:25Z INFO Waiting for automatic snapd restart... [2021-04-02T00:44:28.772Z] snapd 2.49.1 from Canonical* installed [2021-04-02T00:44:29.034Z] "snapd" switched to the "latest/stable" channel [2021-04-02T00:44:29.034Z] [2021-04-02T00:44:31.617Z] core18 20210309 from Canonical* installed [2021-04-02T00:44:31.879Z] "core18" switched to the "latest/stable" channel [2021-04-02T00:44:31.879Z] [2021-04-02T00:44:35.178Z] snapcraft 4.6 from Canonical* installed [2021-04-02T00:44:35.178Z] "snapcraft" switched to the "latest/stable" channel [2021-04-02T00:44:35.178Z] [2021-04-02T00:44:39.402Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-02T00:44:39.402Z] - README.md [2021-04-02T00:44:39.402Z] [2021-04-02T00:44:39.402Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-02T00:44:45.991Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-02T00:44:45.991Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-02T00:44:45.991Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-02T00:44:45.991Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-02T00:44:46.563Z] Reading package lists... [2021-04-02T00:44:47.136Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-02T00:44:53.728Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-02T00:44:53.728Z] Reading package lists... [2021-04-02T00:44:53.728Z] Building dependency tree... [2021-04-02T00:44:53.728Z] Reading state information... [2021-04-02T00:44:53.728Z] Suggested packages: [2021-04-02T00:44:53.728Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-02T00:44:53.728Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-02T00:44:53.728Z] Recommended packages: [2021-04-02T00:44:53.728Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-02T00:44:53.728Z] The following NEW packages will be installed: [2021-04-02T00:44:53.728Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-02T00:44:53.728Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-02T00:44:53.728Z] pkg-config zip [2021-04-02T00:44:53.728Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-02T00:44:53.728Z] Need to get 7663 kB of archives. [2021-04-02T00:44:53.728Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-02T00:44:53.729Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-02T00:44:53.729Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-02T00:44:53.729Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-02T00:44:53.729Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-02T00:44:53.729Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-02T00:44:53.729Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-02T00:44:53.729Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-02T00:44:53.990Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-02T00:44:53.990Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-02T00:44:53.990Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-02T00:44:53.990Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-02T00:44:54.251Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-02T00:44:54.251Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-02T00:44:54.251Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-02T00:44:54.251Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-02T00:44:54.548Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-02T00:44:54.548Z] Fetched 7663 kB in 1s (9550 kB/s) [2021-04-02T00:44:54.548Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-02T00:44:54.548Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-02T00:44:54.548Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-02T00:44:54.548Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-02T00:44:54.548Z] Selecting previously unselected package libpsl5:amd64. [2021-04-02T00:44:54.809Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-02T00:44:54.809Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-02T00:44:54.809Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-02T00:44:54.809Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-02T00:44:54.809Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-02T00:44:54.809Z] Selecting previously unselected package librtmp1:amd64. [2021-04-02T00:44:54.809Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-02T00:44:54.809Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-02T00:44:55.070Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-02T00:44:55.070Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-02T00:44:55.070Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-02T00:44:55.070Z] Selecting previously unselected package liberror-perl. [2021-04-02T00:44:55.070Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-02T00:44:55.070Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-02T00:44:55.070Z] Selecting previously unselected package git-man. [2021-04-02T00:44:55.070Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-02T00:44:55.070Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-02T00:44:55.328Z] Selecting previously unselected package git. [2021-04-02T00:44:55.328Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-02T00:44:55.328Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-02T00:44:56.272Z] Selecting previously unselected package libnorm1:amd64. [2021-04-02T00:44:56.272Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-02T00:44:56.272Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-02T00:44:56.272Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-02T00:44:56.272Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-02T00:44:56.272Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-02T00:44:56.272Z] Selecting previously unselected package libsodium23:amd64. [2021-04-02T00:44:56.272Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-02T00:44:56.272Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-02T00:44:56.272Z] Selecting previously unselected package libzmq5:amd64. [2021-04-02T00:44:56.272Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-02T00:44:56.272Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-02T00:44:56.533Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-02T00:44:56.533Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-02T00:44:56.533Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-02T00:44:56.794Z] Selecting previously unselected package pkg-config. [2021-04-02T00:44:56.794Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-02T00:44:56.794Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-02T00:44:56.794Z] Selecting previously unselected package zip. [2021-04-02T00:44:56.794Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-02T00:44:56.794Z] Unpacking zip (3.0-11build1) ... [2021-04-02T00:44:56.794Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-02T00:44:56.794Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-02T00:44:56.794Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-02T00:44:57.054Z] Setting up liberror-perl (0.17025-1) ... [2021-04-02T00:44:57.055Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-02T00:44:57.055Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-02T00:44:57.055Z] No schema files found: doing nothing. [2021-04-02T00:44:57.055Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-02T00:44:57.055Z] Setting up zip (3.0-11build1) ... [2021-04-02T00:44:57.055Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-02T00:44:57.055Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-02T00:44:57.055Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-02T00:44:57.315Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-02T00:44:57.315Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-02T00:44:57.315Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-02T00:44:57.315Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-02T00:44:57.315Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-02T00:45:03.917Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-02T00:45:03.917Z] git set to automatically installed. [2021-04-02T00:45:03.917Z] git-man set to automatically installed. [2021-04-02T00:45:03.917Z] libcurl3-gnutls set to automatically installed. [2021-04-02T00:45:03.917Z] liberror-perl set to automatically installed. [2021-04-02T00:45:03.917Z] libglib2.0-0 set to automatically installed. [2021-04-02T00:45:03.917Z] libnghttp2-14 set to automatically installed. [2021-04-02T00:45:03.917Z] libnorm1 set to automatically installed. [2021-04-02T00:45:03.917Z] libpgm-5.2-0 set to automatically installed. [2021-04-02T00:45:03.917Z] libpsl5 set to automatically installed. [2021-04-02T00:45:03.917Z] librtmp1 set to automatically installed. [2021-04-02T00:45:03.917Z] libsodium23 set to automatically installed. [2021-04-02T00:45:03.917Z] libzmq3-dev set to automatically installed. [2021-04-02T00:45:03.917Z] libzmq5 set to automatically installed. [2021-04-02T00:45:03.917Z] pkg-config set to automatically installed. [2021-04-02T00:45:03.917Z] zip set to automatically installed. [2021-04-02T00:45:05.830Z] snapd is not logged in, snap install commands will use sudo [2021-04-02T00:45:12.423Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-02T00:45:13.000Z] snap "core18" has no updates available [2021-04-02T00:45:14.937Z] snapd is not logged in, snap install commands will use sudo [2021-04-02T00:45:19.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:45:19.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:45:19.347Z] ---> 6195abde3c95 [2021-04-02T00:45:19.347Z] Step 3/22 : WORKDIR /edgex-go [2021-04-02T00:45:19.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:45:19.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:45:19.347Z] ---> 6195abde3c95 [2021-04-02T00:45:19.347Z] Step 3/23 : WORKDIR /edgex-go [2021-04-02T00:45:19.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:45:19.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:45:19.347Z] ---> 6195abde3c95 [2021-04-02T00:45:19.347Z] Step 3/22 : WORKDIR /edgex-go [2021-04-02T00:45:19.347Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:45:19.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:45:19.347Z] ---> 6195abde3c95 [2021-04-02T00:45:19.347Z] Step 3/23 : WORKDIR /edgex-go [2021-04-02T00:45:19.347Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:45:19.347Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:45:19.347Z] ---> 6195abde3c95 [2021-04-02T00:45:19.347Z] Step 3/31 : WORKDIR /edgex-go [2021-04-02T00:45:19.347Z] ---> Running in 4fd3ac8ab4c0 [2021-04-02T00:45:19.347Z] ---> Running in ca1da6a9a510 [2021-04-02T00:45:19.347Z] ---> Running in e5fe1abc3252 [2021-04-02T00:45:19.347Z] ---> Running in bf5b7861796d [2021-04-02T00:45:19.347Z] ---> Running in b4022126882e [2021-04-02T00:45:19.347Z] Removing intermediate container e5fe1abc3252 [2021-04-02T00:45:19.347Z] Removing intermediate container bf5b7861796d [2021-04-02T00:45:19.347Z] ---> 9c55ddf31cea [2021-04-02T00:45:19.347Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:45:19.347Z] ---> efdac989b2db [2021-04-02T00:45:19.347Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:45:19.347Z] Removing intermediate container 4fd3ac8ab4c0 [2021-04-02T00:45:19.347Z] ---> 59f111100982 [2021-04-02T00:45:19.347Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:45:19.347Z] Removing intermediate container ca1da6a9a510 [2021-04-02T00:45:19.347Z] ---> 01996220131c [2021-04-02T00:45:19.347Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:45:19.347Z] Removing intermediate container b4022126882e [2021-04-02T00:45:19.347Z] ---> 522faa480a11 [2021-04-02T00:45:19.347Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:45:19.347Z] ---> Running in d7d6e76613df [2021-04-02T00:45:19.347Z] ---> Running in 98ba7cb2ccc9 [2021-04-02T00:45:19.347Z] ---> Running in 25291d6d9a99 [2021-04-02T00:45:19.347Z] ---> Running in 203a90775390 [2021-04-02T00:45:19.347Z] ---> Running in 5a5ed5c77b8f [2021-04-02T00:45:19.347Z] Removing intermediate container d7d6e76613df [2021-04-02T00:45:19.347Z] ---> 33e3893166a3 [2021-04-02T00:45:19.347Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-02T00:45:19.347Z] ---> Running in 2b839fe744be [2021-04-02T00:45:19.347Z] Removing intermediate container 98ba7cb2ccc9 [2021-04-02T00:45:19.347Z] ---> 01f0916f59cc [2021-04-02T00:45:19.347Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-02T00:45:19.347Z] Removing intermediate container 25291d6d9a99 [2021-04-02T00:45:19.347Z] ---> 193d28573f92 [2021-04-02T00:45:19.347Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-02T00:45:19.347Z] ---> Running in f57b263de89a [2021-04-02T00:45:19.347Z] ---> Running in 6ef4835004a5 [2021-04-02T00:45:19.347Z] Removing intermediate container 203a90775390 [2021-04-02T00:45:19.347Z] ---> 1a52c7a12923 [2021-04-02T00:45:19.347Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-02T00:45:19.347Z] Removing intermediate container 5a5ed5c77b8f [2021-04-02T00:45:19.347Z] ---> 380c540ffc85 [2021-04-02T00:45:19.347Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-02T00:45:19.347Z] ---> Running in ca2fd85fd5d6 [2021-04-02T00:45:19.347Z] ---> Running in 31aa33422612 [2021-04-02T00:45:19.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:19.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:19.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:19.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:19.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:19.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:20.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:20.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:20.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:20.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:45:20.860Z] OK: 217 MiB in 51 packages [2021-04-02T00:45:21.526Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-02T00:45:21.850Z] OK: 217 MiB in 51 packages [2021-04-02T00:45:21.850Z] OK: 217 MiB in 51 packages [2021-04-02T00:45:21.850Z] OK: 217 MiB in 51 packages [2021-04-02T00:45:22.130Z] OK: 217 MiB in 51 packages [2021-04-02T00:45:22.406Z] Removing intermediate container 2b839fe744be [2021-04-02T00:45:22.406Z] ---> 9b3952703c6f [2021-04-02T00:45:22.406Z] Step 6/23 : COPY go.mod . [2021-04-02T00:45:23.395Z] ---> 68775ccd1dce [2021-04-02T00:45:23.395Z] Step 7/23 : RUN go mod download [2021-04-02T00:45:23.395Z] Removing intermediate container ca2fd85fd5d6 [2021-04-02T00:45:23.395Z] ---> f3460a959c04 [2021-04-02T00:45:23.395Z] Step 6/23 : COPY go.mod . [2021-04-02T00:45:23.670Z] ---> Running in 490fef89f27e [2021-04-02T00:45:23.945Z] Removing intermediate container 6ef4835004a5 [2021-04-02T00:45:23.945Z] ---> 6ee2f714f547 [2021-04-02T00:45:23.945Z] Step 6/22 : COPY go.mod . [2021-04-02T00:45:23.945Z] Removing intermediate container f57b263de89a [2021-04-02T00:45:23.945Z] ---> 876e60c19ba1 [2021-04-02T00:45:23.945Z] Step 6/22 : COPY go.mod . [2021-04-02T00:45:24.221Z] Removing intermediate container 31aa33422612 [2021-04-02T00:45:24.221Z] ---> 9b1596f166d8 [2021-04-02T00:45:24.221Z] Step 6/31 : COPY go.mod . [2021-04-02T00:45:24.501Z] ---> c7df93b3f75d [2021-04-02T00:45:24.501Z] Step 7/23 : RUN go mod download [2021-04-02T00:45:24.777Z] ---> Running in b0edc5b94653 [2021-04-02T00:45:25.057Z] ---> b4d991ad924c [2021-04-02T00:45:25.057Z] Step 7/22 : RUN go mod download [2021-04-02T00:45:25.353Z] ---> Running in 850ac382d409 [2021-04-02T00:45:25.353Z] ---> 319e1d588c55 [2021-04-02T00:45:25.353Z] Step 7/31 : RUN go mod download [2021-04-02T00:45:25.353Z] ---> 1ea77cc67a38 [2021-04-02T00:45:25.353Z] Step 7/22 : RUN go mod download [2021-04-02T00:45:25.646Z] ---> Running in 6d5e475d7815 [2021-04-02T00:45:25.646Z] ---> Running in e1e257d37487 [2021-04-02T00:45:28.276Z] Removing intermediate container 490fef89f27e [2021-04-02T00:45:28.276Z] ---> 497989d45e3b [2021-04-02T00:45:28.276Z] Step 8/23 : COPY . . [2021-04-02T00:45:29.260Z] Removing intermediate container b0edc5b94653 [2021-04-02T00:45:29.260Z] ---> b08dd16c4751 [2021-04-02T00:45:29.260Z] Step 8/23 : COPY . . [2021-04-02T00:45:30.246Z] Removing intermediate container 850ac382d409 [2021-04-02T00:45:30.247Z] ---> 6d7371978f76 [2021-04-02T00:45:30.247Z] Step 8/22 : COPY . . [2021-04-02T00:45:31.523Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-02T00:45:31.687Z] Removing intermediate container 6d5e475d7815 [2021-04-02T00:45:31.687Z] ---> cbe57907d21d [2021-04-02T00:45:31.687Z] Step 8/31 : COPY . . [2021-04-02T00:45:31.687Z] Removing intermediate container e1e257d37487 [2021-04-02T00:45:31.687Z] ---> 38e5eb9c4fe1 [2021-04-02T00:45:31.687Z] Step 8/22 : COPY . . [2021-04-02T00:45:32.093Z] Pulling go-build-helper [2021-04-02T00:45:32.093Z] + snapcraftctl pull [2021-04-02T00:45:33.034Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-02T00:45:33.035Z] Skipping pull go-build-helper (already ran) [2021-04-02T00:45:33.035Z] Building go-build-helper [2021-04-02T00:45:33.035Z] + snapcraftctl build [2021-04-02T00:45:34.947Z] Staging go-build-helper [2021-04-02T00:45:34.947Z] + snapcraftctl stage [2021-04-02T00:45:44.942Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-02T00:45:44.942Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-02T00:45:44.942Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-02T00:45:44.942Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-02T00:45:44.942Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-02T00:45:44.942Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-02T00:45:44.942Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-02T00:45:44.942Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-02T00:45:44.942Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-02T00:45:44.942Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-02T00:45:44.942Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-02T00:45:44.942Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-02T00:45:44.942Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-02T00:45:44.942Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-02T00:45:44.942Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-02T00:45:44.942Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-02T00:45:44.942Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-02T00:45:44.942Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-02T00:45:44.942Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-02T00:45:44.942Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-02T00:45:44.942Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-02T00:45:44.942Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-02T00:45:44.942Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-02T00:45:44.942Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-02T00:45:44.942Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-02T00:45:44.942Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-02T00:45:44.942Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-02T00:45:44.942Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-02T00:45:44.942Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-02T00:45:44.942Z] Fetched 224 kB in 0s (0 B/s) [2021-04-02T00:45:44.942Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-02T00:45:44.942Z] Fetched 157 kB in 0s (0 B/s) [2021-04-02T00:45:44.942Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-02T00:45:44.942Z] Fetched 221 kB in 0s (0 B/s) [2021-04-02T00:45:44.942Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-02T00:45:44.942Z] Fetched 143 kB in 0s (0 B/s) [2021-04-02T00:45:44.942Z] Pulling app-service-config [2021-04-02T00:45:44.942Z] + snapcraftctl pull [2021-04-02T00:45:44.942Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-02T00:45:45.203Z] Pulling config-common [2021-04-02T00:45:45.203Z] + snapcraftctl pull [2021-04-02T00:45:49.414Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-02T00:45:49.414Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-02T00:45:49.414Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-02T00:45:49.414Z] Fetched 0 B in 0s (0 B/s) [2021-04-02T00:45:49.414Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-02T00:45:49.414Z] Fetched 0 B in 0s (0 B/s) [2021-04-02T00:45:49.414Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-02T00:45:49.414Z] Fetched 0 B in 0s (0 B/s) [2021-04-02T00:45:49.414Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-02T00:45:49.414Z] Fetched 0 B in 0s (0 B/s) [2021-04-02T00:45:49.414Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-02T00:45:49.414Z] Fetched 0 B in 0s (0 B/s) [2021-04-02T00:45:49.414Z] Pulling edgex-go [2021-04-02T00:45:49.414Z] + snapcraftctl pull [2021-04-02T00:45:58.493Z] ---> 7c8ea6b4c5c9 [2021-04-02T00:45:58.493Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-02T00:45:58.493Z] ---> b5328b24e15f [2021-04-02T00:45:58.493Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-02T00:45:58.493Z] ---> 734bd566b1e5 [2021-04-02T00:45:58.493Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-02T00:45:58.493Z] ---> a8dda5292ec5 [2021-04-02T00:45:58.493Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-02T00:45:58.493Z] ---> Running in db01ac20dffc [2021-04-02T00:45:58.493Z] ---> 99371f50839f [2021-04-02T00:45:58.493Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-02T00:45:58.493Z] ---> Running in 3f7f7badf9c9 [2021-04-02T00:45:58.493Z] ---> Running in 7cdd3430df54 [2021-04-02T00:45:58.493Z] ---> Running in 1b6bd1f00920 [2021-04-02T00:45:58.493Z] ---> Running in 85f1d5491fa5 [2021-04-02T00:45:58.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-02T00:45:58.493Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-02T00:45:58.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-02T00:45:58.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-02T00:45:58.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-02T00:46:11.396Z] + snapcraftctl pull [2021-04-02T00:46:11.397Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-02T00:46:11.397Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-02T00:46:11.397Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-02T00:46:11.397Z] Fetched 0 B in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-02T00:46:11.397Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-02T00:46:11.397Z] Fetched 279 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-02T00:46:11.397Z] Fetched 122 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-02T00:46:11.397Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-02T00:46:11.397Z] Fetched 8848 B in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-02T00:46:11.397Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-02T00:46:11.397Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-02T00:46:11.397Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-02T00:46:11.397Z] Fetched 219 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-02T00:46:11.397Z] Fetched 154 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-02T00:46:11.397Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-02T00:46:11.397Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-02T00:46:11.397Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-02T00:46:11.397Z] Fetched 499 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-02T00:46:11.397Z] Fetched 111 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-02T00:46:11.397Z] Fetched 240 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-02T00:46:11.397Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-02T00:46:11.397Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-02T00:46:11.397Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-02T00:46:11.397Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-02T00:46:11.397Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-02T00:46:11.397Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-02T00:46:11.397Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-02T00:46:11.397Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-02T00:46:11.397Z] Fetched 8720 B in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-02T00:46:11.397Z] Fetched 137 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-02T00:46:11.397Z] Fetched 119 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-02T00:46:11.397Z] Fetched 109 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-02T00:46:11.397Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-02T00:46:11.397Z] Fetched 645 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-02T00:46:11.397Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-02T00:46:11.397Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-02T00:46:11.397Z] Fetched 368 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-02T00:46:11.397Z] Fetched 187 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-02T00:46:11.397Z] Fetched 175 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-02T00:46:11.397Z] Fetched 206 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-02T00:46:11.397Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-02T00:46:11.397Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-02T00:46:11.397Z] Fetched 159 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-02T00:46:11.397Z] Fetched 107 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-02T00:46:11.397Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-02T00:46:11.397Z] Pulling static-packages [2021-04-02T00:46:11.397Z] Pulling version [2021-04-02T00:46:11.397Z] + cd /root/project [2021-04-02T00:46:11.397Z] + [ -f VERSION ] [2021-04-02T00:46:11.397Z] + PROJECT_VERSION=local-dev [2021-04-02T00:46:11.397Z] + git rev-parse --short HEAD [2021-04-02T00:46:11.397Z] + GIT_REVISION=c7201469 [2021-04-02T00:46:11.397Z] + snapcraftctl set-version local-dev [2021-04-02T00:46:11.397Z] Skipping build go-build-helper (already ran) [2021-04-02T00:46:11.658Z] Building app-service-config [2021-04-02T00:46:11.658Z] + make build [2021-04-02T00:46:11.658Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-02T00:46:14.960Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.40 [2021-04-02T00:46:15.220Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-02T00:46:15.220Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-02T00:46:15.220Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-02T00:46:15.220Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-02T00:46:15.220Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-02T00:46:15.220Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-02T00:46:15.220Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-02T00:46:15.220Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-02T00:46:15.220Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-02T00:46:15.220Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-02T00:46:15.479Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-02T00:46:15.479Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-02T00:46:15.479Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-02T00:46:15.479Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-02T00:46:15.479Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-02T00:46:15.479Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-02T00:46:15.479Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-02T00:46:15.479Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-02T00:46:15.479Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-02T00:46:15.479Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-02T00:46:15.479Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-02T00:46:15.479Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-02T00:46:15.741Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-02T00:46:15.741Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-02T00:46:15.741Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-02T00:46:15.741Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-02T00:46:15.741Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-02T00:46:15.741Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-02T00:46:15.741Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-02T00:46:15.741Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-02T00:46:15.741Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-02T00:46:15.741Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-02T00:46:15.741Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-02T00:46:15.741Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-02T00:46:16.003Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-02T00:46:16.003Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-02T00:46:16.003Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-02T00:46:25.146Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-02T00:46:25.146Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-02T00:46:25.146Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-02T00:46:25.146Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-02T00:46:25.716Z] Building config-common [2021-04-02T00:46:25.716Z] + snapcraftctl build [2021-04-02T00:46:28.262Z] Building edgex-go [2021-04-02T00:46:28.262Z] + cd /root/parts/edgex-go/src [2021-04-02T00:46:28.262Z] + make build [2021-04-02T00:46:28.262Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-02T00:46:28.262Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-02T00:46:28.262Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-02T00:46:28.521Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-02T00:46:28.521Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-02T00:46:31.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-02T00:46:31.814Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-02T00:46:37.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-02T00:46:37.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-02T00:46:39.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-02T00:46:39.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-02T00:46:39.843Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-02T00:46:40.102Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-02T00:46:40.102Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-02T00:46:40.102Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-02T00:46:42.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-02T00:46:42.010Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-02T00:46:42.010Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-02T00:46:43.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-02T00:46:44.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-02T00:46:46.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-02T00:46:47.103Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-02T00:46:47.103Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-02T00:46:48.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-02T00:46:48.485Z] go: downloading github.com/lib/pq v1.10.0 [2021-04-02T00:46:50.395Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-02T00:46:50.395Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-02T00:46:50.395Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-02T00:46:50.395Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-02T00:46:50.395Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-02T00:46:50.395Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-02T00:46:50.395Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-02T00:46:50.395Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-02T00:46:50.395Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-02T00:46:50.395Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-02T00:46:50.395Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-02T00:46:53.696Z] Building static-packages [2021-04-02T00:46:53.696Z] + snapcraftctl build [2021-04-02T00:46:55.083Z] Building version [2021-04-02T00:46:55.083Z] + snapcraftctl build [2021-04-02T00:46:56.994Z] Skipping stage go-build-helper (already ran) [2021-04-02T00:46:56.994Z] Staging app-service-config [2021-04-02T00:46:56.994Z] + snapcraftctl stage [2021-04-02T00:46:57.934Z] Staging config-common [2021-04-02T00:46:58.195Z] + snapcraftctl stage [2021-04-02T00:46:59.136Z] Staging edgex-go [2021-04-02T00:46:59.136Z] + snapcraftctl stage [2021-04-02T00:47:00.133Z] Staging static-packages [2021-04-02T00:47:00.133Z] + snapcraftctl stage [2021-04-02T00:47:01.121Z] Staging version [2021-04-02T00:47:01.121Z] + snapcraftctl stage [2021-04-02T00:47:02.202Z] Priming go-build-helper [2021-04-02T00:47:02.202Z] + snapcraftctl prime [2021-04-02T00:47:02.922Z] Priming app-service-config [2021-04-02T00:47:02.922Z] + snapcraftctl prime [2021-04-02T00:47:04.048Z] Priming config-common [2021-04-02T00:47:04.048Z] + snapcraftctl prime [2021-04-02T00:47:04.988Z] Priming edgex-go [2021-04-02T00:47:05.248Z] + snapcraftctl prime [2021-04-02T00:47:06.190Z] Priming static-packages [2021-04-02T00:47:06.190Z] + snapcraftctl prime [2021-04-02T00:47:08.737Z] Priming version [2021-04-02T00:47:08.737Z] + snapcraftctl prime [2021-04-02T00:47:09.681Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-02T00:47:50.633Z] Removing intermediate container 1b6bd1f00920 [2021-04-02T00:47:50.633Z] ---> a55a8474606f [2021-04-02T00:47:50.633Z] [2021-04-02T00:47:50.633Z] Step 10/31 : FROM alpine:3.12 [2021-04-02T00:47:50.633Z] 3.12: Pulling from library/alpine [2021-04-02T00:47:50.633Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:47:50.633Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T00:47:50.633Z] ---> d75e27dfc0a0 [2021-04-02T00:47:50.633Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-02T00:47:50.906Z] ---> Running in 53b4c176ec79 [2021-04-02T00:47:51.509Z] Removing intermediate container 53b4c176ec79 [2021-04-02T00:47:51.509Z] ---> 0c75feef904d [2021-04-02T00:47:51.509Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-02T00:47:51.784Z] ---> Running in 7cb019df1ccb [2021-04-02T00:47:53.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:47:54.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:47:54.661Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-02T00:47:54.661Z] (2/2) Installing su-exec (0.2-r1) [2021-04-02T00:47:54.661Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:47:54.661Z] OK: 5 MiB in 16 packages [2021-04-02T00:47:58.076Z] Removing intermediate container 7cb019df1ccb [2021-04-02T00:47:58.076Z] ---> 147b8379e19e [2021-04-02T00:47:58.076Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-02T00:47:58.678Z] ---> Running in 11c3b496d912 [2021-04-02T00:47:58.952Z] Removing intermediate container db01ac20dffc [2021-04-02T00:47:58.952Z] ---> 205e4d0e8627 [2021-04-02T00:47:58.952Z] [2021-04-02T00:47:58.952Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T00:47:58.952Z] ---> d75e27dfc0a0 [2021-04-02T00:47:58.952Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-02T00:47:59.227Z] ---> Running in 835fae0a9561 [2021-04-02T00:47:59.499Z] Removing intermediate container 11c3b496d912 [2021-04-02T00:47:59.499Z] ---> 51b62f59ba74 [2021-04-02T00:47:59.499Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-02T00:48:00.093Z] ---> Running in ac806481df0e [2021-04-02T00:48:01.544Z] Removing intermediate container ac806481df0e [2021-04-02T00:48:01.544Z] ---> 90417ba659cb [2021-04-02T00:48:01.544Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-02T00:48:01.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:01.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:02.431Z] ---> Running in 2f455d34588c [2021-04-02T00:48:02.431Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-02T00:48:02.431Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:48:02.431Z] OK: 5 MiB in 15 packages [2021-04-02T00:48:03.879Z] Removing intermediate container 85f1d5491fa5 [2021-04-02T00:48:03.879Z] ---> 1e3e14fa6a13 [2021-04-02T00:48:03.879Z] [2021-04-02T00:48:03.879Z] Step 10/22 : FROM alpine:3.12 [2021-04-02T00:48:03.879Z] ---> d75e27dfc0a0 [2021-04-02T00:48:03.879Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-02T00:48:03.879Z] Removing intermediate container 7cdd3430df54 [2021-04-02T00:48:03.879Z] ---> e48cd83f868e [2021-04-02T00:48:03.879Z] [2021-04-02T00:48:03.879Z] Step 10/22 : FROM alpine:3.12 [2021-04-02T00:48:03.879Z] ---> d75e27dfc0a0 [2021-04-02T00:48:03.879Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-02T00:48:04.159Z] ---> Running in b04caff1bc5f [2021-04-02T00:48:04.159Z] ---> Running in 04014a86e8f2 [2021-04-02T00:48:04.430Z] Removing intermediate container 835fae0a9561 [2021-04-02T00:48:04.430Z] ---> 6704ec390047 [2021-04-02T00:48:04.430Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:48:05.864Z] ---> Running in c522347301d3 [2021-04-02T00:48:06.473Z] Removing intermediate container c522347301d3 [2021-04-02T00:48:06.473Z] ---> 3397cc3ca1af [2021-04-02T00:48:06.473Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-02T00:48:06.754Z] ---> Running in be35016bd560 [2021-04-02T00:48:06.754Z] Removing intermediate container 2f455d34588c [2021-04-02T00:48:06.754Z] ---> f2d99733a937 [2021-04-02T00:48:06.754Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-02T00:48:07.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:07.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:07.310Z] ---> Running in 41f13e32b3e6 [2021-04-02T00:48:07.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:07.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:07.310Z] Removing intermediate container be35016bd560 [2021-04-02T00:48:07.310Z] ---> 152c3a266e8d [2021-04-02T00:48:07.310Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-02T00:48:07.583Z] ---> Running in f042a5bbd717 [2021-04-02T00:48:08.188Z] Removing intermediate container 41f13e32b3e6 [2021-04-02T00:48:08.188Z] ---> dde1477dfd08 [2021-04-02T00:48:08.188Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-02T00:48:08.188Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-02T00:48:08.188Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:48:08.188Z] OK: 5 MiB in 15 packages [2021-04-02T00:48:08.188Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-02T00:48:08.462Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-02T00:48:08.462Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:48:08.462Z] Executing ca-certificates-20191127-r4.trigger [2021-04-02T00:48:08.462Z] Removing intermediate container f042a5bbd717 [2021-04-02T00:48:08.462Z] ---> 794e07cc2d77 [2021-04-02T00:48:08.462Z] Step 15/23 : WORKDIR / [2021-04-02T00:48:08.742Z] OK: 6 MiB in 16 packages [2021-04-02T00:48:08.742Z] ---> Running in 91ebb5cdd145 [2021-04-02T00:48:09.349Z] ---> 6f8e8201e4b5 [2021-04-02T00:48:09.349Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-02T00:48:09.617Z] ---> Running in 6307dc27a5a9 [2021-04-02T00:48:09.892Z] Removing intermediate container 91ebb5cdd145 [2021-04-02T00:48:09.892Z] ---> b7ab87527603 [2021-04-02T00:48:09.892Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:48:10.167Z] Removing intermediate container b04caff1bc5f [2021-04-02T00:48:10.168Z] ---> 38bade7c0e08 [2021-04-02T00:48:10.168Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:48:10.168Z] ---> Running in f10d3f67ef8c [2021-04-02T00:48:11.154Z] Removing intermediate container f10d3f67ef8c [2021-04-02T00:48:11.154Z] ---> 94859b5501b3 [2021-04-02T00:48:11.154Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-02T00:48:11.431Z] ---> 847fe1f58f2a [2021-04-02T00:48:11.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-02T00:48:11.431Z] ---> Running in 664fd6926a1e [2021-04-02T00:48:11.710Z] Removing intermediate container 04014a86e8f2 [2021-04-02T00:48:11.710Z] ---> d4c69b52ec62 [2021-04-02T00:48:11.710Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:48:11.988Z] ---> Running in ed7c95d3af75 [2021-04-02T00:48:12.267Z] Removing intermediate container 664fd6926a1e [2021-04-02T00:48:12.267Z] ---> 001b5090a045 [2021-04-02T00:48:12.267Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-02T00:48:12.546Z] ---> Running in 136832d9c42c [2021-04-02T00:48:12.821Z] Removing intermediate container ed7c95d3af75 [2021-04-02T00:48:12.821Z] ---> d41edc68c17a [2021-04-02T00:48:12.821Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-02T00:48:13.117Z] ---> Running in cd606385988d [2021-04-02T00:48:13.541Z] Removing intermediate container 136832d9c42c [2021-04-02T00:48:13.541Z] ---> 2a884d0a5bce [2021-04-02T00:48:13.541Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:48:13.541Z] ---> c147a7e04b4e [2021-04-02T00:48:13.541Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-02T00:48:13.825Z] Removing intermediate container 6307dc27a5a9 [2021-04-02T00:48:13.825Z] ---> d2e841f35662 [2021-04-02T00:48:13.825Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:48:14.607Z] Removing intermediate container cd606385988d [2021-04-02T00:48:14.607Z] ---> 5ed84d542b4c [2021-04-02T00:48:14.607Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-02T00:48:14.607Z] ---> Running in 16f8c56368fa [2021-04-02T00:48:15.235Z] ---> 2206b428ec2e [2021-04-02T00:48:15.235Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-02T00:48:15.517Z] ---> Running in 026dd7a189d0 [2021-04-02T00:48:15.517Z] ---> dd635e195949 [2021-04-02T00:48:15.517Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-02T00:48:15.517Z] ---> 53cbe032bd96 [2021-04-02T00:48:15.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-02T00:48:15.792Z] Removing intermediate container 16f8c56368fa [2021-04-02T00:48:15.792Z] ---> c9df8d16fc2b [2021-04-02T00:48:15.792Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:48:16.773Z] Removing intermediate container 026dd7a189d0 [2021-04-02T00:48:16.773Z] ---> 3ca5675ecfaa [2021-04-02T00:48:16.773Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:48:17.379Z] ---> a77b62b1fa5e [2021-04-02T00:48:17.379Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-02T00:48:17.379Z] ---> Running in 0e8fdcdce5c5 [2021-04-02T00:48:17.650Z] ---> 0983291f67d1 [2021-04-02T00:48:17.650Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-02T00:48:17.650Z] ---> d9f477e2fc24 [2021-04-02T00:48:17.650Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-02T00:48:17.924Z] Removing intermediate container 3f7f7badf9c9 [2021-04-02T00:48:17.924Z] ---> 2fec19384825 [2021-04-02T00:48:17.924Z] [2021-04-02T00:48:17.924Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T00:48:17.924Z] ---> d75e27dfc0a0 [2021-04-02T00:48:17.924Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-02T00:48:18.198Z] Removing intermediate container 0e8fdcdce5c5 [2021-04-02T00:48:18.198Z] ---> c9dcef6a0513 [2021-04-02T00:48:18.198Z] Step 21/23 : LABEL arch=arm64 [2021-04-02T00:48:18.198Z] ---> Running in 99655346e37d [2021-04-02T00:48:18.485Z] ---> Running in aadc435c67ed [2021-04-02T00:48:18.763Z] ---> 1fd7acb7ce4d [2021-04-02T00:48:18.763Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-02T00:48:19.036Z] ---> f04c9f7ff9c1 [2021-04-02T00:48:19.036Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-02T00:48:19.036Z] ---> Running in 94fa17c1e358 [2021-04-02T00:48:19.036Z] Removing intermediate container 99655346e37d [2021-04-02T00:48:19.036Z] ---> 50a1e90cc5ad [2021-04-02T00:48:19.036Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-02T00:48:19.036Z] Removing intermediate container aadc435c67ed [2021-04-02T00:48:19.036Z] ---> ec8d50fc4d03 [2021-04-02T00:48:19.036Z] Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:48:19.310Z] ---> 9b77a215447d [2021-04-02T00:48:19.310Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-02T00:48:19.310Z] ---> Running in 25d2fdbb3240 [2021-04-02T00:48:19.310Z] ---> Running in fe587fa982e6 [2021-04-02T00:48:19.582Z] Removing intermediate container 94fa17c1e358 [2021-04-02T00:48:19.582Z] ---> 9e0bfecc4603 [2021-04-02T00:48:19.582Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:48:19.854Z] ---> Running in c6f84b09e897 [2021-04-02T00:48:20.130Z] Removing intermediate container 25d2fdbb3240 [2021-04-02T00:48:20.130Z] ---> db9facd33d42 [2021-04-02T00:48:20.130Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-02T00:48:20.130Z] Removing intermediate container fe587fa982e6 [2021-04-02T00:48:20.130Z] ---> da3c888d7ac6 [2021-04-02T00:48:20.130Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T00:48:20.130Z] ---> c53165019781 [2021-04-02T00:48:20.130Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-02T00:48:20.130Z] ---> Running in f22227809fc8 [2021-04-02T00:48:20.130Z] ---> Running in 3bfbf9cb7502 [2021-04-02T00:48:20.408Z] ---> 4ad1ead018d2 [2021-04-02T00:48:20.408Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-02T00:48:20.408Z] Removing intermediate container c6f84b09e897 [2021-04-02T00:48:20.408Z] ---> f5aea8b51253 [2021-04-02T00:48:20.408Z] Step 20/22 : LABEL arch=arm64 [2021-04-02T00:48:20.408Z] ---> Running in 8c8f563fc991 [2021-04-02T00:48:20.681Z] ---> Running in b01995e66270 [2021-04-02T00:48:20.952Z] Removing intermediate container f22227809fc8 [2021-04-02T00:48:20.952Z] ---> 834556379a9f [2021-04-02T00:48:20.952Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:48:20.952Z] Removing intermediate container 3bfbf9cb7502 [2021-04-02T00:48:20.952Z] ---> 2c6376c1d83a [2021-04-02T00:48:20.952Z] [2021-04-02T00:48:21.222Z] ---> 63b52821df57 [2021-04-02T00:48:21.222Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-02T00:48:21.222Z] Removing intermediate container 8c8f563fc991 [2021-04-02T00:48:21.222Z] ---> 257102f90e25 [2021-04-02T00:48:21.222Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:48:21.222Z] Removing intermediate container b01995e66270 [2021-04-02T00:48:21.222Z] ---> 21adc28492b7 [2021-04-02T00:48:21.222Z] Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:48:21.222Z] ---> Running in 4077a9677b19 [2021-04-02T00:48:21.491Z] Successfully built 2c6376c1d83a [2021-04-02T00:48:21.491Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-02T00:48:21.491Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-02T00:48:21.761Z] ---> Running in 5ea6f8671856 [2021-04-02T00:48:21.761Z] ---> Running in 4b0dce2227bc [2021-04-02T00:48:21.761Z] ---> Running in 850a585d7c6c [2021-04-02T00:48:22.749Z] Removing intermediate container 4b0dce2227bc [2021-04-02T00:48:22.749Z] ---> 33eefca26b85 [2021-04-02T00:48:22.749Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-02T00:48:22.749Z] Removing intermediate container 850a585d7c6c [2021-04-02T00:48:22.749Z] ---> 0582f50b63b6 [2021-04-02T00:48:22.749Z] Step 20/22 : LABEL arch=arm64 [2021-04-02T00:48:22.749Z] Removing intermediate container 5ea6f8671856 [2021-04-02T00:48:22.749Z] ---> 38def3c215cc [2021-04-02T00:48:22.749Z] Step 22/22 : LABEL version=0.0.0 [2021-04-02T00:48:23.023Z] ---> Running in a8a2438b6254 [2021-04-02T00:48:23.305Z] ---> Running in af43edfe62eb [2021-04-02T00:48:24.291Z] ---> e316a1807f4b [2021-04-02T00:48:24.291Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-02T00:48:24.881Z] Removing intermediate container af43edfe62eb [2021-04-02T00:48:24.881Z] ---> f865e7dd9e20 [2021-04-02T00:48:24.881Z] [2021-04-02T00:48:24.881Z] Removing intermediate container a8a2438b6254 [2021-04-02T00:48:24.881Z] ---> f71c8c7c3b0e [2021-04-02T00:48:24.881Z] Step 21/22 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:48:25.158Z] ---> Running in 45d1af464d94 [2021-04-02T00:48:25.158Z] ---> Running in 18c98c6fafb7 [2021-04-02T00:48:25.441Z] Successfully built f865e7dd9e20 [2021-04-02T00:48:25.441Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-02T00:48:25.441Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-04-02T00:48:26.032Z] Removing intermediate container 4077a9677b19 [2021-04-02T00:48:26.032Z] ---> 38e9a790e8bd [2021-04-02T00:48:26.032Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-02T00:48:26.307Z] Removing intermediate container 45d1af464d94 [2021-04-02T00:48:26.307Z] ---> febdc7599955 [2021-04-02T00:48:26.307Z] Step 22/22 : LABEL version=0.0.0 [2021-04-02T00:48:26.307Z] ---> Running in d11cf1237382 [2021-04-02T00:48:26.583Z] ---> Running in 6f6e54071d65 [2021-04-02T00:48:27.601Z] Removing intermediate container 6f6e54071d65 [2021-04-02T00:48:27.601Z] ---> 5517c1240223 [2021-04-02T00:48:27.601Z] [2021-04-02T00:48:27.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:28.156Z] Successfully built 5517c1240223 [2021-04-02T00:48:28.433Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-02T00:48:28.433Z] Building docker-security-proxy-setup-go [2021-04-02T00:48:28.712Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:48:29.320Z] Removing intermediate container 18c98c6fafb7 [2021-04-02T00:48:29.320Z] ---> 040b48ab9bf6 [2021-04-02T00:48:29.320Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-02T00:48:29.596Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-02T00:48:29.876Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-02T00:48:29.876Z] ---> Running in 6cab118bb876 [2021-04-02T00:48:29.876Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-02T00:48:30.153Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-02T00:48:30.429Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-02T00:48:30.711Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-02T00:48:30.711Z] Removing intermediate container 6cab118bb876 [2021-04-02T00:48:30.711Z] ---> 0b0c9113f536 [2021-04-02T00:48:30.711Z] Step 28/31 : CMD ["gate"] [2021-04-02T00:48:30.711Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:48:30.711Z] OK: 8 MiB in 20 packages [2021-04-02T00:48:31.332Z] ---> Running in 577e76ff03b6 [2021-04-02T00:48:32.320Z] Removing intermediate container 577e76ff03b6 [2021-04-02T00:48:32.320Z] ---> f71ea152b1cb [2021-04-02T00:48:32.320Z] Step 29/31 : LABEL arch=arm64 [2021-04-02T00:48:32.919Z] ---> Running in ea954233a4a9 [2021-04-02T00:48:32.919Z] Removing intermediate container d11cf1237382 [2021-04-02T00:48:32.919Z] ---> 78c0757ef218 [2021-04-02T00:48:32.919Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:48:33.529Z] Removing intermediate container ea954233a4a9 [2021-04-02T00:48:33.529Z] ---> 9251c2a48916 [2021-04-02T00:48:33.529Z] Step 30/31 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:48:34.137Z] ---> c753cc221073 [2021-04-02T00:48:34.137Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-02T00:48:34.415Z] ---> Running in 8939718eb59c [2021-04-02T00:48:35.461Z] Removing intermediate container 8939718eb59c [2021-04-02T00:48:35.461Z] ---> 641a048912a0 [2021-04-02T00:48:35.461Z] Step 31/31 : LABEL version=0.0.0 [2021-04-02T00:48:36.059Z] ---> 2250cbbca208 [2021-04-02T00:48:36.059Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-02T00:48:36.670Z] ---> Running in ac06884288e6 [2021-04-02T00:48:37.283Z] ---> a320fd91be76 [2021-04-02T00:48:37.283Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-02T00:48:37.894Z] Removing intermediate container ac06884288e6 [2021-04-02T00:48:37.894Z] ---> e2d6e87d4679 [2021-04-02T00:48:37.894Z] [2021-04-02T00:48:37.894Z] ---> Running in ef447dc9b1a0 [2021-04-02T00:48:38.498Z] Successfully built e2d6e87d4679 [2021-04-02T00:48:38.498Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-02T00:48:38.498Z]  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go [2021-04-02T00:48:38.773Z] Removing intermediate container ef447dc9b1a0 [2021-04-02T00:48:38.773Z] ---> 91ad7f27a8af [2021-04-02T00:48:38.773Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:48:39.049Z] ---> Running in 17247ab0c7e3 [2021-04-02T00:48:39.331Z] Removing intermediate container 17247ab0c7e3 [2021-04-02T00:48:39.331Z] ---> 12c89b360c13 [2021-04-02T00:48:39.331Z] Step 21/23 : LABEL arch=arm64 [2021-04-02T00:48:39.606Z] ---> Running in 206cd1bc76fe [2021-04-02T00:48:40.206Z] Removing intermediate container 206cd1bc76fe [2021-04-02T00:48:40.206Z] ---> cd2655638c7e [2021-04-02T00:48:40.206Z] Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:48:40.801Z] ---> Running in ed3b1ca05d1f [2021-04-02T00:48:41.785Z] Removing intermediate container ed3b1ca05d1f [2021-04-02T00:48:41.785Z] ---> 709488e37200 [2021-04-02T00:48:41.785Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T00:48:42.390Z] ---> Running in 554d4e089cbd [2021-04-02T00:48:42.992Z] Removing intermediate container 554d4e089cbd [2021-04-02T00:48:42.992Z] ---> 8b6040733047 [2021-04-02T00:48:42.992Z] [2021-04-02T00:48:43.593Z] Successfully built 8b6040733047 [2021-04-02T00:48:43.593Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-02T00:49:10.407Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:49:10.407Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:49:10.407Z] ---> 6195abde3c95 [2021-04-02T00:49:10.407Z] Step 3/24 : WORKDIR /edgex-go [2021-04-02T00:49:10.407Z] ---> Using cache [2021-04-02T00:49:10.407Z] ---> 522faa480a11 [2021-04-02T00:49:10.407Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:49:10.407Z] ---> Using cache [2021-04-02T00:49:10.407Z] ---> 1a52c7a12923 [2021-04-02T00:49:10.407Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-02T00:49:14.730Z] ---> Running in 1472a82e9cb2 [2021-04-02T00:49:15.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:16.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:16.919Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:49:16.919Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:49:16.919Z] ---> 6195abde3c95 [2021-04-02T00:49:16.919Z] Step 3/23 : WORKDIR /edgex-go [2021-04-02T00:49:16.919Z] ---> Using cache [2021-04-02T00:49:16.919Z] ---> 522faa480a11 [2021-04-02T00:49:16.919Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:49:16.919Z] ---> Using cache [2021-04-02T00:49:16.919Z] ---> 1a52c7a12923 [2021-04-02T00:49:16.919Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-02T00:49:17.194Z] OK: 217 MiB in 51 packages [2021-04-02T00:49:18.628Z] ---> Running in df046bd6ff41 [2021-04-02T00:49:19.225Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:49:19.225Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:49:19.225Z] ---> 6195abde3c95 [2021-04-02T00:49:19.225Z] Step 3/21 : WORKDIR /edgex-go [2021-04-02T00:49:19.225Z] ---> Using cache [2021-04-02T00:49:19.225Z] ---> 522faa480a11 [2021-04-02T00:49:19.225Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:49:19.225Z] ---> Using cache [2021-04-02T00:49:19.225Z] ---> 1a52c7a12923 [2021-04-02T00:49:19.225Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-02T00:49:19.225Z] ---> Running in c0230fa9cd7c [2021-04-02T00:49:19.824Z] Removing intermediate container 1472a82e9cb2 [2021-04-02T00:49:19.824Z] ---> 6adccee68d21 [2021-04-02T00:49:19.824Z] Step 6/24 : COPY go.mod . [2021-04-02T00:49:20.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:21.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:21.300Z] ---> 0c1e024275ff [2021-04-02T00:49:21.301Z] Step 7/24 : RUN go mod download [2021-04-02T00:49:21.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:21.575Z] ---> Running in c6e0b509e442 [2021-04-02T00:49:21.856Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-02T00:49:21.856Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-02T00:49:21.856Z] ---> 6195abde3c95 [2021-04-02T00:49:21.856Z] Step 3/26 : WORKDIR /edgex-go [2021-04-02T00:49:21.856Z] ---> Using cache [2021-04-02T00:49:21.856Z] ---> 522faa480a11 [2021-04-02T00:49:21.856Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:49:21.856Z] ---> Using cache [2021-04-02T00:49:21.856Z] ---> 1a52c7a12923 [2021-04-02T00:49:21.856Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-02T00:49:21.856Z] ---> Running in a0de101bdfb0 [2021-04-02T00:49:21.856Z] OK: 217 MiB in 51 packages [2021-04-02T00:49:22.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:23.444Z] OK: 217 MiB in 51 packages [2021-04-02T00:49:23.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:23.444Z] Removing intermediate container df046bd6ff41 [2021-04-02T00:49:23.444Z] ---> 85058e6ba4a0 [2021-04-02T00:49:23.444Z] Step 6/23 : COPY go.mod . [2021-04-02T00:49:24.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:49:24.327Z] ---> 7f53928c13f6 [2021-04-02T00:49:24.327Z] Step 7/23 : RUN go mod download [2021-04-02T00:49:24.604Z] ---> Running in 7558b3a224e0 [2021-04-02T00:49:24.604Z] Removing intermediate container c0230fa9cd7c [2021-04-02T00:49:24.604Z] ---> 106762fdf3b8 [2021-04-02T00:49:24.604Z] Step 6/21 : COPY go.mod . [2021-04-02T00:49:24.876Z] OK: 217 MiB in 51 packages [2021-04-02T00:49:25.150Z] Removing intermediate container c6e0b509e442 [2021-04-02T00:49:25.150Z] ---> c9718592e978 [2021-04-02T00:49:25.150Z] Step 8/24 : COPY . . [2021-04-02T00:49:25.752Z] ---> f3a7140b8f94 [2021-04-02T00:49:25.752Z] Step 7/21 : RUN go mod download [2021-04-02T00:49:26.022Z] ---> Running in c0425a0dc401 [2021-04-02T00:49:27.004Z] Removing intermediate container a0de101bdfb0 [2021-04-02T00:49:27.004Z] ---> abe94a03a9ea [2021-04-02T00:49:27.004Z] Step 6/26 : COPY go.mod . [2021-04-02T00:49:28.433Z] ---> 3db7fb230069 [2021-04-02T00:49:28.433Z] Step 7/26 : RUN go mod download [2021-04-02T00:49:29.866Z] ---> Running in c506ec5b50bc [2021-04-02T00:49:29.866Z] Removing intermediate container 7558b3a224e0 [2021-04-02T00:49:29.866Z] ---> 0c5c9e5fda27 [2021-04-02T00:49:29.866Z] Step 8/23 : COPY . . [2021-04-02T00:49:30.965Z] Removing intermediate container c0425a0dc401 [2021-04-02T00:49:30.965Z] ---> 5ce5e185c579 [2021-04-02T00:49:30.965Z] Step 8/21 : COPY . . [2021-04-02T00:49:36.408Z] Removing intermediate container c506ec5b50bc [2021-04-02T00:49:36.408Z] ---> c4540ca34fa9 [2021-04-02T00:49:36.408Z] Step 8/26 : COPY . . [2021-04-02T00:49:48.829Z] ---> d83ffa26f515 [2021-04-02T00:49:48.829Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-02T00:49:49.102Z] ---> Running in 668c576d49c1 [2021-04-02T00:49:49.712Z] ---> 1bdf081b1a09 [2021-04-02T00:49:49.712Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-02T00:49:49.983Z] ---> Running in 249e0925f289 [2021-04-02T00:49:50.605Z] ---> a2e29ec3e527 [2021-04-02T00:49:50.605Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-02T00:49:50.883Z] ---> Running in b1d9f53778a8 [2021-04-02T00:49:51.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-02T00:49:51.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-02T00:49:51.782Z] ---> 1d10e3a28d89 [2021-04-02T00:49:51.782Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-02T00:49:52.061Z] ---> Running in 483eeef69f34 [2021-04-02T00:49:52.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-02T00:49:53.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-02T00:51:15.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-02T00:51:15.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-02T00:51:22.335Z] Removing intermediate container 668c576d49c1 [2021-04-02T00:51:22.335Z] ---> 007c535392bb [2021-04-02T00:51:22.335Z] [2021-04-02T00:51:22.335Z] Step 10/24 : FROM alpine:3.12 [2021-04-02T00:51:22.335Z] ---> d75e27dfc0a0 [2021-04-02T00:51:22.335Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-02T00:51:22.335Z] ---> Running in 895adb81c159 [2021-04-02T00:51:22.936Z] Removing intermediate container b1d9f53778a8 [2021-04-02T00:51:22.936Z] ---> 1f5c2ca59014 [2021-04-02T00:51:22.936Z] [2021-04-02T00:51:22.936Z] Step 10/21 : FROM alpine:3.12 [2021-04-02T00:51:22.936Z] ---> d75e27dfc0a0 [2021-04-02T00:51:22.936Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-02T00:51:23.215Z] ---> Running in 9eb9a6f50aff [2021-04-02T00:51:23.490Z] Removing intermediate container 483eeef69f34 [2021-04-02T00:51:23.490Z] ---> 5a2676df4a5c [2021-04-02T00:51:23.490Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-02T00:51:23.774Z] ---> Running in 3f4929ee93b2 [2021-04-02T00:51:24.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:24.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:24.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:24.984Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-02T00:51:24.984Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-02T00:51:24.984Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-02T00:51:24.984Z] (4/6) Installing curl (7.69.1-r3) [2021-04-02T00:51:24.984Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-02T00:51:24.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:25.259Z] (6/6) Installing su-exec (0.2-r1) [2021-04-02T00:51:25.259Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:51:25.259Z] Executing ca-certificates-20191127-r4.trigger [2021-04-02T00:51:25.259Z] OK: 7 MiB in 20 packages [2021-04-02T00:51:25.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-02T00:51:25.825Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-02T00:51:25.825Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-02T00:51:25.825Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-02T00:51:25.825Z] (4/4) Installing curl (7.69.1-r3) [2021-04-02T00:51:25.825Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T00:51:25.825Z] Executing ca-certificates-20191127-r4.trigger [2021-04-02T00:51:26.103Z] OK: 7 MiB in 18 packages [2021-04-02T00:51:28.099Z] Removing intermediate container 895adb81c159 [2021-04-02T00:51:28.099Z] ---> d9cd7c06553d [2021-04-02T00:51:28.099Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-02T00:51:28.380Z] ---> Running in 9e2562bf71a2 [2021-04-02T00:51:28.662Z] Removing intermediate container 9eb9a6f50aff [2021-04-02T00:51:28.662Z] ---> 53b8c0628d02 [2021-04-02T00:51:28.662Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-02T00:51:28.938Z] ---> Running in 00cfffe8af45 [2021-04-02T00:51:29.217Z] Removing intermediate container 9e2562bf71a2 [2021-04-02T00:51:29.217Z] ---> eca51aa85a83 [2021-04-02T00:51:29.217Z] Step 13/24 : WORKDIR / [2021-04-02T00:51:29.491Z] ---> Running in 9be15e61a890 [2021-04-02T00:51:29.799Z] Removing intermediate container 00cfffe8af45 [2021-04-02T00:51:29.799Z] ---> 0acba321dcae [2021-04-02T00:51:29.799Z] Step 13/21 : WORKDIR /edgex [2021-04-02T00:51:30.081Z] ---> Running in d6e35bf32f8a [2021-04-02T00:51:30.081Z] Removing intermediate container 3f4929ee93b2 [2021-04-02T00:51:30.081Z] ---> c21669d90a77 [2021-04-02T00:51:30.081Z] [2021-04-02T00:51:30.081Z] Step 11/26 : FROM docker:20.10.0 [2021-04-02T00:51:30.363Z] 20.10.0: Pulling from library/docker [2021-04-02T00:51:30.363Z] Removing intermediate container 9be15e61a890 [2021-04-02T00:51:30.363Z] ---> 9b9293b50797 [2021-04-02T00:51:30.363Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-02T00:51:30.972Z] Removing intermediate container d6e35bf32f8a [2021-04-02T00:51:30.972Z] ---> a6a098bb169c [2021-04-02T00:51:30.972Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-02T00:51:31.962Z] ---> b086c77446ae [2021-04-02T00:51:31.962Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-02T00:51:32.569Z] Removing intermediate container 249e0925f289 [2021-04-02T00:51:32.569Z] ---> e28030da7cf5 [2021-04-02T00:51:32.569Z] [2021-04-02T00:51:32.569Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T00:51:32.569Z] ---> d75e27dfc0a0 [2021-04-02T00:51:32.569Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-02T00:51:32.569Z] ---> Using cache [2021-04-02T00:51:32.569Z] ---> 38bade7c0e08 [2021-04-02T00:51:32.569Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-02T00:51:32.569Z] ---> Using cache [2021-04-02T00:51:32.569Z] ---> 94859b5501b3 [2021-04-02T00:51:32.569Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-02T00:51:32.569Z] ---> 65a1d1f155af [2021-04-02T00:51:32.569Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-02T00:51:32.848Z] ---> Running in c98be29ed22f [2021-04-02T00:51:33.462Z] ---> 706a773c0d94 [2021-04-02T00:51:33.462Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-02T00:51:33.736Z] Removing intermediate container c98be29ed22f [2021-04-02T00:51:33.736Z] ---> 56e3a36e47f4 [2021-04-02T00:51:33.736Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-02T00:51:34.021Z] ---> c3c3b2e208d5 [2021-04-02T00:51:34.021Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-02T00:51:34.300Z] ---> Running in d01cbdd45160 [2021-04-02T00:51:34.580Z] ---> d0ab47c95cb3 [2021-04-02T00:51:34.580Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-02T00:51:35.186Z] Removing intermediate container d01cbdd45160 [2021-04-02T00:51:35.186Z] ---> 732291b1c65c [2021-04-02T00:51:35.186Z] Step 15/23 : WORKDIR / [2021-04-02T00:51:35.788Z] ---> Running in 0be9c353497e [2021-04-02T00:51:36.400Z] ---> 63808a20a356 [2021-04-02T00:51:36.400Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-02T00:51:36.676Z] ---> c95c09102469 [2021-04-02T00:51:36.676Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-02T00:51:37.280Z] ---> Running in 361051fac935 [2021-04-02T00:51:37.880Z] Removing intermediate container 0be9c353497e [2021-04-02T00:51:37.880Z] ---> f9d4188b1a72 [2021-04-02T00:51:37.880Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-02T00:51:38.880Z] Removing intermediate container 361051fac935 [2021-04-02T00:51:38.880Z] ---> 0381e9cb0047 [2021-04-02T00:51:38.880Z] Step 18/21 : CMD ["--init=true"] [2021-04-02T00:51:39.161Z] ---> b2ab6d79466a [2021-04-02T00:51:39.161Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-02T00:51:39.439Z] ---> Running in 0c71756a0e0a [2021-04-02T00:51:39.439Z] ---> 6f0ac5feb7a2 [2021-04-02T00:51:39.439Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-02T00:51:40.907Z] Removing intermediate container 0c71756a0e0a [2021-04-02T00:51:40.907Z] ---> 7db7d2f7b603 [2021-04-02T00:51:40.907Z] Step 19/21 : LABEL arch=arm64 [2021-04-02T00:51:40.907Z] ---> 22da87bfe620 [2021-04-02T00:51:40.907Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-02T00:51:41.189Z] ---> Running in 7f2e91b12ad7 [2021-04-02T00:51:41.189Z] ---> e5980d9bdf47 [2021-04-02T00:51:41.189Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-02T00:51:41.189Z] ---> Running in 58a8b34217dc [2021-04-02T00:51:41.802Z] Removing intermediate container 7f2e91b12ad7 [2021-04-02T00:51:41.802Z] ---> 8e2decc2b66f [2021-04-02T00:51:41.802Z] Step 20/21 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:51:42.075Z] ---> Running in d0fc140a08ed [2021-04-02T00:51:42.075Z] ---> 5a88965f8d68 [2021-04-02T00:51:42.075Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-02T00:51:42.354Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-02T00:51:42.354Z] ---> Running in bb89c1a9ec97 [2021-04-02T00:51:42.354Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-02T00:51:42.354Z] ---> eeaf43b92773 [2021-04-02T00:51:42.354Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-02T00:51:42.630Z] Removing intermediate container d0fc140a08ed [2021-04-02T00:51:42.630Z] ---> eee3fb8fe28e [2021-04-02T00:51:42.630Z] Step 21/21 : LABEL version=0.0.0 [2021-04-02T00:51:42.630Z] ---> Running in 2af4b2b631e7 [2021-04-02T00:51:42.907Z] ---> Running in e518040be16b [2021-04-02T00:51:43.182Z] Removing intermediate container bb89c1a9ec97 [2021-04-02T00:51:43.182Z] ---> 1cc1089c968d [2021-04-02T00:51:43.182Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:51:43.458Z] ---> Running in a43db734dd8f [2021-04-02T00:51:43.458Z] Removing intermediate container e518040be16b [2021-04-02T00:51:43.458Z] ---> 2f9ddce7f6dd [2021-04-02T00:51:43.458Z] [2021-04-02T00:51:44.068Z] Successfully built 2f9ddce7f6dd [2021-04-02T00:51:44.068Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-02T00:51:44.068Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 58a8b34217dc [2021-04-02T00:51:44.068Z] ---> de6f527f47f5 [2021-04-02T00:51:44.068Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-02T00:51:44.068Z] Removing intermediate container a43db734dd8f [2021-04-02T00:51:44.068Z] ---> 916994884ac0 [2021-04-02T00:51:44.068Z] Step 21/23 : LABEL arch=arm64 [2021-04-02T00:51:44.342Z] ---> Running in bade1f801414 [2021-04-02T00:51:44.342Z] ---> Running in c77b9a96eb11 [2021-04-02T00:51:44.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:44.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:44.906Z] Removing intermediate container c77b9a96eb11 [2021-04-02T00:51:44.906Z] ---> a20832077256 [2021-04-02T00:51:44.906Z] Step 22/23 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:51:44.906Z] Removing intermediate container bade1f801414 [2021-04-02T00:51:44.906Z] ---> 17119ad29637 [2021-04-02T00:51:44.906Z] Step 22/24 : LABEL arch=arm64 [2021-04-02T00:51:45.183Z] ---> Running in ab4e00e81442 [2021-04-02T00:51:45.183Z] ---> Running in 7ae396bcb736 [2021-04-02T00:51:45.183Z] (1/2) Installing readline (8.0.4-r0) [2021-04-02T00:51:45.183Z] (2/2) Installing bash (5.0.17-r0) [2021-04-02T00:51:45.183Z] Executing bash-5.0.17-r0.post-install [2021-04-02T00:51:45.183Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:51:45.183Z] OK: 12 MiB in 22 packages [2021-04-02T00:51:45.463Z] Removing intermediate container ab4e00e81442 [2021-04-02T00:51:45.463Z] ---> c368710185af [2021-04-02T00:51:45.463Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T00:51:45.744Z] Removing intermediate container 7ae396bcb736 [2021-04-02T00:51:45.744Z] ---> 4fc056aa2b8d [2021-04-02T00:51:45.744Z] Step 23/24 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:51:45.744Z] ---> Running in 42b590e2bfdc [2021-04-02T00:51:46.020Z] ---> Running in a1e0bb4127d7 [2021-04-02T00:51:46.293Z] Removing intermediate container 42b590e2bfdc [2021-04-02T00:51:46.293Z] ---> 2686ebdf9b18 [2021-04-02T00:51:46.293Z] [2021-04-02T00:51:46.565Z] Removing intermediate container a1e0bb4127d7 [2021-04-02T00:51:46.565Z] ---> 1ac512301a51 [2021-04-02T00:51:46.565Z] Step 24/24 : LABEL version=0.0.0 [2021-04-02T00:51:46.839Z] Successfully built 2686ebdf9b18 [2021-04-02T00:51:46.839Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-02T00:51:46.839Z] Removing intermediate container 2af4b2b631e7 [2021-04-02T00:51:46.839Z]  Building docker-core-metadata-go ... done  ---> 724591b73b48 [2021-04-02T00:51:46.839Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-02T00:51:46.839Z] ---> Running in 992c6d07227f [2021-04-02T00:51:46.839Z] ---> Running in 7a71121fabdc [2021-04-02T00:51:47.437Z] Removing intermediate container 992c6d07227f [2021-04-02T00:51:47.437Z] ---> ab837919c48b [2021-04-02T00:51:47.437Z] [2021-04-02T00:51:47.437Z] Removing intermediate container 7a71121fabdc [2021-04-02T00:51:47.437Z] ---> 152240d6b133 [2021-04-02T00:51:47.437Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-02T00:51:47.712Z] ---> Running in 0587f1ad9e36 [2021-04-02T00:51:47.712Z] Successfully built ab837919c48b [2021-04-02T00:51:47.712Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-02T00:51:48.310Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0587f1ad9e36 [2021-04-02T00:51:48.310Z] ---> c5c210e1c337 [2021-04-02T00:51:48.310Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-02T00:51:48.310Z] ---> Running in 59e327bb6496 [2021-04-02T00:51:48.585Z] Removing intermediate container 59e327bb6496 [2021-04-02T00:51:48.585Z] ---> 9497276d64ce [2021-04-02T00:51:48.585Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-02T00:51:50.014Z] ---> 330878656049 [2021-04-02T00:51:50.014Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-02T00:51:50.289Z] ---> d35549967a59 [2021-04-02T00:51:50.289Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-02T00:51:51.307Z] ---> 508245d39eea [2021-04-02T00:51:51.307Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-02T00:51:51.307Z] ---> Running in a36d70a06181 [2021-04-02T00:51:52.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:52.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:51:53.085Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-02T00:51:53.085Z] (2/33) Installing expat (2.2.9-r1) [2021-04-02T00:51:53.085Z] (3/33) Installing libffi (3.3-r2) [2021-04-02T00:51:53.085Z] (4/33) Installing gdbm (1.13-r1) [2021-04-02T00:51:53.085Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-02T00:51:53.085Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-02T00:51:53.085Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-02T00:51:55.057Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-02T00:51:55.057Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-02T00:51:55.057Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-02T00:51:55.057Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-02T00:51:55.057Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-02T00:51:55.057Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-02T00:51:55.057Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-02T00:51:55.057Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-02T00:51:55.057Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-02T00:51:55.057Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-02T00:51:55.057Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-02T00:51:55.057Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-02T00:51:55.057Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-02T00:51:55.057Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-02T00:51:55.330Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-02T00:51:55.330Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-02T00:51:55.330Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-02T00:51:55.330Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-02T00:51:55.330Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-02T00:51:55.330Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-02T00:51:55.330Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-02T00:51:55.330Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-02T00:51:55.330Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-02T00:51:55.330Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-02T00:51:55.330Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-02T00:51:55.330Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-02T00:51:55.605Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:51:55.605Z] OK: 71 MiB in 55 packages [2021-04-02T00:52:02.323Z] Removing intermediate container a36d70a06181 [2021-04-02T00:52:02.323Z] ---> cfa2aad07195 [2021-04-02T00:52:02.323Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-02T00:52:02.323Z] ---> Running in 88ce64a24ee1 [2021-04-02T00:52:06.630Z] Collecting docker-compose==1.23.2 [2021-04-02T00:52:06.903Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-02T00:52:07.879Z] Collecting PyYAML<4,>=3.10 [2021-04-02T00:52:07.879Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-02T00:52:11.270Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-02T00:52:11.270Z] Collecting docker<4.0,>=3.6.0 [2021-04-02T00:52:11.270Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-02T00:52:11.868Z] Collecting jsonschema<3,>=2.5.1 [2021-04-02T00:52:11.868Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-02T00:52:12.465Z] Collecting cached-property<2,>=1.2.0 [2021-04-02T00:52:12.465Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-02T00:52:12.747Z] Collecting texttable<0.10,>=0.9.0 [2021-04-02T00:52:12.747Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-02T00:52:14.726Z] Collecting docopt<0.7,>=0.6.1 [2021-04-02T00:52:14.726Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-02T00:52:16.694Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-02T00:52:16.694Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-02T00:52:17.670Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-02T00:52:17.670Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-02T00:52:18.263Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-02T00:52:18.263Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-02T00:52:20.236Z] Collecting docker-pycreds>=0.4.0 [2021-04-02T00:52:20.236Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-02T00:52:20.236Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-02T00:52:20.508Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-02T00:52:20.508Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-02T00:52:21.100Z] Collecting idna<2.8,>=2.5 [2021-04-02T00:52:21.100Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-02T00:52:21.100Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-02T00:52:21.100Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-02T00:52:21.100Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-02T00:52:21.100Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-02T00:52:21.100Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-02T00:52:22.075Z] Installing collected packages: PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, cached-property, texttable, docopt, dockerpty, docker-compose [2021-04-02T00:52:22.075Z] Running setup.py install for PyYAML: started [2021-04-02T00:52:24.046Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-02T00:52:24.046Z] Attempting uninstall: urllib3 [2021-04-02T00:52:24.046Z] Found existing installation: urllib3 1.25.9 [2021-04-02T00:52:24.046Z] Uninstalling urllib3-1.25.9: [2021-04-02T00:52:24.046Z] Successfully uninstalled urllib3-1.25.9 [2021-04-02T00:52:24.640Z] Attempting uninstall: idna [2021-04-02T00:52:24.640Z] Found existing installation: idna 2.9 [2021-04-02T00:52:24.640Z] Uninstalling idna-2.9: [2021-04-02T00:52:24.640Z] Successfully uninstalled idna-2.9 [2021-04-02T00:52:25.235Z] Attempting uninstall: requests [2021-04-02T00:52:25.235Z] Found existing installation: requests 2.23.0 [2021-04-02T00:52:25.235Z] Uninstalling requests-2.23.0: [2021-04-02T00:52:25.507Z] Successfully uninstalled requests-2.23.0 [2021-04-02T00:52:27.473Z] Running setup.py install for texttable: started [2021-04-02T00:52:28.903Z] Running setup.py install for texttable: finished with status 'done' [2021-04-02T00:52:28.903Z] Running setup.py install for docopt: started [2021-04-02T00:52:30.871Z] Running setup.py install for docopt: finished with status 'done' [2021-04-02T00:52:30.871Z] Running setup.py install for dockerpty: started [2021-04-02T00:52:32.867Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-02T00:52:33.461Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-02T00:52:36.861Z] Removing intermediate container 88ce64a24ee1 [2021-04-02T00:52:36.861Z] ---> 35d016e9f153 [2021-04-02T00:52:36.861Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-02T00:52:37.139Z] ---> Running in 4d8c48b83117 [2021-04-02T00:52:38.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:52:38.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:52:39.004Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-02T00:52:39.004Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-02T00:52:39.004Z] (3/3) Installing curl (7.69.1-r3) [2021-04-02T00:52:39.004Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:52:39.004Z] OK: 72 MiB in 58 packages [2021-04-02T00:52:39.985Z] Removing intermediate container 4d8c48b83117 [2021-04-02T00:52:39.985Z] ---> bf23ed09d5bd [2021-04-02T00:52:39.985Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-02T00:52:40.261Z] ---> Running in 6f5b1458d7e0 [2021-04-02T00:52:40.562Z] Removing intermediate container 6f5b1458d7e0 [2021-04-02T00:52:40.562Z] ---> 57c48eca2201 [2021-04-02T00:52:40.562Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:52:40.841Z] ---> Running in 44f38b9d2f2a [2021-04-02T00:52:41.435Z] Removing intermediate container 44f38b9d2f2a [2021-04-02T00:52:41.435Z] ---> ed7cdeb987c8 [2021-04-02T00:52:41.435Z] Step 24/26 : LABEL arch=arm64 [2021-04-02T00:52:41.435Z] ---> Running in 0f642b236532 [2021-04-02T00:52:42.031Z] Removing intermediate container 0f642b236532 [2021-04-02T00:52:42.031Z] ---> cb3696537d0c [2021-04-02T00:52:42.031Z] Step 25/26 : LABEL git_sha=41c67b8272bc3ee48d18e1342303fa752a9fc871 [2021-04-02T00:52:42.031Z] ---> Running in 77312a92272f [2021-04-02T00:52:42.624Z] Removing intermediate container 77312a92272f [2021-04-02T00:52:42.624Z] ---> 1f2eca75a1e3 [2021-04-02T00:52:42.624Z] Step 26/26 : LABEL version=0.0.0 [2021-04-02T00:52:42.624Z] ---> Running in aa34f993b42b [2021-04-02T00:52:43.215Z] Removing intermediate container aa34f993b42b [2021-04-02T00:52:43.215Z] ---> 42369a95d69b [2021-04-02T00:52:43.215Z] [2021-04-02T00:52:43.485Z] Successfully built 42369a95d69b [2021-04-02T00:52:43.485Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-02T00:52:43.771Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-02T00:52:43.766Z] $ docker stop --time=1 cf85018f95f82cfa3be7de1bf0167d3e0f4b3ccc6901f9c93410ce7eaf03bce3 [2021-04-02T00:52:45.680Z] $ docker rm -f cf85018f95f82cfa3be7de1bf0167d3e0f4b3ccc6901f9c93410ce7eaf03bce3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T00:52:46.351Z] + docker images [2021-04-02T00:52:46.351Z] + grep docker [2021-04-02T00:52:46.621Z] docker-sys-mgmt-agent-go-arm64 latest 42369a95d69b 4 seconds ago 301MB [2021-04-02T00:52:46.622Z] docker-security-secretstore-setup-go-arm64 latest ab837919c48b 59 seconds ago 24.4MB [2021-04-02T00:52:46.622Z] docker-core-metadata-go-arm64 latest 2686ebdf9b18 About a minute ago 17.9MB [2021-04-02T00:52:46.622Z] docker-security-proxy-setup-go-arm64 latest 2f9ddce7f6dd About a minute ago 24.1MB [2021-04-02T00:52:46.622Z] docker-core-data-go-arm64 latest 8b6040733047 4 minutes ago 21.4MB [2021-04-02T00:52:46.622Z] docker-security-bootstrapper-go-arm64 latest e2d6e87d4679 4 minutes ago 17.9MB [2021-04-02T00:52:46.622Z] docker-support-notifications-go-arm64 latest 5517c1240223 4 minutes ago 16.9MB [2021-04-02T00:52:46.622Z] docker-support-scheduler-go-arm64 latest f865e7dd9e20 4 minutes ago 16.4MB [2021-04-02T00:52:46.622Z] docker-core-command-go-arm64 latest 2c6376c1d83a 4 minutes ago 16.3MB [2021-04-02T00:52:46.622Z] 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-04-02T00:52:47.582Z] ---> job-cost.sh [2021-04-02T00:52:47.582Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TAWE [2021-04-02T00:53:26.583Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T00:55:03.351Z] lf-activate-venv(): INFO: Adding /tmp/venv-TAWE/bin to PATH [2021-04-02T00:55:03.351Z] INFO: No Stack... [2021-04-02T00:55:03.351Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-02T00:55:03.351Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T00:55:03.685Z] + cat /w/workspace/edgex-go/53/archives/cost.csv [2021-04-02T00:55:03.685Z] + cut -d, -f6 [Pipeline] lock [2021-04-02T00:55:03.802Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] [2021-04-02T00:55:03.822Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] did not exist. Created. [2021-04-02T00:55:03.823Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T00:55:04.336Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-02T00:55:04.652Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T00:55:04.668Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-53-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-02T00:55:06.634Z] provisioning config files... [2021-04-02T00:55:06.655Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/53@tmp/config9052412270056700413tmp [Pipeline] { [Pipeline] sh [2021-04-02T00:55:07.043Z] + set +x [2021-04-02T00:55:07.043Z] + curl -s https://codecov.io/bash [2021-04-02T00:55:07.043Z] + bash -s -- [2021-04-02T00:55:07.619Z] [2021-04-02T00:55:07.619Z] _____ _ [2021-04-02T00:55:07.619Z] / ____| | | [2021-04-02T00:55:07.619Z] | | ___ __| | ___ ___ _____ __ [2021-04-02T00:55:07.619Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-02T00:55:07.619Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-02T00:55:07.619Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-02T00:55:07.619Z] Bash-20210309-2b87ace [2021-04-02T00:55:07.619Z] [2021-04-02T00:55:07.619Z] [2021-04-02T00:55:07.619Z] ==> git version 2.24.3 found [2021-04-02T00:55:07.619Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-02T00:55:07.619Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-02T00:55:07.619Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-02T00:55:07.619Z] ==> Jenkins CI detected. [2021-04-02T00:55:07.619Z] project root: . [2021-04-02T00:55:07.619Z] --> token set from env [2021-04-02T00:55:07.619Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-02T00:55:07.619Z] ==> Running gcov in . (disable via -X gcov) [2021-04-02T00:55:07.619Z] ==> Python coveragepy not found [2021-04-02T00:55:07.619Z] ==> Searching for coverage reports in: [2021-04-02T00:55:07.619Z] + . [2021-04-02T00:55:07.619Z] -> Found 1 reports [2021-04-02T00:55:07.619Z] ==> Detecting git/mercurial file structure [2021-04-02T00:55:07.882Z] ==> Reading reports [2021-04-02T00:55:07.882Z] + ./coverage.out bytes=686581 [2021-04-02T00:55:07.882Z] ==> Appending adjustments [2021-04-02T00:55:07.882Z] https://docs.codecov.io/docs/fixing-reports [2021-04-02T00:55:11.192Z] + Found adjustments [2021-04-02T00:55:11.192Z] ==> Gzipping contents [2021-04-02T00:55:11.192Z] 100K /tmp/codecov.UY645w.gz [2021-04-02T00:55:11.192Z] ==> Uploading reports [2021-04-02T00:55:11.192Z] url: https://codecov.io [2021-04-02T00:55:11.192Z] query: branch=PR-3234&commit=41c67b8272bc3ee48d18e1342303fa752a9fc871&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F53%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-02T00:55:11.192Z] -> Pinging Codecov [2021-04-02T00:55:11.192Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=41c67b8272bc3ee48d18e1342303fa752a9fc871&build=53&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F53%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-04-02T00:55:11.771Z] -> Uploading to [2021-04-02T00:55:11.771Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-02/00271124DB129430A58F1EEE437C3FCB/41c67b8272bc3ee48d18e1342303fa752a9fc871/985630d9-6fc2-40a6-8940-2732b240cd2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T005511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1c6a167d11269742b86f4f94c594a648eb8d3aa4a45ab08527dfc26c05963d4f [2021-04-02T00:55:11.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-02T00:55:11.771Z] Dload Upload Total Spent Left Speed [2021-04-02T00:55:12.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98722 0 0 100 98722 0 215k --:--:-- --:--:-- --:--:-- 216k [2021-04-02T00:55:12.344Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/41c67b8272bc3ee48d18e1342303fa752a9fc871 [Pipeline] } [2021-04-02T00:55:12.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:14.501Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:15.387Z] ---> package-listing.sh [2021-04-02T00:55:15.387Z] ++ facter osfamily [2021-04-02T00:55:15.387Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-02T00:55:15.387Z] + OS_FAMILY=redhat [2021-04-02T00:55:15.387Z] + workspace=/w/workspace/edgex-go/53 [2021-04-02T00:55:15.387Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-02T00:55:15.387Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-02T00:55:15.387Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-02T00:55:15.387Z] + PACKAGES=/tmp/packages_start.txt [2021-04-02T00:55:15.387Z] + '[' /w/workspace/edgex-go/53 ']' [2021-04-02T00:55:15.387Z] + PACKAGES=/tmp/packages_end.txt [2021-04-02T00:55:15.387Z] + case "${OS_FAMILY}" in [2021-04-02T00:55:15.387Z] + rpm -qa [2021-04-02T00:55:15.387Z] + sort [2021-04-02T00:55:20.725Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-02T00:55:20.725Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-02T00:55:20.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-02T00:55:20.725Z] + '[' /w/workspace/edgex-go/53 ']' [2021-04-02T00:55:20.725Z] + mkdir -p /w/workspace/edgex-go/53/archives/ [2021-04-02T00:55:20.725Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/53/archives/ [Pipeline] echo [2021-04-02T00:55:20.746Z] 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/53/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-02T00:55:21.048Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:55:21.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T00:55:21.371Z] [2021-04-02T00:55:21.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:55:21.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T00:55:21.723Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-02T00:55:21.723Z] df20fa9351a1: Pulling fs layer [2021-04-02T00:55:21.723Z] 36b3adc4ff6f: Pulling fs layer [2021-04-02T00:55:21.723Z] 8ad3a11d3b57: Pulling fs layer [2021-04-02T00:55:21.723Z] 46f8f816bc3b: Pulling fs layer [2021-04-02T00:55:21.723Z] 93b61091891f: Pulling fs layer [2021-04-02T00:55:21.723Z] 93b9cdb0e59b: Pulling fs layer [2021-04-02T00:55:21.723Z] 5e14af77c1be: Pulling fs layer [2021-04-02T00:55:21.723Z] 01666e4c0597: Pulling fs layer [2021-04-02T00:55:21.723Z] aa168da1d23b: Pulling fs layer [2021-04-02T00:55:21.723Z] 93b9cdb0e59b: Waiting [2021-04-02T00:55:21.723Z] 5e14af77c1be: Waiting [2021-04-02T00:55:21.723Z] 01666e4c0597: Waiting [2021-04-02T00:55:21.723Z] aa168da1d23b: Waiting [2021-04-02T00:55:21.723Z] 46f8f816bc3b: Waiting [2021-04-02T00:55:21.723Z] 93b61091891f: Waiting [2021-04-02T00:55:21.723Z] 36b3adc4ff6f: Verifying Checksum [2021-04-02T00:55:21.723Z] 36b3adc4ff6f: Download complete [2021-04-02T00:55:21.723Z] 46f8f816bc3b: Verifying Checksum [2021-04-02T00:55:21.723Z] 46f8f816bc3b: Download complete [2021-04-02T00:55:21.723Z] df20fa9351a1: Verifying Checksum [2021-04-02T00:55:21.723Z] df20fa9351a1: Download complete [2021-04-02T00:55:21.984Z] 93b9cdb0e59b: Verifying Checksum [2021-04-02T00:55:21.984Z] 93b9cdb0e59b: Download complete [2021-04-02T00:55:21.984Z] 5e14af77c1be: Verifying Checksum [2021-04-02T00:55:21.984Z] 5e14af77c1be: Download complete [2021-04-02T00:55:21.984Z] 01666e4c0597: Verifying Checksum [2021-04-02T00:55:21.984Z] 01666e4c0597: Download complete [2021-04-02T00:55:21.984Z] 93b61091891f: Verifying Checksum [2021-04-02T00:55:21.984Z] 93b61091891f: Download complete [2021-04-02T00:55:22.249Z] df20fa9351a1: Pull complete [2021-04-02T00:55:22.510Z] 36b3adc4ff6f: Pull complete [2021-04-02T00:55:23.088Z] 8ad3a11d3b57: Verifying Checksum [2021-04-02T00:55:23.088Z] 8ad3a11d3b57: Download complete [2021-04-02T00:55:23.676Z] 8ad3a11d3b57: Pull complete [2021-04-02T00:55:23.947Z] 46f8f816bc3b: Pull complete [2021-04-02T00:55:24.897Z] aa168da1d23b: Verifying Checksum [2021-04-02T00:55:24.897Z] aa168da1d23b: Download complete [2021-04-02T00:55:25.841Z] 93b61091891f: Pull complete [2021-04-02T00:55:26.105Z] 93b9cdb0e59b: Pull complete [2021-04-02T00:55:26.365Z] 5e14af77c1be: Pull complete [2021-04-02T00:55:26.365Z] 01666e4c0597: Pull complete [2021-04-02T00:55:34.606Z] aa168da1d23b: Pull complete [2021-04-02T00:55:34.606Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-02T00:55:34.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T00:55:34.606Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-02T00:55:34.809Z] prd-centos7-docker-4c-2g-32536 does not seem to be running inside a container [2021-04-02T00:55:34.867Z] $ 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/53/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/53 -v /w/workspace/edgex-go/53:/w/workspace/edgex-go/53:rw,z -v /w/workspace/edgex-go/53@tmp:/w/workspace/edgex-go/53@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-02T00:55:45.428Z] $ docker top 41c70758c3f7811c2aa3dd617757e3fae101bbb77a13e6f36566ec6636aea169 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:55:46.175Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-02T00:55:46.518Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-02T00:55:46.816Z] + ls /var/log/sa-host [2021-04-02T00:55:46.816Z] + sadf -c /var/log/sa-host/sa02 [2021-04-02T00:55:46.816Z] file_magic: OK [2021-04-02T00:55:46.816Z] HZ: Using current value: 100 [2021-04-02T00:55:46.816Z] file_header: OK [2021-04-02T00:55:46.816Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-02T00:55:46.816Z] Statistics: [2021-04-02T00:55:46.816Z] 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-04-02T00:55:46.816Z] File successfully converted to sysstat format version 12.2.1 [2021-04-02T00:55:46.816Z] + sadf -c /var/log/sa-host/sa23 [2021-04-02T00:55:46.816Z] file_magic: OK [2021-04-02T00:55:46.816Z] HZ: Using current value: 100 [2021-04-02T00:55:46.816Z] file_header: OK [2021-04-02T00:55:46.816Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-02T00:55:46.816Z] Statistics: [2021-04-02T00:55:46.816Z] Hnuu...uuuununununu... [2021-04-02T00:55:46.816Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-02T00:55:47.080Z] provisioning config files... [2021-04-02T00:55:47.104Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/53@tmp/config3443799620034347922tmp [Pipeline] { [Pipeline] echo [2021-04-02T00:55:47.194Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:47.494Z] ---> create-netrc.sh [Pipeline] } [2021-04-02T00:55:47.503Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-02T00:55:47.598Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:47.897Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-02T00:55:47.908Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:48.210Z] ---> sudo-logs.sh [2021-04-02T00:55:48.210Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-02T00:55:48.278Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:48.592Z] ---> job-cost.sh [2021-04-02T00:55:48.592Z] lf-activate-venv: SKIPPING [2021-04-02T00:55:48.592Z] DEBUG: total: 0.20999999344348907 [2021-04-02T00:55:48.592Z] INFO: Retrieving Stack Cost... [2021-04-02T00:55:49.981Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T00:55:50.243Z] INFO: Archiving Costs [Pipeline] echo [2021-04-02T00:55:50.257Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:55:50.554Z] ---> logs-deploy.sh [2021-04-02T00:55:50.554Z] lf-activate-venv: SKIPPING [2021-04-02T00:55:50.554Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/53 [2021-04-02T00:55:50.554Z] INFO: archiving workspace using pattern(s): [2021-04-02T00:55:52.472Z] Archives upload complete. [2021-04-02T00:55:52.472Z] INFO: archiving logs to Nexus