Pull request #3328 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at abd01a6d142b6f684e0380bd2bdcda548b905f03 rather than e6065670e33794bfc0a0c09c8b7c2415aa3329f0 Obtained Jenkinsfile from abd01a6d142b6f684e0380bd2bdcda548b905f03 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-33330 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [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/28 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit e6065670e33794bfc0a0c09c8b7c2415aa3329f0 Merge succeeded, producing e6065670e33794bfc0a0c09c8b7c2415aa3329f0 Checking out Revision e6065670e33794bfc0a0c09c8b7c2415aa3329f0 (PR-3328) > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 Commit message: "feat(security): Secure Kong Admin API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T17:05:55.340Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T17:05:55.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T17:05:55.732Z] ========================================================= [2021-04-08T17:05:55.732Z] EdgeX Global Pipelines Version Info [2021-04-08T17:05:55.732Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 11f5c55f442fede4c20b23a65322837f80019be6 # timeout=10 [2021-04-08T17:05:57.296Z] ------------------- [2021-04-08T17:05:57.296Z] stable info: [2021-04-08T17:05:57.296Z] ------------------- [2021-04-08T17:05:57.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T17:05:57.296Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T17:05:57.296Z] Message: update stable to v1.0.186 [2021-04-08T17:05:58.253Z] ------------------- [2021-04-08T17:05:58.253Z] experimental info: [2021-04-08T17:05:58.253Z] ------------------- [2021-04-08T17:05:58.253Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T17:05:58.253Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T17:05:58.253Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T17:05:58.528Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-08T17:05:58.690Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-08T17:05:58.804Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T17:05:58.916Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T17:05:59.014Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T17:05:59.113Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T17:05:59.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T17:05:59.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-08T17:05:59.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-08T17:05:59.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-08T17:05:59.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T17:05:59.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T17:05:59.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T17:05:59.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T17:06:00.024Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T17:06:00.124Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T17:06:00.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T17:06:00.355Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T17:06:00.445Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-08T17:06:00.563Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-08T17:06:00.763Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-08T17:06:00.861Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T17:06:00.975Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo [2021-04-08T17:06:01.067Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo [2021-04-08T17:06:01.211Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo [2021-04-08T17:06:01.356Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [Pipeline] echo [2021-04-08T17:06:01.449Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e606567 [Pipeline] echo [2021-04-08T17:06:01.544Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T17:06:01.720Z] provisioning config files... [2021-04-08T17:06:01.753Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/28@tmp/config8506231284001495435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:06:02.120Z] ---> docker-login.sh [2021-04-08T17:06:02.120Z] nexus3.edgexfoundry.org:10001 [2021-04-08T17:06:02.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:06:02.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:06:02.658Z] Configure a credential helper to remove this warning. See [2021-04-08T17:06:02.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:06:02.658Z] [2021-04-08T17:06:02.658Z] Login Succeeded [2021-04-08T17:06:02.658Z] nexus3.edgexfoundry.org:10002 [2021-04-08T17:06:02.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:06:02.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:06:02.924Z] Configure a credential helper to remove this warning. See [2021-04-08T17:06:02.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:06:02.924Z] [2021-04-08T17:06:02.924Z] Login Succeeded [2021-04-08T17:06:02.924Z] nexus3.edgexfoundry.org:10003 [2021-04-08T17:06:02.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:06:03.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:06:03.187Z] Configure a credential helper to remove this warning. See [2021-04-08T17:06:03.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:06:03.187Z] [2021-04-08T17:06:03.187Z] Login Succeeded [2021-04-08T17:06:03.187Z] nexus3.edgexfoundry.org:10004 [2021-04-08T17:06:03.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:06:03.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:06:03.187Z] Configure a credential helper to remove this warning. See [2021-04-08T17:06:03.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:06:03.187Z] [2021-04-08T17:06:03.187Z] Login Succeeded [2021-04-08T17:06:03.187Z] docker.io [2021-04-08T17:06:04.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:06:04.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:06:04.729Z] Configure a credential helper to remove this warning. See [2021-04-08T17:06:04.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:06:04.729Z] [2021-04-08T17:06:04.729Z] Login Succeeded [2021-04-08T17:06:04.729Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T17:06:04.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T17:06:05.260Z] ++ 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-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/core-command/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/core-data/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-08T17:06:05.260Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-08T17:06:05.260Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-08T17:06:05.260Z] ++ cut -d/ -f2 [2021-04-08T17:06:05.260Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-08T17:06:05.343Z] 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-08T17:06:06.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T17:06:06.228Z] [2021-04-08T17:06:06.228Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:06:06.630Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T17:06:06.630Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T17:06:06.630Z] 31603596830f: Pulling fs layer [2021-04-08T17:06:06.630Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T17:06:06.630Z] 6ca5941a6612: Pulling fs layer [2021-04-08T17:06:06.630Z] ecc8261a40a4: Pulling fs layer [2021-04-08T17:06:06.630Z] ecc8261a40a4: Waiting [2021-04-08T17:06:06.630Z] 2a8b12db71e7: Verifying Checksum [2021-04-08T17:06:06.630Z] 2a8b12db71e7: Download complete [2021-04-08T17:06:06.892Z] 31603596830f: Verifying Checksum [2021-04-08T17:06:06.892Z] 31603596830f: Download complete [2021-04-08T17:06:06.892Z] ecc8261a40a4: Verifying Checksum [2021-04-08T17:06:06.892Z] ecc8261a40a4: Download complete [2021-04-08T17:06:06.892Z] 6ca5941a6612: Verifying Checksum [2021-04-08T17:06:06.892Z] 6ca5941a6612: Download complete [2021-04-08T17:06:07.157Z] 31603596830f: Pull complete [2021-04-08T17:06:07.419Z] 2a8b12db71e7: Pull complete [2021-04-08T17:06:08.372Z] 6ca5941a6612: Pull complete [2021-04-08T17:06:08.372Z] ecc8261a40a4: Pull complete [2021-04-08T17:06:08.372Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T17:06:08.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T17:06:08.372Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T17:06:08.483Z] prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container [2021-04-08T17:06:08.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T17:06:11.135Z] $ docker top 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T17:06:11.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T17:06:11.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T17:06:11.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T17:06:11.691Z] $ docker exec 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent [2021-04-08T17:06:11.872Z] SSH_AUTH_SOCK=/tmp/ssh-SkgBIIBqfWvB/agent.11 [2021-04-08T17:06:11.872Z] SSH_AGENT_PID=17 [2021-04-08T17:06:11.883Z] Running ssh-add (command line suppressed) [2021-04-08T17:06:12.009Z] Identity added: /w/workspace/edgex-go/28@tmp/private_key_2882765328787693883.key (/w/workspace/edgex-go/28@tmp/private_key_2882765328787693883.key) [2021-04-08T17:06:12.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T17:06:12.406Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T17:06:12.430Z] $ docker exec --env ******** --env ******** 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent -k [2021-04-08T17:06:12.551Z] unset SSH_AUTH_SOCK; [2021-04-08T17:06:12.551Z] unset SSH_AGENT_PID; [2021-04-08T17:06:12.551Z] echo Agent pid 17 killed; [2021-04-08T17:06:12.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T17:06:12.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T17:06:12.767Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T17:06:12.944Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T17:06:12.948Z] $ docker exec 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent [2021-04-08T17:06:13.118Z] SSH_AUTH_SOCK=/tmp/ssh-76JsbgPl4pdg/agent.47 [2021-04-08T17:06:13.118Z] SSH_AGENT_PID=53 [2021-04-08T17:06:13.125Z] Running ssh-add (command line suppressed) [2021-04-08T17:06:13.251Z] Identity added: /w/workspace/edgex-go/28@tmp/private_key_1110152517659910768.key (/w/workspace/edgex-go/28@tmp/private_key_1110152517659910768.key) [2021-04-08T17:06:13.320Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T17:06:13.663Z] + git semver init [2021-04-08T17:06:13.664Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T17:06:13.664Z] # $GIT_DIR = /w/workspace/edgex-go/28/.git [2021-04-08T17:06:13.664Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/28 [2021-04-08T17:06:13.664Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T17:06:13.664Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T17:06:13.664Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T17:06:13.664Z] # $SEMVER_BRANCH = PR-3328 [2021-04-08T17:06:13.664Z] # $SEMVER_TEMP = /tmp/semver-076649272 [2021-04-08T17:06:13.664Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-08T17:06:31.827Z] # '/tmp/semver-076649272' -> '/w/workspace/edgex-go/28/.semver' [2021-04-08T17:06:31.827Z] # -> Force: false [2021-04-08T17:06:31.827Z] # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } [2021-04-08T17:06:31.840Z] $ docker exec --env ******** --env ******** 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent -k [2021-04-08T17:06:32.249Z] unset SSH_AUTH_SOCK; [2021-04-08T17:06:32.250Z] unset SSH_AGENT_PID; [2021-04-08T17:06:32.250Z] echo Agent pid 53 killed; [2021-04-08T17:06:32.328Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T17:06:32.926Z] + git semver [Pipeline] } [2021-04-08T17:06:32.944Z] $ docker stop --time=1 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c [2021-04-08T17:06:34.634Z] $ docker rm -f 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T17:06:35.270Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T17:06:35.853Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T17:06:35.856Z] [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-08T17:06:36.791Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:06:37.176Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:06:37.542Z] + sudo service docker restart [2021-04-08T17:06:37.542Z] + true [2021-04-08T17:06:37.542Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-08T17:06:38.157Z] ========================================================= [2021-04-08T17:06:38.157Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T17:06:38.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:06:38.524Z] + 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-08T17:06:41.845Z] Sending build context to Docker daemon 329.4MB [2021-04-08T17:06:41.845Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T17:06:41.845Z] Step 2/6 : FROM ${BASE} [2021-04-08T17:06:41.845Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T17:06:41.845Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T17:06:41.845Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T17:06:41.845Z] de9db76c5a1d: Pulling fs layer [2021-04-08T17:06:41.845Z] bca2f99d35d6: Pulling fs layer [2021-04-08T17:06:41.845Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T17:06:41.845Z] 7c6f9722023f: Pulling fs layer [2021-04-08T17:06:41.845Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T17:06:41.845Z] 7c6f9722023f: Waiting [2021-04-08T17:06:41.845Z] a35cf1a2eb13: Waiting [2021-04-08T17:06:41.845Z] bca2f99d35d6: Waiting [2021-04-08T17:06:41.845Z] 93359f2a8cfa: Waiting [2021-04-08T17:06:41.845Z] de9db76c5a1d: Verifying Checksum [2021-04-08T17:06:41.845Z] de9db76c5a1d: Download complete [2021-04-08T17:06:41.845Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T17:06:41.845Z] 0ef7d3d256c8: Download complete [2021-04-08T17:06:41.845Z] 93359f2a8cfa: Download complete [2021-04-08T17:06:42.108Z] 7c6f9722023f: Verifying Checksum [2021-04-08T17:06:42.108Z] 7c6f9722023f: Download complete [2021-04-08T17:06:42.108Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T17:06:42.108Z] 188c0c94c7c5: Download complete [2021-04-08T17:06:42.373Z] 188c0c94c7c5: Pull complete [2021-04-08T17:06:42.373Z] 0ef7d3d256c8: Pull complete [2021-04-08T17:06:42.637Z] de9db76c5a1d: Pull complete [2021-04-08T17:06:44.578Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T17:06:44.841Z] bca2f99d35d6: Download complete [2021-04-08T17:06:50.162Z] bca2f99d35d6: Pull complete [2021-04-08T17:06:50.162Z] 93359f2a8cfa: Pull complete [2021-04-08T17:06:50.162Z] 7c6f9722023f: Pull complete [2021-04-08T17:06:51.249Z] Still waiting to schedule task [2021-04-08T17:06:51.249Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-08T17:06:55.494Z] a35cf1a2eb13: Pull complete [2021-04-08T17:06:55.494Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T17:06:55.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T17:06:55.494Z] ---> a62c8e92a672 [2021-04-08T17:06:55.494Z] 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-08T17:06:55.494Z] ---> Running in faa426b0327e [2021-04-08T17:06:55.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:06:56.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:06:56.972Z] (1/12) Installing libmagic (5.38-r0) [2021-04-08T17:06:56.972Z] (2/12) Installing file (5.38-r0) [2021-04-08T17:06:57.236Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-08T17:06:57.236Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-08T17:07:02.550Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-08T17:07:02.550Z] (6/12) Installing patch (2.7.6-r6) [2021-04-08T17:07:02.550Z] (7/12) Installing build-base (0.5-r2) [2021-04-08T17:07:02.812Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-08T17:07:02.812Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-08T17:07:02.812Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-08T17:07:03.076Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-08T17:07:03.076Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-08T17:07:03.653Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:07:03.653Z] OK: 233 MiB in 51 packages [2021-04-08T17:07:07.895Z] Removing intermediate container faa426b0327e [2021-04-08T17:07:07.895Z] ---> 396c2dcc5955 [2021-04-08T17:07:07.895Z] Step 4/6 : WORKDIR /edgex-go [2021-04-08T17:07:07.895Z] ---> Running in 6e76969379b7 [2021-04-08T17:07:07.895Z] Removing intermediate container 6e76969379b7 [2021-04-08T17:07:07.895Z] ---> 358a1cac4ae2 [2021-04-08T17:07:07.895Z] Step 5/6 : COPY go.mod . [2021-04-08T17:07:07.895Z] ---> 827df673bc00 [2021-04-08T17:07:07.895Z] Step 6/6 : RUN go mod download [2021-04-08T17:07:07.895Z] ---> Running in d306893ff6ca [2021-04-08T17:07:29.936Z] Removing intermediate container d306893ff6ca [2021-04-08T17:07:29.936Z] ---> e0dfd0af348d [2021-04-08T17:07:29.936Z] Successfully built e0dfd0af348d [2021-04-08T17:07:29.936Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:07:30.258Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T17:07:30.258Z] . [Pipeline] withDockerContainer [2021-04-08T17:07:30.376Z] prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container [2021-04-08T17:07:30.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T17:07:31.305Z] $ docker top b59596f17694e24c0200b098e46a0061dab5ba227192dd5788b5a32e6aed65d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:07:31.845Z] + go version [2021-04-08T17:07:31.845Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T17:07:31.862Z] $ docker stop --time=1 b59596f17694e24c0200b098e46a0061dab5ba227192dd5788b5a32e6aed65d6 [2021-04-08T17:07:34.067Z] $ docker rm -f b59596f17694e24c0200b098e46a0061dab5ba227192dd5788b5a32e6aed65d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:07:34.962Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T17:07:34.962Z] . [Pipeline] withDockerContainer [2021-04-08T17:07:35.080Z] prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container [2021-04-08T17:07:35.135Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T17:07:36.092Z] $ docker top 3ec1f533b91f7535ff74ac5ccdad1a875fc1319c12d6bbac530d91d24a52ed9e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T17:07:36.291Z] ========================================================= [2021-04-08T17:07:36.291Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-08T17:07:36.291Z] ========================================================= [Pipeline] sh [2021-04-08T17:07:36.592Z] + make test [2021-04-08T17:07:36.592Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T17:07:44.805Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-08T17:08:03.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-08T17:08:07.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-08T17:08:07.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-08T17:08:07.352Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-08T17:08:10.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-08T17:08:10.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-08T17:08:10.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-08T17:08:10.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-08T17:08:10.972Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-08T17:08:11.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-08T17:08:14.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-08T17:08:14.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-08T17:08:14.152Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-08T17:08:17.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements [2021-04-08T17:08:17.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-08T17:08:17.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-08T17:08:17.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-08T17:08:17.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-08T17:08:17.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-08T17:08:17.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-08T17:08:17.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-04-08T17:08:17.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.285s coverage: 100.0% of statements [2021-04-08T17:08:18.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-08T17:08:18.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-08T17:08:18.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-08T17:08:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-08T17:08:19.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-04-08T17:08:19.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-08T17:08:19.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-08T17:08:20.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.9% of statements [2021-04-08T17:08:20.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-08T17:08:20.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:08:20.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-04-08T17:08:20.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-08T17:08:22.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2021-04-08T17:08:22.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-08T17:08:22.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-08T17:08:22.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-08T17:08:22.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-08T17:08:22.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-04-08T17:08:22.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-08T17:08:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-04-08T17:08:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-08T17:08:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-08T17:08:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-08T17:08:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 92.8% of statements [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 1.0% of statements [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-08T17:08:25.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.115s coverage: 79.5% of statements [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-04-08T17:08:25.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-04-08T17:08:25.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-04-08T17:08:38.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-04-08T17:08:38.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-08T17:08:40.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.231s coverage: 81.5% of statements [2021-04-08T17:08:40.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-08T17:08:40.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.113s coverage: 92.9% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.3% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.2% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.241s coverage: 64.4% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.390s coverage: 62.9% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 41.5% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.063s coverage: 11.0% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-08T17:08:52.515Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.145s coverage: 87.1% of statements [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:08:52.515Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.781s coverage: 29.1% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 95.6% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-08T17:08:52.516Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-04-08T17:08:52.516Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-08T17:08:52.516Z] GO111MODULE=on go vet ./... [2021-04-08T17:09:19.743Z] gofmt -l . [2021-04-08T17:09:19.743Z] [ "`gofmt -l .`" = "" ] [2021-04-08T17:09:20.319Z] ./bin/test-go-mod-tidy.sh [2021-04-08T17:09:20.897Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-08T17:09:22.158Z] + ls -al . [2021-04-08T17:09:22.158Z] total 812 [2021-04-08T17:09:22.158Z] drwxrwxr-x 10 1001 1001 4096 Apr 8 17:09 . [2021-04-08T17:09:22.158Z] drwxr-xr-x 4 root root 30 Apr 8 17:07 .. [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 11 Apr 8 17:05 .dockerignore [2021-04-08T17:09:22.158Z] drwxrwxr-x 8 1001 1001 179 Apr 8 17:05 .git [2021-04-08T17:09:22.158Z] drwxrwxr-x 3 1001 1001 125 Apr 8 17:05 .github [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 818 Apr 8 17:05 .gitignore [2021-04-08T17:09:22.158Z] drwx------ 3 1001 1001 60 Apr 8 17:06 .semver [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 166 Apr 8 17:05 .sonarcloud.properties [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 8607 Apr 8 17:05 Attribution.txt [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 3804 Apr 8 17:05 CONTRIBUTING.md [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 931 Apr 8 17:05 Dockerfile.build [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 863 Apr 8 17:05 Jenkinsfile [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 10775 Apr 8 17:05 LICENSE [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 5774 Apr 8 17:05 Makefile [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 6548 Apr 8 17:05 README.md [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 6755 Apr 8 17:05 SECURITY.md [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 5 Apr 8 17:06 VERSION [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 4131 Apr 8 17:05 ZMQWindows.md [2021-04-08T17:09:22.158Z] drwxrwxr-x 2 1001 1001 117 Apr 8 17:05 bin [2021-04-08T17:09:22.158Z] drwxrwxr-x 14 1001 1001 4096 Apr 8 17:05 cmd [2021-04-08T17:09:22.158Z] -rw-r--r-- 1 root root 703019 Apr 8 17:08 coverage.out [2021-04-08T17:09:22.158Z] -rw-r--r-- 1 root root 1056 Apr 8 17:09 go.mod [2021-04-08T17:09:22.158Z] -rw-r--r-- 1 root root 22360 Apr 8 17:09 go.sum [2021-04-08T17:09:22.158Z] drwxrwxr-x 8 1001 1001 127 Apr 8 17:05 internal [2021-04-08T17:09:22.158Z] drwxrwxr-x 4 1001 1001 26 Apr 8 17:05 openapi [2021-04-08T17:09:22.158Z] drwxrwxr-x 4 1001 1001 71 Apr 8 17:05 snap [2021-04-08T17:09:22.158Z] -rw-rw-r-- 1 1001 1001 168 Apr 8 17:05 version.go [Pipeline] sh [2021-04-08T17:09:22.458Z] + '[' -e coverage.out ] [2021-04-08T17:09:22.458Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-08T17:09:22.740Z] Stashed 1 file(s) [Pipeline] sh [2021-04-08T17:09:23.036Z] + make build [2021-04-08T17:09:23.036Z] 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-08T17:09:28.338Z] 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-08T17:09:36.539Z] 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-08T17:09:37.494Z] 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-08T17:09:39.434Z] 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-08T17:09:39.696Z] 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-08T17:09:41.626Z] 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-08T17:09:43.018Z] 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-08T17:09:43.969Z] 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-08T17:09:45.364Z] 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-08T17:09:46.768Z] 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-08T17:09:47.720Z] 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-08T17:09:49.687Z] $ docker stop --time=1 3ec1f533b91f7535ff74ac5ccdad1a875fc1319c12d6bbac530d91d24a52ed9e [2021-04-08T17:09:51.433Z] $ docker rm -f 3ec1f533b91f7535ff74ac5ccdad1a875fc1319c12d6bbac530d91d24a52ed9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:09:55.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T17:09:55.190Z] [2021-04-08T17:09:55.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:09:55.555Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T17:09:55.555Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-08T17:09:55.555Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-08T17:09:55.555Z] ca9280d653b3: Pulling fs layer [2021-04-08T17:09:55.555Z] 7e9c9ca2126c: Pulling fs layer [2021-04-08T17:09:56.133Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-08T17:09:56.133Z] cbdbe7a5bc2a: Download complete [2021-04-08T17:09:56.402Z] ca9280d653b3: Verifying Checksum [2021-04-08T17:09:56.402Z] ca9280d653b3: Download complete [2021-04-08T17:09:56.668Z] cbdbe7a5bc2a: Pull complete [2021-04-08T17:09:57.630Z] 7e9c9ca2126c: Download complete [2021-04-08T17:09:57.630Z] ca9280d653b3: Pull complete [2021-04-08T17:10:04.248Z] 7e9c9ca2126c: Pull complete [2021-04-08T17:10:04.248Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-08T17:10:04.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T17:10:04.248Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-08T17:10:04.444Z] prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container [2021-04-08T17:10:04.497Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-08T17:10:06.036Z] $ docker top 3bc6fef4cd5d7f3dd57be7419ab0978fa4af06bd41f3ee09345a7fd34896efb6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:10:06.582Z] + docker-compose build --help [2021-04-08T17:10:06.582Z] + grep parallel [2021-04-08T17:10:07.528Z] --parallel Build images in parallel. [Pipeline] } [2021-04-08T17:10:07.543Z] $ docker stop --time=1 3bc6fef4cd5d7f3dd57be7419ab0978fa4af06bd41f3ee09345a7fd34896efb6 [2021-04-08T17:10:08.944Z] $ docker rm -f 3bc6fef4cd5d7f3dd57be7419ab0978fa4af06bd41f3ee09345a7fd34896efb6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:10:09.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-08T17:10:09.549Z] . [Pipeline] withDockerContainer [2021-04-08T17:10:09.659Z] prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container [2021-04-08T17:10:09.710Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-08T17:10:10.461Z] $ docker top c91a05d3c20d65706b2069a0f70c3d56d5bbba999a7df1d9c02f73504cb5f7c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:10:10.993Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-08T17:10:11.941Z] Building docker-core-command-go ... [2021-04-08T17:10:11.941Z] Building docker-core-data-go ... [2021-04-08T17:10:11.941Z] Building docker-core-metadata-go ... [2021-04-08T17:10:11.941Z] Building docker-security-bootstrapper-go ... [2021-04-08T17:10:11.941Z] Building docker-security-proxy-setup-go ... [2021-04-08T17:10:11.941Z] Building docker-security-secretstore-setup-go ... [2021-04-08T17:10:11.941Z] Building docker-support-notifications-go ... [2021-04-08T17:10:11.941Z] Building docker-support-scheduler-go ... [2021-04-08T17:10:11.941Z] Building docker-sys-mgmt-agent-go ... [2021-04-08T17:10:11.941Z] Building docker-security-proxy-setup-go [2021-04-08T17:10:11.941Z] Building docker-security-secretstore-setup-go [2021-04-08T17:10:11.941Z] Building docker-support-scheduler-go [2021-04-08T17:10:11.941Z] Building docker-core-metadata-go [2021-04-08T17:10:11.941Z] Building docker-core-command-go [2021-04-08T17:10:40.065Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33331 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-04-08T17:10:40.158Z] Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout [2021-04-08T17:10:44.276Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:10:44.276Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:10:44.276Z] ---> e0dfd0af348d [2021-04-08T17:10:44.276Z] Step 3/25 : WORKDIR /edgex-go [2021-04-08T17:10:44.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:10:44.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:10:44.276Z] ---> e0dfd0af348d [2021-04-08T17:10:44.276Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T17:10:44.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:10:44.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:10:44.276Z] ---> e0dfd0af348d [2021-04-08T17:10:44.276Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T17:10:44.945Z] using credential edgex-jenkins-ssh [2021-04-08T17:10:45.027Z] Cloning the remote Git repository [2021-04-08T17:10:45.100Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-08T17:10:45.215Z] > git init /w/workspace/edgex-go/28 # timeout=10 [2021-04-08T17:10:45.317Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T17:10:45.318Z] > git --version # timeout=10 [2021-04-08T17:10:45.338Z] > git --version # 'git version 2.17.1' [2021-04-08T17:10:45.339Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:10:45.416Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:10:45.789Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:10:45.789Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:10:45.789Z] ---> e0dfd0af348d [2021-04-08T17:10:45.789Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T17:10:45.789Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:10:45.789Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:10:45.789Z] ---> e0dfd0af348d [2021-04-08T17:10:45.789Z] Step 3/21 : WORKDIR /edgex-go [2021-04-08T17:10:46.381Z] ---> Running in 1e0b26473ce6 [2021-04-08T17:10:46.381Z] ---> Running in 31545dc4ef40 [2021-04-08T17:10:46.381Z] ---> Running in c8d94f1a989d [2021-04-08T17:10:46.381Z] ---> Running in aaed6b5bb1dd [2021-04-08T17:10:46.381Z] ---> Running in 656be45618f9 [2021-04-08T17:10:46.986Z] Removing intermediate container c8d94f1a989d [2021-04-08T17:10:46.986Z] ---> 9cc55cae4ae1 [2021-04-08T17:10:46.986Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:10:46.986Z] Removing intermediate container 31545dc4ef40 [2021-04-08T17:10:46.986Z] ---> 5e2f93d68254 [2021-04-08T17:10:46.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:10:46.986Z] Removing intermediate container 656be45618f9 [2021-04-08T17:10:46.986Z] Removing intermediate container 1e0b26473ce6 [2021-04-08T17:10:46.986Z] ---> 425143605e25 [2021-04-08T17:10:46.986Z] ---> b2279142d64f [2021-04-08T17:10:46.986Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:10:46.986Z] [2021-04-08T17:10:46.986Z] Removing intermediate container aaed6b5bb1dd [2021-04-08T17:10:46.986Z] ---> 4312307e7cb5 [2021-04-08T17:10:46.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:10:46.986Z] ---> Running in 6c410a1d438d [2021-04-08T17:10:46.986Z] ---> Running in bdc71a2487da [2021-04-08T17:10:46.986Z] ---> Running in 99c7eccbd5f2 [2021-04-08T17:10:46.986Z] ---> Running in 84f871065978 [2021-04-08T17:10:46.986Z] ---> Running in 9ecf616298a5 [2021-04-08T17:10:48.947Z] Removing intermediate container bdc71a2487da [2021-04-08T17:10:48.947Z] ---> 5b6f0ffc8129 [2021-04-08T17:10:48.947Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T17:10:48.947Z] ---> Running in f8e27cdb4be6 [2021-04-08T17:10:49.209Z] Removing intermediate container 6c410a1d438d [2021-04-08T17:10:49.209Z] ---> ea301904d607 [2021-04-08T17:10:49.209Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-08T17:10:49.472Z] ---> Running in 262df45700e1 [2021-04-08T17:10:49.472Z] Removing intermediate container 99c7eccbd5f2 [2021-04-08T17:10:49.472Z] ---> afc03bb689e9 [2021-04-08T17:10:49.472Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-08T17:10:49.748Z] Removing intermediate container 84f871065978 [2021-04-08T17:10:49.748Z] ---> f90c21a32c2e [2021-04-08T17:10:49.748Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-08T17:10:49.748Z] ---> Running in 765f89c460e9 [2021-04-08T17:10:50.028Z] Removing intermediate container 9ecf616298a5 [2021-04-08T17:10:50.028Z] ---> 5e07276a8fb8 [2021-04-08T17:10:50.028Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T17:10:50.028Z] ---> Running in 54cf648a37d6 [2021-04-08T17:10:50.028Z] ---> Running in fcfd9923d6a9 [2021-04-08T17:10:50.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:50.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:50.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.374Z] OK: 233 MiB in 51 packages [2021-04-08T17:10:51.642Z] OK: 233 MiB in 51 packages [2021-04-08T17:10:51.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:10:51.911Z] Removing intermediate container f8e27cdb4be6 [2021-04-08T17:10:51.911Z] ---> 73a79ccf9779 [2021-04-08T17:10:51.911Z] Step 6/23 : COPY go.mod . [2021-04-08T17:10:52.178Z] OK: 233 MiB in 51 packages [2021-04-08T17:10:52.178Z] OK: 233 MiB in 51 packages [2021-04-08T17:10:52.178Z] Removing intermediate container 262df45700e1 [2021-04-08T17:10:52.178Z] ---> 7ad0fdb6385a [2021-04-08T17:10:52.178Z] Step 6/25 : COPY go.mod . [2021-04-08T17:10:52.178Z] OK: 233 MiB in 51 packages [2021-04-08T17:10:52.444Z] ---> 347819b8bc5e [2021-04-08T17:10:52.444Z] Step 7/23 : RUN go mod download [2021-04-08T17:10:52.444Z] ---> Running in b6ef31dc3f81 [2021-04-08T17:10:52.712Z] ---> daa77c878505 [2021-04-08T17:10:52.712Z] Step 7/25 : RUN go mod download [2021-04-08T17:10:52.712Z] ---> Running in e51de5985568 [2021-04-08T17:10:53.300Z] Removing intermediate container 54cf648a37d6 [2021-04-08T17:10:53.300Z] ---> 7b48cde1d16d [2021-04-08T17:10:53.300Z] Step 6/22 : COPY go.mod . [2021-04-08T17:10:53.578Z] Removing intermediate container 765f89c460e9 [2021-04-08T17:10:53.578Z] ---> 5856da33add0 [2021-04-08T17:10:53.578Z] Step 6/21 : COPY go.mod . [2021-04-08T17:10:53.578Z] ---> 56fcb8c4ba0e [2021-04-08T17:10:53.578Z] Step 7/22 : RUN go mod download [2021-04-08T17:10:53.841Z] Removing intermediate container fcfd9923d6a9 [2021-04-08T17:10:53.841Z] ---> 7034539d0ce6 [2021-04-08T17:10:53.841Z] Step 6/23 : COPY go.mod . [2021-04-08T17:10:53.841Z] ---> Running in ec56b2c01426 [2021-04-08T17:10:54.105Z] ---> 7734b4f1b243 [2021-04-08T17:10:54.106Z] Step 7/21 : RUN go mod download [2021-04-08T17:10:54.106Z] ---> Running in a556615c2717 [2021-04-08T17:10:54.106Z] ---> 18117ac96606 [2021-04-08T17:10:54.106Z] Step 7/23 : RUN go mod download [2021-04-08T17:10:54.376Z] ---> Running in a715f124988a [2021-04-08T17:10:55.789Z] Removing intermediate container e51de5985568 [2021-04-08T17:10:55.789Z] ---> 8f9dbc0a0366 [2021-04-08T17:10:55.789Z] Step 8/25 : COPY . . [2021-04-08T17:10:55.789Z] Removing intermediate container b6ef31dc3f81 [2021-04-08T17:10:55.789Z] ---> a3499f0cb96b [2021-04-08T17:10:55.789Z] Step 8/23 : COPY . . [2021-04-08T17:10:55.789Z] Removing intermediate container ec56b2c01426 [2021-04-08T17:10:55.789Z] ---> 47aafc253a8a [2021-04-08T17:10:55.789Z] Step 8/22 : COPY . . [2021-04-08T17:11:00.384Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T17:11:00.405Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:11:00.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T17:11:00.532Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T17:11:00.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:11:00.547Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:11:01.147Z] Removing intermediate container a715f124988a [2021-04-08T17:11:01.147Z] ---> 34cc6e6dbe76 [2021-04-08T17:11:01.147Z] Step 8/23 : COPY . . [2021-04-08T17:11:01.610Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:11:02.031Z] Merge succeeded, producing e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:11:02.032Z] Checking out Revision e6065670e33794bfc0a0c09c8b7c2415aa3329f0 (PR-3328) [2021-04-08T17:11:02.112Z] Removing intermediate container a556615c2717 [2021-04-08T17:11:02.113Z] ---> 974d2e2ef01c [2021-04-08T17:11:02.113Z] Step 8/21 : COPY . . [2021-04-08T17:11:01.630Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:11:01.644Z] > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 [2021-04-08T17:11:01.951Z] > git remote # timeout=10 [2021-04-08T17:11:01.969Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:11:01.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:11:01.992Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-08T17:11:02.015Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:11:02.038Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:11:02.049Z] > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 [2021-04-08T17:11:06.432Z] Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T17:11:07.887Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:11:08.343Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:11:08.701Z] + sudo service docker restart [2021-04-08T17:11:08.701Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T17:11:10.764Z] provisioning config files... [2021-04-08T17:11:10.812Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/28@tmp/config5402478430845348564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:11:11.230Z] ---> docker-login.sh [2021-04-08T17:11:11.230Z] nexus3.edgexfoundry.org:10001 [2021-04-08T17:11:12.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:11:12.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:11:12.489Z] Configure a credential helper to remove this warning. See [2021-04-08T17:11:12.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:11:12.489Z] [2021-04-08T17:11:12.489Z] Login Succeeded [2021-04-08T17:11:12.489Z] nexus3.edgexfoundry.org:10002 [2021-04-08T17:11:12.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:11:13.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:11:13.045Z] Configure a credential helper to remove this warning. See [2021-04-08T17:11:13.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:11:13.045Z] [2021-04-08T17:11:13.045Z] Login Succeeded [2021-04-08T17:11:13.045Z] nexus3.edgexfoundry.org:10003 [2021-04-08T17:11:13.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:11:13.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:11:13.593Z] Configure a credential helper to remove this warning. See [2021-04-08T17:11:13.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:11:13.593Z] [2021-04-08T17:11:13.593Z] Login Succeeded [2021-04-08T17:11:13.593Z] nexus3.edgexfoundry.org:10004 [2021-04-08T17:11:13.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:11:14.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:11:14.143Z] Configure a credential helper to remove this warning. See [2021-04-08T17:11:14.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:11:14.143Z] [2021-04-08T17:11:14.143Z] Login Succeeded [2021-04-08T17:11:14.143Z] docker.io [2021-04-08T17:11:14.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:11:14.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:11:14.692Z] Configure a credential helper to remove this warning. See [2021-04-08T17:11:14.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:11:14.692Z] [2021-04-08T17:11:14.692Z] Login Succeeded [2021-04-08T17:11:14.692Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T17:11:14.710Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T17:11:15.173Z] ========================================================= [2021-04-08T17:11:15.173Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T17:11:15.173Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:11:15.540Z] + 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-08T17:11:18.196Z] Sending build context to Docker daemon 167.3MB [2021-04-08T17:11:18.196Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T17:11:18.196Z] Step 2/6 : FROM ${BASE} [2021-04-08T17:11:18.196Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T17:11:18.196Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T17:11:18.196Z] a4357932f1b6: Pulling fs layer [2021-04-08T17:11:18.196Z] 18c013af1878: Pulling fs layer [2021-04-08T17:11:18.196Z] 00ac8860ef70: Pulling fs layer [2021-04-08T17:11:18.196Z] 63d7cb157983: Pulling fs layer [2021-04-08T17:11:18.196Z] b116817d02f9: Pulling fs layer [2021-04-08T17:11:18.196Z] 745a02a5169b: Pulling fs layer [2021-04-08T17:11:18.196Z] 00ac8860ef70: Waiting [2021-04-08T17:11:18.196Z] 63d7cb157983: Waiting [2021-04-08T17:11:18.196Z] b116817d02f9: Waiting [2021-04-08T17:11:18.196Z] 745a02a5169b: Waiting [2021-04-08T17:11:18.196Z] 18c013af1878: Download complete [2021-04-08T17:11:18.196Z] a4357932f1b6: Verifying Checksum [2021-04-08T17:11:18.196Z] a4357932f1b6: Download complete [2021-04-08T17:11:18.196Z] 63d7cb157983: Download complete [2021-04-08T17:11:18.794Z] b116817d02f9: Verifying Checksum [2021-04-08T17:11:18.794Z] b116817d02f9: Download complete [2021-04-08T17:11:18.794Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T17:11:18.794Z] 5f621e34cdf4: Download complete [2021-04-08T17:11:19.396Z] 5f621e34cdf4: Pull complete [2021-04-08T17:11:19.999Z] a4357932f1b6: Pull complete [2021-04-08T17:11:20.275Z] 18c013af1878: Pull complete [2021-04-08T17:11:20.557Z] 745a02a5169b: Verifying Checksum [2021-04-08T17:11:20.557Z] 745a02a5169b: Download complete [2021-04-08T17:11:22.535Z] 00ac8860ef70: Verifying Checksum [2021-04-08T17:11:22.535Z] 00ac8860ef70: Download complete [2021-04-08T17:11:32.685Z] 00ac8860ef70: Pull complete [2021-04-08T17:11:32.685Z] 63d7cb157983: Pull complete [2021-04-08T17:11:32.685Z] b116817d02f9: Pull complete [2021-04-08T17:11:37.001Z] 745a02a5169b: Pull complete [2021-04-08T17:11:37.001Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T17:11:37.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T17:11:37.001Z] ---> b7e6874047d6 [2021-04-08T17:11:37.001Z] 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-08T17:11:40.417Z] ---> Running in 44884b16e751 [2021-04-08T17:11:41.123Z] ---> 11828fbd4da9 [2021-04-08T17:11:41.123Z] ---> 93c5a47b2ab0 [2021-04-08T17:11:41.123Z] Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/core-metadata/core-metadata ---> 7eeee3dbbe12 [2021-04-08T17:11:41.123Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-08T17:11:41.123Z] [2021-04-08T17:11:41.123Z] [2021-04-08T17:11:41.123Z] ---> Running in f87d2a8fadb5 [2021-04-08T17:11:41.123Z] ---> Running in 8afc4878b3a6 [2021-04-08T17:11:41.123Z] ---> Running in ed4d7dc50867 [2021-04-08T17:11:41.123Z] ---> 420f171c0ce1 [2021-04-08T17:11:41.123Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-08T17:11:41.123Z] ---> 72cb39a07250 [2021-04-08T17:11:41.123Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-08T17:11:41.123Z] ---> Running in 378487d5e1a7 [2021-04-08T17:11:41.123Z] ---> Running in 73efc8bb6ee5 [2021-04-08T17:11:41.123Z] 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-08T17:11:41.123Z] 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-08T17:11:41.123Z] 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-08T17:11:41.123Z] 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-08T17:11:41.123Z] 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-08T17:11:41.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:11:41.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:11:42.593Z] (1/12) Installing libmagic (5.38-r0) [2021-04-08T17:11:42.866Z] (2/12) Installing file (5.38-r0) [2021-04-08T17:11:42.866Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-08T17:11:43.139Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-08T17:11:46.548Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-08T17:11:46.821Z] (6/12) Installing patch (2.7.6-r6) [2021-04-08T17:11:46.821Z] (7/12) Installing build-base (0.5-r2) [2021-04-08T17:11:46.821Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-08T17:11:47.094Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-08T17:11:47.094Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-08T17:11:47.094Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-08T17:11:47.367Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-08T17:11:47.367Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:11:47.367Z] OK: 217 MiB in 51 packages [2021-04-08T17:11:51.673Z] Removing intermediate container 44884b16e751 [2021-04-08T17:11:51.673Z] ---> 8359b768a581 [2021-04-08T17:11:51.673Z] Step 4/6 : WORKDIR /edgex-go [2021-04-08T17:11:51.673Z] ---> Running in 43391adcaf41 [2021-04-08T17:11:51.946Z] Removing intermediate container 43391adcaf41 [2021-04-08T17:11:51.946Z] ---> e8c5d83ce91f [2021-04-08T17:11:51.946Z] Step 5/6 : COPY go.mod . [2021-04-08T17:11:52.546Z] ---> c0c6c7ff56cc [2021-04-08T17:11:52.546Z] Step 6/6 : RUN go mod download [2021-04-08T17:11:52.824Z] ---> Running in 9dd66fbbd67f [2021-04-08T17:12:13.462Z] 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-08T17:12:13.462Z] 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-08T17:12:19.628Z] Removing intermediate container 9dd66fbbd67f [2021-04-08T17:12:19.628Z] ---> 71e888203e6b [2021-04-08T17:12:19.628Z] Successfully built 71e888203e6b [2021-04-08T17:12:19.628Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:12:19.969Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T17:12:19.969Z] . [Pipeline] withDockerContainer [2021-04-08T17:12:20.219Z] prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container [2021-04-08T17:12:20.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T17:12:21.838Z] $ docker top 414112302ca239e6e9d2b5263fb1aca822e0881198a6a9bdabbd55fd6aa396b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:12:22.835Z] + go version [2021-04-08T17:12:22.836Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T17:12:22.856Z] $ docker stop --time=1 414112302ca239e6e9d2b5263fb1aca822e0881198a6a9bdabbd55fd6aa396b7 [2021-04-08T17:12:23.551Z] Removing intermediate container 378487d5e1a7 [2021-04-08T17:12:23.551Z] ---> e0e35bcc409c [2021-04-08T17:12:23.551Z] [2021-04-08T17:12:23.551Z] Step 10/21 : FROM alpine:3.12 [2021-04-08T17:12:23.551Z] Removing intermediate container ed4d7dc50867 [2021-04-08T17:12:23.551Z] ---> dc95963e5bc0 [2021-04-08T17:12:23.551Z] [2021-04-08T17:12:23.551Z] Step 10/25 : FROM alpine:3.12 [2021-04-08T17:12:23.551Z] 3.12: Pulling from library/alpine [2021-04-08T17:12:23.551Z] 3.12: Pulling from library/alpine [2021-04-08T17:12:24.129Z] Removing intermediate container 73efc8bb6ee5 [2021-04-08T17:12:24.129Z] ---> 75ff2a17a10c [2021-04-08T17:12:24.129Z] [2021-04-08T17:12:24.129Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T17:12:24.129Z] 3.12: Pulling from library/alpine [2021-04-08T17:12:24.705Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:12:24.705Z] Removing intermediate container 8afc4878b3a6 [2021-04-08T17:12:24.705Z] ---> 1f625e178cf9 [2021-04-08T17:12:24.705Z] [2021-04-08T17:12:24.705Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T17:12:24.705Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:12:24.705Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T17:12:24.705Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:12:24.705Z] Status: Image is up to date for alpine:3.12 [2021-04-08T17:12:24.705Z] ---> 7230e588e954 [2021-04-08T17:12:24.705Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-08T17:12:24.705Z] Status: Image is up to date for alpine:3.12 [2021-04-08T17:12:24.705Z] ---> 7230e588e954 [2021-04-08T17:12:24.705Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T17:12:24.705Z] ---> 7230e588e954 [2021-04-08T17:12:24.705Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-08T17:12:24.705Z] 3.12: Pulling from library/alpine [2021-04-08T17:12:24.737Z] $ docker rm -f 414112302ca239e6e9d2b5263fb1aca822e0881198a6a9bdabbd55fd6aa396b7 [2021-04-08T17:12:24.971Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:12:24.971Z] Status: Image is up to date for alpine:3.12 [2021-04-08T17:12:24.971Z] ---> 7230e588e954 [2021-04-08T17:12:24.971Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:12:25.738Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T17:12:25.738Z] . [Pipeline] withDockerContainer [2021-04-08T17:12:26.002Z] prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container [2021-04-08T17:12:26.078Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-08T17:12:26.376Z] ---> Running in 55fe88340968 [2021-04-08T17:12:26.376Z] ---> Running in 1040385a909f [2021-04-08T17:12:26.376Z] ---> Running in 98f7b82f644c [2021-04-08T17:12:26.376Z] ---> Running in c1a5e79fdc76 [2021-04-08T17:12:26.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:27.494Z] $ docker top de3576a6c0b67c785df99915bfb30e19a72423e4294e1530cade7e1b3bfad01d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T17:12:27.906Z] ========================================================= [2021-04-08T17:12:27.906Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-08T17:12:27.906Z] ========================================================= [2021-04-08T17:12:27.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-04-08T17:12:28.173Z] Removing intermediate container f87d2a8fadb5 [2021-04-08T17:12:28.173Z] ---> 3a7a5dd2a246 [2021-04-08T17:12:28.173Z] [2021-04-08T17:12:28.173Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T17:12:28.173Z] ---> 7230e588e954 [2021-04-08T17:12:28.173Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T17:12:28.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:28.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:28.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:28.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:28.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:28.173Z] ---> Running in 107038f7528b [2021-04-08T17:12:28.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:28.442Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-08T17:12:28.442Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T17:12:28.442Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:12:28.442Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T17:12:28.442Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:12:28.442Z] OK: 6 MiB in 15 packages [2021-04-08T17:12:28.442Z] OK: 6 MiB in 15 packages [2021-04-08T17:12:28.442Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T17:12:28.442Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-08T17:12:28.442Z] (4/4) Installing curl (7.69.1-r3) [2021-04-08T17:12:28.442Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:12:28.442Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T17:12:28.442Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-08T17:12:28.442Z] OK: 7 MiB in 18 packages [2021-04-08T17:12:28.442Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T17:12:28.442Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-08T17:12:28.442Z] (4/6) Installing curl (7.69.1-r3) [2021-04-08T17:12:28.442Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-08T17:12:28.442Z] (6/6) Installing su-exec (0.2-r1) [2021-04-08T17:12:28.442Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:12:28.442Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T17:12:28.548Z] + make test [2021-04-08T17:12:28.548Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T17:12:28.708Z] OK: 7 MiB in 20 packages [2021-04-08T17:12:29.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:29.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:12:29.659Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T17:12:29.659Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:12:29.659Z] OK: 6 MiB in 15 packages [2021-04-08T17:12:30.615Z] Removing intermediate container c1a5e79fdc76 [2021-04-08T17:12:30.615Z] ---> 1485aa78c5dc [2021-04-08T17:12:30.615Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:12:31.189Z] Removing intermediate container 1040385a909f [2021-04-08T17:12:31.189Z] ---> 4626b034fa60 [2021-04-08T17:12:31.189Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:12:31.452Z] ---> Running in a14e5f54840e [2021-04-08T17:12:31.452Z] ---> Running in 987980d239db [2021-04-08T17:12:31.452Z] Removing intermediate container 98f7b82f644c [2021-04-08T17:12:31.452Z] ---> 4a908eecfb69 [2021-04-08T17:12:31.452Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T17:12:31.452Z] Removing intermediate container 55fe88340968 [2021-04-08T17:12:31.452Z] ---> 5c2b924eca00 [2021-04-08T17:12:31.452Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T17:12:31.714Z] ---> Running in 9a6a1ab54edf [2021-04-08T17:12:31.714Z] ---> Running in c8e28224a335 [2021-04-08T17:12:31.714Z] Removing intermediate container a14e5f54840e [2021-04-08T17:12:31.714Z] ---> 25e7d9a75853 [2021-04-08T17:12:31.714Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-08T17:12:31.979Z] Removing intermediate container 987980d239db [2021-04-08T17:12:31.979Z] ---> 95cd9f29bd80 [2021-04-08T17:12:31.979Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-08T17:12:31.979Z] Removing intermediate container 107038f7528b [2021-04-08T17:12:31.979Z] ---> 9eb4f00fb894 [2021-04-08T17:12:31.979Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:12:31.979Z] ---> Running in d36ec1579490 [2021-04-08T17:12:31.979Z] ---> Running in c47be943a04e [2021-04-08T17:12:31.979Z] ---> Running in 46ef83c93937 [2021-04-08T17:12:32.246Z] Removing intermediate container 9a6a1ab54edf [2021-04-08T17:12:32.246Z] ---> de556853c110 [2021-04-08T17:12:32.246Z] Step 13/25 : WORKDIR / [2021-04-08T17:12:32.246Z] Removing intermediate container c8e28224a335 [2021-04-08T17:12:32.246Z] ---> 443ce670e3c2 [2021-04-08T17:12:32.246Z] Step 13/21 : WORKDIR /edgex [2021-04-08T17:12:32.246Z] ---> Running in 92e6d750f3cb [2021-04-08T17:12:32.509Z] ---> Running in 311236d2dc92 [2021-04-08T17:12:32.509Z] Removing intermediate container d36ec1579490 [2021-04-08T17:12:32.509Z] ---> 28425d3e22c6 [2021-04-08T17:12:32.509Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T17:12:33.084Z] Removing intermediate container c47be943a04e [2021-04-08T17:12:33.084Z] ---> f72f727ade91 [2021-04-08T17:12:33.084Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T17:12:33.084Z] Removing intermediate container 46ef83c93937 [2021-04-08T17:12:33.084Z] ---> 4a00e557c520 [2021-04-08T17:12:33.084Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-08T17:12:33.084Z] ---> Running in 0b5d81fa138a [2021-04-08T17:12:33.084Z] ---> Running in 8e44f76e7d5d [2021-04-08T17:12:33.352Z] ---> Running in 83f1a4969771 [2021-04-08T17:12:33.352Z] Removing intermediate container 92e6d750f3cb [2021-04-08T17:12:33.352Z] ---> 16db57c19b8f [2021-04-08T17:12:33.352Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-08T17:12:33.352Z] Removing intermediate container 311236d2dc92 [2021-04-08T17:12:33.352Z] ---> c1a0883d3af1 [2021-04-08T17:12:33.352Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-08T17:12:33.621Z] Removing intermediate container 0b5d81fa138a [2021-04-08T17:12:33.621Z] ---> fdb4540d2648 [2021-04-08T17:12:33.621Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:12:33.621Z] Removing intermediate container 8e44f76e7d5d [2021-04-08T17:12:33.621Z] ---> 3d036a7e56c5 [2021-04-08T17:12:33.621Z] Step 15/23 : WORKDIR / [2021-04-08T17:12:33.621Z] Removing intermediate container 83f1a4969771 [2021-04-08T17:12:33.621Z] ---> 45829f7dc445 [2021-04-08T17:12:33.621Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T17:12:33.890Z] ---> Running in 1f4ec4eb712b [2021-04-08T17:12:33.890Z] ---> adaa6fc0e981 [2021-04-08T17:12:33.890Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-08T17:12:33.890Z] ---> ab53a55d7be3 [2021-04-08T17:12:33.890Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-08T17:12:33.890Z] ---> Running in 4e2c83af3b25 [2021-04-08T17:12:33.890Z] ---> 664bfaed52de [2021-04-08T17:12:33.890Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-08T17:12:34.157Z] Removing intermediate container 1f4ec4eb712b [2021-04-08T17:12:34.157Z] ---> 9899e689fdf9 [2021-04-08T17:12:34.157Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:12:34.157Z] Removing intermediate container 4e2c83af3b25 [2021-04-08T17:12:34.157Z] ---> 0639e17811bb [2021-04-08T17:12:34.157Z] Step 15/23 : WORKDIR / [2021-04-08T17:12:34.428Z] ---> 27169c3f8262 [2021-04-08T17:12:34.428Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-08T17:12:34.428Z] ---> Running in 9b0c589085fe [2021-04-08T17:12:34.428Z] ---> 17974b9fb854 [2021-04-08T17:12:34.428Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-08T17:12:34.691Z] ---> 63fa84a566d0 [2021-04-08T17:12:34.691Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-08T17:12:34.691Z] ---> ef2840dd9546 [2021-04-08T17:12:34.691Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-08T17:12:35.266Z] Removing intermediate container 9b0c589085fe [2021-04-08T17:12:35.266Z] ---> 1a5d4185d5fa [2021-04-08T17:12:35.266Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:12:35.844Z] ---> 6d7f8b26df40 [2021-04-08T17:12:35.844Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-08T17:12:35.844Z] ---> 60d4b248aab6 [2021-04-08T17:12:35.844Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-08T17:12:35.844Z] ---> df1bd65cff7e [2021-04-08T17:12:35.844Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-08T17:12:35.844Z] ---> d4f789bcefef [2021-04-08T17:12:35.844Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-08T17:12:36.108Z] ---> c9b6ddf4fa0f [2021-04-08T17:12:36.108Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-08T17:12:36.108Z] ---> Running in 7e635f1cdf3d [2021-04-08T17:12:36.108Z] ---> Running in d2584239a597 [2021-04-08T17:12:36.108Z] ---> eeb811300bd7 [2021-04-08T17:12:36.108Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-08T17:12:36.373Z] ---> 31fd0a76749f [2021-04-08T17:12:36.373Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-08T17:12:36.641Z] Removing intermediate container 7e635f1cdf3d [2021-04-08T17:12:36.641Z] ---> be28b3031a54 [2021-04-08T17:12:36.641Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:12:36.641Z] ---> Running in 30e8b32f5f95 [2021-04-08T17:12:36.641Z] Removing intermediate container d2584239a597 [2021-04-08T17:12:36.641Z] ---> f26bfca59c0f [2021-04-08T17:12:36.641Z] Step 18/21 : CMD ["--init=true"] [2021-04-08T17:12:36.641Z] ---> 0a34d14a8230 [2021-04-08T17:12:36.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-08T17:12:36.641Z] ---> Running in 13eda519b510 [2021-04-08T17:12:36.904Z] ---> 8d9bde95d566 [2021-04-08T17:12:36.904Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-08T17:12:36.904Z] ---> Running in 68250d798f7a [2021-04-08T17:12:36.904Z] Removing intermediate container 13eda519b510 [2021-04-08T17:12:36.904Z] ---> c9b23e646849 [2021-04-08T17:12:36.904Z] Step 20/22 : LABEL arch=x86_64 [2021-04-08T17:12:37.167Z] Removing intermediate container 30e8b32f5f95 [2021-04-08T17:12:37.167Z] ---> ce2a1a5e34b5 [2021-04-08T17:12:37.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:12:37.432Z] ---> Running in ad66628e8ae7 [2021-04-08T17:12:37.433Z] ---> Running in 0ece2451cf97 [2021-04-08T17:12:37.433Z] Removing intermediate container 68250d798f7a [2021-04-08T17:12:37.433Z] ---> 4bca197cab61 [2021-04-08T17:12:37.433Z] Step 19/21 : LABEL arch=x86_64 [2021-04-08T17:12:37.433Z] ---> c843f2dc5d3c [2021-04-08T17:12:37.433Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-08T17:12:37.433Z] ---> Running in 15d8213a984c [2021-04-08T17:12:37.433Z] ---> d4697a8121f4 [2021-04-08T17:12:37.433Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-08T17:12:37.433Z] ---> Running in ede63bdd5a37 [2021-04-08T17:12:37.697Z] Removing intermediate container 0ece2451cf97 [2021-04-08T17:12:37.697Z] ---> ab4e26ac2b3b [2021-04-08T17:12:37.697Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T17:12:37.697Z] Removing intermediate container ad66628e8ae7 [2021-04-08T17:12:37.697Z] ---> a4f4b6e89daa [2021-04-08T17:12:37.697Z] Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:12:37.697Z] Removing intermediate container 15d8213a984c [2021-04-08T17:12:37.697Z] ---> f84e8b3da3bf [2021-04-08T17:12:37.697Z] Step 20/21 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:12:37.960Z] ---> Running in e2bf6db40d32 [2021-04-08T17:12:37.960Z] Removing intermediate container ede63bdd5a37 [2021-04-08T17:12:37.960Z] ---> ee4b12521f55 [2021-04-08T17:12:37.960Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:12:37.960Z] ---> Running in 5f015d0e79c7 [2021-04-08T17:12:37.960Z] ---> ffbb85119035 [2021-04-08T17:12:37.960Z] Step 21/25 : 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-08T17:12:38.222Z] ---> Running in 5b120526b2ba [2021-04-08T17:12:38.222Z] ---> Running in 6d42243360bd [2021-04-08T17:12:38.222Z] ---> Running in 4b9b79ce10af [2021-04-08T17:12:38.222Z] Removing intermediate container e2bf6db40d32 [2021-04-08T17:12:38.222Z] ---> 851aa29fe97b [2021-04-08T17:12:38.222Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T17:12:38.484Z] Removing intermediate container 5f015d0e79c7 [2021-04-08T17:12:38.484Z] ---> b0a6b535edd8 [2021-04-08T17:12:38.484Z] Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:12:38.484Z] Removing intermediate container 5b120526b2ba [2021-04-08T17:12:38.484Z] ---> 6dcfa2e9170a [2021-04-08T17:12:38.484Z] Step 21/21 : LABEL version=0.0.0 [2021-04-08T17:12:38.484Z] Removing intermediate container 6d42243360bd [2021-04-08T17:12:38.484Z] ---> fb6e78343dc7 [2021-04-08T17:12:38.484Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T17:12:38.745Z] ---> Running in 2eda61425515 [2021-04-08T17:12:38.745Z] ---> Running in 0f4f267c9421 [2021-04-08T17:12:38.745Z] ---> Running in 5c7805cf2b44 [2021-04-08T17:12:38.745Z] ---> Running in acd14b2c39d2 [2021-04-08T17:12:39.011Z] Removing intermediate container 2eda61425515 [2021-04-08T17:12:39.011Z] ---> bdef704dafe1 [2021-04-08T17:12:39.011Z] [2021-04-08T17:12:39.011Z] Removing intermediate container 0f4f267c9421 [2021-04-08T17:12:39.011Z] ---> b4cbe394da7e [2021-04-08T17:12:39.011Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T17:12:39.276Z] Removing intermediate container 5c7805cf2b44 [2021-04-08T17:12:39.276Z] ---> 5de3652c8414 [2021-04-08T17:12:39.276Z] [2021-04-08T17:12:39.277Z] ---> Running in b92422dfba00 [2021-04-08T17:12:39.277Z] Removing intermediate container acd14b2c39d2 [2021-04-08T17:12:39.277Z] ---> 2949864853b4 [2021-04-08T17:12:39.277Z] Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:12:39.277Z] ---> Running in b7d15a030069 [2021-04-08T17:12:39.277Z] Successfully built bdef704dafe1 [2021-04-08T17:12:39.277Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-08T17:12:39.277Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-04-08T17:12:39.540Z] Successfully built 5de3652c8414 [2021-04-08T17:12:39.814Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-08T17:12:39.814Z] Building docker-sys-mgmt-agent-go [2021-04-08T17:12:39.814Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b92422dfba00 [2021-04-08T17:12:39.814Z] ---> fef3d97f4412 [2021-04-08T17:12:39.814Z] [2021-04-08T17:12:39.814Z] Removing intermediate container b7d15a030069 [2021-04-08T17:12:39.814Z] ---> 7d15702979b2 [2021-04-08T17:12:39.814Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T17:12:40.080Z] Successfully built fef3d97f4412 [2021-04-08T17:12:40.080Z] Successfully tagged docker-core-command-go:latest [2021-04-08T17:12:40.080Z]  Building docker-core-command-go ... done  ---> Running in 6a5c87c760ac [2021-04-08T17:12:40.080Z] Building docker-support-notifications-go [2021-04-08T17:12:40.080Z] Removing intermediate container 4b9b79ce10af [2021-04-08T17:12:40.080Z] ---> 64140b7567f9 [2021-04-08T17:12:40.080Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-08T17:12:40.080Z] ---> Running in 61ab0c4307b2 [2021-04-08T17:12:40.080Z] Removing intermediate container 6a5c87c760ac [2021-04-08T17:12:40.080Z] ---> 7ac2c4369360 [2021-04-08T17:12:40.080Z] [2021-04-08T17:12:40.346Z] Successfully built 7ac2c4369360 [2021-04-08T17:12:40.346Z] Successfully tagged docker-core-metadata-go:latest [2021-04-08T17:12:40.346Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-04-08T17:12:40.346Z] Removing intermediate container 61ab0c4307b2 [2021-04-08T17:12:40.346Z] ---> 1a63fd5ffdd0 [2021-04-08T17:12:40.346Z] Step 23/25 : LABEL arch=x86_64 [2021-04-08T17:12:40.617Z] ---> Running in f7cfb21bf79a [2021-04-08T17:12:40.883Z] Removing intermediate container f7cfb21bf79a [2021-04-08T17:12:40.883Z] ---> 2f19b5edaa72 [2021-04-08T17:12:40.883Z] Step 24/25 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:12:41.150Z] ---> Running in ae970aed319d [2021-04-08T17:12:43.713Z] Removing intermediate container ae970aed319d [2021-04-08T17:12:43.713Z] ---> 57dafdbd23b5 [2021-04-08T17:12:43.713Z] Step 25/25 : LABEL version=0.0.0 [2021-04-08T17:12:47.942Z] ---> Running in 81c50bea00d9 [2021-04-08T17:12:48.206Z] Removing intermediate container 81c50bea00d9 [2021-04-08T17:12:48.206Z] ---> 1fd727a6868a [2021-04-08T17:12:48.206Z] [2021-04-08T17:12:48.470Z] Successfully built 1fd727a6868a [2021-04-08T17:12:48.470Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-08T17:12:50.727Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-08T17:13:10.643Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:13:10.644Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:13:10.644Z] ---> e0dfd0af348d [2021-04-08T17:13:10.644Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 4312307e7cb5 [2021-04-08T17:13:10.644Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 5e07276a8fb8 [2021-04-08T17:13:10.644Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-08T17:13:10.644Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:13:10.644Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:13:10.644Z] ---> e0dfd0af348d [2021-04-08T17:13:10.644Z] Step 3/31 : WORKDIR /edgex-go [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 4312307e7cb5 [2021-04-08T17:13:10.644Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 5e07276a8fb8 [2021-04-08T17:13:10.644Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 7034539d0ce6 [2021-04-08T17:13:10.644Z] Step 6/31 : COPY go.mod . [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 18117ac96606 [2021-04-08T17:13:10.644Z] Step 7/31 : RUN go mod download [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 34cc6e6dbe76 [2021-04-08T17:13:10.644Z] Step 8/31 : COPY . . [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 72cb39a07250 [2021-04-08T17:13:10.644Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-08T17:13:10.644Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:13:10.644Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:13:10.644Z] ---> e0dfd0af348d [2021-04-08T17:13:10.644Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 4312307e7cb5 [2021-04-08T17:13:10.644Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 5e07276a8fb8 [2021-04-08T17:13:10.644Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-08T17:13:10.644Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:13:10.644Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:13:10.644Z] ---> e0dfd0af348d [2021-04-08T17:13:10.644Z] Step 3/26 : WORKDIR /edgex-go [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 4312307e7cb5 [2021-04-08T17:13:10.644Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:13:10.644Z] ---> Using cache [2021-04-08T17:13:10.644Z] ---> 5e07276a8fb8 [2021-04-08T17:13:10.644Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-08T17:13:10.644Z] ---> Running in 982d14e69262 [2021-04-08T17:13:10.644Z] ---> Running in f7653264b79c [2021-04-08T17:13:10.644Z] ---> Running in 694c72544c1e [2021-04-08T17:13:10.644Z] ---> Running in 9c698f998827 [2021-04-08T17:13:10.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:10.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:10.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:10.644Z] 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-08T17:13:11.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:11.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:11.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:11.825Z] OK: 233 MiB in 51 packages [2021-04-08T17:13:11.825Z] OK: 233 MiB in 51 packages [2021-04-08T17:13:11.825Z] OK: 233 MiB in 51 packages [2021-04-08T17:13:13.265Z] Removing intermediate container f7653264b79c [2021-04-08T17:13:13.265Z] ---> fadfd873cff0 [2021-04-08T17:13:13.265Z] Step 6/26 : COPY go.mod . [2021-04-08T17:13:13.541Z] Removing intermediate container 9c698f998827 [2021-04-08T17:13:13.541Z] ---> 783c60e38b3d [2021-04-08T17:13:13.541Z] Step 6/23 : COPY go.mod . [2021-04-08T17:13:13.541Z] Removing intermediate container 982d14e69262 [2021-04-08T17:13:13.541Z] ---> 30f7e3170107 [2021-04-08T17:13:13.541Z] Step 6/22 : COPY go.mod . [2021-04-08T17:13:13.822Z] ---> a82537704c12 [2021-04-08T17:13:13.822Z] Step 7/26 : RUN go mod download [2021-04-08T17:13:13.822Z] ---> Running in 45027f2de079 [2021-04-08T17:13:14.095Z] ---> e6571b29225f [2021-04-08T17:13:14.095Z] Step 7/23 : RUN go mod download [2021-04-08T17:13:14.095Z] ---> eedc0ba8a23d [2021-04-08T17:13:14.095Z] Step 7/22 : RUN go mod download [2021-04-08T17:13:14.371Z] ---> Running in 6f15276d0804 [2021-04-08T17:13:14.371Z] ---> Running in f45be30ecd11 [2021-04-08T17:13:17.027Z] Removing intermediate container 45027f2de079 [2021-04-08T17:13:17.027Z] ---> 2b9e4cc42616 [2021-04-08T17:13:17.027Z] Step 8/26 : COPY . . [2021-04-08T17:13:17.027Z] Removing intermediate container 6f15276d0804 [2021-04-08T17:13:17.027Z] ---> 6ea3392e79eb [2021-04-08T17:13:17.027Z] Step 8/23 : COPY . . [2021-04-08T17:13:17.310Z] Removing intermediate container f45be30ecd11 [2021-04-08T17:13:17.310Z] ---> 63a3ffd79a47 [2021-04-08T17:13:17.310Z] Step 8/22 : COPY . . [2021-04-08T17:13:37.778Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-08T17:13:44.211Z] Removing intermediate container 694c72544c1e [2021-04-08T17:13:44.212Z] ---> f7ccb34ed611 [2021-04-08T17:13:44.212Z] [2021-04-08T17:13:44.212Z] Step 10/31 : FROM alpine:3.12 [2021-04-08T17:13:44.212Z] ---> 7230e588e954 [2021-04-08T17:13:44.212Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-08T17:13:44.810Z] ---> Running in f8f14ba14570 [2021-04-08T17:13:46.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-08T17:13:47.389Z] Removing intermediate container f8f14ba14570 [2021-04-08T17:13:47.389Z] ---> 4f5f0050a36c [2021-04-08T17:13:47.389Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-08T17:13:48.368Z] ---> Running in e99b580ed9dd [2021-04-08T17:13:49.764Z] ---> a939c2d7221b [2021-04-08T17:13:49.764Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-08T17:13:49.764Z] ---> f9edd65eeddf [2021-04-08T17:13:49.764Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-08T17:13:49.764Z] ---> b00cc99efe9d [2021-04-08T17:13:49.764Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-08T17:13:49.764Z] ---> Running in fa3ad09c5d26 [2021-04-08T17:13:49.764Z] ---> Running in e9abcb5df6d3 [2021-04-08T17:13:50.026Z] ---> Running in 1c7ba015be38 [2021-04-08T17:13:50.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:50.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:13:50.291Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-08T17:13:50.291Z] (2/2) Installing su-exec (0.2-r1) [2021-04-08T17:13:50.291Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:13:50.291Z] OK: 6 MiB in 16 packages [2021-04-08T17:13:50.875Z] 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-08T17:13:50.875Z] 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-08T17:13:50.875Z] 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-08T17:13:51.146Z] Removing intermediate container e99b580ed9dd [2021-04-08T17:13:51.146Z] ---> 4e137dad0399 [2021-04-08T17:13:51.146Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-08T17:13:51.414Z] ---> Running in 71824fc92183 [2021-04-08T17:13:51.414Z] Removing intermediate container 71824fc92183 [2021-04-08T17:13:51.414Z] ---> 4904ecc054f4 [2021-04-08T17:13:51.414Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-08T17:13:51.688Z] ---> Running in 3c86470b3a10 [2021-04-08T17:13:51.967Z] Removing intermediate container 3c86470b3a10 [2021-04-08T17:13:51.967Z] ---> 9059501e4431 [2021-04-08T17:13:51.967Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-08T17:13:51.967Z] ---> Running in a6313b49f845 [2021-04-08T17:13:53.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-08T17:13:53.356Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-08T17:13:53.941Z] Removing intermediate container a6313b49f845 [2021-04-08T17:13:53.941Z] ---> d6bf88295600 [2021-04-08T17:13:53.941Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-08T17:13:54.213Z] ---> Running in 79cf862f76dc [2021-04-08T17:13:54.503Z] Removing intermediate container 79cf862f76dc [2021-04-08T17:13:54.503Z] ---> 22431775f575 [2021-04-08T17:13:54.503Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-08T17:13:55.096Z] ---> 416f8a6c8205 [2021-04-08T17:13:55.096Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-08T17:13:55.096Z] ---> Running in 1376de479fd8 [2021-04-08T17:13:57.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-08T17:13:57.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-08T17:13:57.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-08T17:13:57.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-08T17:13:57.705Z] Removing intermediate container 1376de479fd8 [2021-04-08T17:13:57.705Z] ---> d92177c9663f [2021-04-08T17:13:57.705Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:13:58.688Z] ---> 55a36ce44b3f [2021-04-08T17:13:58.688Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-08T17:14:00.082Z] ---> 299f83f5ab9c [2021-04-08T17:14:00.082Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-08T17:14:00.315Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-08T17:14:00.473Z] ---> 4d4cc72475f7 [2021-04-08T17:14:00.473Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-08T17:14:00.919Z] ---> 2d308e6d3e67 [2021-04-08T17:14:00.919Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-08T17:14:01.593Z] ---> 096e4bc33886 [2021-04-08T17:14:01.593Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-08T17:14:01.767Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-08T17:14:02.590Z] ---> Running in c33e7ecb10e7 [2021-04-08T17:14:03.189Z] Removing intermediate container c33e7ecb10e7 [2021-04-08T17:14:03.189Z] ---> 931d29a99934 [2021-04-08T17:14:03.189Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-08T17:14:03.779Z] ---> 756bc266ce2b [2021-04-08T17:14:03.779Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-08T17:14:04.074Z] ---> Running in a912b17a0cd3 [2021-04-08T17:14:06.691Z] Removing intermediate container a912b17a0cd3 [2021-04-08T17:14:06.691Z] ---> 30fdc8cdc845 [2021-04-08T17:14:06.691Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-08T17:14:06.691Z] ---> Running in bdb8b132f07b [2021-04-08T17:14:07.678Z] Removing intermediate container bdb8b132f07b [2021-04-08T17:14:07.678Z] ---> c9c56335279d [2021-04-08T17:14:07.678Z] Step 28/31 : CMD ["gate"] [2021-04-08T17:14:07.678Z] ---> Running in 82a326b2fdd6 [2021-04-08T17:14:07.949Z] Removing intermediate container 82a326b2fdd6 [2021-04-08T17:14:07.949Z] ---> 5f5416ca72a1 [2021-04-08T17:14:07.949Z] Step 29/31 : LABEL arch=x86_64 [2021-04-08T17:14:08.215Z] ---> Running in 3335dfeaa533 [2021-04-08T17:14:08.545Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-08T17:14:08.545Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-08T17:14:08.545Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-08T17:14:08.817Z] Removing intermediate container 3335dfeaa533 [2021-04-08T17:14:08.817Z] ---> f900b2354925 [2021-04-08T17:14:08.817Z] Step 30/31 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:14:09.085Z] ---> Running in 4c3e01f8cab8 [2021-04-08T17:14:09.354Z] Removing intermediate container 4c3e01f8cab8 [2021-04-08T17:14:09.354Z] ---> d3f305b7d7b9 [2021-04-08T17:14:09.354Z] Step 31/31 : LABEL version=0.0.0 [2021-04-08T17:14:09.625Z] ---> Running in 46888ad2c27d [2021-04-08T17:14:10.227Z] Removing intermediate container 46888ad2c27d [2021-04-08T17:14:10.227Z] ---> ee5bf7a59f0f [2021-04-08T17:14:10.227Z] [2021-04-08T17:14:10.496Z] Successfully built ee5bf7a59f0f [2021-04-08T17:14:10.765Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-08T17:14:15.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.9% of statements [2021-04-08T17:14:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-08T17:14:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-08T17:14:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-08T17:14:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-08T17:14:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-08T17:14:15.290Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-08T17:14:15.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.173s coverage: 19.8% of statements [2021-04-08T17:14:15.290Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements [2021-04-08T17:14:22.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.538s coverage: 27.1% of statements [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-08T17:14:22.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.174s coverage: 100.0% of statements [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-08T17:14:22.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.130s coverage: 100.0% of statements [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-08T17:14:22.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-08T17:14:23.096Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e9abcb5df6d3 [2021-04-08T17:14:23.096Z] ---> 35a9a59eb24f [2021-04-08T17:14:23.096Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-08T17:14:23.096Z] ---> Running in d64146b57464 [2021-04-08T17:14:23.096Z] Removing intermediate container fa3ad09c5d26 [2021-04-08T17:14:23.096Z] ---> fe87f909de95 [2021-04-08T17:14:23.096Z] [2021-04-08T17:14:23.096Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T17:14:23.096Z] ---> 7230e588e954 [2021-04-08T17:14:23.096Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-08T17:14:23.096Z] ---> Running in 4061b1de1c3f [2021-04-08T17:14:23.096Z] 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-08T17:14:23.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:23.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:23.096Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-08T17:14:23.096Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-08T17:14:23.096Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:14:23.096Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T17:14:23.096Z] OK: 6 MiB in 16 packages [2021-04-08T17:14:23.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements [2021-04-08T17:14:23.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-08T17:14:23.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-08T17:14:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.9% of statements [2021-04-08T17:14:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-08T17:14:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:14:25.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements [2021-04-08T17:14:25.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-08T17:14:25.653Z] Removing intermediate container 1c7ba015be38 [2021-04-08T17:14:25.653Z] ---> 4c7ae0885d8e [2021-04-08T17:14:25.653Z] [2021-04-08T17:14:25.653Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T17:14:25.653Z] ---> 7230e588e954 [2021-04-08T17:14:25.653Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-08T17:14:25.926Z] Removing intermediate container 4061b1de1c3f [2021-04-08T17:14:25.926Z] ---> 3c71fc42b74d [2021-04-08T17:14:25.926Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:14:26.188Z] ---> Running in 16a83a189c96 [2021-04-08T17:14:26.188Z] ---> Running in 1121958ef371 [2021-04-08T17:14:26.188Z] Removing intermediate container d64146b57464 [2021-04-08T17:14:26.188Z] ---> c168d36a156b [2021-04-08T17:14:26.188Z] [2021-04-08T17:14:26.188Z] Step 11/26 : FROM docker:20.10.0 [2021-04-08T17:14:26.188Z] 20.10.0: Pulling from library/docker [2021-04-08T17:14:26.188Z] Removing intermediate container 16a83a189c96 [2021-04-08T17:14:26.188Z] ---> 04fc8f861bb6 [2021-04-08T17:14:26.188Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-08T17:14:26.452Z] Removing intermediate container 1121958ef371 [2021-04-08T17:14:26.452Z] ---> e348f11be207 [2021-04-08T17:14:26.452Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-08T17:14:27.407Z] ---> Running in 707f3c82b398 [2021-04-08T17:14:27.408Z] ---> Running in eb1a6de5b243 [2021-04-08T17:14:27.677Z] Removing intermediate container 707f3c82b398 [2021-04-08T17:14:27.677Z] ---> 204e34df20ad [2021-04-08T17:14:27.677Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-08T17:14:27.677Z] ---> Running in 649d5633f7d4 [2021-04-08T17:14:27.677Z] Removing intermediate container eb1a6de5b243 [2021-04-08T17:14:27.677Z] ---> fde29ecfedde [2021-04-08T17:14:27.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T17:14:27.940Z] ---> Running in 37b19e4a07b7 [2021-04-08T17:14:28.205Z] Removing intermediate container 649d5633f7d4 [2021-04-08T17:14:28.205Z] ---> 847331b9c2a6 [2021-04-08T17:14:28.205Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:14:28.469Z] ---> Running in 3d42c023976e [2021-04-08T17:14:28.469Z] Removing intermediate container 37b19e4a07b7 [2021-04-08T17:14:28.469Z] ---> 8121f9b01bb6 [2021-04-08T17:14:28.469Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:14:28.734Z] ---> 5b41c3ae3272 [2021-04-08T17:14:28.734Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-08T17:14:29.685Z] ---> f491ee326f40 [2021-04-08T17:14:29.685Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-08T17:14:29.685Z] ---> 3a6514fb48af [2021-04-08T17:14:29.685Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-08T17:14:29.685Z] Removing intermediate container 3d42c023976e [2021-04-08T17:14:29.685Z] ---> ee5bb99fea3f [2021-04-08T17:14:29.685Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T17:14:29.955Z] ---> Running in b8deb3fecbad [2021-04-08T17:14:29.955Z] ---> Running in b2301ec637a2 [2021-04-08T17:14:29.955Z] Removing intermediate container b2301ec637a2 [2021-04-08T17:14:29.955Z] ---> 3c678df5e682 [2021-04-08T17:14:29.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:14:30.220Z] ---> Running in dc711524b033 [2021-04-08T17:14:30.483Z] Removing intermediate container dc711524b033 [2021-04-08T17:14:30.483Z] ---> 3eb8f4d16728 [2021-04-08T17:14:30.483Z] Step 20/22 : LABEL arch=x86_64 [2021-04-08T17:14:30.483Z] ---> Running in eb93927b0808 [2021-04-08T17:14:30.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:30.746Z] Removing intermediate container eb93927b0808 [2021-04-08T17:14:30.746Z] ---> ef43c4915de8 [2021-04-08T17:14:30.746Z] Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:14:30.746Z] ---> Running in d4de155d7150 [2021-04-08T17:14:30.746Z] Removing intermediate container d4de155d7150 [2021-04-08T17:14:30.746Z] ---> 7b726062a6df [2021-04-08T17:14:30.746Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T17:14:31.012Z] ---> Running in ca14adff2346 [2021-04-08T17:14:31.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:31.543Z] Removing intermediate container ca14adff2346 [2021-04-08T17:14:31.544Z] ---> 4ee239a89843 [2021-04-08T17:14:31.544Z] [2021-04-08T17:14:31.805Z] Successfully built 4ee239a89843 [2021-04-08T17:14:31.806Z] Successfully tagged docker-support-notifications-go:latest [2021-04-08T17:14:32.068Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T17:14:32.068Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T17:14:32.331Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T17:14:32.593Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T17:14:33.185Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T17:14:33.448Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T17:14:33.448Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:14:33.448Z] OK: 8 MiB in 20 packages [2021-04-08T17:14:34.854Z] Removing intermediate container b8deb3fecbad [2021-04-08T17:14:34.854Z] ---> c2c449337a16 [2021-04-08T17:14:34.854Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:14:35.120Z] ---> 6b704076bd7d [2021-04-08T17:14:35.120Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-08T17:14:35.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.102s coverage: 28.6% of statements [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-08T17:14:35.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.360s coverage: 100.0% of statements [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-08T17:14:35.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.239s coverage: 100.0% of statements [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-08T17:14:35.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.446s coverage: 86.7% of statements [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-08T17:14:35.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-08T17:14:35.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-08T17:14:35.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-08T17:14:36.068Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-08T17:14:36.068Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-08T17:14:36.068Z] ---> aefe523efa57 [2021-04-08T17:14:36.068Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-08T17:14:36.333Z] ---> Running in 3a3956b81b20 [2021-04-08T17:14:36.333Z] ---> c823ab4d7f2a [2021-04-08T17:14:36.333Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-08T17:14:36.910Z] ---> b686a37fb5cb [2021-04-08T17:14:36.910Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-08T17:14:36.910Z] ---> Running in 8e93e154d573 [2021-04-08T17:14:36.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:36.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:37.173Z] Removing intermediate container 8e93e154d573 [2021-04-08T17:14:37.173Z] ---> 848420be2689 [2021-04-08T17:14:37.173Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:14:37.173Z] ---> Running in fa8228b877b6 [2021-04-08T17:14:37.173Z] (1/2) Installing readline (8.0.4-r0) [2021-04-08T17:14:37.173Z] (2/2) Installing bash (5.0.17-r0) [2021-04-08T17:14:37.173Z] Executing bash-5.0.17-r0.post-install [2021-04-08T17:14:37.173Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:14:37.173Z] OK: 12 MiB in 22 packages [2021-04-08T17:14:37.435Z] Removing intermediate container fa8228b877b6 [2021-04-08T17:14:37.435Z] ---> 3472a9e28d83 [2021-04-08T17:14:37.435Z] Step 21/23 : LABEL arch=x86_64 [2021-04-08T17:14:37.435Z] ---> Running in 3b204c48b572 [2021-04-08T17:14:37.698Z] Removing intermediate container 3b204c48b572 [2021-04-08T17:14:37.698Z] ---> c3352afa2b04 [2021-04-08T17:14:37.698Z] Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:14:37.698Z] ---> Running in e006adb36483 [2021-04-08T17:14:37.966Z] Removing intermediate container 3a3956b81b20 [2021-04-08T17:14:37.966Z] ---> 3eb4d41d3911 [2021-04-08T17:14:37.966Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-08T17:14:37.966Z] Removing intermediate container e006adb36483 [2021-04-08T17:14:37.966Z] ---> 4f70e5582ec2 [2021-04-08T17:14:37.966Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T17:14:37.966Z] ---> Running in 1829cc1f2e6f [2021-04-08T17:14:37.966Z] ---> Running in 3e9fc80c856e [2021-04-08T17:14:38.229Z] Removing intermediate container 1829cc1f2e6f [2021-04-08T17:14:38.229Z] ---> a55a52a0847e [2021-04-08T17:14:38.229Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-08T17:14:38.229Z] ---> Running in 8e7f39e63f30 [2021-04-08T17:14:38.229Z] Removing intermediate container 3e9fc80c856e [2021-04-08T17:14:38.229Z] ---> e3537ae57b5c [2021-04-08T17:14:38.229Z] [2021-04-08T17:14:38.497Z] Removing intermediate container 8e7f39e63f30 [2021-04-08T17:14:38.497Z] ---> 272ca68af46e [2021-04-08T17:14:38.497Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-08T17:14:38.497Z] Successfully built e3537ae57b5c [2021-04-08T17:14:38.497Z] Successfully tagged docker-core-data-go:latest [2021-04-08T17:14:38.497Z]  Building docker-core-data-go ... done  ---> Running in 0b981cb39fbd [2021-04-08T17:14:38.761Z] Removing intermediate container 0b981cb39fbd [2021-04-08T17:14:38.761Z] ---> c621546d76ba [2021-04-08T17:14:38.761Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-08T17:14:39.337Z] ---> f82f360ba2c1 [2021-04-08T17:14:39.337Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-08T17:14:39.601Z] ---> b8b0314beb4f [2021-04-08T17:14:39.601Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-08T17:14:39.864Z] ---> 46b0153d640a [2021-04-08T17:14:39.864Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-08T17:14:40.128Z] ---> Running in ab162d27f2bb [2021-04-08T17:14:40.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:40.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:14:40.706Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-08T17:14:40.706Z] (2/33) Installing expat (2.2.9-r1) [2021-04-08T17:14:40.706Z] (3/33) Installing libffi (3.3-r2) [2021-04-08T17:14:40.706Z] (4/33) Installing gdbm (1.13-r1) [2021-04-08T17:14:40.706Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-08T17:14:40.706Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-08T17:14:40.706Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-08T17:14:41.652Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-08T17:14:41.652Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-08T17:14:41.652Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-08T17:14:41.914Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-08T17:14:41.914Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-08T17:14:41.914Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-08T17:14:41.914Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-08T17:14:41.914Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-08T17:14:41.914Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-08T17:14:41.914Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-08T17:14:41.914Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-08T17:14:41.914Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-08T17:14:41.914Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-08T17:14:41.914Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-08T17:14:41.914Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-08T17:14:41.914Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-08T17:14:42.178Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-08T17:14:42.178Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-08T17:14:42.178Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-08T17:14:42.178Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-08T17:14:42.178Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-08T17:14:42.178Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-08T17:14:42.178Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-08T17:14:42.178Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-08T17:14:42.178Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-08T17:14:42.178Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-08T17:14:42.178Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:14:42.178Z] OK: 71 MiB in 55 packages [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.167s coverage: 92.8% of statements [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.117s coverage: 58.8% of statements [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 1.0% of statements [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-08T17:14:43.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 47.1% of statements [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.133s coverage: 79.5% of statements [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements [2021-04-08T17:14:43.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.187s coverage: 96.3% of statements [2021-04-08T17:14:44.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.134s coverage: 87.5% of statements [2021-04-08T17:14:52.220Z] Removing intermediate container ab162d27f2bb [2021-04-08T17:14:52.220Z] ---> db663e152b09 [2021-04-08T17:14:52.220Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-08T17:14:52.220Z] ---> Running in f51ada437422 [2021-04-08T17:14:52.220Z] Collecting docker-compose==1.23.2 [2021-04-08T17:14:52.220Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-08T17:14:52.483Z] Collecting texttable<0.10,>=0.9.0 [2021-04-08T17:14:52.483Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-08T17:14:53.057Z] Collecting PyYAML<4,>=3.10 [2021-04-08T17:14:53.057Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-08T17:14:54.003Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-08T17:14:54.003Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-08T17:14:54.265Z] Collecting jsonschema<3,>=2.5.1 [2021-04-08T17:14:54.265Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-08T17:14:54.265Z] Collecting docopt<0.7,>=0.6.1 [2021-04-08T17:14:54.265Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-08T17:14:54.839Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-08T17:14:54.839Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-08T17:14:55.411Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-08T17:14:55.411Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-08T17:14:55.674Z] Collecting docker<4.0,>=3.6.0 [2021-04-08T17:14:55.674Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-08T17:14:55.674Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-08T17:14:55.674Z] Collecting cached-property<2,>=1.2.0 [2021-04-08T17:14:55.674Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-08T17:14:55.674Z] 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-08T17:14:55.936Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-08T17:14:55.936Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-08T17:14:55.936Z] 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-08T17:14:55.936Z] Collecting idna<2.8,>=2.5 [2021-04-08T17:14:55.936Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-08T17:14:56.198Z] Collecting docker-pycreds>=0.4.0 [2021-04-08T17:14:56.198Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-08T17:14:56.198Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-08T17:14:56.198Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-08T17:14:56.198Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-08T17:14:56.198Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-08T17:14:56.198Z] Installing collected packages: texttable, PyYAML, websocket-client, jsonschema, docopt, dockerpty, urllib3, idna, requests, docker-pycreds, docker, cached-property, docker-compose [2021-04-08T17:14:56.198Z] Running setup.py install for texttable: started [2021-04-08T17:14:56.772Z] Running setup.py install for texttable: finished with status 'done' [2021-04-08T17:14:56.772Z] Running setup.py install for PyYAML: started [2021-04-08T17:14:57.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.160s coverage: 94.4% of statements [2021-04-08T17:14:57.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements [2021-04-08T17:14:57.346Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-08T17:14:57.608Z] Running setup.py install for docopt: started [2021-04-08T17:14:58.183Z] Running setup.py install for docopt: finished with status 'done' [2021-04-08T17:14:58.183Z] Running setup.py install for dockerpty: started [2021-04-08T17:14:58.447Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-08T17:14:58.447Z] Attempting uninstall: urllib3 [2021-04-08T17:14:58.447Z] Found existing installation: urllib3 1.25.9 [2021-04-08T17:14:58.447Z] Uninstalling urllib3-1.25.9: [2021-04-08T17:14:58.447Z] Successfully uninstalled urllib3-1.25.9 [2021-04-08T17:14:58.709Z] Attempting uninstall: idna [2021-04-08T17:14:58.709Z] Found existing installation: idna 2.9 [2021-04-08T17:14:58.709Z] Uninstalling idna-2.9: [2021-04-08T17:14:58.709Z] Successfully uninstalled idna-2.9 [2021-04-08T17:14:58.971Z] Attempting uninstall: requests [2021-04-08T17:14:58.971Z] Found existing installation: requests 2.23.0 [2021-04-08T17:14:58.971Z] Uninstalling requests-2.23.0: [2021-04-08T17:14:58.971Z] Successfully uninstalled requests-2.23.0 [2021-04-08T17:14:59.923Z] 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-08T17:15:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.564s coverage: 81.5% of statements [2021-04-08T17:15:02.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-08T17:15:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements [2021-04-08T17:15:03.239Z] Removing intermediate container f51ada437422 [2021-04-08T17:15:03.239Z] ---> ccb3389e7393 [2021-04-08T17:15:03.239Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-08T17:15:03.239Z] ---> Running in 40e3a88d8b84 [2021-04-08T17:15:03.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:15:03.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:15:04.079Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T17:15:04.079Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-08T17:15:04.079Z] (3/3) Installing curl (7.69.1-r3) [2021-04-08T17:15:04.079Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:15:04.079Z] OK: 72 MiB in 58 packages [2021-04-08T17:15:04.661Z] Removing intermediate container 40e3a88d8b84 [2021-04-08T17:15:04.661Z] ---> ecaad56314ec [2021-04-08T17:15:04.661Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-08T17:15:04.661Z] ---> Running in 7246d213e950 [2021-04-08T17:15:04.924Z] Removing intermediate container 7246d213e950 [2021-04-08T17:15:04.924Z] ---> 46ac9febd31c [2021-04-08T17:15:04.924Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:15:04.924Z] ---> Running in a3e467077cb8 [2021-04-08T17:15:05.871Z] Removing intermediate container a3e467077cb8 [2021-04-08T17:15:05.871Z] ---> 4a78f7436f7e [2021-04-08T17:15:05.871Z] Step 24/26 : LABEL arch=x86_64 [2021-04-08T17:15:05.871Z] ---> Running in f84042602ff8 [2021-04-08T17:15:06.132Z] Removing intermediate container f84042602ff8 [2021-04-08T17:15:06.133Z] ---> 59695afd4627 [2021-04-08T17:15:06.133Z] Step 25/26 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:15:06.133Z] ---> Running in f6320c0385bb [2021-04-08T17:15:06.133Z] Removing intermediate container f6320c0385bb [2021-04-08T17:15:06.133Z] ---> 0d27991b14bb [2021-04-08T17:15:06.133Z] Step 26/26 : LABEL version=0.0.0 [2021-04-08T17:15:06.395Z] ---> Running in 684fcdc3d5de [2021-04-08T17:15:06.395Z] Removing intermediate container 684fcdc3d5de [2021-04-08T17:15:06.395Z] ---> ddf0c0d19356 [2021-04-08T17:15:06.395Z] [2021-04-08T17:15:06.658Z] Successfully built ddf0c0d19356 [2021-04-08T17:15:06.659Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-08T17:15:07.247Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-08T17:15:07.266Z] $ docker stop --time=1 c91a05d3c20d65706b2069a0f70c3d56d5bbba999a7df1d9c02f73504cb5f7c5 [2021-04-08T17:15:08.893Z] $ docker rm -f c91a05d3c20d65706b2069a0f70c3d56d5bbba999a7df1d9c02f73504cb5f7c5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T17:15:09.442Z] + docker images [2021-04-08T17:15:09.442Z] + grep docker [2021-04-08T17:15:09.709Z] docker-sys-mgmt-agent-go latest ddf0c0d19356 3 seconds ago 314MB [2021-04-08T17:15:09.709Z] docker-core-data-go latest e3537ae57b5c 31 seconds ago 22.7MB [2021-04-08T17:15:09.709Z] docker-support-notifications-go latest 4ee239a89843 38 seconds ago 17.9MB [2021-04-08T17:15:09.709Z] docker-security-bootstrapper-go latest ee5bf7a59f0f About a minute ago 19MB [2021-04-08T17:15:09.709Z] docker-security-secretstore-setup-go latest 1fd727a6868a 2 minutes ago 25.9MB [2021-04-08T17:15:09.709Z] docker-core-metadata-go latest 7ac2c4369360 2 minutes ago 19MB [2021-04-08T17:15:09.709Z] docker-core-command-go latest fef3d97f4412 2 minutes ago 17.3MB [2021-04-08T17:15:09.709Z] docker-support-scheduler-go latest bdef704dafe1 2 minutes ago 17.4MB [2021-04-08T17:15:09.709Z] docker-security-proxy-setup-go latest 5de3652c8414 2 minutes ago 25.4MB [2021-04-08T17:15:09.709Z] 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-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.199s coverage: 92.9% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.3% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.117s coverage: 80.0% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 85.4% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.275s coverage: 91.2% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 64.4% of statements [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-08T17:15:15.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-04-08T17:15:15.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-04-08T17:15:18.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.893s coverage: 62.9% of statements [2021-04-08T17:15:18.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-08T17:15:18.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-08T17:15:18.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-08T17:15:20.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.532s coverage: 41.5% of statements [2021-04-08T17:15:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-08T17:15:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-08T17:15:20.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements [2021-04-08T17:15:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-08T17:15:20.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.156s coverage: 84.8% of statements [2021-04-08T17:15:25.583Z] Still waiting to schedule task [2021-04-08T17:15:25.583Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-08T17:15:25.993Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements [2021-04-08T17:15:25.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-08T17:15:25.993Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-08T17:15:25.994Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-08T17:15:25.994Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-08T17:15:25.994Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.127s coverage: 11.0% of statements [2021-04-08T17:15:25.994Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-08T17:15:27.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.429s coverage: 87.1% of statements [2021-04-08T17:15:27.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-08T17:15:27.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:15:27.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-08T17:15:34.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.160s coverage: 29.1% of statements [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-08T17:15:34.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-08T17:15:34.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-08T17:15:34.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-08T17:15:34.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.333s coverage: 95.6% of statements [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-08T17:15:34.737Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-08T17:15:34.737Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-08T17:15:34.737Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-08T17:15:34.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-08T17:15:35.019Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-04-08T17:15:36.001Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements [2021-04-08T17:15:36.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-08T17:15:37.572Z] GO111MODULE=on go vet ./... [2021-04-08T17:16:20.457Z] Running on prd-ubuntu18.04-docker-8c-8g-33332 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws [2021-04-08T17:16:20.526Z] Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout [2021-04-08T17:16:22.755Z] using credential edgex-jenkins-ssh [2021-04-08T17:16:22.819Z] Cloning the remote Git repository [2021-04-08T17:16:22.843Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-08T17:16:22.904Z] > git init /w/workspace/edgex-go/28 # timeout=10 [2021-04-08T17:16:22.928Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T17:16:22.928Z] > git --version # timeout=10 [2021-04-08T17:16:22.941Z] > git --version # 'git version 2.17.1' [2021-04-08T17:16:22.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:16:22.963Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:16:30.069Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T17:16:30.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:16:30.087Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-08T17:16:30.097Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-08T17:16:30.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:16:30.103Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T17:16:30.749Z] Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:16:30.907Z] Merge succeeded, producing e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:16:30.908Z] Checking out Revision e6065670e33794bfc0a0c09c8b7c2415aa3329f0 (PR-3328) [2021-04-08T17:16:30.761Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:16:30.766Z] > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 [2021-04-08T17:16:30.886Z] > git remote # timeout=10 [2021-04-08T17:16:30.891Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:16:30.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:16:30.898Z] > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 [2021-04-08T17:16:30.906Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:16:30.914Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:16:30.918Z] > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 [2021-04-08T17:16:34.641Z] Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:16:35.885Z] + echo snap-build.sh [2021-04-08T17:16:35.886Z] snap-build.sh [2021-04-08T17:16:35.886Z] + SNAP_BASE_DIR=. [2021-04-08T17:16:35.886Z] + '[' '!' -z /w/workspace/edgex-go/28 ']' [2021-04-08T17:16:35.886Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/28 [2021-04-08T17:16:35.886Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/28]' [2021-04-08T17:16:35.886Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/28] [2021-04-08T17:16:35.886Z] + cd /w/workspace/edgex-go/28 [2021-04-08T17:16:35.886Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-08T17:16:35.886Z] Reading package lists... [2021-04-08T17:16:36.148Z] Building dependency tree... [2021-04-08T17:16:36.148Z] Reading state information... [2021-04-08T17:16:36.148Z] The following packages were automatically installed and are no longer required: [2021-04-08T17:16:36.148Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-08T17:16:36.148Z] uidmap xdelta3 [2021-04-08T17:16:36.148Z] Use 'sudo apt autoremove' to remove them. [2021-04-08T17:16:36.148Z] The following packages will be REMOVED: [2021-04-08T17:16:36.148Z] lxd* lxd-client* [2021-04-08T17:16:36.719Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-08T17:16:36.719Z] After this operation, 31.7 MB disk space will be freed. [2021-04-08T17:16:38.032Z] (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-08T17:16:38.032Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T17:16:38.975Z] Removing lxd dnsmasq configuration [2021-04-08T17:16:38.975Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T17:16:39.235Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-08T17:16:40.178Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-08T17:16:40.439Z] (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-08T17:16:40.439Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-08T17:16:42.353Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-08T17:16:42.353Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-08T17:16:43.737Z] + sudo snap remove --purge lxd [2021-04-08T17:16:43.998Z] snap "lxd" is not installed [2021-04-08T17:16:43.998Z] + sudo groupadd --force --system lxd [2021-04-08T17:16:43.998Z] ++ whoami [2021-04-08T17:16:43.998Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-08T17:16:43.998Z] + newgrp - lxd [2021-04-08T17:16:43.998Z] + sudo snap install lxd [2021-04-08T17:16:52.172Z] 2021-04-08T17:16:49Z INFO Waiting for automatic snapd restart... [2021-04-08T17:16:59.393Z] gofmt -l . [2021-04-08T17:16:59.393Z] [ "`gofmt -l .`" = "" ] [2021-04-08T17:16:59.393Z] ./bin/test-go-mod-tidy.sh [2021-04-08T17:16:59.991Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-08T17:17:02.629Z] + ls -al . [2021-04-08T17:17:02.629Z] total 840 [2021-04-08T17:17:02.629Z] drwxrwxr-x 9 1001 1001 4096 Apr 8 17:17 . [2021-04-08T17:17:02.629Z] drwxr-xr-x 4 root root 4096 Apr 8 17:12 .. [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 11 Apr 8 17:11 .dockerignore [2021-04-08T17:17:02.629Z] drwxrwxr-x 8 1001 1001 4096 Apr 8 17:11 .git [2021-04-08T17:17:02.629Z] drwxrwxr-x 3 1001 1001 4096 Apr 8 17:11 .github [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 818 Apr 8 17:11 .gitignore [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 166 Apr 8 17:11 .sonarcloud.properties [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 8607 Apr 8 17:11 Attribution.txt [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 3804 Apr 8 17:11 CONTRIBUTING.md [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 931 Apr 8 17:11 Dockerfile.build [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 863 Apr 8 17:11 Jenkinsfile [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 10775 Apr 8 17:11 LICENSE [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 5774 Apr 8 17:11 Makefile [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 6548 Apr 8 17:11 README.md [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 6755 Apr 8 17:11 SECURITY.md [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 5 Apr 8 17:06 VERSION [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 4131 Apr 8 17:11 ZMQWindows.md [2021-04-08T17:17:02.629Z] drwxrwxr-x 2 1001 1001 4096 Apr 8 17:11 bin [2021-04-08T17:17:02.629Z] drwxrwxr-x 14 1001 1001 4096 Apr 8 17:11 cmd [2021-04-08T17:17:02.629Z] -rw-r--r-- 1 root root 703019 Apr 8 17:15 coverage.out [2021-04-08T17:17:02.629Z] -rw-r--r-- 1 root root 1056 Apr 8 17:16 go.mod [2021-04-08T17:17:02.629Z] -rw-r--r-- 1 root root 22360 Apr 8 17:16 go.sum [2021-04-08T17:17:02.629Z] drwxrwxr-x 8 1001 1001 4096 Apr 8 17:11 internal [2021-04-08T17:17:02.629Z] drwxrwxr-x 4 1001 1001 4096 Apr 8 17:11 openapi [2021-04-08T17:17:02.629Z] drwxrwxr-x 4 1001 1001 4096 Apr 8 17:11 snap [2021-04-08T17:17:02.629Z] -rw-rw-r-- 1 1001 1001 168 Apr 8 17:11 version.go [Pipeline] sh [2021-04-08T17:17:03.286Z] + '[' -e coverage.out ] [2021-04-08T17:17:03.286Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-08T17:17:03.363Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T17:17:04.483Z] Stashed 1 file(s) [Pipeline] sh [2021-04-08T17:17:05.137Z] + make build [2021-04-08T17:17:05.137Z] 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-08T17:17:07.085Z] lxd 4.12 from Canonical* installed [2021-04-08T17:17:07.085Z] + sudo lxd init --auto [2021-04-08T17:17:17.097Z] + sudo snap install --classic snapcraft [2021-04-08T17:17:17.538Z] 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-08T17:17:22.395Z] snapcraft 4.6 from Canonical* installed [2021-04-08T17:17:22.395Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-08T17:17:22.395Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-08T17:17:22.395Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T17:17:22.395Z] Dload Upload Total Spent Left Speed [2021-04-08T17:17:22.395Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3135 0 --:--:-- --:--:-- --:--:-- 3135 [2021-04-08T17:17:22.395Z] 100 3325k 100 3325k 0 0 9035k 0 --:--:-- --:--:-- --:--:-- 9035k [2021-04-08T17:17:22.395Z] ./yq_linux_amd64 [2021-04-08T17:17:22.395Z] + sudo snapcraft prime --use-lxd [2021-04-08T17:17:24.315Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-08T17:17:24.315Z] 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-08T17:17:24.315Z] - README.md [2021-04-08T17:17:24.315Z] [2021-04-08T17:17:24.315Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-08T17:17:24.888Z] Launching a container. [2021-04-08T17:17:37.122Z] Waiting for container to be ready [2021-04-08T17:17:37.122Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-08T17:17:37.122Z] [2021-04-08T17:17:39.709Z] 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-08T17:17:42.451Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-08T17:17:42.451Z] Waiting for network to be ready... [2021-04-08T17:17:42.717Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T17:17:42.717Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-08T17:17:42.717Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-08T17:17:42.992Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-08T17:17:42.992Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-08T17:17:42.992Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-08T17:17:42.992Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-08T17:17:42.992Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-08T17:17:42.992Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-08T17:17:42.992Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-08T17:17:43.253Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-08T17:17:43.253Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-08T17:17:43.513Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-08T17:17:43.513Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-08T17:17:43.513Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-08T17:17:43.513Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-08T17:17:43.513Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-08T17:17:43.513Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-08T17:17:44.099Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-08T17:17:44.099Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-08T17:17:44.099Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-08T17:17:44.361Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-08T17:17:44.361Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-08T17:17:44.361Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-08T17:17:44.361Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-08T17:17:44.361Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-08T17:17:44.361Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-08T17:17:45.097Z] 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-08T17:17:47.679Z] Fetched 24.2 MB in 5s (4689 kB/s) [2021-04-08T17:17:49.064Z] Reading package lists... [2021-04-08T17:17:49.064Z] Reading package lists... [2021-04-08T17:17:49.327Z] Building dependency tree... [2021-04-08T17:17:49.327Z] Reading state information... [2021-04-08T17:17:49.327Z] The following additional packages will be installed: [2021-04-08T17:17:49.327Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-08T17:17:49.327Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-08T17:17:49.327Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-08T17:17:49.327Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-08T17:17:49.327Z] Suggested packages: [2021-04-08T17:17:49.327Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-08T17:17:49.327Z] Recommended packages: [2021-04-08T17:17:49.327Z] gnupg libsasl2-modules [2021-04-08T17:17:49.327Z] The following NEW packages will be installed: [2021-04-08T17:17:49.327Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-08T17:17:49.327Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-08T17:17:49.327Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-08T17:17:49.327Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-08T17:17:49.327Z] The following packages will be upgraded: [2021-04-08T17:17:49.327Z] gpg gpg-agent gpgconf libudev1 [2021-04-08T17:17:49.588Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-08T17:17:49.589Z] Need to get 3530 kB of archives. [2021-04-08T17:17:49.589Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-08T17:17:49.589Z] 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-08T17:17:49.589Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-08T17:17:49.851Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-08T17:17:49.851Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-08T17:17:49.851Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-08T17:17:49.851Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-08T17:17:50.424Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-08T17:17:50.424Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-08T17:17:50.424Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-08T17:17:50.424Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-08T17:17:50.424Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-08T17:17:50.424Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-08T17:17:50.424Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-08T17:17:50.424Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-08T17:17:50.424Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-08T17:17:50.424Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-08T17:17:50.424Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-08T17:17:50.424Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-08T17:17:50.424Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-08T17:17:50.424Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-08T17:17:50.424Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-08T17:17:50.424Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-08T17:17:50.686Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:17:50.686Z] Fetched 3530 kB in 1s (3116 kB/s) [2021-04-08T17:17:50.686Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-08T17:17:50.686Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-08T17:17:50.686Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T17:17:50.947Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-08T17:17:50.947Z] Selecting previously unselected package udev. [2021-04-08T17:17:50.947Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-08T17:17:50.947Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-08T17:17:50.947Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-08T17:17:51.209Z] Selecting previously unselected package libfuse2:amd64. [2021-04-08T17:17:51.209Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-08T17:17:51.209Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-08T17:17:51.471Z] Selecting previously unselected package fuse. [2021-04-08T17:17:51.471Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-08T17:17:51.471Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-08T17:17:51.471Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T17:17:51.471Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T17:17:51.732Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T17:17:51.732Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T17:17:51.732Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T17:17:51.732Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T17:17:51.993Z] Selecting previously unselected package libksba8:amd64. [2021-04-08T17:17:51.993Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-08T17:17:51.993Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-08T17:17:51.993Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-08T17:17:51.993Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:51.993Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.256Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-08T17:17:52.256Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.256Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.256Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-08T17:17:52.256Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.256Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.518Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-08T17:17:52.518Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.518Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.518Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-08T17:17:52.518Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.518Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.518Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-08T17:17:52.518Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.518Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.780Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-08T17:17:52.780Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.780Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:52.780Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-08T17:17:52.780Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:52.780Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:53.043Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-08T17:17:53.043Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-08T17:17:53.043Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:53.043Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-08T17:17:53.043Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-08T17:17:53.043Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T17:17:53.043Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-08T17:17:53.043Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-08T17:17:53.043Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T17:17:53.305Z] Selecting previously unselected package libldap-common. [2021-04-08T17:17:53.305Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-08T17:17:53.305Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T17:17:53.305Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-08T17:17:53.305Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-08T17:17:53.305Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T17:17:53.305Z] Selecting previously unselected package dirmngr. [2021-04-08T17:17:53.305Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T17:17:53.305Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-08T17:17:53.371Z] 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-08T17:17:53.566Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T17:17:53.566Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-08T17:17:53.566Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-08T17:17:53.566Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T17:17:53.566Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-08T17:17:53.566Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-08T17:17:53.566Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:53.566Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-08T17:17:53.566Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T17:17:53.645Z] 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-08T17:17:53.828Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-08T17:17:54.090Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-08T17:17:54.090Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.353Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-08T17:17:54.354Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-08T17:17:54.354Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-08T17:17:54.354Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.354Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.354Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.354Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.615Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.615Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.615Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-08T17:17:54.615Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-08T17:17:54.615Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-08T17:17:54.615Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T17:17:55.186Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-08T17:17:55.186Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-08T17:17:55.186Z] This means they are not meant to be enabled using systemctl. [2021-04-08T17:17:55.186Z] Possible reasons for having this kind of units are: [2021-04-08T17:17:55.186Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-08T17:17:55.186Z] .wants/ or .requires/ directory. [2021-04-08T17:17:55.186Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-08T17:17:55.186Z] a requirement dependency on it. [2021-04-08T17:17:55.186Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-08T17:17:55.186Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-08T17:17:55.186Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-08T17:17:55.186Z] instance name specified. [2021-04-08T17:17:55.446Z] Reading package lists... [2021-04-08T17:17:55.707Z] Building dependency tree... [2021-04-08T17:17:55.707Z] Reading state information... [2021-04-08T17:17:55.969Z] The following additional packages will be installed: [2021-04-08T17:17:55.969Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-08T17:17:55.969Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-08T17:17:55.969Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-08T17:17:55.969Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-08T17:17:55.969Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-08T17:17:55.969Z] Suggested packages: [2021-04-08T17:17:55.969Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-08T17:17:55.969Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-08T17:17:55.969Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-08T17:17:55.969Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-08T17:17:55.969Z] systemd-container policykit-1 [2021-04-08T17:17:55.969Z] Recommended packages: [2021-04-08T17:17:55.969Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-08T17:17:55.969Z] The following NEW packages will be installed: [2021-04-08T17:17:55.969Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-08T17:17:55.969Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-08T17:17:55.969Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-08T17:17:55.969Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-08T17:17:55.969Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-08T17:17:55.969Z] The following packages will be upgraded: [2021-04-08T17:17:55.969Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-08T17:17:55.969Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-08T17:17:55.969Z] Need to get 35.2 MB of archives. [2021-04-08T17:17:55.969Z] After this operation, 141 MB of additional disk space will be used. [2021-04-08T17:17:55.969Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-08T17:17:55.969Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-08T17:17:55.969Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-08T17:17:56.237Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-08T17:17:56.238Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-08T17:17:56.238Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-08T17:17:56.238Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-08T17:17:56.238Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-08T17:17:56.238Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-08T17:17:56.238Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-08T17:17:56.238Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-08T17:17:56.238Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-08T17:17:56.238Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-08T17:17:56.238Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-08T17:17:56.238Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-08T17:17:56.238Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-08T17:17:56.238Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-08T17:17:56.814Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-08T17:17:56.814Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-08T17:17:57.075Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-08T17:17:57.075Z] 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-08T17:17:57.075Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-08T17:17:57.075Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-08T17:17:57.075Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-08T17:17:57.075Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-08T17:17:57.075Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-08T17:17:57.075Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-08T17:17:57.075Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-08T17:17:57.075Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-08T17:17:57.075Z] 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-08T17:17:57.336Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:17:57.336Z] Fetched 35.2 MB in 1s (28.5 MB/s) [2021-04-08T17:17:57.336Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T17:17:57.336Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-08T17:17:57.597Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T17:17:58.169Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-08T17:17:58.169Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T17:17:58.431Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-08T17:17:58.431Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T17:17:58.431Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-08T17:17:58.431Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-08T17:17:58.693Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-08T17:17:58.693Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-08T17:17:58.693Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-08T17:17:58.953Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-08T17:17:59.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-08T17:17:59.214Z] Setting up apt (1.6.13) ... [2021-04-08T17:17:59.214Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-08T17:17:59.787Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-08T17:17:59.787Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-08T17:17:59.787Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-08T17:17:59.787Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-08T17:18:00.049Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-08T17:18:00.049Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T17:18:00.049Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:00.311Z] Selecting previously unselected package libexpat1:amd64. [2021-04-08T17:18:00.311Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-08T17:18:00.311Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-08T17:18:00.311Z] Selecting previously unselected package python3.6-minimal. [2021-04-08T17:18:00.311Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T17:18:00.311Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:00.885Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-08T17:18:00.885Z] Checking for services that may need to be restarted...done. [2021-04-08T17:18:00.885Z] Checking for services that may need to be restarted...done. [2021-04-08T17:18:00.885Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:00.885Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-08T17:18:01.148Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:01.722Z] Selecting previously unselected package python3-minimal. [2021-04-08T17:18:01.722Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-08T17:18:01.722Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-08T17:18:01.722Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-08T17:18:01.722Z] Selecting previously unselected package mime-support. [2021-04-08T17:18:01.722Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-08T17:18:01.722Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-08T17:18:01.983Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-08T17:18:01.983Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-08T17:18:01.983Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-08T17:18:01.983Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-08T17:18:01.983Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T17:18:01.983Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:02.243Z] Selecting previously unselected package python3.6. [2021-04-08T17:18:02.243Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-08T17:18:02.243Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:02.503Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-08T17:18:02.503Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-08T17:18:02.503Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-08T17:18:02.503Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-08T17:18:02.765Z] Selecting previously unselected package python3. [2021-04-08T17:18:02.765Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-08T17:18:02.765Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-08T17:18:02.765Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-08T17:18:03.025Z] Selecting previously unselected package multiarch-support. [2021-04-08T17:18:03.026Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T17:18:03.026Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-08T17:18:03.026Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-08T17:18:03.026Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-08T17:18:03.026Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-08T17:18:03.026Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-08T17:18:03.026Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-08T17:18:03.286Z] Selecting previously unselected package libbsd0:amd64. [2021-04-08T17:18:03.286Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-08T17:18:03.286Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-08T17:18:03.286Z] Selecting previously unselected package sudo. [2021-04-08T17:18:03.286Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-08T17:18:03.286Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-08T17:18:03.547Z] Selecting previously unselected package apparmor. [2021-04-08T17:18:03.547Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-08T17:18:03.547Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-08T17:18:03.547Z] Selecting previously unselected package libedit2:amd64. [2021-04-08T17:18:03.547Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-08T17:18:03.547Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-08T17:18:03.807Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-08T17:18:03.807Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T17:18:03.807Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:03.807Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-08T17:18:03.807Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T17:18:03.807Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:04.068Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-08T17:18:04.068Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-08T17:18:04.068Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-08T17:18:04.068Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-08T17:18:04.068Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T17:18:04.068Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:04.327Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-08T17:18:04.328Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-08T17:18:04.328Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:04.328Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-08T17:18:04.328Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-08T17:18:04.328Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-08T17:18:04.463Z] 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-08T17:18:04.588Z] Selecting previously unselected package openssh-client. [2021-04-08T17:18:04.588Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-08T17:18:04.588Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-08T17:18:04.848Z] Selecting previously unselected package squashfs-tools. [2021-04-08T17:18:04.848Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-08T17:18:04.848Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-08T17:18:04.848Z] Selecting previously unselected package snapd. [2021-04-08T17:18:04.848Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-08T17:18:04.848Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-08T17:18:07.393Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-08T17:18:07.393Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-08T17:18:07.657Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-08T17:18:07.657Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-08T17:18:07.657Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-08T17:18:07.657Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:07.657Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T17:18:07.918Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-08T17:18:07.918Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-08T17:18:08.497Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-08T17:18:08.497Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-08T17:18:08.497Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-08T17:18:08.757Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:08.757Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:08.757Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-08T17:18:08.763Z] 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-08T17:18:09.698Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-08T17:18:09.698Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:09.698Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-08T17:18:09.698Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-08T17:18:09.698Z] running python rtupdate hooks for python3.6... [2021-04-08T17:18:09.698Z] running python post-rtupdate hooks for python3.6... [2021-04-08T17:18:09.698Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-08T17:18:11.081Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-08T17:18:11.351Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-08T17:18:11.351Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-08T17:18:11.611Z] Setting up snapd (2.48.3+18.04) ... [2021-04-08T17:18:12.181Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-08T17:18:12.181Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-08T17:18:12.441Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-08T17:18:12.700Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-08T17:18:12.961Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-08T17:18:12.961Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-08T17:18:13.221Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-08T17:18:13.482Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-08T17:18:13.482Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-08T17:18:13.743Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-08T17:18:14.005Z] /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-08T17:18:14.005Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-08T17:18:14.005Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-08T17:18:14.947Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T17:18:14.947Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T17:18:15.207Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T17:18:15.471Z] 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-08T17:18:16.590Z] Reading package lists... [2021-04-08T17:18:16.857Z] Reading package lists... [2021-04-08T17:18:17.119Z] Building dependency tree... [2021-04-08T17:18:17.119Z] Reading state information... [2021-04-08T17:18:17.119Z] Calculating upgrade... [2021-04-08T17:18:17.382Z] The following packages will be upgraded: [2021-04-08T17:18:17.382Z] advancecomp base-files bash binutils binutils-common [2021-04-08T17:18:17.382Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-08T17:18:17.382Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-08T17:18:17.382Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-08T17:18:17.382Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-08T17:18:17.382Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-08T17:18:17.382Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-08T17:18:17.382Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-08T17:18:17.382Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-08T17:18:17.382Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-08T17:18:17.382Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-08T17:18:17.382Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-08T17:18:17.382Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-08T17:18:17.382Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-08T17:18:17.382Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-08T17:18:17.382Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T17:18:17.382Z] Need to get 63.8 MB of archives. [2021-04-08T17:18:17.382Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-08T17:18:17.382Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-08T17:18:17.382Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-08T17:18:18.325Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-08T17:18:18.325Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-08T17:18:18.325Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-08T17:18:18.325Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-08T17:18:18.325Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-08T17:18:18.325Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-08T17:18:18.325Z] 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-08T17:18:18.325Z] 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-08T17:18:18.325Z] 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-08T17:18:18.325Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-08T17:18:18.325Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-08T17:18:18.325Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-08T17:18:18.325Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-08T17:18:18.325Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-08T17:18:18.325Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-08T17:18:18.325Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-08T17:18:18.325Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-08T17:18:18.325Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-08T17:18:18.325Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-08T17:18:18.325Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-08T17:18:18.325Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-08T17:18:18.325Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-08T17:18:18.325Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-08T17:18:18.325Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-08T17:18:18.325Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-08T17:18:18.325Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-08T17:18:18.325Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-08T17:18:18.587Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-08T17:18:18.587Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-08T17:18:18.587Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-08T17:18:18.587Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-08T17:18:18.587Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-08T17:18:18.587Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-08T17:18:18.587Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-08T17:18:18.587Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-08T17:18:18.587Z] Get:38 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-08T17:18:18.587Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-08T17:18:18.587Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-08T17:18:18.587Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-08T17:18:18.587Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-08T17:18:18.587Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-08T17:18:18.587Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-08T17:18:18.587Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-08T17:18:18.587Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-08T17:18:18.587Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-08T17:18:18.587Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-08T17:18:18.587Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-08T17:18:18.587Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-08T17:18:18.587Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-08T17:18:18.587Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-08T17:18:18.587Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-08T17:18:18.587Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-08T17:18:18.587Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-08T17:18:18.587Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-08T17:18:18.587Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-08T17:18:18.587Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-08T17:18:18.587Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-08T17:18:18.848Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-08T17:18:18.848Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-08T17:18:18.848Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-08T17:18:18.848Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-08T17:18:18.848Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-08T17:18:18.848Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-08T17:18:18.848Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-08T17:18:18.848Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-08T17:18:18.848Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-08T17:18:18.848Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-08T17:18:18.848Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-08T17:18:18.848Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-08T17:18:18.848Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-08T17:18:18.848Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-08T17:18:18.848Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-08T17:18:18.848Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-08T17:18:18.848Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-08T17:18:18.848Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-08T17:18:18.848Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-08T17:18:18.848Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-08T17:18:18.854Z] 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-08T17:18:19.110Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-08T17:18:19.110Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-08T17:18:19.110Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-08T17:18:19.110Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-08T17:18:19.110Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-08T17:18:19.110Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-08T17:18:19.110Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-08T17:18:19.110Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-08T17:18:19.110Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-08T17:18:19.110Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-08T17:18:19.110Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-08T17:18:19.682Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-08T17:18:20.252Z] 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-08T17:18:20.252Z] 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-08T17:18:20.252Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-08T17:18:20.512Z] 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-08T17:18:20.512Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-08T17:18:20.512Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-08T17:18:20.512Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-08T17:18:20.512Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-08T17:18:20.773Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:18:20.773Z] Fetched 63.8 MB in 3s (19.7 MB/s) [2021-04-08T17:18:20.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:20.773Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T17:18:21.034Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T17:18:21.605Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T17:18:21.605Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T17:18:21.866Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-08T17:18:21.866Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-08T17:18:22.817Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:22.817Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:22.817Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:22.817Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.077Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.077Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.077Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.077Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.158Z] 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-08T17:18:23.337Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.337Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.337Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.337Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.337Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.337Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.597Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:23.597Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T17:18:23.597Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.597Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.597Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:23.858Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T17:18:23.858Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.858Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:23.858Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:23.858Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:24.119Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:24.119Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-08T17:18:24.119Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:24.379Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T17:18:24.380Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T17:18:24.640Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T17:18:24.900Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-08T17:18:25.160Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-08T17:18:25.160Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-08T17:18:25.420Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-08T17:18:25.420Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-08T17:18:25.420Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-08T17:18:25.681Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-08T17:18:25.681Z] Installing new version of config file /etc/issue ... [2021-04-08T17:18:25.681Z] Installing new version of config file /etc/issue.net ... [2021-04-08T17:18:25.681Z] Installing new version of config file /etc/lsb-release ... [2021-04-08T17:18:25.681Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-08T17:18:25.944Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-08T17:18:25.944Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-08T17:18:25.944Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-08T17:18:26.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:26.204Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-08T17:18:26.204Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-08T17:18:26.464Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-08T17:18:26.464Z] 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-08T17:18:26.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:26.464Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:26.464Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:26.725Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:26.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:26.725Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-08T17:18:26.725Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-08T17:18:26.725Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-08T17:18:26.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:26.986Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-08T17:18:26.986Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T17:18:27.247Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-08T17:18:27.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:27.507Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T17:18:27.507Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T17:18:27.507Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T17:18:27.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:27.768Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T17:18:27.768Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T17:18:27.768Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-08T17:18:28.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:28.028Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-08T17:18:28.028Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-08T17:18:28.028Z] Setting up grep (3.1-2build1) ... [2021-04-08T17:18:28.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:28.028Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-08T17:18:28.289Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-08T17:18:28.289Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-08T17:18:28.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:28.549Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T17:18:28.549Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T17:18:28.549Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-08T17:18:28.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:28.549Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T17:18:28.549Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T17:18:29.120Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T17:18:29.120Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T17:18:29.380Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-08T17:18:29.380Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] } [2021-04-08T17:18:29.881Z] $ docker stop --time=1 de3576a6c0b67c785df99915bfb30e19a72423e4294e1530cade7e1b3bfad01d [2021-04-08T17:18:29.950Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-08T17:18:29.950Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:29.950Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-08T17:18:29.950Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-08T17:18:31.334Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-08T17:18:31.334Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-08T17:18:31.334Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-08T17:18:31.334Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-08T17:18:31.334Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-08T17:18:31.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:31.334Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-08T17:18:31.334Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-08T17:18:31.594Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-08T17:18:31.594Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:31.594Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:31.865Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:31.865Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:31.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:31.865Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:32.126Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:32.126Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:32.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:32.126Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:32.420Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:32.420Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:32.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:32.420Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:32.420Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:32.466Z] $ docker rm -f de3576a6c0b67c785df99915bfb30e19a72423e4294e1530cade7e1b3bfad01d [2021-04-08T17:18:32.681Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:32.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:32.681Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T17:18:32.681Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T17:18:32.941Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T17:18:32.941Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T17:18:32.941Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T17:18:33.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:33.202Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-08T17:18:33.202Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T17:18:33.202Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T17:18:33.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:33.463Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:33.463Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:33.463Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:33.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:33.724Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:33.724Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:33.724Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-08T17:18:33.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:33.985Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:33.985Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:18:34.555Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:34.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T17:18:34.601Z] [2021-04-08T17:18:34.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T17:18:34.816Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:18:35.077Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-08T17:18:35.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:35.077Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-08T17:18:35.077Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-08T17:18:35.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T17:18:35.337Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T17:18:35.526Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-08T17:18:35.526Z] 29e5d40040c1: Pulling fs layer [2021-04-08T17:18:35.526Z] 1ce36da41761: Pulling fs layer [2021-04-08T17:18:35.526Z] 25b303627fd3: Pulling fs layer [2021-04-08T17:18:35.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-08T17:18:35.597Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-08T17:18:35.597Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-08T17:18:35.858Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-08T17:18:35.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:35.858Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-08T17:18:35.858Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-08T17:18:36.120Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-08T17:18:36.122Z] 29e5d40040c1: Verifying Checksum [2021-04-08T17:18:36.122Z] 29e5d40040c1: Download complete [2021-04-08T17:18:36.380Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:36.380Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-08T17:18:36.380Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-08T17:18:36.380Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-08T17:18:36.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:36.641Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-08T17:18:36.641Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-08T17:18:36.716Z] 1ce36da41761: Verifying Checksum [2021-04-08T17:18:36.716Z] 1ce36da41761: Download complete [2021-04-08T17:18:36.901Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-08T17:18:36.901Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:36.901Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T17:18:36.901Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T17:18:36.901Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T17:18:36.991Z] 29e5d40040c1: Pull complete [2021-04-08T17:18:37.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:37.162Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T17:18:37.162Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T17:18:37.422Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T17:18:37.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:37.422Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-08T17:18:37.682Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T17:18:37.682Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T17:18:37.943Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:37.943Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-08T17:18:37.943Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-08T17:18:37.943Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-08T17:18:37.943Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-08T17:18:38.205Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T17:18:38.205Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T17:18:38.419Z] 1ce36da41761: Pull complete [2021-04-08T17:18:38.419Z] 25b303627fd3: Verifying Checksum [2021-04-08T17:18:38.419Z] 25b303627fd3: Download complete [2021-04-08T17:18:38.777Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T17:18:38.777Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:38.777Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-08T17:18:38.777Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-08T17:18:38.777Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-08T17:18:39.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:39.036Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-08T17:18:39.037Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-08T17:18:39.296Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-08T17:18:39.557Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:39.557Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-08T17:18:39.557Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-08T17:18:39.557Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-08T17:18:39.817Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:39.817Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-08T17:18:39.817Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-08T17:18:39.817Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-08T17:18:40.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:40.077Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-08T17:18:40.077Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-08T17:18:40.406Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-08T17:18:40.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:40.676Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-08T17:18:40.676Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-08T17:18:40.676Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-08T17:18:40.676Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:40.676Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-08T17:18:40.956Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-08T17:18:40.956Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-08T17:18:40.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:40.956Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-08T17:18:41.246Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-08T17:18:41.246Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-08T17:18:41.246Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:41.246Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-08T17:18:41.246Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-08T17:18:41.511Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-08T17:18:41.511Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:41.511Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-08T17:18:41.511Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-08T17:18:41.788Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-08T17:18:42.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:42.062Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-08T17:18:42.062Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-08T17:18:42.062Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-08T17:18:42.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-08T17:18:42.062Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-08T17:18:42.332Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-08T17:18:42.332Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-08T17:18:42.332Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-08T17:18:42.332Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-08T17:18:42.332Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-08T17:18:42.625Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-08T17:18:42.625Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-08T17:18:42.892Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-08T17:18:42.892Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-08T17:18:42.892Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-08T17:18:43.183Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-08T17:18:43.183Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-08T17:18:43.183Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-08T17:18:43.183Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-08T17:18:43.443Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-08T17:18:43.705Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-08T17:18:43.705Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-08T17:18:43.705Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-08T17:18:43.705Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-08T17:18:43.966Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-08T17:18:43.966Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-08T17:18:43.966Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-08T17:18:43.966Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-08T17:18:44.227Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-08T17:18:44.227Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-08T17:18:44.487Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-08T17:18:44.487Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-08T17:18:45.429Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-08T17:18:45.429Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-08T17:18:45.429Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-08T17:18:45.429Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-08T17:18:45.690Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T17:18:45.690Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T17:18:45.952Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T17:18:46.212Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T17:18:46.212Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T17:18:46.212Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T17:18:46.472Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-08T17:18:46.473Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-08T17:18:46.473Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:46.473Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:46.733Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:46.733Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:46.733Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:46.733Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:46.994Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:46.994Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:47.934Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:47.934Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:48.555Z] 25b303627fd3: Pull complete [2021-04-08T17:18:48.555Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-08T17:18:48.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T17:18:48.555Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-08T17:18:48.820Z] prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container [2021-04-08T17:18:48.874Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:48.874Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:48.890Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-08T17:18:49.815Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:49.815Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:50.075Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:50.075Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:51.016Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-08T17:18:51.276Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-08T17:18:51.276Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T17:18:51.276Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T17:18:51.276Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-08T17:18:51.536Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T17:18:51.536Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-08T17:18:51.536Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-08T17:18:51.769Z] $ docker top deef1a95719d8133af3f4843d31302a21587e2ec27a6cf1cd14656f59e3475d3 -eo pid,comm [2021-04-08T17:18:51.795Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-08T17:18:51.795Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-08T17:18:51.795Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T17:18:52.055Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T17:18:52.055Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-08T17:18:52.055Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-08T17:18:52.055Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [Pipeline] { [Pipeline] sh [2021-04-08T17:18:52.316Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-08T17:18:52.316Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:52.316Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-08T17:18:52.316Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:52.576Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:52.576Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:52.576Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-08T17:18:52.576Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-08T17:18:52.576Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-08T17:18:52.815Z] + docker-compose build --help [2021-04-08T17:18:52.815Z] + grep parallel [2021-04-08T17:18:52.835Z] [2021-04-08T17:18:52.835Z] Current default time zone: 'Etc/UTC' [2021-04-08T17:18:52.835Z] Local time is now: Thu Apr 8 17:18:52 UTC 2021. [2021-04-08T17:18:52.835Z] Universal Time is now: Thu Apr 8 17:18:52 UTC 2021. [2021-04-08T17:18:52.835Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-08T17:18:52.835Z] [2021-04-08T17:18:52.835Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-08T17:18:52.835Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:52.835Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-08T17:18:52.835Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-08T17:18:52.835Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-08T17:18:52.835Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-08T17:18:52.835Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-08T17:18:53.096Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-08T17:18:53.096Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-08T17:18:53.096Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-08T17:18:53.096Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:53.096Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-08T17:18:53.356Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:53.356Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-08T17:18:53.356Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:53.356Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-08T17:18:53.356Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-08T17:18:53.616Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-08T17:18:53.616Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-08T17:18:53.616Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-08T17:18:53.616Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-08T17:18:53.616Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-08T17:18:53.616Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-08T17:18:55.527Z] Updating certificates in /etc/ssl/certs... [2021-04-08T17:18:56.098Z] 23 added, 27 removed; done. [2021-04-08T17:18:56.098Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-08T17:18:56.098Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-08T17:18:56.098Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-08T17:18:56.098Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-08T17:18:56.182Z] --parallel Build images in parallel. [2021-04-08T17:18:56.358Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-08T17:18:56.358Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.358Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-08T17:18:56.358Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.358Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.358Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.358Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.358Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.358Z] Setting up perl (5.26.1-6ubuntu0.5) ... [Pipeline] } [2021-04-08T17:18:56.467Z] $ docker stop --time=1 deef1a95719d8133af3f4843d31302a21587e2ec27a6cf1cd14656f59e3475d3 [2021-04-08T17:18:56.618Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-08T17:18:56.618Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-08T17:18:56.618Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-08T17:18:56.618Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-08T17:18:56.618Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.618Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-08T17:18:56.618Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-08T17:18:56.618Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-08T17:18:56.618Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-08T17:18:56.879Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T17:18:56.879Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-08T17:18:56.879Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-08T17:18:56.879Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-08T17:18:56.879Z] Updating certificates in /etc/ssl/certs... [2021-04-08T17:18:57.449Z] 0 added, 0 removed; done. [2021-04-08T17:18:57.449Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-08T17:18:57.449Z] done. [2021-04-08T17:18:58.019Z] Reading package lists... [2021-04-08T17:18:58.019Z] Building dependency tree... [2021-04-08T17:18:58.019Z] Reading state information... [2021-04-08T17:18:58.279Z] The following NEW packages will be installed: [2021-04-08T17:18:58.279Z] apt-transport-https [2021-04-08T17:18:58.433Z] $ docker rm -f deef1a95719d8133af3f4843d31302a21587e2ec27a6cf1cd14656f59e3475d3 [2021-04-08T17:18:58.539Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T17:18:58.539Z] Need to get 1692 B of archives. [2021-04-08T17:18:58.539Z] After this operation, 154 kB of additional disk space will be used. [2021-04-08T17:18:58.539Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-08T17:18:58.539Z] debconf: delaying package configuration, since apt-utils is not installed [Pipeline] // withDockerContainer [2021-04-08T17:18:58.810Z] Fetched 1692 B in 0s (6245 B/s) [2021-04-08T17:18:58.811Z] Selecting previously unselected package apt-transport-https. [2021-04-08T17:18:58.811Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-08T17:18:58.811Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-08T17:18:58.811Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-08T17:18:58.811Z] Setting up apt-transport-https (1.6.13) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:18:59.071Z] Waiting for network to be ready... [2021-04-08T17:18:59.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-08T17:18:59.321Z] . [Pipeline] withDockerContainer [2021-04-08T17:18:59.585Z] prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container [2021-04-08T17:18:59.657Z] $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-08T17:19:01.141Z] $ docker top 476ab0793dd33871f5b99887f351386a8483547287ee1af209abc278542d814c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:19:02.207Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-08T17:19:05.649Z] 2021-04-08T17:19:03Z INFO Waiting for automatic snapd restart... [2021-04-08T17:19:06.487Z] Building docker-core-command-go ... [2021-04-08T17:19:06.487Z] Building docker-core-data-go ... [2021-04-08T17:19:06.487Z] Building docker-core-metadata-go ... [2021-04-08T17:19:06.487Z] Building docker-security-bootstrapper-go ... [2021-04-08T17:19:06.487Z] Building docker-security-proxy-setup-go ... [2021-04-08T17:19:06.487Z] Building docker-security-secretstore-setup-go ... [2021-04-08T17:19:06.487Z] Building docker-support-notifications-go ... [2021-04-08T17:19:06.487Z] Building docker-support-scheduler-go ... [2021-04-08T17:19:06.487Z] Building docker-sys-mgmt-agent-go ... [2021-04-08T17:19:06.487Z] Building docker-core-data-go [2021-04-08T17:19:06.487Z] Building docker-security-bootstrapper-go [2021-04-08T17:19:06.487Z] Building docker-support-scheduler-go [2021-04-08T17:19:06.487Z] Building docker-support-notifications-go [2021-04-08T17:19:06.487Z] Building docker-sys-mgmt-agent-go [2021-04-08T17:19:07.033Z] snapd 2.49.2 from Canonical* installed [2021-04-08T17:19:07.974Z] "snapd" switched to the "latest/stable" channel [2021-04-08T17:19:07.974Z] [2021-04-08T17:19:12.182Z] core18 20210309 from Canonical* installed [2021-04-08T17:19:12.182Z] "core18" switched to the "latest/stable" channel [2021-04-08T17:19:12.182Z] [2021-04-08T17:19:18.765Z] snapcraft 4.6 from Canonical* installed [2021-04-08T17:19:18.765Z] "snapcraft" switched to the "latest/stable" channel [2021-04-08T17:19:18.765Z] [2021-04-08T17:19:22.062Z] 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-08T17:19:22.062Z] - README.md [2021-04-08T17:19:22.062Z] [2021-04-08T17:19:22.062Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-08T17:19:28.643Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T17:19:28.643Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T17:19:28.643Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T17:19:28.643Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T17:19:28.643Z] Fetched 88.7 kB in 1s (145 kB/s) [2021-04-08T17:19:30.026Z] Reading package lists... [2021-04-08T17:19:30.286Z] 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-08T17:19:36.868Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T17:19:36.868Z] Reading package lists... [2021-04-08T17:19:36.868Z] Building dependency tree... [2021-04-08T17:19:36.868Z] Reading state information... [2021-04-08T17:19:36.868Z] Suggested packages: [2021-04-08T17:19:36.868Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-08T17:19:36.868Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-08T17:19:36.868Z] Recommended packages: [2021-04-08T17:19:36.868Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-08T17:19:36.868Z] The following NEW packages will be installed: [2021-04-08T17:19:36.868Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-08T17:19:36.868Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-08T17:19:36.868Z] pkg-config zip [2021-04-08T17:19:36.868Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-08T17:19:36.868Z] Need to get 7663 kB of archives. [2021-04-08T17:19:36.868Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-08T17:19:36.868Z] 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-08T17:19:36.868Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-08T17:19:37.128Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-08T17:19:37.128Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-08T17:19:37.128Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-08T17:19:37.128Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-08T17:19:37.388Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-08T17:19:37.389Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-08T17:19:37.389Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-08T17:19:37.389Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-08T17:19:37.649Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-08T17:19:37.649Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-08T17:19:37.649Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-08T17:19:37.910Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-08T17:19:37.910Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-08T17:19:38.170Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-08T17:19:38.170Z] Fetched 7663 kB in 1s (6645 kB/s) [2021-04-08T17:19:38.170Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-08T17:19:38.170Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-08T17:19:38.170Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-08T17:19:38.170Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-08T17:19:38.431Z] Selecting previously unselected package libpsl5:amd64. [2021-04-08T17:19:38.431Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-08T17:19:38.431Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-08T17:19:38.691Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-08T17:19:38.691Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-08T17:19:38.691Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-08T17:19:38.691Z] Selecting previously unselected package librtmp1:amd64. [2021-04-08T17:19:38.691Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-08T17:19:38.691Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-08T17:19:38.691Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-08T17:19:38.691Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-08T17:19:38.691Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-08T17:19:38.952Z] Selecting previously unselected package liberror-perl. [2021-04-08T17:19:38.952Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-08T17:19:38.952Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-08T17:19:38.952Z] Selecting previously unselected package git-man. [2021-04-08T17:19:38.952Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-08T17:19:38.952Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-08T17:19:39.217Z] Selecting previously unselected package git. [2021-04-08T17:19:39.217Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-08T17:19:39.217Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-08T17:19:40.157Z] Selecting previously unselected package libnorm1:amd64. [2021-04-08T17:19:40.157Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-08T17:19:40.157Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-08T17:19:40.157Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-08T17:19:40.157Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-08T17:19:40.157Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-08T17:19:40.157Z] Selecting previously unselected package libsodium23:amd64. [2021-04-08T17:19:40.157Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-08T17:19:40.157Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-08T17:19:40.417Z] Selecting previously unselected package libzmq5:amd64. [2021-04-08T17:19:40.417Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-08T17:19:40.417Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T17:19:40.417Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-08T17:19:40.417Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-08T17:19:40.417Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T17:19:40.678Z] Selecting previously unselected package pkg-config. [2021-04-08T17:19:40.678Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-08T17:19:40.678Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-08T17:19:40.678Z] Selecting previously unselected package zip. [2021-04-08T17:19:40.678Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-08T17:19:40.678Z] Unpacking zip (3.0-11build1) ... [2021-04-08T17:19:40.678Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-08T17:19:40.678Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-08T17:19:40.938Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-08T17:19:40.938Z] Setting up liberror-perl (0.17025-1) ... [2021-04-08T17:19:40.938Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-08T17:19:40.938Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-08T17:19:40.938Z] No schema files found: doing nothing. [2021-04-08T17:19:40.938Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-08T17:19:40.938Z] Setting up zip (3.0-11build1) ... [2021-04-08T17:19:40.938Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-08T17:19:40.938Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-08T17:19:40.938Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-08T17:19:41.198Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T17:19:41.198Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-08T17:19:41.198Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-08T17:19:41.198Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-08T17:19:41.198Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-08T17:19:47.781Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T17:19:47.781Z] git set to automatically installed. [2021-04-08T17:19:47.781Z] git-man set to automatically installed. [2021-04-08T17:19:47.781Z] libcurl3-gnutls set to automatically installed. [2021-04-08T17:19:47.781Z] liberror-perl set to automatically installed. [2021-04-08T17:19:47.781Z] libglib2.0-0 set to automatically installed. [2021-04-08T17:19:47.781Z] libnghttp2-14 set to automatically installed. [2021-04-08T17:19:47.781Z] libnorm1 set to automatically installed. [2021-04-08T17:19:47.781Z] libpgm-5.2-0 set to automatically installed. [2021-04-08T17:19:47.781Z] libpsl5 set to automatically installed. [2021-04-08T17:19:47.781Z] librtmp1 set to automatically installed. [2021-04-08T17:19:47.781Z] libsodium23 set to automatically installed. [2021-04-08T17:19:47.781Z] libzmq3-dev set to automatically installed. [2021-04-08T17:19:47.781Z] libzmq5 set to automatically installed. [2021-04-08T17:19:47.781Z] pkg-config set to automatically installed. [2021-04-08T17:19:47.781Z] zip set to automatically installed. [2021-04-08T17:19:50.451Z] snapd is not logged in, snap install commands will use sudo [2021-04-08T17:19:57.035Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T17:20:11.977Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-08T17:20:11.977Z] snapd is not logged in, snap install commands will use sudo [2021-04-08T17:20:17.262Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-08T17:20:18.208Z] snap "core18" has no updates available [2021-04-08T17:20:18.780Z] Pulling go-build-helper [2021-04-08T17:20:18.780Z] + snapcraftctl pull [2021-04-08T17:20:20.165Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-08T17:20:20.165Z] Skipping pull go-build-helper (already ran) [2021-04-08T17:20:20.165Z] Building go-build-helper [2021-04-08T17:20:20.165Z] + snapcraftctl build [2021-04-08T17:20:22.703Z] Staging go-build-helper [2021-04-08T17:20:22.703Z] + snapcraftctl stage [2021-04-08T17:20:28.341Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:20:28.341Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:20:28.341Z] ---> 71e888203e6b [2021-04-08T17:20:28.341Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T17:20:28.341Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:20:28.341Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:20:28.341Z] ---> 71e888203e6b [2021-04-08T17:20:28.341Z] Step 3/31 : WORKDIR /edgex-go [2021-04-08T17:20:28.341Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:20:28.341Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:20:28.341Z] ---> 71e888203e6b [2021-04-08T17:20:28.341Z] Step 3/26 : WORKDIR /edgex-go [2021-04-08T17:20:28.341Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:20:28.341Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:20:28.341Z] ---> 71e888203e6b [2021-04-08T17:20:28.341Z] Step 3/22 : WORKDIR /edgex-go [2021-04-08T17:20:28.341Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:20:28.341Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:20:28.341Z] ---> 71e888203e6b [2021-04-08T17:20:28.341Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T17:20:28.341Z] ---> Running in d568287a1e0d [2021-04-08T17:20:28.341Z] ---> Running in 2b97fe2bd0ec [2021-04-08T17:20:28.341Z] ---> Running in 4fb7710410cf [2021-04-08T17:20:28.341Z] ---> Running in fe015af2e0f3 [2021-04-08T17:20:28.341Z] ---> Running in 8b86e64ac0d6 [2021-04-08T17:20:28.341Z] Removing intermediate container 2b97fe2bd0ec [2021-04-08T17:20:28.341Z] ---> e56da1dc56c5 [2021-04-08T17:20:28.341Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:20:28.341Z] Removing intermediate container 8b86e64ac0d6 [2021-04-08T17:20:28.341Z] ---> 7146479f32ea [2021-04-08T17:20:28.341Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:20:28.341Z] ---> Running in c356bf86b394 [2021-04-08T17:20:28.341Z] Removing intermediate container fe015af2e0f3 [2021-04-08T17:20:28.341Z] ---> 5bff2390df7c [2021-04-08T17:20:28.341Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:20:28.341Z] Removing intermediate container 4fb7710410cf [2021-04-08T17:20:28.341Z] ---> b5f914f0e3e0 [2021-04-08T17:20:28.341Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:20:28.341Z] Removing intermediate container d568287a1e0d [2021-04-08T17:20:28.341Z] ---> dcfc61d68ee0 [2021-04-08T17:20:28.341Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:20:28.341Z] ---> Running in 7e793975874d [2021-04-08T17:20:28.341Z] ---> Running in c43ef75eb1c9 [2021-04-08T17:20:28.341Z] ---> Running in dc50474f5774 [2021-04-08T17:20:28.341Z] ---> Running in 06950f3bad98 [2021-04-08T17:20:28.341Z] Removing intermediate container c356bf86b394 [2021-04-08T17:20:28.341Z] ---> 5c05070d0e6f [2021-04-08T17:20:28.341Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-08T17:20:28.341Z] ---> Running in 12a1fe6e01c1 [2021-04-08T17:20:28.341Z] Removing intermediate container 7e793975874d [2021-04-08T17:20:28.341Z] ---> 0d3f96059a36 [2021-04-08T17:20:28.341Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-08T17:20:28.341Z] Removing intermediate container c43ef75eb1c9 [2021-04-08T17:20:28.341Z] ---> e2b6221d8698 [2021-04-08T17:20:28.341Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-08T17:20:28.341Z] ---> Running in a165f1bef766 [2021-04-08T17:20:28.341Z] ---> Running in 55ce79107171 [2021-04-08T17:20:28.341Z] Removing intermediate container dc50474f5774 [2021-04-08T17:20:28.341Z] ---> e4bec587adc1 [2021-04-08T17:20:28.341Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-08T17:20:28.341Z] Removing intermediate container 06950f3bad98 [2021-04-08T17:20:28.341Z] ---> 8f49c4efe260 [2021-04-08T17:20:28.341Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-08T17:20:28.341Z] ---> Running in 86a86ab5e4b4 [2021-04-08T17:20:28.341Z] ---> Running in 3b3d86c09de2 [2021-04-08T17:20:28.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:28.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:28.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:29.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:29.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:29.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:29.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:29.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:30.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:30.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:20:30.358Z] OK: 217 MiB in 51 packages [2021-04-08T17:20:30.639Z] OK: 217 MiB in 51 packages [2021-04-08T17:20:30.639Z] OK: 217 MiB in 51 packages [2021-04-08T17:20:31.243Z] OK: 217 MiB in 51 packages [2021-04-08T17:20:31.522Z] OK: 217 MiB in 51 packages [2021-04-08T17:20:32.133Z] Removing intermediate container 12a1fe6e01c1 [2021-04-08T17:20:32.133Z] ---> 4f38b60beb18 [2021-04-08T17:20:32.133Z] Step 6/22 : COPY go.mod . [2021-04-08T17:20:32.731Z] Removing intermediate container a165f1bef766 [2021-04-08T17:20:32.731Z] ---> 4c42398cc4c7 [2021-04-08T17:20:32.731Z] Step 6/31 : COPY go.mod . [2021-04-08T17:20:32.731Z] Removing intermediate container 55ce79107171 [2021-04-08T17:20:32.731Z] ---> 74e95bca62ff [2021-04-08T17:20:32.731Z] Step 6/22 : COPY go.mod . [2021-04-08T17:20:33.332Z] Removing intermediate container 3b3d86c09de2 [2021-04-08T17:20:33.332Z] ---> e3a17290b789 [2021-04-08T17:20:33.332Z] Step 6/26 : COPY go.mod . [2021-04-08T17:20:33.332Z] Removing intermediate container 86a86ab5e4b4 [2021-04-08T17:20:33.332Z] ---> 4fa82e92c9ce [2021-04-08T17:20:33.332Z] Step 6/23 : COPY go.mod . [2021-04-08T17:20:33.332Z] ---> 41a51ca4fd96 [2021-04-08T17:20:33.332Z] Step 7/22 : RUN go mod download [2021-04-08T17:20:33.611Z] ---> Running in ae9326d0699a [2021-04-08T17:20:33.884Z] ---> 6a85ae552ea6 [2021-04-08T17:20:33.884Z] Step 7/22 : RUN go mod download [2021-04-08T17:20:33.884Z] ---> 7129adf9fb2e [2021-04-08T17:20:33.884Z] Step 7/31 : RUN go mod download [2021-04-08T17:20:34.159Z] ---> Running in cd5fa57f702e [2021-04-08T17:20:34.159Z] ---> 0545cbe7945d [2021-04-08T17:20:34.435Z] Step 7/26 : RUN go mod download [2021-04-08T17:20:34.435Z] ---> Running in 8bd6102101db [2021-04-08T17:20:34.435Z] ---> 9fafcaca077d [2021-04-08T17:20:34.435Z] Step 7/23 : RUN go mod download [2021-04-08T17:20:34.722Z] ---> Running in 7868fcc1fbc0 [2021-04-08T17:20:34.722Z] ---> Running in 1dace17fc4c7 [2021-04-08T17:20:34.944Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-08T17:20:34.944Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-08T17:20:34.944Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-08T17:20:34.944Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-08T17:20:34.944Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-08T17:20:34.944Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-08T17:20:34.944Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-08T17:20:34.944Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-08T17:20:34.944Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-08T17:20:34.944Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-08T17:20:34.944Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-08T17:20:34.944Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-08T17:20:34.944Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-08T17:20:34.944Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-08T17:20:34.944Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-08T17:20:34.944Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-08T17:20:34.944Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-08T17:20:34.944Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-08T17:20:34.944Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-08T17:20:34.945Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-08T17:20:34.945Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-08T17:20:34.945Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-08T17:20:34.945Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-08T17:20:34.945Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-08T17:20:34.945Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-08T17:20:34.945Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] [2021-04-08T17:20:34.945Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-08T17:20:34.945Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-08T17:20:34.945Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-08T17:20:34.945Z] Fetched 224 kB in 0s (0 B/s) [2021-04-08T17:20:34.945Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-08T17:20:34.945Z] Fetched 157 kB in 0s (0 B/s) [2021-04-08T17:20:34.945Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-08T17:20:34.945Z] Fetched 221 kB in 0s (0 B/s) [2021-04-08T17:20:34.945Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-08T17:20:34.945Z] Fetched 143 kB in 0s (0 B/s) [2021-04-08T17:20:34.945Z] Pulling app-service-config [2021-04-08T17:20:34.945Z] + snapcraftctl pull [2021-04-08T17:20:35.516Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-08T17:20:36.454Z] Pulling config-common [2021-04-08T17:20:36.455Z] + snapcraftctl pull [2021-04-08T17:20:38.155Z] Removing intermediate container ae9326d0699a [2021-04-08T17:20:38.156Z] ---> c414b5480ea0 [2021-04-08T17:20:38.156Z] Step 8/22 : COPY . . [2021-04-08T17:20:39.138Z] Removing intermediate container cd5fa57f702e [2021-04-08T17:20:39.138Z] ---> 8cc291b56c62 [2021-04-08T17:20:39.138Z] Step 8/22 : COPY . . [2021-04-08T17:20:39.734Z] Removing intermediate container 8bd6102101db [2021-04-08T17:20:39.734Z] ---> 26a2736e0476 [2021-04-08T17:20:39.734Z] Step 8/31 : COPY . . [2021-04-08T17:20:40.328Z] Removing intermediate container 7868fcc1fbc0 [2021-04-08T17:20:40.329Z] ---> 3de3e636e104 [2021-04-08T17:20:40.329Z] Step 8/26 : COPY . . [2021-04-08T17:20:40.329Z] Removing intermediate container 1dace17fc4c7 [2021-04-08T17:20:40.329Z] ---> 1667ed173855 [2021-04-08T17:20:40.329Z] Step 8/23 : COPY . . [2021-04-08T17:20:41.738Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T17:20:41.738Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T17:20:41.738Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T17:20:41.738Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T17:20:41.738Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-08T17:20:41.738Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T17:20:41.738Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-08T17:20:41.738Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T17:20:41.738Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-08T17:20:41.738Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T17:20:41.738Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-08T17:20:41.738Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T17:20:41.738Z] Pulling edgex-go [2021-04-08T17:20:41.738Z] + snapcraftctl pull [2021-04-08T17:21:02.510Z] ---> ccd9755d6354 [2021-04-08T17:21:02.510Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-08T17:21:02.510Z] ---> Running in e817e6a48de4 [2021-04-08T17:21:02.510Z] ---> 5a803e51e717 [2021-04-08T17:21:02.510Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-08T17:21:02.510Z] ---> 3f4ba3a8cb56 [2021-04-08T17:21:02.510Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-08T17:21:02.510Z] ---> af386636d015 [2021-04-08T17:21:02.510Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-08T17:21:02.510Z] ---> fd94889bde21 [2021-04-08T17:21:02.510Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-08T17:21:02.510Z] ---> Running in d5aa2f5674c9 [2021-04-08T17:21:02.510Z] ---> Running in 38ff00cfa282 [2021-04-08T17:21:02.510Z] ---> Running in 08a4cf4149ad [2021-04-08T17:21:02.510Z] ---> Running in a7065b71ec88 [2021-04-08T17:21:02.787Z] 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-08T17:21:03.706Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-08T17:21:03.706Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-08T17:21:03.706Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-08T17:21:03.706Z] Fetched 0 B in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-08T17:21:03.706Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-08T17:21:03.706Z] Fetched 279 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-08T17:21:03.706Z] Fetched 122 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-08T17:21:03.706Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-08T17:21:03.706Z] Fetched 8848 B in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-08T17:21:03.706Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-08T17:21:03.706Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-08T17:21:03.706Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-08T17:21:03.706Z] Fetched 219 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-08T17:21:03.706Z] Fetched 154 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-08T17:21:03.706Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-08T17:21:03.706Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-08T17:21:03.706Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-08T17:21:03.706Z] Fetched 499 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-08T17:21:03.706Z] Fetched 111 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-08T17:21:03.706Z] Fetched 240 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-08T17:21:03.706Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-08T17:21:03.706Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-08T17:21:03.706Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-08T17:21:03.706Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-08T17:21:03.706Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-08T17:21:03.706Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-08T17:21:03.706Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-08T17:21:03.706Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-08T17:21:03.706Z] Fetched 8720 B in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-08T17:21:03.706Z] Fetched 137 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-08T17:21:03.706Z] Fetched 119 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-08T17:21:03.706Z] Fetched 109 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-08T17:21:03.706Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-08T17:21:03.706Z] Fetched 645 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-08T17:21:03.706Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-08T17:21:03.706Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-08T17:21:03.706Z] Fetched 368 kB in 0s (0 B/s) [2021-04-08T17:21:03.706Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-08T17:21:03.707Z] Fetched 187 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-08T17:21:03.707Z] Fetched 175 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-08T17:21:03.707Z] Fetched 206 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-08T17:21:03.707Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-08T17:21:03.707Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-08T17:21:03.707Z] Fetched 159 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-08T17:21:03.707Z] Fetched 107 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-08T17:21:03.707Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-08T17:21:03.707Z] Pulling static-packages [2021-04-08T17:21:03.707Z] + snapcraftctl pull [2021-04-08T17:21:04.269Z] 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-08T17:21:04.276Z] Pulling version [2021-04-08T17:21:04.276Z] + cd /root/project [2021-04-08T17:21:04.276Z] + [ -f VERSION ] [2021-04-08T17:21:04.276Z] + PROJECT_VERSION=local-dev [2021-04-08T17:21:04.276Z] + git rev-parse --short HEAD [2021-04-08T17:21:04.276Z] + GIT_REVISION=e6065670 [2021-04-08T17:21:04.276Z] + snapcraftctl set-version local-dev [2021-04-08T17:21:04.871Z] 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-08T17:21:04.871Z] 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-08T17:21:05.146Z] 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-08T17:21:05.215Z] Skipping build go-build-helper (already ran) [2021-04-08T17:21:05.476Z] Building app-service-config [2021-04-08T17:21:05.476Z] + make build [2021-04-08T17:21:05.476Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-08T17:21:08.019Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 [2021-04-08T17:21:08.019Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-08T17:21:08.019Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 [2021-04-08T17:21:08.019Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-08T17:21:08.019Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-08T17:21:08.280Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-08T17:21:08.280Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-08T17:21:08.280Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-08T17:21:08.280Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-08T17:21:08.541Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-08T17:21:08.541Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-08T17:21:08.541Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-08T17:21:08.541Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-08T17:21:08.541Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-08T17:21:08.541Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-08T17:21:08.541Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-08T17:21:08.541Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-08T17:21:08.801Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-08T17:21:08.801Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-08T17:21:09.062Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-08T17:21:09.062Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-08T17:21:09.062Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-08T17:21:09.062Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-08T17:21:09.062Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-08T17:21:09.322Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-08T17:21:09.322Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-08T17:21:09.322Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-08T17:21:09.322Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-08T17:21:09.322Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-08T17:21:09.322Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-08T17:21:09.322Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-08T17:21:09.322Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-08T17:21:09.586Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-08T17:21:09.586Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-08T17:21:09.586Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-08T17:21:09.586Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-08T17:21:09.586Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-08T17:21:09.586Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-08T17:21:09.586Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-08T17:21:09.586Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-08T17:21:09.586Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-08T17:21:09.847Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-08T17:21:09.847Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-08T17:21:09.847Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-08T17:21:09.847Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-08T17:21:22.086Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-08T17:21:22.087Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-08T17:21:22.087Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-08T17:21:22.087Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-08T17:21:22.087Z] Building config-common [2021-04-08T17:21:22.087Z] + snapcraftctl build [2021-04-08T17:21:24.641Z] Building edgex-go [2021-04-08T17:21:24.915Z] + cd /root/parts/edgex-go/src [2021-04-08T17:21:24.915Z] + make build [2021-04-08T17:21:24.915Z] 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-08T17:21:25.176Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-08T17:21:25.176Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-08T17:21:25.437Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-08T17:21:25.437Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-08T17:21:25.437Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-08T17:21:25.437Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-08T17:21:25.437Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-08T17:21:29.660Z] 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-08T17:21:29.660Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-08T17:21:36.252Z] 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-08T17:21:36.832Z] 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-08T17:21:39.382Z] 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-08T17:21:39.647Z] 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-08T17:21:39.909Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-08T17:21:39.909Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-08T17:21:39.909Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-08T17:21:39.909Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-08T17:21:42.461Z] 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-08T17:21:42.461Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-08T17:21:42.461Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-08T17:21:44.382Z] 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-08T17:21:45.772Z] 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-08T17:21:45.772Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-08T17:21:47.689Z] 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-08T17:21:49.078Z] 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-08T17:21:50.477Z] 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-08T17:21:50.477Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-08T17:21:52.391Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-08T17:21:52.391Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-08T17:21:52.391Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-08T17:21:52.391Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-08T17:21:52.391Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-08T17:21:52.391Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-08T17:21:52.391Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-08T17:21:52.391Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-08T17:21:52.391Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-08T17:21:52.652Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-08T17:21:52.652Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-08T17:21:52.652Z] + 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-08T17:21:52.652Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-08T17:21:52.652Z] + 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-08T17:21:52.652Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-08T17:21:52.652Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-08T17:21:52.652Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-08T17:21:52.652Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-08T17:21:52.652Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-08T17:21:52.652Z] + 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-08T17:21:56.039Z] Building static-packages [2021-04-08T17:21:56.039Z] + snapcraftctl build [2021-04-08T17:21:58.651Z] Building version [2021-04-08T17:21:58.651Z] + snapcraftctl build [2021-04-08T17:22:01.194Z] Skipping stage go-build-helper (already ran) [2021-04-08T17:22:01.194Z] Staging app-service-config [2021-04-08T17:22:01.194Z] + snapcraftctl stage [2021-04-08T17:22:02.136Z] Staging config-common [2021-04-08T17:22:02.136Z] + snapcraftctl stage [2021-04-08T17:22:03.542Z] Staging edgex-go [2021-04-08T17:22:03.542Z] + snapcraftctl stage [2021-04-08T17:22:04.498Z] Staging static-packages [2021-04-08T17:22:04.498Z] + snapcraftctl stage [2021-04-08T17:22:05.893Z] Staging version [2021-04-08T17:22:05.893Z] + snapcraftctl stage [2021-04-08T17:22:06.833Z] Priming go-build-helper [2021-04-08T17:22:06.833Z] + snapcraftctl prime [2021-04-08T17:22:08.237Z] Priming app-service-config [2021-04-08T17:22:08.237Z] + snapcraftctl prime [2021-04-08T17:22:09.623Z] Priming config-common [2021-04-08T17:22:09.623Z] + snapcraftctl prime [2021-04-08T17:22:10.572Z] Priming edgex-go [2021-04-08T17:22:10.572Z] + snapcraftctl prime [2021-04-08T17:22:11.955Z] Priming static-packages [2021-04-08T17:22:11.955Z] + snapcraftctl prime [2021-04-08T17:22:14.496Z] Priming version [2021-04-08T17:22:14.496Z] + snapcraftctl prime [2021-04-08T17:22:15.881Z] 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-08T17:23:12.006Z] Removing intermediate container a7065b71ec88 [2021-04-08T17:23:12.006Z] ---> d6924cb9afd8 [2021-04-08T17:23:12.006Z] [2021-04-08T17:23:12.006Z] Step 10/31 : FROM alpine:3.12 [2021-04-08T17:23:12.006Z] 3.12: Pulling from library/alpine [2021-04-08T17:23:12.006Z] Removing intermediate container 38ff00cfa282 [2021-04-08T17:23:12.006Z] ---> a66628e9bffe [2021-04-08T17:23:12.006Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-08T17:23:12.006Z] ---> Running in 8314414c32cb [2021-04-08T17:23:12.006Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:23:12.006Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T17:23:12.007Z] ---> d75e27dfc0a0 [2021-04-08T17:23:12.007Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-08T17:23:12.007Z] 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-08T17:23:12.007Z] ---> Running in 3bf6c1e83d77 [2021-04-08T17:23:12.007Z] Removing intermediate container 3bf6c1e83d77 [2021-04-08T17:23:12.007Z] ---> 760642043f24 [2021-04-08T17:23:12.007Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-08T17:23:12.007Z] ---> Running in 16bcdf6a1c5a [2021-04-08T17:23:12.007Z] Removing intermediate container e817e6a48de4 [2021-04-08T17:23:12.007Z] ---> 5f6884beb8b2 [2021-04-08T17:23:12.007Z] [2021-04-08T17:23:12.007Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T17:23:12.007Z] ---> d75e27dfc0a0 [2021-04-08T17:23:12.007Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-08T17:23:12.007Z] Removing intermediate container d5aa2f5674c9 [2021-04-08T17:23:12.007Z] ---> aa5ee9a44682 [2021-04-08T17:23:12.007Z] [2021-04-08T17:23:12.007Z] Step 10/22 : FROM alpine:3.12 [2021-04-08T17:23:12.007Z] ---> d75e27dfc0a0 [2021-04-08T17:23:12.007Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-08T17:23:12.007Z] ---> Running in e7e4a72a370c [2021-04-08T17:23:12.007Z] ---> Running in 180ddf59f537 [2021-04-08T17:23:12.007Z] Removing intermediate container 8314414c32cb [2021-04-08T17:23:12.007Z] ---> 8726582fd0d9 [2021-04-08T17:23:12.007Z] [2021-04-08T17:23:12.007Z] Step 11/26 : FROM docker:20.10.0 [2021-04-08T17:23:12.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:12.007Z] 20.10.0: Pulling from library/docker [2021-04-08T17:23:12.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:12.007Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-08T17:23:12.007Z] (2/2) Installing su-exec (0.2-r1) [2021-04-08T17:23:12.007Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:23:12.007Z] OK: 5 MiB in 16 packages [2021-04-08T17:23:12.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:12.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:12.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:12.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:12.007Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-08T17:23:12.007Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-08T17:23:12.007Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:23:12.007Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T17:23:12.007Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-08T17:23:12.007Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:23:12.007Z] OK: 5 MiB in 15 packages [2021-04-08T17:23:12.007Z] OK: 6 MiB in 16 packages [2021-04-08T17:23:12.007Z] Removing intermediate container 16bcdf6a1c5a [2021-04-08T17:23:12.007Z] ---> 6cfc653e3b6e [2021-04-08T17:23:12.007Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-08T17:23:12.007Z] Removing intermediate container 180ddf59f537 [2021-04-08T17:23:12.007Z] ---> 63ba3151b03c [2021-04-08T17:23:12.007Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:23:12.007Z] ---> Running in e9aa37b6405b [2021-04-08T17:23:12.007Z] ---> Running in a48841c96fc9 [2021-04-08T17:23:12.285Z] Removing intermediate container e7e4a72a370c [2021-04-08T17:23:12.285Z] ---> 828783d47875 [2021-04-08T17:23:12.285Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:23:12.564Z] ---> Running in 35a76e550e21 [2021-04-08T17:23:12.837Z] Removing intermediate container e9aa37b6405b [2021-04-08T17:23:12.837Z] ---> 0f16d765b2a9 [2021-04-08T17:23:12.837Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-08T17:23:13.111Z] Removing intermediate container a48841c96fc9 [2021-04-08T17:23:13.111Z] ---> 42602efdfecd [2021-04-08T17:23:13.111Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-08T17:23:13.111Z] ---> Running in ac306bdaf43e [2021-04-08T17:23:13.386Z] Removing intermediate container 35a76e550e21 [2021-04-08T17:23:13.386Z] ---> 146d9b3b4b1b [2021-04-08T17:23:13.386Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-08T17:23:13.661Z] ---> Running in 689488382b94 [2021-04-08T17:23:13.940Z] ---> Running in 2b6154c980ed [2021-04-08T17:23:14.214Z] Removing intermediate container ac306bdaf43e [2021-04-08T17:23:14.214Z] ---> 14b77a57813f [2021-04-08T17:23:14.214Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-08T17:23:14.488Z] Removing intermediate container 689488382b94 [2021-04-08T17:23:14.488Z] ---> 73f7b5be0b89 [2021-04-08T17:23:14.488Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T17:23:14.764Z] ---> Running in 235813cec8a4 [2021-04-08T17:23:15.038Z] ---> Running in 48f6aa91bd80 [2021-04-08T17:23:15.038Z] Removing intermediate container 2b6154c980ed [2021-04-08T17:23:15.038Z] ---> bc8151cab97d [2021-04-08T17:23:15.038Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-08T17:23:16.032Z] ---> Running in a69c3dff602c [2021-04-08T17:23:16.634Z] Removing intermediate container 48f6aa91bd80 [2021-04-08T17:23:16.634Z] ---> d40923b55b7d [2021-04-08T17:23:16.634Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:23:17.250Z] Removing intermediate container a69c3dff602c [2021-04-08T17:23:17.250Z] ---> 325eb2e379fd [2021-04-08T17:23:17.250Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:23:18.248Z] ---> ced5789ab82b [2021-04-08T17:23:18.249Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-08T17:23:19.704Z] ---> 10ed077fd9ee [2021-04-08T17:23:19.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-08T17:23:20.317Z] Removing intermediate container 235813cec8a4 [2021-04-08T17:23:20.317Z] ---> 446e33d06622 [2021-04-08T17:23:20.317Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-08T17:23:21.296Z] ---> 92cfeeb4801e [2021-04-08T17:23:21.296Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-08T17:23:21.892Z] ---> Running in d897fea07680 [2021-04-08T17:23:22.175Z] ---> e7d9f8ce43f8 [2021-04-08T17:23:22.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-08T17:23:22.454Z] Removing intermediate container 08a4cf4149ad [2021-04-08T17:23:22.454Z] ---> f91f65e91d80 [2021-04-08T17:23:22.454Z] [2021-04-08T17:23:22.454Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T17:23:22.454Z] ---> d75e27dfc0a0 [2021-04-08T17:23:22.454Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-08T17:23:22.729Z] ---> 8cba53e86ead [2021-04-08T17:23:22.729Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-08T17:23:22.729Z] ---> Running in 5ed070fb108a [2021-04-08T17:23:22.729Z] Removing intermediate container d897fea07680 [2021-04-08T17:23:22.729Z] ---> e3dff0f9ea49 [2021-04-08T17:23:23.005Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-08T17:23:23.005Z] ---> Running in b30aed4d3a7f [2021-04-08T17:23:23.279Z] ---> a63996b3943a [2021-04-08T17:23:23.279Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-08T17:23:23.565Z] Removing intermediate container 5ed070fb108a [2021-04-08T17:23:23.565Z] ---> 2a585ab3c721 [2021-04-08T17:23:23.565Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-08T17:23:23.565Z] ---> Running in bcb04f6b6f0f [2021-04-08T17:23:23.845Z] Removing intermediate container b30aed4d3a7f [2021-04-08T17:23:23.845Z] ---> c5313dc0d3da [2021-04-08T17:23:23.845Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:23:23.845Z] ---> Running in f3ebc85bbaf8 [2021-04-08T17:23:24.123Z] ---> Running in 21d8f37fe187 [2021-04-08T17:23:24.123Z] ---> 4b500845a909 [2021-04-08T17:23:24.123Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-08T17:23:24.394Z] ---> Running in 81226129caa6 [2021-04-08T17:23:24.394Z] Removing intermediate container bcb04f6b6f0f [2021-04-08T17:23:24.394Z] ---> 683d39fed5fa [2021-04-08T17:23:24.394Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:23:24.687Z] Removing intermediate container f3ebc85bbaf8 [2021-04-08T17:23:24.687Z] ---> 4ab3f4323c5b [2021-04-08T17:23:24.687Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-08T17:23:24.687Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-08T17:23:24.687Z] ---> Running in 1d218971d6ea [2021-04-08T17:23:24.687Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-08T17:23:24.687Z] ---> eeaf43b92773 [2021-04-08T17:23:24.687Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-08T17:23:24.964Z] Removing intermediate container 21d8f37fe187 [2021-04-08T17:23:24.964Z] ---> 493ceb099347 [2021-04-08T17:23:24.964Z] Step 20/22 : LABEL arch=arm64 [2021-04-08T17:23:24.964Z] ---> Running in afe9ac2a042f [2021-04-08T17:23:24.964Z] ---> Running in a5e4238b943a [2021-04-08T17:23:24.964Z] ---> Running in c4084c7ee595 [2021-04-08T17:23:25.565Z] Removing intermediate container 1d218971d6ea [2021-04-08T17:23:25.565Z] ---> bc7e57734d10 [2021-04-08T17:23:25.565Z] Step 20/22 : LABEL arch=arm64 [2021-04-08T17:23:25.843Z] Removing intermediate container afe9ac2a042f [2021-04-08T17:23:25.843Z] ---> 386b098904cb [2021-04-08T17:23:25.843Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:23:25.843Z] ---> Running in 5c7181a5dfa2 [2021-04-08T17:23:25.843Z] Removing intermediate container c4084c7ee595 [2021-04-08T17:23:25.843Z] ---> 0c59cdd2be8d [2021-04-08T17:23:25.843Z] Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:23:26.121Z] ---> Running in de7e923856f8 [2021-04-08T17:23:26.401Z] ---> Running in 42c3dd69d54e [2021-04-08T17:23:26.679Z] Removing intermediate container 5c7181a5dfa2 [2021-04-08T17:23:26.679Z] ---> 6d0e8baa8697 [2021-04-08T17:23:26.679Z] Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:23:26.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:26.959Z] ---> Running in 80b8050e253c [2021-04-08T17:23:26.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:26.959Z] Removing intermediate container 42c3dd69d54e [2021-04-08T17:23:26.959Z] ---> 3f18852863a3 [2021-04-08T17:23:26.959Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T17:23:27.240Z] ---> Running in 8ac0b1fdecb7 [2021-04-08T17:23:27.515Z] (1/2) Installing readline (8.0.4-r0) [2021-04-08T17:23:27.515Z] (2/2) Installing bash (5.0.17-r0) [2021-04-08T17:23:27.515Z] Executing bash-5.0.17-r0.post-install [2021-04-08T17:23:27.515Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:23:27.808Z] OK: 12 MiB in 22 packages [2021-04-08T17:23:27.808Z] Removing intermediate container 80b8050e253c [2021-04-08T17:23:27.808Z] ---> 42c63c2f64b6 [2021-04-08T17:23:27.808Z] Step 22/22 : LABEL version=0.0.0 [2021-04-08T17:23:28.083Z] Removing intermediate container 81226129caa6 [2021-04-08T17:23:28.083Z] ---> a4bc57db13dd [2021-04-08T17:23:28.083Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:23:28.083Z] ---> Running in 8c3680f23d7c [2021-04-08T17:23:28.083Z] Removing intermediate container 8ac0b1fdecb7 [2021-04-08T17:23:28.083Z] ---> b00c45913e2c [2021-04-08T17:23:28.083Z] [2021-04-08T17:23:29.073Z] Successfully built b00c45913e2c [2021-04-08T17:23:29.073Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-08T17:23:29.073Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-08T17:23:29.073Z] Removing intermediate container 8c3680f23d7c [2021-04-08T17:23:29.073Z] ---> 1c2ca2ddd316 [2021-04-08T17:23:29.073Z] [2021-04-08T17:23:29.073Z] ---> 7f51fab5ff3b [2021-04-08T17:23:29.073Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-08T17:23:29.665Z] Removing intermediate container de7e923856f8 [2021-04-08T17:23:29.666Z] ---> cce3908ad922 [2021-04-08T17:23:29.666Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T17:23:29.666Z] Removing intermediate container a5e4238b943a [2021-04-08T17:23:29.666Z] ---> 0a5a3d6f8199 [2021-04-08T17:23:29.666Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-08T17:23:29.666Z] Successfully built 1c2ca2ddd316 [2021-04-08T17:23:29.666Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-08T17:23:29.666Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-08T17:23:29.943Z] ---> Running in 8d9402d2755b [2021-04-08T17:23:30.247Z] ---> Running in 28c4c071ea98 [2021-04-08T17:23:30.889Z] ---> 9633983b54b9 [2021-04-08T17:23:30.889Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-08T17:23:31.249Z] Removing intermediate container 28c4c071ea98 [2021-04-08T17:23:31.249Z] ---> 6bea1bb0597c [2021-04-08T17:23:31.249Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-08T17:23:31.249Z] ---> Running in afd1dadfd62d [2021-04-08T17:23:31.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:32.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:32.852Z] ---> 964a8672cd62 [2021-04-08T17:23:32.852Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-08T17:23:33.150Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T17:23:33.425Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T17:23:33.425Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T17:23:33.425Z] Removing intermediate container afd1dadfd62d [2021-04-08T17:23:33.425Z] ---> d0864ffe9e7a [2021-04-08T17:23:33.425Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-08T17:23:33.700Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T17:23:33.973Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T17:23:34.248Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T17:23:34.248Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:23:34.248Z] OK: 8 MiB in 20 packages [2021-04-08T17:23:34.846Z] ---> Running in f57f494b2305 [2021-04-08T17:23:35.472Z] ---> 89b7a92f179c [2021-04-08T17:23:35.472Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-08T17:23:36.073Z] Removing intermediate container f57f494b2305 [2021-04-08T17:23:36.073Z] ---> cb104b54fc1d [2021-04-08T17:23:36.073Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-08T17:23:37.057Z] ---> 8883ae123362 [2021-04-08T17:23:37.057Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-08T17:23:37.664Z] Removing intermediate container 8d9402d2755b [2021-04-08T17:23:37.664Z] ---> d57fcf0f0a3a [2021-04-08T17:23:37.664Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:23:38.349Z] ---> Running in 145c922aaeeb [2021-04-08T17:23:38.948Z] ---> 4aef7fb1ca8d [2021-04-08T17:23:38.948Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-08T17:23:39.931Z] ---> 44069f7ff8c6 [2021-04-08T17:23:39.931Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-08T17:23:39.931Z] Removing intermediate container 145c922aaeeb [2021-04-08T17:23:39.931Z] ---> 5645b4857fc6 [2021-04-08T17:23:39.931Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-08T17:23:40.207Z] ---> 5135df70d0e9 [2021-04-08T17:23:40.207Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-08T17:23:41.643Z] ---> 509adc587a0b [2021-04-08T17:23:41.643Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-08T17:23:41.918Z] ---> Running in 3a4edc98d6fc [2021-04-08T17:23:41.918Z] ---> 909aeb8e28cb [2021-04-08T17:23:41.918Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-08T17:23:41.918Z] ---> 6b6220f1bf9d [2021-04-08T17:23:41.918Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-08T17:23:42.520Z] ---> Running in 7a3ce05924fd [2021-04-08T17:23:43.524Z] ---> 3ed5064c3dfd [2021-04-08T17:23:43.524Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-08T17:23:44.128Z] ---> Running in 984edb2a76c8 [2021-04-08T17:23:44.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:44.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:23:44.951Z] Removing intermediate container 984edb2a76c8 [2021-04-08T17:23:44.951Z] ---> 8835e38534da [2021-04-08T17:23:44.951Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:23:45.224Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-08T17:23:45.224Z] (2/33) Installing expat (2.2.9-r1) [2021-04-08T17:23:45.224Z] (3/33) Installing libffi (3.3-r2) [2021-04-08T17:23:45.224Z] (4/33) Installing gdbm (1.13-r1) [2021-04-08T17:23:45.224Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-08T17:23:45.224Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-08T17:23:45.224Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-08T17:23:45.500Z] ---> Running in 18060e9921fa [2021-04-08T17:23:46.948Z] Removing intermediate container 18060e9921fa [2021-04-08T17:23:46.948Z] ---> 78fbf86edd40 [2021-04-08T17:23:46.948Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T17:23:46.948Z] Removing intermediate container 3a4edc98d6fc [2021-04-08T17:23:46.948Z] ---> 824e39424e3f [2021-04-08T17:23:46.948Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-08T17:23:47.550Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-08T17:23:47.550Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-08T17:23:47.550Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-08T17:23:47.550Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-08T17:23:47.550Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-08T17:23:47.550Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-08T17:23:47.550Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-08T17:23:47.550Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-08T17:23:47.826Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-08T17:23:47.826Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-08T17:23:47.826Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-08T17:23:47.826Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-08T17:23:47.826Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-08T17:23:47.826Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-08T17:23:47.826Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-08T17:23:47.826Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-08T17:23:47.826Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-08T17:23:47.826Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-08T17:23:48.103Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-08T17:23:48.103Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-08T17:23:48.103Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-08T17:23:48.103Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-08T17:23:48.103Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-08T17:23:48.103Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-08T17:23:48.103Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-08T17:23:48.103Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-08T17:23:48.103Z] ---> Running in 32edc0ba4b4f [2021-04-08T17:23:48.103Z] ---> Running in abdfee3f559a [2021-04-08T17:23:48.380Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:23:48.380Z] OK: 71 MiB in 55 packages [2021-04-08T17:23:49.362Z] Removing intermediate container abdfee3f559a [2021-04-08T17:23:49.362Z] ---> 7be692ba42ad [2021-04-08T17:23:49.362Z] Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:23:49.958Z] Removing intermediate container 32edc0ba4b4f [2021-04-08T17:23:49.958Z] ---> 13323bf88650 [2021-04-08T17:23:49.958Z] Step 28/31 : CMD ["gate"] [2021-04-08T17:23:49.958Z] ---> Running in be2a1facc29a [2021-04-08T17:23:51.397Z] ---> Running in 4564a6f247ab [2021-04-08T17:23:51.397Z] Removing intermediate container be2a1facc29a [2021-04-08T17:23:51.397Z] ---> eb6db954d18c [2021-04-08T17:23:51.397Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T17:23:51.996Z] ---> Running in 8aeecdb0b08c [2021-04-08T17:23:52.598Z] Removing intermediate container 4564a6f247ab [2021-04-08T17:23:52.598Z] ---> 6e2419ded495 [2021-04-08T17:23:52.598Z] Step 29/31 : LABEL arch=arm64 [2021-04-08T17:23:53.195Z] Removing intermediate container 8aeecdb0b08c [2021-04-08T17:23:53.195Z] ---> 8cd30eb12a9a [2021-04-08T17:23:53.195Z] [2021-04-08T17:23:53.797Z] ---> Running in c2e8a6ba1e09 [2021-04-08T17:23:54.399Z] Successfully built 8cd30eb12a9a [2021-04-08T17:23:54.399Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-08T17:23:54.399Z] Building docker-core-command-go [2021-04-08T17:23:54.997Z]  Building docker-core-data-go ... done Removing intermediate container c2e8a6ba1e09 [2021-04-08T17:23:54.997Z] ---> dd0981958240 [2021-04-08T17:23:54.997Z] Step 30/31 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:23:55.594Z] ---> Running in 60ae77aa7c5b [2021-04-08T17:23:56.587Z] Removing intermediate container 60ae77aa7c5b [2021-04-08T17:23:56.587Z] ---> 35b1f032c9af [2021-04-08T17:23:56.587Z] Step 31/31 : LABEL version=0.0.0 [2021-04-08T17:23:58.036Z] ---> Running in ce018c085b1e [2021-04-08T17:23:58.640Z] Removing intermediate container 7a3ce05924fd [2021-04-08T17:23:58.640Z] ---> 7278e3c41309 [2021-04-08T17:23:58.915Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-08T17:23:59.197Z] Removing intermediate container ce018c085b1e [2021-04-08T17:23:59.197Z] ---> 6db2f0e27eef [2021-04-08T17:23:59.197Z] [2021-04-08T17:23:59.197Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:23:59.197Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:23:59.197Z] ---> 71e888203e6b [2021-04-08T17:23:59.197Z] Step 3/21 : WORKDIR /edgex-go [2021-04-08T17:23:59.197Z] ---> Using cache [2021-04-08T17:23:59.197Z] ---> dcfc61d68ee0 [2021-04-08T17:23:59.197Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:23:59.197Z] ---> Using cache [2021-04-08T17:23:59.197Z] ---> e4bec587adc1 [2021-04-08T17:23:59.197Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-08T17:23:59.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:23:59.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:23:59.469Z] ---> 71e888203e6b [2021-04-08T17:23:59.469Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T17:23:59.469Z] ---> Using cache [2021-04-08T17:23:59.469Z] ---> dcfc61d68ee0 [2021-04-08T17:23:59.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:23:59.469Z] ---> Using cache [2021-04-08T17:23:59.469Z] ---> e4bec587adc1 [2021-04-08T17:23:59.469Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T17:23:59.753Z] Successfully built 6db2f0e27eef [2021-04-08T17:23:59.753Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-08T17:23:59.753Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-04-08T17:23:59.753Z] ---> Running in e90b631937bd [2021-04-08T17:24:00.350Z] ---> Running in b67e657ce5d7 [2021-04-08T17:24:00.350Z] ---> Running in 9c323b7695cd [2021-04-08T17:24:02.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:24:02.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:24:02.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:24:02.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:24:03.935Z] OK: 217 MiB in 51 packages [2021-04-08T17:24:03.935Z] OK: 217 MiB in 51 packages [2021-04-08T17:24:06.586Z] Collecting docker-compose==1.23.2 [2021-04-08T17:24:06.586Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-08T17:24:07.192Z] 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-08T17:24:07.465Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-08T17:24:07.465Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-08T17:24:07.740Z] Removing intermediate container b67e657ce5d7 [2021-04-08T17:24:08.014Z] Removing intermediate container 9c323b7695cd [2021-04-08T17:24:08.014Z] ---> cd0012c07509 [2021-04-08T17:24:08.014Z] Step 6/21 : COPY go.mod . [2021-04-08T17:24:08.014Z] ---> 58100f0c1e9a [2021-04-08T17:24:08.014Z] Step 6/23 : COPY go.mod . [2021-04-08T17:24:10.013Z] ---> ed93599e04a8 [2021-04-08T17:24:10.013Z] Step 7/21 : RUN go mod download [2021-04-08T17:24:10.013Z] ---> cc66f9259045 [2021-04-08T17:24:10.013Z] Step 7/23 : RUN go mod download [2021-04-08T17:24:10.287Z] ---> Running in 275a9374651e [2021-04-08T17:24:10.563Z] ---> Running in ee640e21ddb8 [2021-04-08T17:24:11.170Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-08T17:24:11.170Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-08T17:24:11.771Z] Collecting docopt<0.7,>=0.6.1 [2021-04-08T17:24:11.771Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-08T17:24:15.163Z] Collecting PyYAML<4,>=3.10 [2021-04-08T17:24:15.163Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-08T17:24:15.436Z] Removing intermediate container 275a9374651e [2021-04-08T17:24:15.436Z] ---> 7ad97b698c36 [2021-04-08T17:24:15.436Z] Step 8/21 : COPY . . [2021-04-08T17:24:16.040Z] Removing intermediate container ee640e21ddb8 [2021-04-08T17:24:16.040Z] ---> 0b5e1a911bec [2021-04-08T17:24:16.040Z] Step 8/23 : COPY . . [2021-04-08T17:24:19.448Z] Collecting jsonschema<3,>=2.5.1 [2021-04-08T17:24:19.448Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-08T17:24:20.050Z] Collecting texttable<0.10,>=0.9.0 [2021-04-08T17:24:20.050Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-08T17:24:22.033Z] Collecting cached-property<2,>=1.2.0 [2021-04-08T17:24:22.033Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-08T17:24:22.635Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-08T17:24:22.635Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-08T17:24:23.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:24:23.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:24:23.626Z] ---> 71e888203e6b [2021-04-08T17:24:23.626Z] Step 3/23 : WORKDIR /edgex-go [2021-04-08T17:24:23.626Z] ---> Using cache [2021-04-08T17:24:23.626Z] ---> dcfc61d68ee0 [2021-04-08T17:24:23.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:24:23.626Z] ---> Using cache [2021-04-08T17:24:23.626Z] ---> e4bec587adc1 [2021-04-08T17:24:23.626Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-08T17:24:23.626Z] ---> Using cache [2021-04-08T17:24:23.626Z] ---> 58100f0c1e9a [2021-04-08T17:24:23.626Z] Step 6/23 : COPY go.mod . [2021-04-08T17:24:23.626Z] ---> Using cache [2021-04-08T17:24:23.626Z] ---> cc66f9259045 [2021-04-08T17:24:23.626Z] Step 7/23 : RUN go mod download [2021-04-08T17:24:23.626Z] ---> Using cache [2021-04-08T17:24:23.626Z] ---> 0b5e1a911bec [2021-04-08T17:24:23.626Z] Step 8/23 : COPY . . [2021-04-08T17:24:23.626Z] Collecting docker<4.0,>=3.6.0 [2021-04-08T17:24:23.626Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-08T17:24:25.073Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-08T17:24:25.073Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-08T17:24:25.348Z] 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-08T17:24:25.621Z] Collecting idna<2.8,>=2.5 [2021-04-08T17:24:25.621Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-08T17:24:25.622Z] 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-08T17:24:25.901Z] Collecting docker-pycreds>=0.4.0 [2021-04-08T17:24:25.901Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-08T17:24:26.177Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-08T17:24:26.177Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-08T17:24:26.177Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-08T17:24:26.177Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-08T17:24:27.160Z] Installing collected packages: dockerpty, urllib3, idna, requests, docopt, PyYAML, jsonschema, texttable, cached-property, websocket-client, docker-pycreds, docker, docker-compose [2021-04-08T17:24:27.160Z] Running setup.py install for dockerpty: started [2021-04-08T17:24:27.768Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-08T17:24:27.768Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-08T17:24:27.768Z] ---> 71e888203e6b [2021-04-08T17:24:27.768Z] Step 3/25 : WORKDIR /edgex-go [2021-04-08T17:24:27.768Z] ---> Using cache [2021-04-08T17:24:27.768Z] ---> dcfc61d68ee0 [2021-04-08T17:24:27.768Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:24:27.768Z] ---> Using cache [2021-04-08T17:24:27.768Z] ---> e4bec587adc1 [2021-04-08T17:24:27.768Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-08T17:24:27.768Z] ---> Using cache [2021-04-08T17:24:27.768Z] ---> 58100f0c1e9a [2021-04-08T17:24:27.768Z] Step 6/25 : COPY go.mod . [2021-04-08T17:24:27.768Z] ---> Using cache [2021-04-08T17:24:27.768Z] ---> cc66f9259045 [2021-04-08T17:24:27.768Z] Step 7/25 : RUN go mod download [2021-04-08T17:24:27.768Z] ---> Using cache [2021-04-08T17:24:27.768Z] ---> 0b5e1a911bec [2021-04-08T17:24:27.768Z] Step 8/25 : COPY . . [2021-04-08T17:24:29.211Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-08T17:24:29.486Z] Attempting uninstall: urllib3 [2021-04-08T17:24:29.486Z] Found existing installation: urllib3 1.25.9 [2021-04-08T17:24:29.486Z] Uninstalling urllib3-1.25.9: [2021-04-08T17:24:29.486Z] Successfully uninstalled urllib3-1.25.9 [2021-04-08T17:24:30.468Z] Attempting uninstall: idna [2021-04-08T17:24:30.468Z] Found existing installation: idna 2.9 [2021-04-08T17:24:30.468Z] Uninstalling idna-2.9: [2021-04-08T17:24:30.468Z] Successfully uninstalled idna-2.9 [2021-04-08T17:24:31.131Z] Attempting uninstall: requests [2021-04-08T17:24:31.132Z] Found existing installation: requests 2.23.0 [2021-04-08T17:24:31.132Z] Uninstalling requests-2.23.0: [2021-04-08T17:24:31.132Z] Successfully uninstalled requests-2.23.0 [2021-04-08T17:24:31.434Z] Running setup.py install for docopt: started [2021-04-08T17:24:33.537Z] Running setup.py install for docopt: finished with status 'done' [2021-04-08T17:24:33.537Z] Running setup.py install for PyYAML: started [2021-04-08T17:24:36.175Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-08T17:24:36.450Z] Running setup.py install for texttable: started [2021-04-08T17:24:39.100Z] Running setup.py install for texttable: finished with status 'done' [2021-04-08T17:24:49.259Z] 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-08T17:24:49.555Z] ---> 9d59e1e8ef48 [2021-04-08T17:24:49.555Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-08T17:24:49.555Z] ---> 9995713012a0 [2021-04-08T17:24:49.555Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-08T17:24:49.829Z] ---> d95cedd27c99 [2021-04-08T17:24:49.829Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-08T17:24:49.829Z] ---> 209cce2e2df4 [2021-04-08T17:24:49.829Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-08T17:24:49.829Z] ---> Running in e44425ae6b44 [2021-04-08T17:24:49.829Z] ---> Running in 413d388aae22 [2021-04-08T17:24:50.106Z] ---> Running in 5f72a4af7e91 [2021-04-08T17:24:50.106Z] ---> Running in 12d01d9ee213 [2021-04-08T17:24:52.125Z] 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-08T17:24:52.125Z] 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-08T17:24:52.401Z] 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-08T17:24:52.402Z] 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-08T17:24:53.841Z] Removing intermediate container e90b631937bd [2021-04-08T17:24:53.841Z] ---> f1a3c40345c7 [2021-04-08T17:24:53.841Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-08T17:24:54.113Z] ---> Running in 9297d2063e35 [2021-04-08T17:24:56.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:24:56.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:24:57.105Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T17:24:57.105Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-08T17:24:57.105Z] (3/3) Installing curl (7.69.1-r3) [2021-04-08T17:24:57.105Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:24:57.105Z] OK: 72 MiB in 58 packages [2021-04-08T17:24:59.113Z] Removing intermediate container 9297d2063e35 [2021-04-08T17:24:59.113Z] ---> d0f349c720d4 [2021-04-08T17:24:59.113Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-08T17:24:59.113Z] ---> Running in 0c1fff6d0c61 [2021-04-08T17:24:59.713Z] Removing intermediate container 0c1fff6d0c61 [2021-04-08T17:24:59.713Z] ---> 577b9d8ca6bc [2021-04-08T17:24:59.713Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:24:59.989Z] ---> Running in b8da58665fe7 [2021-04-08T17:25:00.614Z] Removing intermediate container b8da58665fe7 [2021-04-08T17:25:00.614Z] ---> c496733bfc66 [2021-04-08T17:25:00.614Z] Step 24/26 : LABEL arch=arm64 [2021-04-08T17:25:00.889Z] ---> Running in a14dc44eb44e [2021-04-08T17:25:01.500Z] Removing intermediate container a14dc44eb44e [2021-04-08T17:25:01.500Z] ---> 289917b69140 [2021-04-08T17:25:01.500Z] Step 25/26 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:25:01.775Z] ---> Running in 3416b0eff939 [2021-04-08T17:25:02.379Z] Removing intermediate container 3416b0eff939 [2021-04-08T17:25:02.379Z] ---> 7ca3d69aa884 [2021-04-08T17:25:02.379Z] Step 26/26 : LABEL version=0.0.0 [2021-04-08T17:25:02.656Z] ---> Running in f928f7273f6b [2021-04-08T17:25:03.254Z] Removing intermediate container f928f7273f6b [2021-04-08T17:25:03.254Z] ---> 990f0a3770ab [2021-04-08T17:25:03.254Z] [2021-04-08T17:25:03.854Z] Successfully built 990f0a3770ab [2021-04-08T17:25:03.854Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-08T17:26:11.885Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-08T17:26:11.885Z] 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-08T17:26:26.994Z] Removing intermediate container 5f72a4af7e91 [2021-04-08T17:26:26.994Z] ---> 0f5f34efdfb2 [2021-04-08T17:26:26.994Z] [2021-04-08T17:26:26.994Z] Step 10/25 : FROM alpine:3.12 [2021-04-08T17:26:26.994Z] ---> d75e27dfc0a0 [2021-04-08T17:26:26.994Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-08T17:26:26.994Z] Removing intermediate container e44425ae6b44 [2021-04-08T17:26:26.994Z] ---> adb6a7fdbbf0 [2021-04-08T17:26:26.994Z] [2021-04-08T17:26:26.994Z] Step 10/21 : FROM alpine:3.12 [2021-04-08T17:26:26.994Z] ---> d75e27dfc0a0 [2021-04-08T17:26:26.994Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-08T17:26:26.994Z] ---> Running in 64c3b6cbe1ef [2021-04-08T17:26:26.994Z] ---> Running in 3aecd4cec5c3 [2021-04-08T17:26:28.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:26:28.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:26:28.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:26:28.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:26:29.565Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-08T17:26:29.565Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-08T17:26:29.565Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T17:26:29.565Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-08T17:26:29.565Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-08T17:26:29.565Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-08T17:26:29.565Z] (4/4) Installing curl (7.69.1-r3) [2021-04-08T17:26:29.565Z] (4/6) Installing curl (7.69.1-r3) [2021-04-08T17:26:29.565Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:26:29.565Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-08T17:26:29.565Z] (6/6) Installing su-exec (0.2-r1) [2021-04-08T17:26:29.565Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T17:26:29.565Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:26:29.565Z] Executing ca-certificates-20191127-r4.trigger [2021-04-08T17:26:29.841Z] OK: 7 MiB in 18 packages [2021-04-08T17:26:29.841Z] OK: 7 MiB in 20 packages [2021-04-08T17:26:29.841Z] Removing intermediate container 12d01d9ee213 [2021-04-08T17:26:29.841Z] ---> b7eab04bfdfa [2021-04-08T17:26:29.841Z] [2021-04-08T17:26:29.841Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T17:26:29.841Z] ---> d75e27dfc0a0 [2021-04-08T17:26:29.841Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T17:26:29.841Z] ---> Using cache [2021-04-08T17:26:29.841Z] ---> 63ba3151b03c [2021-04-08T17:26:29.841Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:26:29.841Z] ---> Using cache [2021-04-08T17:26:29.841Z] ---> 42602efdfecd [2021-04-08T17:26:29.841Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-08T17:26:30.450Z] ---> Running in d9e8bb2cba4f [2021-04-08T17:26:31.431Z] Removing intermediate container d9e8bb2cba4f [2021-04-08T17:26:31.431Z] ---> a53d7934684e [2021-04-08T17:26:31.431Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T17:26:31.431Z] ---> Running in c7593ac568ec [2021-04-08T17:26:32.414Z] Removing intermediate container c7593ac568ec [2021-04-08T17:26:32.414Z] ---> 5140b35058ec [2021-04-08T17:26:32.414Z] Step 15/23 : WORKDIR / [2021-04-08T17:26:32.414Z] Removing intermediate container 64c3b6cbe1ef [2021-04-08T17:26:32.414Z] ---> 06bb3e111892 [2021-04-08T17:26:32.414Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T17:26:32.414Z] Removing intermediate container 3aecd4cec5c3 [2021-04-08T17:26:32.414Z] ---> 6965b764f1c5 [2021-04-08T17:26:32.414Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-08T17:26:33.012Z] ---> Running in b3c1bcae937d [2021-04-08T17:26:33.012Z] ---> Running in ef969b012725 [2021-04-08T17:26:33.287Z] ---> Running in 2e35fe9f9744 [2021-04-08T17:26:33.885Z] Removing intermediate container ef969b012725 [2021-04-08T17:26:33.885Z] ---> 2cd2527c9aa2 [2021-04-08T17:26:33.885Z] Step 13/25 : WORKDIR / [2021-04-08T17:26:33.885Z] Removing intermediate container b3c1bcae937d [2021-04-08T17:26:33.885Z] ---> 8fd35031b0b6 [2021-04-08T17:26:33.885Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:26:33.885Z] Removing intermediate container 2e35fe9f9744 [2021-04-08T17:26:33.885Z] ---> 47a42496a5ab [2021-04-08T17:26:33.885Z] Step 13/21 : WORKDIR /edgex [2021-04-08T17:26:34.162Z] ---> Running in a8fce721a763 [2021-04-08T17:26:34.435Z] ---> Running in 2147dadf2477 [2021-04-08T17:26:34.707Z] Removing intermediate container 413d388aae22 [2021-04-08T17:26:34.707Z] ---> 9b9b67293db4 [2021-04-08T17:26:34.707Z] [2021-04-08T17:26:34.707Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T17:26:34.707Z] ---> d75e27dfc0a0 [2021-04-08T17:26:34.707Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-08T17:26:34.707Z] ---> Using cache [2021-04-08T17:26:34.707Z] ---> 63ba3151b03c [2021-04-08T17:26:34.707Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-08T17:26:34.707Z] ---> Using cache [2021-04-08T17:26:34.707Z] ---> 42602efdfecd [2021-04-08T17:26:34.707Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-08T17:26:34.984Z] ---> 9ae9fc56107b [2021-04-08T17:26:34.984Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-08T17:26:34.984Z] ---> Running in d49477b70615 [2021-04-08T17:26:34.984Z] Removing intermediate container a8fce721a763 [2021-04-08T17:26:34.984Z] ---> 9e1a6856a622 [2021-04-08T17:26:34.984Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-08T17:26:35.262Z] Removing intermediate container 2147dadf2477 [2021-04-08T17:26:35.262Z] ---> d9dfa60206d4 [2021-04-08T17:26:35.262Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-08T17:26:35.859Z] Removing intermediate container d49477b70615 [2021-04-08T17:26:35.859Z] ---> 8252885b2020 [2021-04-08T17:26:35.859Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-08T17:26:36.131Z] ---> Running in 0cfddbc91cf0 [2021-04-08T17:26:36.405Z] ---> dcdfa89ca6b2 [2021-04-08T17:26:36.406Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . ---> 9d2685e67582 [2021-04-08T17:26:36.406Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-08T17:26:36.406Z] [2021-04-08T17:26:36.680Z] ---> c80ef5da3cb1 [2021-04-08T17:26:36.680Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-08T17:26:36.680Z] Removing intermediate container 0cfddbc91cf0 [2021-04-08T17:26:36.680Z] ---> 585e15d70101 [2021-04-08T17:26:36.680Z] Step 15/23 : WORKDIR / [2021-04-08T17:26:36.955Z] ---> Running in aa99c399b738 [2021-04-08T17:26:37.237Z] ---> 11fa4a8c8701 [2021-04-08T17:26:37.237Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-08T17:26:37.831Z] ---> 56e236ef820a [2021-04-08T17:26:37.831Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-08T17:26:37.831Z] ---> 6b44d7015036 [2021-04-08T17:26:37.831Z] Removing intermediate container aa99c399b738 [2021-04-08T17:26:37.831Z] ---> 00a453eb51cf [2021-04-08T17:26:37.831Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-08T17:26:37.831Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-08T17:26:37.831Z] ---> Running in c37e108f58f7 [2021-04-08T17:26:38.104Z] ---> 75d68ca88b04 [2021-04-08T17:26:38.104Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-08T17:26:38.700Z] Removing intermediate container c37e108f58f7 [2021-04-08T17:26:38.700Z] ---> dbb324df9080 [2021-04-08T17:26:38.700Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:26:38.700Z] ---> Running in 829d3a6ef7c0 [2021-04-08T17:26:38.975Z] ---> 511a6bcb9689 [2021-04-08T17:26:38.975Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-08T17:26:39.572Z] ---> 121eb29eefe9 [2021-04-08T17:26:39.572Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-08T17:26:39.572Z] ---> 1bb5bfc6b362 [2021-04-08T17:26:39.572Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-08T17:26:39.846Z] Removing intermediate container 829d3a6ef7c0 [2021-04-08T17:26:39.846Z] ---> da38fbcfb869 [2021-04-08T17:26:39.846Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T17:26:39.846Z] ---> Running in 4e9f284f69cf [2021-04-08T17:26:40.119Z] ---> Running in 7912891474ef [2021-04-08T17:26:40.392Z] ---> df71d9159e5d [2021-04-08T17:26:40.392Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-08T17:26:40.661Z] Removing intermediate container 4e9f284f69cf [2021-04-08T17:26:40.661Z] ---> 697000a46886 [2021-04-08T17:26:40.661Z] Step 18/21 : CMD ["--init=true"] [2021-04-08T17:26:40.661Z] Removing intermediate container 7912891474ef [2021-04-08T17:26:40.661Z] ---> 877c85b1a0fa [2021-04-08T17:26:40.661Z] Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:26:40.942Z] ---> Running in 3c7fcc554f9d [2021-04-08T17:26:40.942Z] ---> Running in 98f46c0d819a [2021-04-08T17:26:40.942Z] ---> b76930c1a685 [2021-04-08T17:26:40.942Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-08T17:26:41.218Z] ---> b80b68f3d854 [2021-04-08T17:26:41.218Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-08T17:26:41.488Z] ---> Running in 3d64fa6c565d [2021-04-08T17:26:41.764Z] Removing intermediate container 3c7fcc554f9d [2021-04-08T17:26:41.764Z] ---> 3d3e433536c5 [2021-04-08T17:26:41.764Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T17:26:41.764Z] Removing intermediate container 98f46c0d819a [2021-04-08T17:26:41.764Z] ---> 6c5fb1e79137 [2021-04-08T17:26:41.764Z] Step 19/21 : LABEL arch=arm64 [2021-04-08T17:26:42.039Z] ---> Running in ea12c46677da [2021-04-08T17:26:42.039Z] ---> Running in c0ced6edd1ce [2021-04-08T17:26:42.318Z] Removing intermediate container 3d64fa6c565d [2021-04-08T17:26:42.318Z] ---> 96b71ad9e85b [2021-04-08T17:26:42.318Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:26:42.318Z] ---> 9adf525f3a9e [2021-04-08T17:26:42.318Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-08T17:26:42.593Z] ---> Running in e34acce0d699 [2021-04-08T17:26:42.867Z] Removing intermediate container c0ced6edd1ce [2021-04-08T17:26:42.867Z] ---> c49177392ebe [2021-04-08T17:26:42.867Z] [2021-04-08T17:26:42.867Z] Removing intermediate container ea12c46677da [2021-04-08T17:26:42.867Z] ---> bce1c041dad8 [2021-04-08T17:26:42.867Z] Step 20/21 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:26:43.150Z] Successfully built c49177392ebe [2021-04-08T17:26:43.150Z] Removing intermediate container e34acce0d699 [2021-04-08T17:26:43.150Z] ---> 6a03cbe12a79 [2021-04-08T17:26:43.150Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T17:26:43.437Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-08T17:26:43.437Z] ---> Running in 1412d979faeb [2021-04-08T17:26:43.437Z]  Building docker-core-command-go ... done  ---> Running in 96cef5d288fb [2021-04-08T17:26:43.437Z] ---> 6e3c67a9a5c7 [2021-04-08T17:26:43.437Z] Step 21/25 : 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-08T17:26:45.165Z] ---> Running in 50127e6f26c5 [2021-04-08T17:26:45.165Z] Removing intermediate container 1412d979faeb [2021-04-08T17:26:45.165Z] ---> 30e7a9863722 [2021-04-08T17:26:45.165Z] Step 21/21 : LABEL version=0.0.0 [2021-04-08T17:26:45.165Z] Removing intermediate container 96cef5d288fb [2021-04-08T17:26:45.165Z] ---> b9b59ba588c6 [2021-04-08T17:26:45.165Z] Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:26:45.165Z] ---> Running in 810c8a187b8d [2021-04-08T17:26:45.165Z] ---> Running in bc4a02665cbc [2021-04-08T17:26:45.165Z] Removing intermediate container bc4a02665cbc [2021-04-08T17:26:45.165Z] Removing intermediate container 810c8a187b8d [2021-04-08T17:26:45.165Z] ---> 64a5262cccaf [2021-04-08T17:26:45.165Z] [2021-04-08T17:26:45.165Z] ---> 12838e3944eb [2021-04-08T17:26:45.165Z] Step 23/23 : LABEL version=0.0.0 [2021-04-08T17:26:45.446Z] ---> Running in 21456ba95f16 [2021-04-08T17:26:45.446Z] Successfully built 64a5262cccaf [2021-04-08T17:26:45.446Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-08T17:26:46.103Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 21456ba95f16 [2021-04-08T17:26:46.103Z] ---> 8e00be47dd1c [2021-04-08T17:26:46.103Z] [2021-04-08T17:26:46.376Z] Successfully built 8e00be47dd1c [2021-04-08T17:26:46.649Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-08T17:26:46.649Z]  Building docker-core-metadata-go ... done Removing intermediate container 50127e6f26c5 [2021-04-08T17:26:46.649Z] ---> a37067a3a6c4 [2021-04-08T17:26:46.649Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-08T17:26:46.649Z] ---> Running in 277af6a7730e [2021-04-08T17:26:47.243Z] Removing intermediate container 277af6a7730e [2021-04-08T17:26:47.243Z] ---> 7c503da6035f [2021-04-08T17:26:47.243Z] Step 23/25 : LABEL arch=arm64 [2021-04-08T17:26:47.516Z] ---> Running in 9ce2bccdce3b [2021-04-08T17:26:47.785Z] Removing intermediate container 9ce2bccdce3b [2021-04-08T17:26:47.785Z] ---> 922deb49a898 [2021-04-08T17:26:47.785Z] Step 24/25 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [2021-04-08T17:26:48.056Z] ---> Running in ca0d0c9447ff [2021-04-08T17:26:48.329Z] Removing intermediate container ca0d0c9447ff [2021-04-08T17:26:48.329Z] ---> ba5fbd1115bc [2021-04-08T17:26:48.329Z] Step 25/25 : LABEL version=0.0.0 [2021-04-08T17:26:48.602Z] ---> Running in 51712ff3abe0 [2021-04-08T17:26:48.873Z] Removing intermediate container 51712ff3abe0 [2021-04-08T17:26:48.873Z] ---> 89e23694974d [2021-04-08T17:26:48.873Z] [2021-04-08T17:26:49.470Z] Successfully built 89e23694974d [2021-04-08T17:26:49.470Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-08T17:26:49.757Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-04-08T17:26:49.757Z] $ docker stop --time=1 476ab0793dd33871f5b99887f351386a8483547287ee1af209abc278542d814c [2021-04-08T17:26:51.645Z] $ docker rm -f 476ab0793dd33871f5b99887f351386a8483547287ee1af209abc278542d814c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T17:26:52.427Z] + + dockergrep docker [2021-04-08T17:26:52.427Z] images [2021-04-08T17:26:52.697Z] docker-security-secretstore-setup-go-arm64 latest 89e23694974d 4 seconds ago 24.5MB [2021-04-08T17:26:52.697Z] docker-core-metadata-go-arm64 latest 8e00be47dd1c 7 seconds ago 17.9MB [2021-04-08T17:26:52.698Z] docker-security-proxy-setup-go-arm64 latest 64a5262cccaf 8 seconds ago 24.1MB [2021-04-08T17:26:52.698Z] docker-core-command-go-arm64 latest c49177392ebe 10 seconds ago 16.3MB [2021-04-08T17:26:52.698Z] docker-sys-mgmt-agent-go-arm64 latest 990f0a3770ab About a minute ago 301MB [2021-04-08T17:26:52.698Z] docker-security-bootstrapper-go-arm64 latest 6db2f0e27eef 2 minutes ago 17.9MB [2021-04-08T17:26:52.698Z] docker-core-data-go-arm64 latest 8cd30eb12a9a 3 minutes ago 21.4MB [2021-04-08T17:26:52.698Z] docker-support-notifications-go-arm64 latest 1c2ca2ddd316 3 minutes ago 16.9MB [2021-04-08T17:26:52.698Z] docker-support-scheduler-go-arm64 latest b00c45913e2c 3 minutes ago 16.4MB [2021-04-08T17:26:52.698Z] 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-08T17:26:53.928Z] ---> job-cost.sh [2021-04-08T17:26:53.928Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8tVi [2021-04-08T17:27:32.887Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T17:29:09.634Z] lf-activate-venv(): INFO: Adding /tmp/venv-8tVi/bin to PATH [2021-04-08T17:29:09.634Z] INFO: No Stack... [2021-04-08T17:29:09.634Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T17:29:09.634Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T17:29:09.976Z] + cat /w/workspace/edgex-go/28/archives/cost.csv [2021-04-08T17:29:09.976Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T17:29:10.095Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3328-28-stack-cost] [2021-04-08T17:29:10.104Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3328-28-stack-cost] did not exist. Created. [2021-04-08T17:29:10.105Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3328-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T17:29:10.565Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T17:29:10.906Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T17:29:10.919Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3328-28-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-08T17:29:12.928Z] provisioning config files... [2021-04-08T17:29:12.953Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config5720367694050313377tmp [Pipeline] { [Pipeline] sh [2021-04-08T17:29:13.448Z] + set +x [2021-04-08T17:29:13.448Z] + curl -s https://codecov.io/bash [2021-04-08T17:29:13.448Z] + bash -s -- [2021-04-08T17:29:13.743Z] [2021-04-08T17:29:13.743Z] _____ _ [2021-04-08T17:29:13.743Z] / ____| | | [2021-04-08T17:29:13.743Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T17:29:13.743Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T17:29:13.743Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T17:29:13.743Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T17:29:13.743Z] Bash-20210309-2b87ace [2021-04-08T17:29:13.743Z] [2021-04-08T17:29:13.743Z] [2021-04-08T17:29:13.743Z] ==> git version 2.24.3 found [2021-04-08T17:29:13.743Z] ==> 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-08T17:29:13.743Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T17:29:13.743Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T17:29:14.054Z] ==> Jenkins CI detected. [2021-04-08T17:29:14.054Z] project root: . [2021-04-08T17:29:14.054Z] --> token set from env [2021-04-08T17:29:14.054Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T17:29:14.054Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T17:29:14.054Z] ==> Python coveragepy not found [2021-04-08T17:29:14.054Z] ==> Searching for coverage reports in: [2021-04-08T17:29:14.054Z] + . [2021-04-08T17:29:14.054Z] -> Found 1 reports [2021-04-08T17:29:14.054Z] ==> Detecting git/mercurial file structure [2021-04-08T17:29:14.054Z] ==> Reading reports [2021-04-08T17:29:14.054Z] + ./coverage.out bytes=703019 [2021-04-08T17:29:14.345Z] ==> Appending adjustments [2021-04-08T17:29:14.345Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T17:29:17.663Z] + Found adjustments [2021-04-08T17:29:17.663Z] ==> Gzipping contents [2021-04-08T17:29:17.663Z] 100K /tmp/codecov.gZhKZw.gz [2021-04-08T17:29:17.663Z] ==> Uploading reports [2021-04-08T17:29:17.663Z] url: https://codecov.io [2021-04-08T17:29:17.663Z] query: branch=PR-3328&commit=e6065670e33794bfc0a0c09c8b7c2415aa3329f0&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F28%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= [2021-04-08T17:29:17.663Z] -> Pinging Codecov [2021-04-08T17:29:17.663Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3328&commit=e6065670e33794bfc0a0c09c8b7c2415aa3329f0&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F28%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= [2021-04-08T17:29:18.237Z] -> Uploading to [2021-04-08T17:29:18.237Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/00271124DB129430A58F1EEE437C3FCB/e6065670e33794bfc0a0c09c8b7c2415aa3329f0/dbc527c5-7b2b-401d-9e5c-6e49df3005e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T172918Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1de846f97c27fcda34a992f361c8b34251d33f9972cf3df0f29f6308e4e590fa [2021-04-08T17:29:18.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T17:29:18.237Z] Dload Upload Total Spent Left Speed [2021-04-08T17:29:18.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 224k --:--:-- --:--:-- --:--:-- 224k [2021-04-08T17:29:18.813Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [Pipeline] } [2021-04-08T17:29:18.823Z] 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-08T17:29:21.071Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:29:21.977Z] ---> package-listing.sh [2021-04-08T17:29:21.978Z] ++ facter osfamily [2021-04-08T17:29:21.978Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T17:29:21.978Z] + OS_FAMILY=redhat [2021-04-08T17:29:21.978Z] + workspace=/w/workspace/edgex-go/28 [2021-04-08T17:29:21.978Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T17:29:21.978Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T17:29:21.978Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T17:29:21.978Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T17:29:21.978Z] + '[' /w/workspace/edgex-go/28 ']' [2021-04-08T17:29:21.978Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T17:29:21.978Z] + case "${OS_FAMILY}" in [2021-04-08T17:29:21.978Z] + rpm -qa [2021-04-08T17:29:21.978Z] + sort [2021-04-08T17:29:27.320Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T17:29:27.320Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T17:29:27.320Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T17:29:27.320Z] + '[' /w/workspace/edgex-go/28 ']' [2021-04-08T17:29:27.320Z] + mkdir -p /w/workspace/edgex-go/28/archives/ [2021-04-08T17:29:27.320Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] echo [2021-04-08T17:29:27.336Z] 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/28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-08T17:29:27.635Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:29:27.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T17:29:28.211Z] [2021-04-08T17:29:28.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:29:28.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T17:29:28.567Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T17:29:28.567Z] df20fa9351a1: Pulling fs layer [2021-04-08T17:29:28.567Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T17:29:28.567Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T17:29:28.567Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T17:29:28.567Z] 93b61091891f: Pulling fs layer [2021-04-08T17:29:28.567Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T17:29:28.567Z] 5e14af77c1be: Pulling fs layer [2021-04-08T17:29:28.567Z] 01666e4c0597: Pulling fs layer [2021-04-08T17:29:28.567Z] aa168da1d23b: Pulling fs layer [2021-04-08T17:29:28.567Z] 46f8f816bc3b: Waiting [2021-04-08T17:29:28.567Z] 93b9cdb0e59b: Waiting [2021-04-08T17:29:28.567Z] 93b61091891f: Waiting [2021-04-08T17:29:28.567Z] 5e14af77c1be: Waiting [2021-04-08T17:29:28.568Z] 01666e4c0597: Waiting [2021-04-08T17:29:28.568Z] aa168da1d23b: Waiting [2021-04-08T17:29:28.833Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T17:29:28.833Z] 36b3adc4ff6f: Download complete [2021-04-08T17:29:28.833Z] 46f8f816bc3b: Download complete [2021-04-08T17:29:28.833Z] df20fa9351a1: Verifying Checksum [2021-04-08T17:29:28.833Z] df20fa9351a1: Download complete [2021-04-08T17:29:28.833Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T17:29:28.833Z] 93b9cdb0e59b: Download complete [2021-04-08T17:29:28.833Z] 5e14af77c1be: Verifying Checksum [2021-04-08T17:29:28.833Z] 5e14af77c1be: Download complete [2021-04-08T17:29:28.833Z] 93b61091891f: Verifying Checksum [2021-04-08T17:29:28.833Z] 93b61091891f: Download complete [2021-04-08T17:29:28.833Z] 01666e4c0597: Verifying Checksum [2021-04-08T17:29:28.833Z] 01666e4c0597: Download complete [2021-04-08T17:29:29.104Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T17:29:29.104Z] 8ad3a11d3b57: Download complete [2021-04-08T17:29:29.366Z] df20fa9351a1: Pull complete [2021-04-08T17:29:29.628Z] 36b3adc4ff6f: Pull complete [2021-04-08T17:29:30.586Z] 8ad3a11d3b57: Pull complete [2021-04-08T17:29:31.161Z] aa168da1d23b: Verifying Checksum [2021-04-08T17:29:31.161Z] aa168da1d23b: Download complete [2021-04-08T17:29:33.083Z] 46f8f816bc3b: Pull complete [2021-04-08T17:29:33.083Z] 93b61091891f: Pull complete [2021-04-08T17:29:33.345Z] 93b9cdb0e59b: Pull complete [2021-04-08T17:29:33.610Z] 5e14af77c1be: Pull complete [2021-04-08T17:29:33.611Z] 01666e4c0597: Pull complete [2021-04-08T17:29:41.819Z] aa168da1d23b: Pull complete [2021-04-08T17:29:41.819Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T17:29:41.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T17:29:41.819Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T17:29:42.056Z] prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container [2021-04-08T17:29:42.110Z] $ 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/28/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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T17:29:45.976Z] $ docker top c5c5498743aa5a2ee73bfc4c80b568f12575813833eea650a89a54d414900e4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:29:46.588Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T17:29:46.900Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T17:29:47.205Z] + ls /var/log/sa-host [2021-04-08T17:29:47.206Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T17:29:47.206Z] file_magic: OK [2021-04-08T17:29:47.206Z] HZ: Using current value: 100 [2021-04-08T17:29:47.206Z] file_header: OK [2021-04-08T17:29:47.206Z] 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-08T17:29:47.206Z] Statistics: [2021-04-08T17:29:47.206Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T17:29:47.206Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T17:29:47.206Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T17:29:47.206Z] file_magic: OK [2021-04-08T17:29:47.206Z] HZ: Using current value: 100 [2021-04-08T17:29:47.206Z] file_header: OK [2021-04-08T17:29:47.206Z] 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-08T17:29:47.206Z] Statistics: [2021-04-08T17:29:47.206Z] Hnuu...uuuununununu... [2021-04-08T17:29:47.206Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T17:29:47.874Z] provisioning config files... [2021-04-08T17:29:47.891Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config6436594322793946389tmp [Pipeline] { [Pipeline] echo [2021-04-08T17:29:47.994Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:29:48.293Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T17:29:48.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T17:29:48.437Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:29:48.738Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T17:29:48.749Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:29:49.048Z] ---> sudo-logs.sh [2021-04-08T17:29:49.048Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T17:29:49.118Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:29:49.417Z] ---> job-cost.sh [2021-04-08T17:29:49.417Z] lf-activate-venv: SKIPPING [2021-04-08T17:29:49.417Z] DEBUG: total: 0.20999999344348907 [2021-04-08T17:29:49.417Z] INFO: Retrieving Stack Cost... [2021-04-08T17:29:50.364Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T17:29:50.939Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T17:29:50.953Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:29:51.251Z] ---> logs-deploy.sh [2021-04-08T17:29:51.251Z] lf-activate-venv: SKIPPING [2021-04-08T17:29:51.251Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/28 [2021-04-08T17:29:51.251Z] INFO: archiving workspace using pattern(s): [2021-04-08T17:29:53.170Z] Archives upload complete. [2021-04-08T17:29:53.170Z] INFO: archiving logs to Nexus