Pull request #3372 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1+1db696b9dfb42d3dc07ad7353d4356e193fbdfbc (eb5633a2cd14aebe6501cb53b14b7ee82b5733f3) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-554’ Running on prd-centos7-docker-4c-2g-558 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 Merge succeeded, producing b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 Checking out Revision b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 (PR-3372) > 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/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # 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 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-17T13:51:17.448Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-17T13:51:17.561Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-17T13:51:17.585Z] ========================================================= [2021-04-17T13:51:17.585Z] EdgeX Global Pipelines Version Info [2021-04-17T13:51:17.585Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 [2021-04-17T13:51:19.093Z] ------------------- [2021-04-17T13:51:19.093Z] stable info: [2021-04-17T13:51:19.093Z] ------------------- [2021-04-17T13:51:19.093Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-17T13:51:19.093Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-17T13:51:19.093Z] Message: update stable to v1.0.186 [2021-04-17T13:51:20.039Z] ------------------- [2021-04-17T13:51:20.039Z] experimental info: [2021-04-17T13:51:20.039Z] ------------------- [2021-04-17T13:51:20.039Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-17T13:51:20.039Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-17T13:51:20.039Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-17T13:51:20.159Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-17T13:51:20.196Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-17T13:51:20.217Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-17T13:51:20.238Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-17T13:51:20.276Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-17T13:51:20.297Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-17T13:51:20.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-17T13:51:20.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-17T13:51:20.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-17T13:51:20.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-17T13:51:20.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-17T13:51:20.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-17T13:51:20.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-17T13:51:20.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-17T13:51:20.542Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-17T13:51:20.563Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-17T13:51:20.603Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-17T13:51:20.625Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-17T13:51:20.649Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-17T13:51:20.688Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-17T13:51:20.709Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-17T13:51:20.730Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-17T13:51:20.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo [2021-04-17T13:51:20.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo [2021-04-17T13:51:20.819Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo [2021-04-17T13:51:20.856Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [Pipeline] echo [2021-04-17T13:51:20.877Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7f9616 [Pipeline] echo [2021-04-17T13:51:20.906Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T13:51:21.000Z] provisioning config files... [2021-04-17T13:51:21.047Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6793141817016263141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:51:21.369Z] ---> docker-login.sh [2021-04-17T13:51:21.369Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:51:21.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:51:21.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:51:21.633Z] Configure a credential helper to remove this warning. See [2021-04-17T13:51:21.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:51:21.633Z] [2021-04-17T13:51:21.633Z] Login Succeeded [2021-04-17T13:51:21.633Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:51:21.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:51:21.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:51:21.898Z] Configure a credential helper to remove this warning. See [2021-04-17T13:51:21.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:51:21.898Z] [2021-04-17T13:51:21.898Z] Login Succeeded [2021-04-17T13:51:21.898Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:51:22.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:51:22.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:51:22.160Z] Configure a credential helper to remove this warning. See [2021-04-17T13:51:22.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:51:22.160Z] [2021-04-17T13:51:22.160Z] Login Succeeded [2021-04-17T13:51:22.160Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:51:22.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:51:22.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:51:22.160Z] Configure a credential helper to remove this warning. See [2021-04-17T13:51:22.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:51:22.160Z] [2021-04-17T13:51:22.160Z] Login Succeeded [2021-04-17T13:51:22.160Z] docker.io [2021-04-17T13:51:22.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:51:22.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:51:22.685Z] Configure a credential helper to remove this warning. See [2021-04-17T13:51:22.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:51:22.685Z] [2021-04-17T13:51:22.685Z] Login Succeeded [2021-04-17T13:51:22.685Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T13:51:22.694Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T13:51:23.020Z] ++ 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-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/core-command/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/core-data/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-17T13:51:23.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-17T13:51:23.020Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-17T13:51:23.020Z] ++ cut -d/ -f2 [2021-04-17T13:51:23.020Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-17T13:51:23.097Z] 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-17T13:51:23.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:51:23.774Z] [2021-04-17T13:51:23.774Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:51:24.085Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:51:24.085Z] latest: Pulling from edgex-devops/git-semver [2021-04-17T13:51:24.085Z] 31603596830f: Pulling fs layer [2021-04-17T13:51:24.085Z] 2a8b12db71e7: Pulling fs layer [2021-04-17T13:51:24.085Z] 6ca5941a6612: Pulling fs layer [2021-04-17T13:51:24.085Z] ecc8261a40a4: Pulling fs layer [2021-04-17T13:51:24.085Z] ecc8261a40a4: Waiting [2021-04-17T13:51:24.085Z] 2a8b12db71e7: Verifying Checksum [2021-04-17T13:51:24.085Z] 2a8b12db71e7: Download complete [2021-04-17T13:51:24.350Z] 31603596830f: Verifying Checksum [2021-04-17T13:51:24.350Z] 31603596830f: Download complete [2021-04-17T13:51:24.350Z] ecc8261a40a4: Verifying Checksum [2021-04-17T13:51:24.350Z] ecc8261a40a4: Download complete [2021-04-17T13:51:24.350Z] 6ca5941a6612: Verifying Checksum [2021-04-17T13:51:24.350Z] 6ca5941a6612: Download complete [2021-04-17T13:51:24.613Z] 31603596830f: Pull complete [2021-04-17T13:51:24.613Z] 2a8b12db71e7: Pull complete [2021-04-17T13:51:25.562Z] 6ca5941a6612: Pull complete [2021-04-17T13:51:25.562Z] ecc8261a40a4: Pull complete [2021-04-17T13:51:25.562Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-17T13:51:25.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:51:25.824Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-17T13:51:25.928Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2021-04-17T13:51:25.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-17T13:51:28.393Z] $ docker top 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T13:51:28.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T13:51:28.608Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T13:51:28.815Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T13:51:28.818Z] $ docker exec 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent [2021-04-17T13:51:28.976Z] SSH_AUTH_SOCK=/tmp/ssh-Dnq1awHzcDqM/agent.11 [2021-04-17T13:51:28.976Z] SSH_AGENT_PID=16 [2021-04-17T13:51:28.988Z] Running ssh-add (command line suppressed) [2021-04-17T13:51:29.101Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7860488137373698160.key (/w/workspace/edgex-go/2@tmp/private_key_7860488137373698160.key) [2021-04-17T13:51:29.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T13:51:29.454Z] + git tag --points-at HEAD [Pipeline] } [2021-04-17T13:51:29.474Z] $ docker exec --env ******** --env ******** 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent -k [2021-04-17T13:51:29.589Z] unset SSH_AUTH_SOCK; [2021-04-17T13:51:29.589Z] unset SSH_AGENT_PID; [2021-04-17T13:51:29.589Z] echo Agent pid 16 killed; [2021-04-17T13:51:29.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-17T13:51:29.678Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T13:51:29.678Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T13:51:29.837Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T13:51:29.840Z] $ docker exec 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent [2021-04-17T13:51:29.992Z] SSH_AUTH_SOCK=/tmp/ssh-tkVkBhEs852T/agent.45 [2021-04-17T13:51:29.992Z] SSH_AGENT_PID=50 [2021-04-17T13:51:29.999Z] Running ssh-add (command line suppressed) [2021-04-17T13:51:30.112Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4935287387237371479.key (/w/workspace/edgex-go/2@tmp/private_key_4935287387237371479.key) [2021-04-17T13:51:30.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T13:51:30.463Z] + git semver init [2021-04-17T13:51:30.463Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T13:51:30.463Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-04-17T13:51:30.463Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-04-17T13:51:30.463Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T13:51:30.463Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T13:51:30.463Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T13:51:30.463Z] # $SEMVER_BRANCH = PR-3372 [2021-04-17T13:51:30.463Z] # $SEMVER_TEMP = /tmp/semver-512329794 [2021-04-17T13:51:30.463Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-17T13:51:57.074Z] # '/tmp/semver-512329794' -> '/w/workspace/edgex-go/2/.semver' [2021-04-17T13:51:57.074Z] # -> Force: false [2021-04-17T13:51:57.074Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-04-17T13:51:57.089Z] $ docker exec --env ******** --env ******** 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent -k [2021-04-17T13:51:57.342Z] unset SSH_AUTH_SOCK; [2021-04-17T13:51:57.342Z] unset SSH_AGENT_PID; [2021-04-17T13:51:57.342Z] echo Agent pid 50 killed; [2021-04-17T13:51:57.425Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T13:51:57.756Z] + git semver [Pipeline] } [2021-04-17T13:51:57.773Z] $ docker stop --time=1 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 [2021-04-17T13:51:59.673Z] $ docker rm -f 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T13:52:00.106Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-17T13:52:00.532Z] Stashed 1 file(s) [Pipeline] echo [2021-04-17T13:52:00.535Z] [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-17T13:52:01.065Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:52:01.503Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:52:01.870Z] + sudo service docker restart [2021-04-17T13:52:01.871Z] + true [2021-04-17T13:52:01.871Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-17T13:52:02.457Z] ========================================================= [2021-04-17T13:52:02.457Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-17T13:52:02.457Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:52:02.784Z] + 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-17T13:52:06.104Z] Sending build context to Docker daemon 329.4MB [2021-04-17T13:52:06.104Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T13:52:06.104Z] Step 2/6 : FROM ${BASE} [2021-04-17T13:52:06.368Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-17T13:52:06.368Z] 188c0c94c7c5: Pulling fs layer [2021-04-17T13:52:06.368Z] 0ef7d3d256c8: Pulling fs layer [2021-04-17T13:52:06.368Z] de9db76c5a1d: Pulling fs layer [2021-04-17T13:52:06.368Z] bca2f99d35d6: Pulling fs layer [2021-04-17T13:52:06.368Z] 93359f2a8cfa: Pulling fs layer [2021-04-17T13:52:06.368Z] 7c6f9722023f: Pulling fs layer [2021-04-17T13:52:06.368Z] a35cf1a2eb13: Pulling fs layer [2021-04-17T13:52:06.368Z] 93359f2a8cfa: Waiting [2021-04-17T13:52:06.368Z] 7c6f9722023f: Waiting [2021-04-17T13:52:06.368Z] a35cf1a2eb13: Waiting [2021-04-17T13:52:06.368Z] bca2f99d35d6: Waiting [2021-04-17T13:52:06.368Z] de9db76c5a1d: Verifying Checksum [2021-04-17T13:52:06.368Z] de9db76c5a1d: Download complete [2021-04-17T13:52:06.368Z] 0ef7d3d256c8: Verifying Checksum [2021-04-17T13:52:06.368Z] 0ef7d3d256c8: Download complete [2021-04-17T13:52:06.368Z] 93359f2a8cfa: Verifying Checksum [2021-04-17T13:52:06.368Z] 93359f2a8cfa: Download complete [2021-04-17T13:52:06.368Z] 7c6f9722023f: Verifying Checksum [2021-04-17T13:52:06.368Z] 7c6f9722023f: Download complete [2021-04-17T13:52:06.368Z] 188c0c94c7c5: Verifying Checksum [2021-04-17T13:52:06.368Z] 188c0c94c7c5: Download complete [2021-04-17T13:52:06.631Z] 188c0c94c7c5: Pull complete [2021-04-17T13:52:06.897Z] 0ef7d3d256c8: Pull complete [2021-04-17T13:52:06.897Z] de9db76c5a1d: Pull complete [2021-04-17T13:52:08.295Z] a35cf1a2eb13: Verifying Checksum [2021-04-17T13:52:08.295Z] a35cf1a2eb13: Download complete [2021-04-17T13:52:08.871Z] bca2f99d35d6: Download complete [2021-04-17T13:52:14.185Z] bca2f99d35d6: Pull complete [2021-04-17T13:52:14.185Z] 93359f2a8cfa: Pull complete [2021-04-17T13:52:14.185Z] 7c6f9722023f: Pull complete [2021-04-17T13:52:15.695Z] Still waiting to schedule task [2021-04-17T13:52:15.696Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-559’ [2021-04-17T13:52:18.413Z] a35cf1a2eb13: Pull complete [2021-04-17T13:52:18.413Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-17T13:52:18.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-17T13:52:18.413Z] ---> a62c8e92a672 [2021-04-17T13:52:18.413Z] 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-17T13:52:18.413Z] ---> Running in a4fd07a2cf77 [2021-04-17T13:52:18.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:52:19.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:52:20.511Z] (1/12) Installing libmagic (5.38-r0) [2021-04-17T13:52:21.083Z] (2/12) Installing file (5.38-r0) [2021-04-17T13:52:21.083Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-17T13:52:21.344Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-17T13:52:29.500Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-17T13:52:29.500Z] (6/12) Installing patch (2.7.6-r6) [2021-04-17T13:52:29.500Z] (7/12) Installing build-base (0.5-r2) [2021-04-17T13:52:29.500Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-17T13:52:29.500Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-17T13:52:29.500Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-17T13:52:29.500Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-17T13:52:29.500Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-17T13:52:29.500Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:52:29.500Z] OK: 233 MiB in 51 packages [2021-04-17T13:52:32.803Z] Removing intermediate container a4fd07a2cf77 [2021-04-17T13:52:32.803Z] ---> 2b66b6877566 [2021-04-17T13:52:32.803Z] Step 4/6 : WORKDIR /edgex-go [2021-04-17T13:52:32.803Z] ---> Running in 5771b6c14479 [2021-04-17T13:52:33.064Z] Removing intermediate container 5771b6c14479 [2021-04-17T13:52:33.064Z] ---> e91fd1234937 [2021-04-17T13:52:33.064Z] Step 5/6 : COPY go.mod . [2021-04-17T13:52:33.064Z] ---> 5404f0e8ed47 [2021-04-17T13:52:33.064Z] Step 6/6 : RUN go mod download [2021-04-17T13:52:33.328Z] ---> Running in 358007df206e [2021-04-17T13:52:55.313Z] Removing intermediate container 358007df206e [2021-04-17T13:52:55.313Z] ---> f0f2bb89bfd5 [2021-04-17T13:52:55.313Z] Successfully built f0f2bb89bfd5 [2021-04-17T13:52:55.313Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:52:55.619Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T13:52:55.619Z] . [Pipeline] withDockerContainer [2021-04-17T13:52:55.713Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2021-04-17T13:52:55.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-17T13:52:56.486Z] $ docker top ffafce6124e973240d697f178793ce3e3f35375f6a6fe73110ba7a99410fc573 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:52:56.904Z] + go version [2021-04-17T13:52:56.904Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-17T13:52:56.915Z] $ docker stop --time=1 ffafce6124e973240d697f178793ce3e3f35375f6a6fe73110ba7a99410fc573 [2021-04-17T13:52:59.087Z] $ docker rm -f ffafce6124e973240d697f178793ce3e3f35375f6a6fe73110ba7a99410fc573 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:52:59.582Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T13:52:59.582Z] . [Pipeline] withDockerContainer [2021-04-17T13:52:59.672Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2021-04-17T13:52:59.712Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-17T13:53:00.339Z] $ docker top a06a9e71704153b4ce6550566a9787874536c8de767da20dae1b687487d756f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-17T13:53:00.491Z] ========================================================= [2021-04-17T13:53:00.491Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-17T13:53:00.491Z] ========================================================= [Pipeline] sh [2021-04-17T13:53:00.779Z] + make test [2021-04-17T13:53:00.779Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T13:53:08.973Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-17T13:53:24.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-17T13:53:29.385Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-17T13:53:30.348Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-17T13:53:30.348Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-17T13:53:32.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-17T13:53:32.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-17T13:53:32.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-17T13:53:32.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-17T13:53:32.888Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-17T13:53:33.481Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-17T13:53:36.056Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-17T13:53:36.056Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-17T13:53:36.056Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-17T13:53:37.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 45.9% of statements [2021-04-17T13:53:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-17T13:53:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-17T13:53:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-17T13:53:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-17T13:53:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-17T13:53:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-17T13:53:37.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-04-17T13:53:37.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-04-17T13:53:40.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.1% of statements [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-17T13:53:40.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-17T13:53:40.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-17T13:53:40.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-17T13:53:40.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-17T13:53:41.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-04-17T13:53:41.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-17T13:53:41.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:53:41.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-04-17T13:53:41.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-17T13:53:43.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-17T13:53:43.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-17T13:53:43.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-17T13:53:43.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-17T13:53:43.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-17T13:53:43.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.090s coverage: 78.3% of statements [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-17T13:53:43.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-17T13:53:46.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.373s coverage: 93.0% of statements [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.9% of statements [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-17T13:53:46.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-04-17T13:53:46.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-04-17T13:53:58.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.222s coverage: 94.4% of statements [2021-04-17T13:53:58.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-04-17T13:54:00.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.195s coverage: 81.9% of statements [2021-04-17T13:54:00.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.034s coverage: 87.2% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.6% of statements [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-17T13:54:10.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-17T13:54:10.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 69.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.050s coverage: 10.5% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.124s coverage: 87.7% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 95.6% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-17T13:54:10.675Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-04-17T13:54:10.675Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-17T13:54:10.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-17T13:54:10.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-17T13:54:10.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-17T13:54:10.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-17T13:54:10.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-17T13:54:10.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-04-17T13:54:10.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-17T13:54:10.944Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-17T13:54:10.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-04-17T13:54:11.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-17T13:54:11.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-17T13:54:11.786Z] GO111MODULE=on go vet ./... [2021-04-17T13:54:38.470Z] gofmt -l . [2021-04-17T13:54:38.470Z] [ "`gofmt -l .`" = "" ] [2021-04-17T13:54:39.050Z] ./bin/test-go-mod-tidy.sh [2021-04-17T13:54:39.627Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-17T13:54:40.205Z] + ls -al . [2021-04-17T13:54:40.205Z] total 796 [2021-04-17T13:54:40.205Z] drwxrwxr-x 10 1001 1001 4096 Apr 17 13:54 . [2021-04-17T13:54:40.205Z] drwxr-xr-x 4 root root 28 Apr 17 13:53 .. [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 11 Apr 17 13:51 .dockerignore [2021-04-17T13:54:40.205Z] drwxrwxr-x 8 1001 1001 179 Apr 17 13:51 .git [2021-04-17T13:54:40.205Z] drwxrwxr-x 3 1001 1001 125 Apr 17 13:51 .github [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 818 Apr 17 13:51 .gitignore [2021-04-17T13:54:40.205Z] drwx------ 3 1001 1001 60 Apr 17 13:51 .semver [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 166 Apr 17 13:51 .sonarcloud.properties [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:51 Attribution.txt [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:51 CONTRIBUTING.md [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 931 Apr 17 13:51 Dockerfile.build [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 863 Apr 17 13:51 Jenkinsfile [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:51 LICENSE [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:51 Makefile [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:51 README.md [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:51 SECURITY.md [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 5 Apr 17 13:52 VERSION [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:51 ZMQWindows.md [2021-04-17T13:54:40.205Z] drwxrwxr-x 2 1001 1001 117 Apr 17 13:51 bin [2021-04-17T13:54:40.205Z] drwxrwxr-x 14 1001 1001 4096 Apr 17 13:51 cmd [2021-04-17T13:54:40.205Z] -rw-r--r-- 1 root root 687366 Apr 17 13:54 coverage.out [2021-04-17T13:54:40.205Z] -rw-r--r-- 1 root root 1058 Apr 17 13:54 go.mod [2021-04-17T13:54:40.205Z] -rw-r--r-- 1 root root 22256 Apr 17 13:54 go.sum [2021-04-17T13:54:40.205Z] drwxrwxr-x 8 1001 1001 127 Apr 17 13:51 internal [2021-04-17T13:54:40.205Z] drwxrwxr-x 4 1001 1001 26 Apr 17 13:51 openapi [2021-04-17T13:54:40.205Z] drwxrwxr-x 4 1001 1001 71 Apr 17 13:51 snap [2021-04-17T13:54:40.205Z] -rw-rw-r-- 1 1001 1001 168 Apr 17 13:51 version.go [Pipeline] sh [2021-04-17T13:54:40.511Z] + '[' -e coverage.out ] [2021-04-17T13:54:40.511Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-17T13:54:40.711Z] Stashed 1 file(s) [Pipeline] sh [2021-04-17T13:54:41.015Z] + make build [2021-04-17T13:54:41.015Z] 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-17T13:54:43.784Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-563 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-17T13:54:43.800Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-17T13:54:45.231Z] 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-17T13:54:49.817Z] using credential edgex-jenkins-ssh [2021-04-17T13:54:49.834Z] Cloning the remote Git repository [2021-04-17T13:54:49.894Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-17T13:54:50.001Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-17T13:54:50.095Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-17T13:54:50.096Z] > git --version # timeout=10 [2021-04-17T13:54:50.112Z] > git --version # 'git version 2.17.1' [2021-04-17T13:54:50.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:54:50.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T13:54:53.446Z] 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-17T13:54:53.447Z] 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-17T13:54:55.390Z] 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-17T13:54:55.390Z] 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-17T13:54:56.791Z] 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-17T13:54:59.354Z] 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-17T13:55:00.297Z] 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-17T13:55:01.701Z] 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-17T13:55:02.651Z] 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-17T13:55:04.039Z] 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-17T13:55:05.990Z] $ docker stop --time=1 a06a9e71704153b4ce6550566a9787874536c8de767da20dae1b687487d756f2 [2021-04-17T13:55:06.029Z] Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:55:05.156Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-17T13:55:05.179Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T13:55:05.241Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-17T13:55:05.274Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-17T13:55:05.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:55:05.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T13:55:06.051Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T13:55:06.064Z] > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [2021-04-17T13:55:06.456Z] Merge succeeded, producing b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:55:06.457Z] Checking out Revision b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 (PR-3372) [2021-04-17T13:55:07.668Z] $ docker rm -f a06a9e71704153b4ce6550566a9787874536c8de767da20dae1b687487d756f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-17T13:55:06.381Z] > git remote # timeout=10 [2021-04-17T13:55:06.396Z] > git config --get remote.origin.url # timeout=10 [2021-04-17T13:55:06.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:55:06.422Z] > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 [2021-04-17T13:55:06.443Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-17T13:55:06.463Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T13:55:06.479Z] > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:55:09.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:55:09.054Z] [2021-04-17T13:55:09.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:55:09.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:55:09.361Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-17T13:55:09.361Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-17T13:55:09.361Z] ca9280d653b3: Pulling fs layer [2021-04-17T13:55:09.361Z] 7e9c9ca2126c: Pulling fs layer [2021-04-17T13:55:09.626Z] cbdbe7a5bc2a: Download complete [2021-04-17T13:55:09.899Z] cbdbe7a5bc2a: Pull complete [2021-04-17T13:55:09.899Z] ca9280d653b3: Verifying Checksum [2021-04-17T13:55:09.899Z] ca9280d653b3: Download complete [2021-04-17T13:55:10.856Z] ca9280d653b3: Pull complete [2021-04-17T13:55:10.856Z] 7e9c9ca2126c: Download complete [2021-04-17T13:55:10.891Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T13:55:12.379Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:55:12.800Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:55:13.146Z] + true [2021-04-17T13:55:13.146Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T13:55:15.175Z] provisioning config files... [2021-04-17T13:55:15.221Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3999754405634695325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:55:15.602Z] ---> docker-login.sh [2021-04-17T13:55:15.602Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:55:16.395Z] 7e9c9ca2126c: Pull complete [2021-04-17T13:55:16.395Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-17T13:55:16.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:55:16.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-17T13:55:16.547Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2021-04-17T13:55:16.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:55:16.614Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-17T13:55:16.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:55:16.882Z] Configure a credential helper to remove this warning. See [2021-04-17T13:55:16.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:55:16.882Z] [2021-04-17T13:55:16.882Z] Login Succeeded [2021-04-17T13:55:16.882Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:55:17.158Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:55:17.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:55:17.433Z] Configure a credential helper to remove this warning. See [2021-04-17T13:55:17.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:55:17.433Z] [2021-04-17T13:55:17.433Z] Login Succeeded [2021-04-17T13:55:17.433Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:55:17.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:55:17.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:55:17.981Z] Configure a credential helper to remove this warning. See [2021-04-17T13:55:17.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:55:17.981Z] [2021-04-17T13:55:17.981Z] Login Succeeded [2021-04-17T13:55:17.981Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:55:18.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:55:18.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:55:18.254Z] Configure a credential helper to remove this warning. See [2021-04-17T13:55:18.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:55:18.254Z] [2021-04-17T13:55:18.254Z] Login Succeeded [2021-04-17T13:55:18.254Z] docker.io [2021-04-17T13:55:18.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:55:19.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:55:19.125Z] Configure a credential helper to remove this warning. See [2021-04-17T13:55:19.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:55:19.125Z] [2021-04-17T13:55:19.125Z] Login Succeeded [2021-04-17T13:55:19.125Z] ---> docker-login.sh ends [2021-04-17T13:55:19.739Z] $ docker top 4405ba32e2895897f2cf2b0dc6aba944dea4582417bf9ef0780cc0e6bc7fa203 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-17T13:55:19.894Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-17T13:55:20.198Z] + docker-compose build --help [2021-04-17T13:55:20.198Z] + grep parallel [Pipeline] echo [2021-04-17T13:55:20.248Z] ========================================================= [2021-04-17T13:55:20.249Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-17T13:55:20.249Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:55:20.597Z] + 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-17T13:55:21.164Z] --parallel Build images in parallel. [Pipeline] } [2021-04-17T13:55:21.177Z] $ docker stop --time=1 4405ba32e2895897f2cf2b0dc6aba944dea4582417bf9ef0780cc0e6bc7fa203 [2021-04-17T13:55:22.518Z] $ docker rm -f 4405ba32e2895897f2cf2b0dc6aba944dea4582417bf9ef0780cc0e6bc7fa203 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:55:22.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-17T13:55:22.976Z] . [Pipeline] withDockerContainer [2021-04-17T13:55:23.065Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2021-04-17T13:55:23.109Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-17T13:55:23.242Z] Sending build context to Docker daemon 167.2MB [2021-04-17T13:55:23.242Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:23.242Z] Step 2/6 : FROM ${BASE} [2021-04-17T13:55:23.242Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-17T13:55:23.242Z] 5f621e34cdf4: Pulling fs layer [2021-04-17T13:55:23.242Z] a4357932f1b6: Pulling fs layer [2021-04-17T13:55:23.242Z] 18c013af1878: Pulling fs layer [2021-04-17T13:55:23.242Z] 00ac8860ef70: Pulling fs layer [2021-04-17T13:55:23.242Z] 63d7cb157983: Pulling fs layer [2021-04-17T13:55:23.242Z] b116817d02f9: Pulling fs layer [2021-04-17T13:55:23.242Z] 745a02a5169b: Pulling fs layer [2021-04-17T13:55:23.242Z] 00ac8860ef70: Waiting [2021-04-17T13:55:23.242Z] 63d7cb157983: Waiting [2021-04-17T13:55:23.242Z] b116817d02f9: Waiting [2021-04-17T13:55:23.242Z] 745a02a5169b: Waiting [2021-04-17T13:55:23.242Z] 18c013af1878: Download complete [2021-04-17T13:55:23.242Z] a4357932f1b6: Verifying Checksum [2021-04-17T13:55:23.242Z] a4357932f1b6: Download complete [2021-04-17T13:55:23.242Z] b116817d02f9: Verifying Checksum [2021-04-17T13:55:23.242Z] b116817d02f9: Download complete [2021-04-17T13:55:23.242Z] 5f621e34cdf4: Verifying Checksum [2021-04-17T13:55:23.242Z] 5f621e34cdf4: Download complete [2021-04-17T13:55:23.728Z] $ docker top f48066ba56c3fa7ee1f78fa39ba8fe429761b9e702f09870a0e26bf4cde0ccac -eo pid,comm [Pipeline] { [2021-04-17T13:55:23.850Z] 5f621e34cdf4: Pull complete [Pipeline] sh [2021-04-17T13:55:24.133Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-17T13:55:24.455Z] a4357932f1b6: Pull complete [2021-04-17T13:55:25.063Z] 18c013af1878: Pull complete [2021-04-17T13:55:25.076Z] Building docker-core-command-go ... [2021-04-17T13:55:25.076Z] Building docker-core-data-go ... [2021-04-17T13:55:25.076Z] Building docker-core-metadata-go ... [2021-04-17T13:55:25.076Z] Building docker-security-bootstrapper-go ... [2021-04-17T13:55:25.076Z] Building docker-security-proxy-setup-go ... [2021-04-17T13:55:25.076Z] Building docker-security-secretstore-setup-go ... [2021-04-17T13:55:25.076Z] Building docker-support-notifications-go ... [2021-04-17T13:55:25.076Z] Building docker-support-scheduler-go ... [2021-04-17T13:55:25.076Z] Building docker-sys-mgmt-agent-go ... [2021-04-17T13:55:25.076Z] Building docker-security-bootstrapper-go [2021-04-17T13:55:25.076Z] Building docker-security-secretstore-setup-go [2021-04-17T13:55:25.076Z] Building docker-core-metadata-go [2021-04-17T13:55:25.076Z] Building docker-security-proxy-setup-go [2021-04-17T13:55:25.076Z] Building docker-support-scheduler-go [2021-04-17T13:55:25.674Z] 745a02a5169b: Verifying Checksum [2021-04-17T13:55:25.674Z] 745a02a5169b: Download complete [2021-04-17T13:55:26.657Z] 00ac8860ef70: Verifying Checksum [2021-04-17T13:55:26.657Z] 00ac8860ef70: Download complete [2021-04-17T13:55:36.818Z] 00ac8860ef70: Pull complete [2021-04-17T13:55:36.818Z] 63d7cb157983: Pull complete [2021-04-17T13:55:36.818Z] b116817d02f9: Pull complete [2021-04-17T13:55:40.198Z] 745a02a5169b: Pull complete [2021-04-17T13:55:40.198Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-17T13:55:40.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-17T13:55:40.198Z] ---> b7e6874047d6 [2021-04-17T13:55:40.198Z] 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-17T13:55:43.595Z] ---> Running in 670805ce5951 [2021-04-17T13:55:44.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:46.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:55:47.975Z] (1/12) Installing libmagic (5.38-r0) [2021-04-17T13:55:48.945Z] (2/12) Installing file (5.38-r0) [2021-04-17T13:55:48.945Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-17T13:55:48.945Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-17T13:55:57.228Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:57.228Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:57.228Z] ---> f0f2bb89bfd5 [2021-04-17T13:55:57.228Z] Step 3/31 : WORKDIR /edgex-go [2021-04-17T13:55:57.228Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:57.228Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:57.228Z] ---> f0f2bb89bfd5 [2021-04-17T13:55:57.228Z] Step 3/24 : WORKDIR /edgex-go [2021-04-17T13:55:57.228Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:57.228Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:57.228Z] ---> f0f2bb89bfd5 [2021-04-17T13:55:57.228Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:55:57.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:57.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:57.228Z] ---> f0f2bb89bfd5 [2021-04-17T13:55:57.228Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T13:55:57.228Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:55:57.228Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:55:57.228Z] ---> f0f2bb89bfd5 [2021-04-17T13:55:57.228Z] Step 3/21 : WORKDIR /edgex-go [2021-04-17T13:55:57.228Z] ---> Running in 88d258af9151 [2021-04-17T13:55:57.228Z] ---> Running in 3595bc6295b1 [2021-04-17T13:55:57.228Z] ---> Running in f9f3897b976a [2021-04-17T13:55:57.228Z] ---> Running in 3493758edb02 [2021-04-17T13:55:57.228Z] ---> Running in fd8c6495e630 [2021-04-17T13:55:57.228Z] Removing intermediate container fd8c6495e630 [2021-04-17T13:55:57.228Z] ---> 8ab2a4fe24a9 [2021-04-17T13:55:57.228Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:57.228Z] Removing intermediate container 88d258af9151 [2021-04-17T13:55:57.228Z] ---> 4e24741a8ff8 [2021-04-17T13:55:57.228Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:57.228Z] Removing intermediate container 3595bc6295b1 [2021-04-17T13:55:57.228Z] ---> 6b95c3562cde [2021-04-17T13:55:57.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:57.228Z] Removing intermediate container f9f3897b976a [2021-04-17T13:55:57.228Z] ---> 24b31c7bc487 [2021-04-17T13:55:57.228Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:57.228Z] Removing intermediate container 3493758edb02 [2021-04-17T13:55:57.228Z] ---> 5155d5d61b5b [2021-04-17T13:55:57.228Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:55:57.228Z] ---> Running in d7350a6013e8 [2021-04-17T13:55:57.228Z] ---> Running in 8055edbbc73e [2021-04-17T13:55:57.228Z] ---> Running in 48c3aa6b6b71 [2021-04-17T13:55:57.228Z] ---> Running in d8bcfef9b3ac [2021-04-17T13:55:57.228Z] ---> Running in 96090aa72864 [2021-04-17T13:55:58.177Z] Removing intermediate container d7350a6013e8 [2021-04-17T13:55:58.177Z] ---> 0d70e2217ace [2021-04-17T13:55:58.177Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-17T13:55:58.177Z] ---> Running in 40df85103b56 [2021-04-17T13:55:59.122Z] Removing intermediate container 8055edbbc73e [2021-04-17T13:55:59.122Z] ---> 8d44328e4c92 [2021-04-17T13:55:59.122Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-17T13:55:59.122Z] Removing intermediate container 48c3aa6b6b71 [2021-04-17T13:55:59.122Z] ---> 448d2e70279c [2021-04-17T13:55:59.122Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T13:55:59.122Z] Removing intermediate container d8bcfef9b3ac [2021-04-17T13:55:59.122Z] ---> 2cb43d9c9685 [2021-04-17T13:55:59.122Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-17T13:55:59.387Z] Removing intermediate container 96090aa72864 [2021-04-17T13:55:59.387Z] ---> c103c6664b6d [2021-04-17T13:55:59.387Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-17T13:55:59.387Z] ---> Running in 271c61b24275 [2021-04-17T13:55:59.387Z] ---> Running in 203bf20c5b0b [2021-04-17T13:55:59.387Z] ---> Running in a480c1bbb5c3 [2021-04-17T13:55:59.387Z] ---> Running in 36e1044e4467 [2021-04-17T13:55:59.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:00.750Z] OK: 233 MiB in 51 packages [2021-04-17T13:56:01.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:01.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:01.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:56:01.284Z] OK: 233 MiB in 51 packages [2021-04-17T13:56:01.284Z] Removing intermediate container 40df85103b56 [2021-04-17T13:56:01.284Z] ---> c816d27dff8f [2021-04-17T13:56:01.284Z] Step 6/22 : COPY go.mod . [2021-04-17T13:56:01.550Z] OK: 233 MiB in 51 packages [2021-04-17T13:56:01.550Z] ---> f1ac5c34ac53 [2021-04-17T13:56:01.550Z] Step 7/22 : RUN go mod download [2021-04-17T13:56:01.550Z] OK: 233 MiB in 51 packages [2021-04-17T13:56:01.550Z] ---> Running in 0305b1c4c122 [2021-04-17T13:56:01.817Z] Removing intermediate container 271c61b24275 [2021-04-17T13:56:01.817Z] ---> 32fc0b2480fb [2021-04-17T13:56:01.817Z] Step 6/23 : COPY go.mod . [2021-04-17T13:56:01.817Z] OK: 233 MiB in 51 packages [2021-04-17T13:56:02.083Z] ---> d578c67274ef [2021-04-17T13:56:02.083Z] Step 7/23 : RUN go mod download [2021-04-17T13:56:02.346Z] ---> Running in 9cb93065f5c6 [2021-04-17T13:56:02.618Z] Removing intermediate container a480c1bbb5c3 [2021-04-17T13:56:02.618Z] ---> 162212c8718e [2021-04-17T13:56:02.618Z] Step 6/24 : COPY go.mod . [2021-04-17T13:56:02.884Z] Removing intermediate container 36e1044e4467 [2021-04-17T13:56:02.884Z] ---> b6a5afb263e7 [2021-04-17T13:56:02.884Z] Step 6/31 : COPY go.mod . [2021-04-17T13:56:02.884Z] ---> 909c401aea4a [2021-04-17T13:56:02.884Z] Step 7/24 : RUN go mod download [2021-04-17T13:56:02.884Z] Removing intermediate container 203bf20c5b0b [2021-04-17T13:56:02.884Z] ---> 47a92c3ad2ff [2021-04-17T13:56:02.884Z] Step 6/21 : COPY go.mod . [2021-04-17T13:56:02.884Z] ---> Running in a749b537554c [2021-04-17T13:56:03.151Z] ---> 5db928f34379 [2021-04-17T13:56:03.151Z] Step 7/31 : RUN go mod download [2021-04-17T13:56:03.413Z] ---> d5057589a3b4 [2021-04-17T13:56:03.413Z] Step 7/21 : RUN go mod download [2021-04-17T13:56:03.413Z] ---> Running in c746aecf53e4 [2021-04-17T13:56:03.413Z] ---> Running in a467d4c0e7d8 [2021-04-17T13:56:03.993Z] Removing intermediate container 0305b1c4c122 [2021-04-17T13:56:03.993Z] ---> fb4d8cef6aa1 [2021-04-17T13:56:03.993Z] Step 8/22 : COPY . . [2021-04-17T13:56:04.261Z] Removing intermediate container 9cb93065f5c6 [2021-04-17T13:56:04.261Z] ---> 3b66dc238332 [2021-04-17T13:56:04.261Z] Step 8/23 : COPY . . [2021-04-17T13:56:11.094Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-17T13:56:11.094Z] (6/12) Installing patch (2.7.6-r6) [2021-04-17T13:56:11.094Z] (7/12) Installing build-base (0.5-r2) [2021-04-17T13:56:11.094Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-17T13:56:11.094Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-17T13:56:11.094Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-17T13:56:11.094Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-17T13:56:11.094Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-17T13:56:11.094Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:56:11.094Z] OK: 217 MiB in 51 packages [2021-04-17T13:56:12.454Z] Removing intermediate container a749b537554c [2021-04-17T13:56:12.454Z] ---> 5df563fba308 [2021-04-17T13:56:12.454Z] Step 8/24 : COPY . . [2021-04-17T13:56:13.079Z] Removing intermediate container 670805ce5951 [2021-04-17T13:56:13.079Z] ---> 6afa0220d341 [2021-04-17T13:56:13.079Z] Step 4/6 : WORKDIR /edgex-go [2021-04-17T13:56:13.079Z] ---> Running in 762aa5bfde2d [2021-04-17T13:56:13.352Z] Removing intermediate container 762aa5bfde2d [2021-04-17T13:56:13.352Z] ---> 2bfe036b7065 [2021-04-17T13:56:13.352Z] Step 5/6 : COPY go.mod . [2021-04-17T13:56:14.335Z] ---> add7835fc5d7 [2021-04-17T13:56:14.335Z] Step 6/6 : RUN go mod download [2021-04-17T13:56:14.335Z] ---> Running in 411eb1449ff9 [2021-04-17T13:56:15.005Z] Removing intermediate container a467d4c0e7d8 [2021-04-17T13:56:15.005Z] ---> 96399036a49e [2021-04-17T13:56:15.005Z] Step 8/21 : COPY . . [2021-04-17T13:56:16.415Z] Removing intermediate container c746aecf53e4 [2021-04-17T13:56:16.415Z] ---> 6920ef249cf9 [2021-04-17T13:56:16.415Z] Step 8/31 : COPY . . [2021-04-17T13:56:41.187Z] Removing intermediate container 411eb1449ff9 [2021-04-17T13:56:41.187Z] ---> 1834e85466a7 [2021-04-17T13:56:41.187Z] Successfully built 1834e85466a7 [2021-04-17T13:56:41.187Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:56:41.522Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T13:56:41.522Z] . [Pipeline] withDockerContainer [2021-04-17T13:56:41.747Z] prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container [2021-04-17T13:56:41.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-04-17T13:56:43.398Z] $ docker top 3d13c1cc00657186ba0f00ae6b3c66189c51e4651dac87cdd28e9d015a84512b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:56:44.381Z] + go version [2021-04-17T13:56:44.382Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-17T13:56:44.406Z] $ docker stop --time=1 3d13c1cc00657186ba0f00ae6b3c66189c51e4651dac87cdd28e9d015a84512b [2021-04-17T13:56:46.494Z] $ docker rm -f 3d13c1cc00657186ba0f00ae6b3c66189c51e4651dac87cdd28e9d015a84512b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:56:47.168Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T13:56:47.168Z] . [Pipeline] withDockerContainer [2021-04-17T13:56:47.401Z] prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container [2021-04-17T13:56:47.484Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-04-17T13:56:48.582Z] ---> ddfa1238ccea [2021-04-17T13:56:48.582Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-17T13:56:48.582Z] ---> 2d8f75ce7d15 [2021-04-17T13:56:48.582Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-17T13:56:48.933Z] $ docker top 59195bd63beb5e8b324665f7ecb9e6d608db2b4f87933696353fe9dd2d87adb3 -eo pid,comm [2021-04-17T13:56:49.248Z] ---> Running in a098f5faec07 [Pipeline] { [Pipeline] echo [2021-04-17T13:56:49.281Z] ========================================================= [2021-04-17T13:56:49.282Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-17T13:56:49.282Z] ========================================================= [Pipeline] sh [2021-04-17T13:56:49.510Z] ---> Running in 7ba74b87014e [2021-04-17T13:56:49.936Z] + make test [2021-04-17T13:56:49.936Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T13:56:50.902Z] ---> e8644dd680ee [2021-04-17T13:56:50.902Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-17T13:56:51.847Z] ---> Running in 6687deb2b8ec [2021-04-17T13:56:51.847Z] ---> cb5f4d533a8b [2021-04-17T13:56:51.847Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-17T13:56:51.847Z] ---> 7ea5e74c92d3 [2021-04-17T13:56:51.847Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-17T13:56:52.116Z] ---> Running in baf153623f59 [2021-04-17T13:56:52.116Z] ---> Running in 0e3022bed360 [2021-04-17T13:56:52.417Z] 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-17T13:56:52.417Z] 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-17T13:56:52.417Z] 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-17T13:56:53.118Z] 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-17T13:56:53.118Z] 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-17T13:57:16.757Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-17T13:57:25.359Z] 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-17T13:57:25.359Z] 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-17T13:57:26.784Z] Removing intermediate container baf153623f59 [2021-04-17T13:57:26.784Z] ---> 1e2de3d0e7aa [2021-04-17T13:57:26.784Z] [2021-04-17T13:57:26.784Z] Step 10/31 : FROM alpine:3.12 [2021-04-17T13:57:26.784Z] 3.12: Pulling from library/alpine [2021-04-17T13:57:27.774Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T13:57:27.774Z] Status: Downloaded newer image for alpine:3.12 [2021-04-17T13:57:27.774Z] ---> 13621d1b12d4 [2021-04-17T13:57:27.774Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-17T13:57:31.081Z] ---> Running in 239461e0a991 [2021-04-17T13:57:32.996Z] Removing intermediate container 239461e0a991 [2021-04-17T13:57:32.996Z] ---> d5d8b89da9c6 [2021-04-17T13:57:32.996Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-17T13:57:32.996Z] Removing intermediate container 6687deb2b8ec [2021-04-17T13:57:32.996Z] ---> 01b9f7a1c519 [2021-04-17T13:57:32.996Z] [2021-04-17T13:57:32.996Z] Step 10/24 : FROM alpine:3.12 [2021-04-17T13:57:32.996Z] ---> 13621d1b12d4 [2021-04-17T13:57:32.996Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-17T13:57:32.996Z] Removing intermediate container a098f5faec07 [2021-04-17T13:57:32.996Z] ---> 4ab9f08818e5 [2021-04-17T13:57:32.996Z] [2021-04-17T13:57:32.996Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T13:57:32.996Z] ---> 13621d1b12d4 [2021-04-17T13:57:32.996Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:57:36.302Z] ---> Running in 525c64ed35b7 [2021-04-17T13:57:36.302Z] ---> Running in 69b587dbc5c7 [2021-04-17T13:57:36.302Z] ---> Running in 810503186fc0 [2021-04-17T13:57:36.302Z] Removing intermediate container 0e3022bed360 [2021-04-17T13:57:36.302Z] ---> d050d5715e27 [2021-04-17T13:57:36.302Z] [2021-04-17T13:57:36.302Z] Step 10/21 : FROM alpine:3.12 [2021-04-17T13:57:36.302Z] ---> 13621d1b12d4 [2021-04-17T13:57:36.302Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-17T13:57:36.302Z] Removing intermediate container 7ba74b87014e [2021-04-17T13:57:36.302Z] ---> 6ea4fc2f7a29 [2021-04-17T13:57:36.302Z] [2021-04-17T13:57:36.302Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:57:36.302Z] ---> 13621d1b12d4 [2021-04-17T13:57:36.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:57:36.562Z] ---> Running in c58e6ebe3d81 [2021-04-17T13:57:36.562Z] ---> Running in 44558bdc63dd [2021-04-17T13:57:37.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.414Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-17T13:57:37.414Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:57:37.414Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-17T13:57:37.414Z] (4/6) Installing curl (7.76.1-r0) [2021-04-17T13:57:37.414Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-17T13:57:37.414Z] (6/6) Installing su-exec (0.2-r1) [2021-04-17T13:57:37.414Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:57:37.414Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:57:37.684Z] OK: 7 MiB in 20 packages [2021-04-17T13:57:37.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.684Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-17T13:57:37.684Z] (2/2) Installing su-exec (0.2-r1) [2021-04-17T13:57:37.684Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:57:37.684Z] OK: 6 MiB in 16 packages [2021-04-17T13:57:37.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.966Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-17T13:57:37.966Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:57:37.966Z] OK: 6 MiB in 15 packages [2021-04-17T13:57:37.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:57:37.966Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-17T13:57:37.966Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:57:37.966Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-17T13:57:37.966Z] (4/4) Installing curl (7.76.1-r0) [2021-04-17T13:57:37.966Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:57:37.966Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:57:37.966Z] OK: 7 MiB in 18 packages [2021-04-17T13:57:37.966Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-17T13:57:37.966Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:57:37.966Z] OK: 6 MiB in 15 packages [2021-04-17T13:57:40.525Z] Removing intermediate container 69b587dbc5c7 [2021-04-17T13:57:40.525Z] ---> 030f456ddb89 [2021-04-17T13:57:40.525Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-17T13:57:40.525Z] Removing intermediate container 525c64ed35b7 [2021-04-17T13:57:40.525Z] ---> 528579fdd996 [2021-04-17T13:57:40.526Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T13:57:40.526Z] ---> Running in eb1d3fb6dbb5 [2021-04-17T13:57:40.526Z] ---> Running in 61b88ed4c2b1 [2021-04-17T13:57:41.096Z] Removing intermediate container 810503186fc0 [2021-04-17T13:57:41.096Z] ---> 315240042990 [2021-04-17T13:57:41.096Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:57:41.096Z] Removing intermediate container 44558bdc63dd [2021-04-17T13:57:41.096Z] ---> 1ca93daf2614 [2021-04-17T13:57:41.096Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:57:41.357Z] Removing intermediate container 61b88ed4c2b1 [2021-04-17T13:57:41.357Z] ---> 79780569dada [2021-04-17T13:57:41.357Z] Step 13/24 : WORKDIR / [2021-04-17T13:57:41.357Z] Removing intermediate container c58e6ebe3d81 [2021-04-17T13:57:41.357Z] ---> 976dbf37ab17 [2021-04-17T13:57:41.357Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T13:57:41.357Z] Removing intermediate container eb1d3fb6dbb5 [2021-04-17T13:57:41.357Z] ---> 79e1f2452098 [2021-04-17T13:57:41.357Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-17T13:57:41.357Z] ---> Running in dec8db92a6c2 [2021-04-17T13:57:41.621Z] ---> Running in fd1afd3fd3f3 [2021-04-17T13:57:41.621Z] ---> Running in cb630c061eaa [2021-04-17T13:57:41.621Z] ---> Running in 513c7c275f6a [2021-04-17T13:57:41.621Z] ---> Running in 8f6adbb233e4 [2021-04-17T13:57:41.882Z] Removing intermediate container dec8db92a6c2 [2021-04-17T13:57:41.882Z] ---> b5e813a1da26 [2021-04-17T13:57:41.882Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-17T13:57:41.882Z] Removing intermediate container fd1afd3fd3f3 [2021-04-17T13:57:41.882Z] ---> a98c8f5998eb [2021-04-17T13:57:41.882Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-17T13:57:42.453Z] Removing intermediate container cb630c061eaa [2021-04-17T13:57:42.453Z] ---> 0a939bf849d6 [2021-04-17T13:57:42.453Z] Step 13/21 : WORKDIR /edgex [2021-04-17T13:57:42.453Z] Removing intermediate container 8f6adbb233e4 [2021-04-17T13:57:42.453Z] ---> 9ca803e5c18e [2021-04-17T13:57:42.453Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-17T13:57:42.453Z] ---> Running in 6bdcc33dec98 [2021-04-17T13:57:42.453Z] ---> Running in 56547169f685 [2021-04-17T13:57:42.453Z] Removing intermediate container 513c7c275f6a [2021-04-17T13:57:42.453Z] ---> 4adf40bb1884 [2021-04-17T13:57:42.453Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-17T13:57:42.453Z] ---> Running in 48afa77ca098 [2021-04-17T13:57:42.714Z] ---> Running in 3fd2b5b7b79a [2021-04-17T13:57:42.987Z] Removing intermediate container 6bdcc33dec98 [2021-04-17T13:57:42.987Z] ---> ddc6c402db37 [2021-04-17T13:57:42.987Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T13:57:42.987Z] Removing intermediate container 56547169f685 [2021-04-17T13:57:42.987Z] ---> ced1ce6c8f01 [2021-04-17T13:57:42.987Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T13:57:42.987Z] ---> e6c72637b636 [2021-04-17T13:57:42.987Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-17T13:57:42.987Z] Removing intermediate container 48afa77ca098 [2021-04-17T13:57:42.987Z] ---> 85c36f87ae08 [2021-04-17T13:57:42.987Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-17T13:57:43.256Z] ---> Running in eb375bb3d429 [2021-04-17T13:57:43.256Z] ---> Running in 5628bad79b18 [2021-04-17T13:57:43.525Z] ---> f6cfabf0e5b8 [2021-04-17T13:57:43.525Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-17T13:57:43.525Z] Removing intermediate container eb375bb3d429 [2021-04-17T13:57:43.525Z] ---> 40ea405b2c5c [2021-04-17T13:57:43.525Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:57:43.525Z] Removing intermediate container 5628bad79b18 [2021-04-17T13:57:43.525Z] ---> 1b0bb75d6747 [2021-04-17T13:57:43.525Z] Step 15/23 : WORKDIR / [2021-04-17T13:57:43.525Z] ---> 027305eea765 [2021-04-17T13:57:43.525Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-17T13:57:43.789Z] ---> Running in 0952c5424fb2 [2021-04-17T13:57:44.051Z] ---> 27b6abc91782 [2021-04-17T13:57:44.051Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-17T13:57:44.051Z] ---> 18a6a7a8db4a [2021-04-17T13:57:44.051Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-17T13:57:44.051Z] Removing intermediate container 0952c5424fb2 [2021-04-17T13:57:44.051Z] ---> 32caff1eb40d [2021-04-17T13:57:44.051Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:57:44.318Z] Removing intermediate container 3fd2b5b7b79a [2021-04-17T13:57:44.318Z] ---> d7544df39d11 [2021-04-17T13:57:44.318Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-17T13:57:44.318Z] ---> 7dec3dfe1e50 [2021-04-17T13:57:44.318Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-17T13:57:44.582Z] ---> Running in 122e669201cd [2021-04-17T13:57:45.158Z] ---> a30cdb9a11db [2021-04-17T13:57:45.158Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-17T13:57:45.158Z] ---> e58a0fa2f9e7 [2021-04-17T13:57:45.158Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-17T13:57:45.158Z] ---> 5d4b512fe54e [2021-04-17T13:57:45.158Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-17T13:57:45.158Z] Removing intermediate container 122e669201cd [2021-04-17T13:57:45.158Z] ---> ce65559d9172 [2021-04-17T13:57:45.158Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-17T13:57:45.158Z] ---> 2f82f62ef216 [2021-04-17T13:57:45.158Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-17T13:57:45.429Z] ---> Running in 597c9c7d394b [2021-04-17T13:57:45.691Z] ---> 04d86396bb3b [2021-04-17T13:57:45.691Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-17T13:57:45.691Z] ---> Running in d22140417c04 [2021-04-17T13:57:45.952Z] Removing intermediate container 597c9c7d394b [2021-04-17T13:57:45.952Z] ---> 30481daf695c [2021-04-17T13:57:45.952Z] Step 18/21 : CMD ["--init=true"] [2021-04-17T13:57:45.952Z] ---> ac9b6ac9a746 [2021-04-17T13:57:45.952Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-17T13:57:45.952Z] ---> f31e43555e10 [2021-04-17T13:57:45.952Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-17T13:57:45.952Z] ---> 33a9f32fa12e [2021-04-17T13:57:45.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-17T13:57:45.952Z] ---> Running in fd98a2515584 [2021-04-17T13:57:46.212Z] ---> Running in d7ee5173337a [2021-04-17T13:57:46.212Z] Removing intermediate container d22140417c04 [2021-04-17T13:57:46.212Z] ---> c7a5e1250091 [2021-04-17T13:57:46.212Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:57:46.472Z] ---> dbfaed63909e [2021-04-17T13:57:46.472Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-17T13:57:46.472Z] ---> Running in 10c20b4bcd50 [2021-04-17T13:57:46.472Z] ---> de000f169eac [2021-04-17T13:57:46.472Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-17T13:57:46.472Z] Removing intermediate container fd98a2515584 [2021-04-17T13:57:46.472Z] ---> fa1e07ae3a1d [2021-04-17T13:57:46.472Z] Step 19/21 : LABEL arch=x86_64 [2021-04-17T13:57:46.734Z] ---> Running in a64955dcfa4c [2021-04-17T13:57:46.734Z] ---> Running in 4575a6644e9c [2021-04-17T13:57:46.734Z] ---> Running in b034672c6ae2 [2021-04-17T13:57:46.734Z] Removing intermediate container 10c20b4bcd50 [2021-04-17T13:57:46.734Z] ---> 5a27edb26d09 [2021-04-17T13:57:46.734Z] Step 20/22 : LABEL arch=x86_64 [2021-04-17T13:57:46.995Z] ---> Running in 50dfe27f061f [2021-04-17T13:57:47.258Z] Removing intermediate container 4575a6644e9c [2021-04-17T13:57:47.258Z] ---> e381863d8f8a [2021-04-17T13:57:47.258Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:57:47.258Z] Removing intermediate container b034672c6ae2 [2021-04-17T13:57:47.258Z] ---> 3134ded516c3 [2021-04-17T13:57:47.258Z] Step 20/21 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:57:47.258Z] ---> Running in 11658ebb4719 [2021-04-17T13:57:47.258Z] ---> Running in c7a081dd488b [2021-04-17T13:57:47.524Z] Removing intermediate container 50dfe27f061f [2021-04-17T13:57:47.524Z] ---> 22c1ddb01bc7 [2021-04-17T13:57:47.524Z] Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:57:47.785Z] ---> Running in 19b6d5706101 [2021-04-17T13:57:48.048Z] Removing intermediate container 11658ebb4719 [2021-04-17T13:57:48.048Z] ---> c2bc820650c7 [2021-04-17T13:57:48.048Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:57:48.048Z] Removing intermediate container c7a081dd488b [2021-04-17T13:57:48.048Z] ---> ff07d0e3033b [2021-04-17T13:57:48.048Z] Step 21/21 : LABEL version=0.0.0 [2021-04-17T13:57:48.315Z] ---> Running in 8943bda3a03e [2021-04-17T13:57:48.315Z] ---> Running in 23fca197634c [2021-04-17T13:57:48.315Z] Removing intermediate container d7ee5173337a [2021-04-17T13:57:48.315Z] ---> 7627601f359b [2021-04-17T13:57:48.315Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:57:48.315Z] Removing intermediate container 19b6d5706101 [2021-04-17T13:57:48.315Z] ---> 703dd483be40 [2021-04-17T13:57:48.315Z] Step 22/22 : LABEL version=0.0.0 [2021-04-17T13:57:48.582Z] ---> Running in bd74dab3b4a6 [2021-04-17T13:57:48.582Z] Removing intermediate container 23fca197634c [2021-04-17T13:57:48.582Z] ---> 2f56e4022095 [2021-04-17T13:57:48.582Z] [2021-04-17T13:57:48.582Z] Removing intermediate container a64955dcfa4c [2021-04-17T13:57:48.582Z] ---> f650e8850d9a [2021-04-17T13:57:48.582Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-17T13:57:48.582Z] Removing intermediate container 8943bda3a03e [2021-04-17T13:57:48.582Z] ---> c62f81dc2580 [2021-04-17T13:57:48.582Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:57:48.844Z] ---> 8b719b4a0f78 [2021-04-17T13:57:48.844Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-17T13:57:48.844Z] Successfully built 2f56e4022095 [2021-04-17T13:57:48.844Z] ---> Running in b1943f02b552 [2021-04-17T13:57:48.844Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-17T13:57:48.844Z] Building docker-sys-mgmt-agent-go [2021-04-17T13:57:49.106Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bd74dab3b4a6 [2021-04-17T13:57:49.106Z] ---> 0ead2fb41eac [2021-04-17T13:57:49.106Z] [2021-04-17T13:57:49.106Z] ---> Running in cd6499c95d7f [2021-04-17T13:57:49.372Z] Successfully built 0ead2fb41eac [2021-04-17T13:57:49.372Z] Removing intermediate container b1943f02b552 [2021-04-17T13:57:49.372Z] ---> 178aba3d7d0f [2021-04-17T13:57:49.372Z] Step 22/24 : LABEL arch=x86_64 [2021-04-17T13:57:49.372Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-17T13:57:49.372Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-17T13:57:49.372Z] ---> 7bc4c329bb51 [2021-04-17T13:57:49.372Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-17T13:57:49.372Z] Removing intermediate container cd6499c95d7f [2021-04-17T13:57:49.372Z] ---> 48be0b4c160a [2021-04-17T13:57:49.372Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T13:57:49.372Z] ---> Running in 293c69804e13 [2021-04-17T13:57:49.372Z] ---> Running in daacb010f6ef [2021-04-17T13:57:49.647Z] Removing intermediate container 293c69804e13 [2021-04-17T13:57:49.647Z] ---> a562fbfee374 [2021-04-17T13:57:49.647Z] Step 23/24 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:57:49.647Z] ---> 185a45a222c4 [2021-04-17T13:57:49.647Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-17T13:57:49.647Z] ---> Running in 7a319faa1e3c [2021-04-17T13:57:49.647Z] Removing intermediate container daacb010f6ef [2021-04-17T13:57:49.647Z] ---> 5a56bb26b762 [2021-04-17T13:57:49.647Z] [2021-04-17T13:57:50.228Z] Successfully built 5a56bb26b762 [2021-04-17T13:57:50.228Z] Removing intermediate container 7a319faa1e3c [2021-04-17T13:57:50.228Z] ---> 7d8e05f307aa [2021-04-17T13:57:50.228Z] Step 24/24 : LABEL version=0.0.0 [2021-04-17T13:57:50.228Z] Successfully tagged docker-core-metadata-go:latest [2021-04-17T13:57:50.228Z] Building docker-core-command-go [2021-04-17T13:57:50.489Z]  Building docker-core-metadata-go ... done  ---> Running in a6280224e16d [2021-04-17T13:57:50.489Z] ---> 0236d702ab5e [2021-04-17T13:57:50.489Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-17T13:57:53.801Z] Removing intermediate container a6280224e16d [2021-04-17T13:57:53.801Z] ---> a5647085d7e7 [2021-04-17T13:57:53.801Z] [2021-04-17T13:57:53.801Z] ---> 75983877ac95 [2021-04-17T13:57:53.801Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-17T13:57:54.753Z] Successfully built a5647085d7e7 [2021-04-17T13:57:56.671Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-17T13:57:56.671Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-17T13:57:59.231Z] ---> Running in 39d191ad03e9 [2021-04-17T13:58:01.153Z] Removing intermediate container 39d191ad03e9 [2021-04-17T13:58:01.153Z] ---> f1e4de0ac2d7 [2021-04-17T13:58:01.153Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-17T13:58:01.419Z] ---> 3ecfdec08f9f [2021-04-17T13:58:01.419Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-17T13:58:02.384Z] ---> Running in 8985f67ae7ed [2021-04-17T13:58:13.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-17T13:58:13.357Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-17T13:58:14.680Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:58:14.680Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:58:14.680Z] ---> f0f2bb89bfd5 [2021-04-17T13:58:14.680Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T13:58:14.680Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:58:14.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:58:14.680Z] ---> f0f2bb89bfd5 [2021-04-17T13:58:14.680Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> 5155d5d61b5b [2021-04-17T13:58:14.680Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> 5155d5d61b5b [2021-04-17T13:58:14.680Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> c103c6664b6d [2021-04-17T13:58:14.680Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> c103c6664b6d [2021-04-17T13:58:14.680Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> b6a5afb263e7 [2021-04-17T13:58:14.680Z] Step 6/23 : COPY go.mod . [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> 5db928f34379 [2021-04-17T13:58:14.680Z] Step 7/23 : RUN go mod download [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> 6920ef249cf9 [2021-04-17T13:58:14.680Z] Step 8/23 : COPY . . [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> cb5f4d533a8b [2021-04-17T13:58:14.680Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-17T13:58:14.680Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:58:14.680Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:58:14.680Z] ---> f0f2bb89bfd5 [2021-04-17T13:58:14.680Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> 5155d5d61b5b [2021-04-17T13:58:14.680Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:58:14.680Z] ---> Using cache [2021-04-17T13:58:14.680Z] ---> c103c6664b6d [2021-04-17T13:58:14.680Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-17T13:58:16.617Z] ---> Running in 50ef81d07822 [2021-04-17T13:58:16.617Z] ---> Running in 183a5a3ecb7b [2021-04-17T13:58:16.617Z] ---> Running in 4cc47beec2cf [2021-04-17T13:58:18.544Z] Removing intermediate container 8985f67ae7ed [2021-04-17T13:58:18.544Z] ---> e79239402256 [2021-04-17T13:58:18.544Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-17T13:58:19.963Z] ---> Running in 3cd11626eb51 [2021-04-17T13:58:19.963Z] 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-17T13:58:19.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T13:58:19.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T13:58:19.963Z] ---> f0f2bb89bfd5 [2021-04-17T13:58:19.963Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T13:58:19.963Z] ---> Using cache [2021-04-17T13:58:19.963Z] ---> 5155d5d61b5b [2021-04-17T13:58:19.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:58:19.963Z] ---> Using cache [2021-04-17T13:58:19.963Z] ---> c103c6664b6d [2021-04-17T13:58:19.963Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-17T13:58:20.911Z] ---> Running in 23d2fa759100 [2021-04-17T13:58:20.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:20.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:20.911Z] Removing intermediate container 3cd11626eb51 [2021-04-17T13:58:20.911Z] ---> ae163538be21 [2021-04-17T13:58:20.911Z] Step 28/31 : CMD ["gate"] [2021-04-17T13:58:21.181Z] ---> Running in af60dcaaeb3e [2021-04-17T13:58:21.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:21.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-17T13:58:21.701Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-17T13:58:21.720Z] Removing intermediate container af60dcaaeb3e [2021-04-17T13:58:21.720Z] ---> d0ba1692c207 [2021-04-17T13:58:21.720Z] Step 29/31 : LABEL arch=x86_64 [2021-04-17T13:58:21.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:21.994Z] ---> Running in 0ab666a004ab [2021-04-17T13:58:21.994Z] OK: 233 MiB in 51 packages [2021-04-17T13:58:21.994Z] OK: 233 MiB in 51 packages [2021-04-17T13:58:22.272Z] Removing intermediate container 0ab666a004ab [2021-04-17T13:58:22.272Z] ---> c262c9bbfbb7 [2021-04-17T13:58:22.272Z] Step 30/31 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:58:22.272Z] ---> Running in 670d5a60ea45 [2021-04-17T13:58:22.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:58:23.184Z] Removing intermediate container 670d5a60ea45 [2021-04-17T13:58:23.184Z] ---> 550fc9a56e6d [2021-04-17T13:58:23.184Z] Step 31/31 : LABEL version=0.0.0 [2021-04-17T13:58:23.184Z] OK: 233 MiB in 51 packages [2021-04-17T13:58:23.184Z] ---> Running in 777d13b36614 [2021-04-17T13:58:23.184Z] Removing intermediate container 4cc47beec2cf [2021-04-17T13:58:23.184Z] ---> 7e964570be2a [2021-04-17T13:58:23.184Z] Step 6/22 : COPY go.mod . [2021-04-17T13:58:23.184Z] Removing intermediate container 50ef81d07822 [2021-04-17T13:58:23.184Z] ---> 5976b38810aa [2021-04-17T13:58:23.184Z] Step 6/23 : COPY go.mod . [2021-04-17T13:58:23.529Z] Removing intermediate container 777d13b36614 [2021-04-17T13:58:23.529Z] ---> b05b46ce0ad1 [2021-04-17T13:58:23.529Z] [2021-04-17T13:58:23.861Z] ---> 07d21b437d29 [2021-04-17T13:58:23.861Z] Step 7/23 : RUN go mod download [2021-04-17T13:58:23.861Z] ---> e9628714a92c [2021-04-17T13:58:23.861Z] Step 7/22 : RUN go mod download [2021-04-17T13:58:23.861Z] Successfully built b05b46ce0ad1 [2021-04-17T13:58:23.861Z] ---> Running in 4b012b00cf0d [2021-04-17T13:58:23.861Z] Removing intermediate container 23d2fa759100 [2021-04-17T13:58:23.861Z] ---> 742215f60f1d [2021-04-17T13:58:23.861Z] Step 6/23 : COPY go.mod . [2021-04-17T13:58:23.861Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-17T13:58:24.165Z]  Building docker-security-bootstrapper-go ... done  ---> Running in fc1a8ef3dd07 [2021-04-17T13:58:24.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-17T13:58:24.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-17T13:58:24.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-17T13:58:24.437Z] ---> 0364afaf75b6 [2021-04-17T13:58:24.438Z] Step 7/23 : RUN go mod download [2021-04-17T13:58:24.617Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-17T13:58:24.700Z] ---> Running in 9f1baa9e7042 [2021-04-17T13:58:27.297Z] Removing intermediate container fc1a8ef3dd07 [2021-04-17T13:58:27.297Z] ---> 88d088ca64db [2021-04-17T13:58:27.297Z] Step 8/22 : COPY . . [2021-04-17T13:58:27.297Z] Removing intermediate container 4b012b00cf0d [2021-04-17T13:58:27.297Z] ---> 118b5323d1df [2021-04-17T13:58:27.297Z] Step 8/23 : COPY . . [2021-04-17T13:58:27.297Z] Removing intermediate container 9f1baa9e7042 [2021-04-17T13:58:27.297Z] ---> 5bc06d92184b [2021-04-17T13:58:27.297Z] Step 8/23 : COPY . . [2021-04-17T13:58:28.988Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-17T13:58:29.269Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-17T13:58:39.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-17T13:58:39.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-17T13:58:39.525Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-17T13:58:44.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.343s coverage: 45.9% of statements [2021-04-17T13:58:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-17T13:58:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-17T13:58:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-17T13:58:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-17T13:58:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-17T13:58:44.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-17T13:58:44.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.129s coverage: 19.8% of statements [2021-04-17T13:58:44.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.276s coverage: 100.0% of statements [2021-04-17T13:58:53.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-17T13:58:53.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-17T13:58:53.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.210s coverage: 100.0% of statements [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-17T13:58:53.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-17T13:58:54.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.288s coverage: 71.3% of statements [2021-04-17T13:58:54.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-17T13:58:54.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-17T13:58:57.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.623s coverage: 82.9% of statements [2021-04-17T13:58:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-17T13:58:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:58:57.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.269s coverage: 78.9% of statements [2021-04-17T13:58:57.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-17T13:59:06.366Z] ---> 48972c433ced [2021-04-17T13:59:06.366Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-17T13:59:06.366Z] Removing intermediate container 183a5a3ecb7b [2021-04-17T13:59:06.366Z] ---> 42a6ed595889 [2021-04-17T13:59:06.366Z] [2021-04-17T13:59:06.366Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:59:06.366Z] ---> 13621d1b12d4 [2021-04-17T13:59:06.366Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T13:59:06.366Z] ---> 6d243aca9df8 [2021-04-17T13:59:06.366Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-17T13:59:06.366Z] ---> Using cache [2021-04-17T13:59:06.366Z] ---> 1ca93daf2614 [2021-04-17T13:59:06.366Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:59:06.366Z] ---> Using cache [2021-04-17T13:59:06.366Z] ---> a98c8f5998eb [2021-04-17T13:59:06.366Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-17T13:59:06.366Z] ---> Running in 364a317df006 [2021-04-17T13:59:06.366Z] ---> Running in f1b20e8badae [2021-04-17T13:59:06.366Z] ---> 71d3fa81b447 [2021-04-17T13:59:06.366Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-17T13:59:06.366Z] ---> Running in 08ba8cfcbbe4 [2021-04-17T13:59:06.366Z] ---> Running in d33f1c33cf7c [2021-04-17T13:59:06.366Z] Removing intermediate container 08ba8cfcbbe4 [2021-04-17T13:59:06.366Z] ---> 047e228cb857 [2021-04-17T13:59:06.366Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T13:59:06.366Z] ---> Running in 1a19d1671d45 [2021-04-17T13:59:06.366Z] 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-17T13:59:06.366Z] Removing intermediate container 1a19d1671d45 [2021-04-17T13:59:06.366Z] ---> 89a8719cefb1 [2021-04-17T13:59:06.366Z] Step 15/23 : WORKDIR / [2021-04-17T13:59:06.366Z] ---> Running in 5488b4a15a87 [2021-04-17T13:59:06.366Z] 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-17T13:59:06.366Z] 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-17T13:59:06.366Z] Removing intermediate container 5488b4a15a87 [2021-04-17T13:59:06.366Z] ---> 32fdc2348543 [2021-04-17T13:59:06.366Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:59:06.366Z] ---> dffad4045605 [2021-04-17T13:59:06.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-17T13:59:06.366Z] ---> 22a96bbe50a9 [2021-04-17T13:59:06.366Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-17T13:59:06.366Z] ---> bde6c5010d01 [2021-04-17T13:59:06.366Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-17T13:59:06.366Z] ---> Running in e94214d3d803 [2021-04-17T13:59:06.366Z] Removing intermediate container e94214d3d803 [2021-04-17T13:59:06.366Z] ---> 71a5e257c876 [2021-04-17T13:59:06.366Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:59:06.366Z] ---> Running in e3f20bacf0bb [2021-04-17T13:59:06.366Z] Removing intermediate container e3f20bacf0bb [2021-04-17T13:59:06.366Z] ---> 0a20a0276bfd [2021-04-17T13:59:06.366Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:59:06.366Z] ---> Running in dbe9f9dc724c [2021-04-17T13:59:06.949Z] Removing intermediate container dbe9f9dc724c [2021-04-17T13:59:06.949Z] ---> ef2b6e0dcd55 [2021-04-17T13:59:06.949Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:59:06.949Z] ---> Running in 9080b2c33aa8 [2021-04-17T13:59:07.225Z] Removing intermediate container 9080b2c33aa8 [2021-04-17T13:59:07.225Z] ---> c9d0511c4075 [2021-04-17T13:59:07.225Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T13:59:07.225Z] ---> Running in b96e5065e1c0 [2021-04-17T13:59:07.489Z] Removing intermediate container b96e5065e1c0 [2021-04-17T13:59:07.489Z] ---> 72b8910cf338 [2021-04-17T13:59:07.489Z] [2021-04-17T13:59:07.759Z] Successfully built 72b8910cf338 [2021-04-17T13:59:08.021Z] Successfully tagged docker-core-command-go:latest [2021-04-17T13:59:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-17T13:59:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-17T13:59:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.149s coverage: 100.0% of statements [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-17T13:59:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.460s coverage: 86.7% of statements [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-17T13:59:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.512s coverage: 97.5% of statements [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-17T13:59:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.213s coverage: 78.3% of statements [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-17T13:59:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.523s coverage: 93.0% of statements [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.159s coverage: 58.8% of statements [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.282s coverage: 0.9% of statements [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-17T13:59:18.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 47.1% of statements [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.154s coverage: 79.5% of statements [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.188s coverage: 96.3% of statements [2021-04-17T13:59:18.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.155s coverage: 87.5% of statements [2021-04-17T13:59:30.093Z]  Building docker-core-command-go ... done Removing intermediate container 364a317df006 [2021-04-17T13:59:30.093Z] ---> d80b437c378b [2021-04-17T13:59:30.093Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-17T13:59:30.093Z] Removing intermediate container d33f1c33cf7c [2021-04-17T13:59:30.093Z] ---> 17b1e76f2b6c [2021-04-17T13:59:30.093Z] [2021-04-17T13:59:30.093Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T13:59:30.093Z] ---> 13621d1b12d4 [2021-04-17T13:59:30.093Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-17T13:59:30.093Z] ---> Running in d76330338780 [2021-04-17T13:59:30.093Z] ---> Running in 083c06a31ce2 [2021-04-17T13:59:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.162s coverage: 94.4% of statements [2021-04-17T13:59:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.145s coverage: 44.8% of statements [2021-04-17T13:59:31.037Z] 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-17T13:59:31.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:59:31.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:59:31.823Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-17T13:59:31.823Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-17T13:59:31.823Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:59:32.764Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T13:59:32.764Z] OK: 6 MiB in 16 packages [2021-04-17T13:59:33.024Z] Removing intermediate container f1b20e8badae [2021-04-17T13:59:33.024Z] ---> 2c28d6121c32 [2021-04-17T13:59:33.024Z] [2021-04-17T13:59:33.024Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T13:59:33.024Z] ---> 13621d1b12d4 [2021-04-17T13:59:33.024Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-17T13:59:33.024Z] ---> Running in 0ceff6b7c212 [2021-04-17T13:59:33.286Z] Removing intermediate container 0ceff6b7c212 [2021-04-17T13:59:33.286Z] ---> b8231650ad33 [2021-04-17T13:59:33.286Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-17T13:59:33.857Z] ---> Running in 2c4fad6683a5 [2021-04-17T13:59:33.857Z] Removing intermediate container d76330338780 [2021-04-17T13:59:33.857Z] ---> 41188c016f53 [2021-04-17T13:59:33.857Z] [2021-04-17T13:59:33.857Z] Step 11/23 : FROM docker:20.10.0 [2021-04-17T13:59:33.857Z] Removing intermediate container 083c06a31ce2 [2021-04-17T13:59:33.857Z] ---> 873a85e4832a [2021-04-17T13:59:33.857Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:59:33.857Z] 20.10.0: Pulling from library/docker [2021-04-17T13:59:33.857Z] ---> Running in 88c2b3729f23 [2021-04-17T13:59:34.119Z] Removing intermediate container 2c4fad6683a5 [2021-04-17T13:59:34.119Z] ---> 9252a12ddb2f [2021-04-17T13:59:34.119Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-17T13:59:34.119Z] ---> Running in c6931c6cda62 [2021-04-17T13:59:34.385Z] Removing intermediate container 88c2b3729f23 [2021-04-17T13:59:34.385Z] ---> 25c516fa32c4 [2021-04-17T13:59:34.385Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-17T13:59:34.657Z] ---> Running in 10271eb2ca13 [2021-04-17T13:59:34.657Z] Removing intermediate container c6931c6cda62 [2021-04-17T13:59:34.657Z] ---> 3406ba5b4567 [2021-04-17T13:59:34.657Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:59:34.919Z] ---> Running in 6819300a8733 [2021-04-17T13:59:35.492Z] Removing intermediate container 10271eb2ca13 [2021-04-17T13:59:35.492Z] ---> b08a3f4b675f [2021-04-17T13:59:35.492Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T13:59:35.758Z] ---> Running in 1f01ce5d5d89 [2021-04-17T13:59:36.026Z] Removing intermediate container 1f01ce5d5d89 [2021-04-17T13:59:36.026Z] ---> 5617f4989979 [2021-04-17T13:59:36.026Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:59:36.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.507s coverage: 81.9% of statements [2021-04-17T13:59:36.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-17T13:59:36.609Z] ---> a806b158323e [2021-04-17T13:59:36.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-17T13:59:36.609Z] Removing intermediate container 6819300a8733 [2021-04-17T13:59:36.609Z] ---> dc356a881eef [2021-04-17T13:59:36.609Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-17T13:59:36.878Z] ---> Running in 2197f1d7c771 [2021-04-17T13:59:37.453Z] ---> 472d9fa8a8bf [2021-04-17T13:59:37.453Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-17T13:59:37.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:59:37.714Z] ---> e9a53faca017 [2021-04-17T13:59:37.714Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-17T13:59:37.978Z] ---> Running in 40189a205646 [2021-04-17T13:59:37.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:59:38.245Z] Removing intermediate container 40189a205646 [2021-04-17T13:59:38.245Z] ---> 8508c110b9a0 [2021-04-17T13:59:38.245Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:59:38.245Z] ---> Running in d45c77a5de71 [2021-04-17T13:59:38.510Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-17T13:59:38.510Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-17T13:59:38.510Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-17T13:59:38.510Z] Removing intermediate container d45c77a5de71 [2021-04-17T13:59:38.510Z] ---> a6b73b0ef792 [2021-04-17T13:59:38.510Z] Step 20/22 : LABEL arch=x86_64 [2021-04-17T13:59:38.770Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-17T13:59:38.770Z] ---> Running in b6bd48b4e529 [2021-04-17T13:59:39.032Z] Removing intermediate container b6bd48b4e529 [2021-04-17T13:59:39.032Z] ---> 840544bc495e [2021-04-17T13:59:39.032Z] Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:59:39.032Z] ---> Running in 4c9c950fcec5 [2021-04-17T13:59:39.032Z] Removing intermediate container 4c9c950fcec5 [2021-04-17T13:59:39.032Z] ---> 40ad8e44f802 [2021-04-17T13:59:39.032Z] Step 22/22 : LABEL version=0.0.0 [2021-04-17T13:59:39.032Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-17T13:59:39.294Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-17T13:59:39.294Z] ---> aefe523efa57 [2021-04-17T13:59:39.295Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-17T13:59:39.295Z] ---> Running in 52cf8a5e8a11 [2021-04-17T13:59:39.295Z] ---> Running in 9a488d6b6e6d [2021-04-17T13:59:39.295Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T13:59:39.558Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-17T13:59:39.558Z] Removing intermediate container 52cf8a5e8a11 [2021-04-17T13:59:39.558Z] ---> 70aaa63be4cc [2021-04-17T13:59:39.558Z] [2021-04-17T13:59:39.558Z] Removing intermediate container 9a488d6b6e6d [2021-04-17T13:59:39.558Z] ---> 9b89f30bc3a8 [2021-04-17T13:59:39.558Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-17T13:59:39.558Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T13:59:40.129Z] OK: 8 MiB in 20 packages [2021-04-17T13:59:40.129Z] Successfully built 70aaa63be4cc [2021-04-17T13:59:40.129Z] Successfully tagged docker-support-notifications-go:latest [2021-04-17T13:59:40.129Z]  Building docker-support-notifications-go ... done  ---> Running in 9123bd3d7068 [2021-04-17T13:59:40.707Z] Removing intermediate container 2197f1d7c771 [2021-04-17T13:59:40.707Z] ---> 7e362a7a2a2b [2021-04-17T13:59:40.707Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T13:59:40.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T13:59:40.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T13:59:40.969Z] ---> 32699de02b4d [2021-04-17T13:59:40.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-17T13:59:41.231Z] (1/39) Installing readline (8.0.4-r0) [2021-04-17T13:59:41.231Z] (2/39) Installing bash (5.0.17-r0) [2021-04-17T13:59:41.231Z] Executing bash-5.0.17-r0.post-install [2021-04-17T13:59:41.231Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T13:59:41.231Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-17T13:59:41.231Z] (5/39) Installing curl (7.76.1-r0) [2021-04-17T13:59:41.231Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-17T13:59:41.231Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-17T13:59:41.231Z] (8/39) Installing expat (2.2.9-r1) [2021-04-17T13:59:41.231Z] (9/39) Installing libffi (3.3-r2) [2021-04-17T13:59:41.231Z] (10/39) Installing gdbm (1.13-r1) [2021-04-17T13:59:41.231Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-17T13:59:41.231Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-17T13:59:41.231Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-17T13:59:45.442Z] ---> 6f705723cb0c [2021-04-17T13:59:45.442Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-17T13:59:45.442Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-17T13:59:45.442Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-17T13:59:45.442Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-17T13:59:45.442Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-17T13:59:45.442Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-17T13:59:45.442Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-17T13:59:45.442Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-17T13:59:45.442Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-17T13:59:45.442Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-17T13:59:45.442Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-17T13:59:45.442Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-17T13:59:45.442Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-17T13:59:45.442Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-17T13:59:45.442Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-17T13:59:46.017Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-17T13:59:46.017Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-17T13:59:46.017Z] ---> 768169b55aa0 [2021-04-17T13:59:46.017Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-17T13:59:46.017Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-17T13:59:46.017Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-17T13:59:46.279Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-17T13:59:46.279Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.221s coverage: 92.9% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.143s coverage: 75.5% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.150s coverage: 80.8% of statements [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.234s coverage: 87.2% of statements [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.6% of statements [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.6% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.728s coverage: 64.4% of statements [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-17T13:59:46.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-17T13:59:46.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.160s coverage: 100.0% of statements [2021-04-17T13:59:46.540Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-17T13:59:46.540Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-17T13:59:46.540Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-17T13:59:46.540Z] ---> Running in 16afeca983dc [2021-04-17T13:59:46.540Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-17T13:59:46.540Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-17T13:59:46.540Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-17T13:59:46.540Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:59:46.540Z] OK: 72 MiB in 59 packages [2021-04-17T13:59:47.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-04-17T13:59:47.484Z] Removing intermediate container 16afeca983dc [2021-04-17T13:59:47.484Z] ---> c0570080d82e [2021-04-17T13:59:47.484Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T13:59:47.484Z] ---> Running in 72fa7e7fb618 [2021-04-17T13:59:47.484Z] Removing intermediate container 72fa7e7fb618 [2021-04-17T13:59:47.484Z] ---> 69ef57510b14 [2021-04-17T13:59:47.484Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T13:59:47.484Z] ---> Running in d10fbaf9f36c [2021-04-17T13:59:47.747Z] Collecting docker-compose==1.23.2 [2021-04-17T13:59:47.747Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-17T13:59:47.747Z] Removing intermediate container d10fbaf9f36c [2021-04-17T13:59:47.747Z] ---> 3528158638a9 [2021-04-17T13:59:47.747Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T13:59:47.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements [2021-04-17T13:59:48.009Z] ---> Running in ae3c8bfcd327 [2021-04-17T13:59:48.009Z] Collecting docker<4.0,>=3.6.0 [2021-04-17T13:59:48.009Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-17T13:59:48.009Z] 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-17T13:59:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-04-17T13:59:48.273Z] Removing intermediate container ae3c8bfcd327 [2021-04-17T13:59:48.273Z] ---> 90888a63801a [2021-04-17T13:59:48.273Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T13:59:48.273Z] Collecting jsonschema<3,>=2.5.1 [2021-04-17T13:59:48.273Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-17T13:59:48.273Z] ---> Running in 8530e9f243bd [2021-04-17T13:59:48.273Z] Collecting docopt<0.7,>=0.6.1 [2021-04-17T13:59:48.273Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-17T13:59:48.273Z] Removing intermediate container 8530e9f243bd [2021-04-17T13:59:48.273Z] ---> 31709a9ec278 [2021-04-17T13:59:48.273Z] [2021-04-17T13:59:48.535Z] Successfully built 31709a9ec278 [2021-04-17T13:59:48.535Z] Successfully tagged docker-core-data-go:latest [2021-04-17T13:59:48.797Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-17T13:59:48.797Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-17T13:59:48.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-04-17T13:59:49.060Z] Collecting PyYAML<4,>=3.10 [2021-04-17T13:59:49.060Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-17T13:59:50.002Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-17T13:59:50.002Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-17T13:59:50.002Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-17T13:59:50.002Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-17T13:59:50.574Z] Collecting cached-property<2,>=1.2.0 [2021-04-17T13:59:50.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-17T13:59:50.574Z] Collecting texttable<0.10,>=0.9.0 [2021-04-17T13:59:50.574Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-17T13:59:51.151Z] Collecting docker-pycreds>=0.4.0 [2021-04-17T13:59:51.151Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-17T13:59:51.151Z] 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-17T13:59:51.151Z] 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-17T13:59:51.151Z] Collecting idna<2.8,>=2.5 [2021-04-17T13:59:51.151Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-17T13:59:51.412Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-17T13:59:51.413Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-17T13:59:51.413Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-17T13:59:51.413Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-17T13:59:51.413Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-17T13:59:51.413Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-17T13:59:51.413Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, docopt, PyYAML, dockerpty, cached-property, texttable, docker-compose [2021-04-17T13:59:51.676Z] Attempting uninstall: idna [2021-04-17T13:59:51.676Z] Found existing installation: idna 2.9 [2021-04-17T13:59:51.676Z] Uninstalling idna-2.9: [2021-04-17T13:59:51.676Z] Successfully uninstalled idna-2.9 [2021-04-17T13:59:51.676Z] Attempting uninstall: urllib3 [2021-04-17T13:59:51.676Z] Found existing installation: urllib3 1.25.9 [2021-04-17T13:59:51.676Z] Uninstalling urllib3-1.25.9: [2021-04-17T13:59:51.676Z] Successfully uninstalled urllib3-1.25.9 [2021-04-17T13:59:51.937Z] Attempting uninstall: requests [2021-04-17T13:59:51.937Z] Found existing installation: requests 2.23.0 [2021-04-17T13:59:51.937Z] Uninstalling requests-2.23.0: [2021-04-17T13:59:51.937Z] Successfully uninstalled requests-2.23.0 [2021-04-17T13:59:52.880Z] Running setup.py install for docopt: started [2021-04-17T13:59:53.449Z] Running setup.py install for docopt: finished with status 'done' [2021-04-17T13:59:53.449Z] Running setup.py install for PyYAML: started [2021-04-17T13:59:54.018Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-17T13:59:54.018Z] Running setup.py install for dockerpty: started [2021-04-17T13:59:54.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 69.0% of statements [2021-04-17T13:59:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-17T13:59:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-17T13:59:54.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-17T13:59:54.278Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-17T13:59:54.278Z] Running setup.py install for texttable: started [2021-04-17T13:59:54.846Z] Running setup.py install for texttable: finished with status 'done' [2021-04-17T13:59:55.107Z] 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-17T13:59:55.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.486s coverage: 38.4% of statements [2021-04-17T13:59:55.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-17T13:59:55.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-17T13:59:55.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements [2021-04-17T13:59:55.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-17T13:59:55.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements [2021-04-17T14:00:00.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.0% of statements [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-17T14:00:00.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-17T14:00:00.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-17T14:00:00.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.150s coverage: 10.5% of statements [2021-04-17T14:00:00.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-17T14:00:02.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.519s coverage: 87.7% of statements [2021-04-17T14:00:02.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-17T14:00:02.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T14:00:02.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-17T14:00:03.259Z] Removing intermediate container 9123bd3d7068 [2021-04-17T14:00:03.259Z] ---> a5009292c780 [2021-04-17T14:00:03.259Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-17T14:00:03.259Z] ---> Running in 59334566ffa2 [2021-04-17T14:00:03.259Z] Removing intermediate container 59334566ffa2 [2021-04-17T14:00:03.259Z] ---> 06fc1a437e84 [2021-04-17T14:00:03.259Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-17T14:00:03.259Z] ---> Running in 823b7ed518eb [2021-04-17T14:00:03.259Z] Removing intermediate container 823b7ed518eb [2021-04-17T14:00:03.259Z] ---> 31cf29652c5d [2021-04-17T14:00:03.259Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-17T14:00:03.259Z] ---> e29ed18d3c53 [2021-04-17T14:00:03.259Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-17T14:00:03.519Z] ---> f1eb4daabb85 [2021-04-17T14:00:03.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-17T14:00:04.090Z] ---> 2dd131d368d3 [2021-04-17T14:00:04.090Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-17T14:00:04.090Z] ---> Running in 24baaeaecaa8 [2021-04-17T14:00:04.090Z] Removing intermediate container 24baaeaecaa8 [2021-04-17T14:00:04.090Z] ---> 92abad07aaa7 [2021-04-17T14:00:04.090Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:00:04.090Z] ---> Running in e1a8201e350d [2021-04-17T14:00:04.351Z] Removing intermediate container e1a8201e350d [2021-04-17T14:00:04.351Z] ---> 620e5d76a139 [2021-04-17T14:00:04.351Z] Step 21/23 : LABEL arch=x86_64 [2021-04-17T14:00:04.351Z] ---> Running in 5fb9b8c4d7c5 [2021-04-17T14:00:04.613Z] Removing intermediate container 5fb9b8c4d7c5 [2021-04-17T14:00:04.613Z] ---> 4d529dd7c73f [2021-04-17T14:00:04.613Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:00:04.613Z] ---> Running in 21f5e17bc0ca [2021-04-17T14:00:04.878Z] Removing intermediate container 21f5e17bc0ca [2021-04-17T14:00:04.878Z] ---> 47eab6dc8e19 [2021-04-17T14:00:04.878Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T14:00:04.878Z] ---> Running in d5ccc518e5f8 [2021-04-17T14:00:04.878Z] Removing intermediate container d5ccc518e5f8 [2021-04-17T14:00:04.878Z] ---> d17257e5a9b8 [2021-04-17T14:00:04.878Z] [2021-04-17T14:00:05.137Z] Successfully built d17257e5a9b8 [2021-04-17T14:00:05.137Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-17T14:00:05.429Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-17T14:00:05.498Z] $ docker stop --time=1 f48066ba56c3fa7ee1f78fa39ba8fe429761b9e702f09870a0e26bf4cde0ccac [2021-04-17T14:00:07.200Z] $ docker rm -f f48066ba56c3fa7ee1f78fa39ba8fe429761b9e702f09870a0e26bf4cde0ccac [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T14:00:07.754Z] + docker images [2021-04-17T14:00:07.754Z] + grep docker [2021-04-17T14:00:08.023Z] docker-sys-mgmt-agent-go latest d17257e5a9b8 3 seconds ago 312MB [2021-04-17T14:00:08.023Z] docker-core-data-go latest 31709a9ec278 19 seconds ago 22.9MB [2021-04-17T14:00:08.024Z] docker-support-notifications-go latest 70aaa63be4cc 28 seconds ago 18.2MB [2021-04-17T14:00:08.024Z] docker-core-command-go latest 72b8910cf338 About a minute ago 17.5MB [2021-04-17T14:00:08.024Z] docker-security-bootstrapper-go latest b05b46ce0ad1 About a minute ago 19.3MB [2021-04-17T14:00:08.024Z] docker-security-secretstore-setup-go latest a5647085d7e7 2 minutes ago 26.3MB [2021-04-17T14:00:08.024Z] docker-core-metadata-go latest 5a56bb26b762 2 minutes ago 19.2MB [2021-04-17T14:00:08.024Z] docker-security-proxy-setup-go latest 2f56e4022095 2 minutes ago 26MB [2021-04-17T14:00:08.024Z] docker-support-scheduler-go latest 0ead2fb41eac 2 minutes ago 17.6MB [2021-04-17T14:00:08.024Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.898s coverage: 29.1% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.277s coverage: 100.0% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 95.6% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-17T14:00:12.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-04-17T14:00:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 28.1% of statements [2021-04-17T14:00:12.958Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-17T14:00:13.958Z] GO111MODULE=on go vet ./... [2021-04-17T14:00:23.740Z] Still waiting to schedule task [2021-04-17T14:00:23.740Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-17T14:01:12.517Z] Running on prd-ubuntu18.04-docker-8c-8g-570 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-17T14:01:12.535Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-04-17T14:01:15.086Z] using credential edgex-jenkins-ssh [2021-04-17T14:01:15.105Z] Cloning the remote Git repository [2021-04-17T14:01:15.131Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-17T14:01:15.203Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-04-17T14:01:15.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-17T14:01:15.236Z] > git --version # timeout=10 [2021-04-17T14:01:15.241Z] > git --version # 'git version 2.17.1' [2021-04-17T14:01:15.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T14:01:15.275Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T14:01:22.447Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-17T14:01:22.453Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T14:01:22.464Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-17T14:01:22.476Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-17T14:01:22.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T14:01:22.480Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T14:01:22.995Z] Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:01:23.156Z] Merge succeeded, producing b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:01:23.157Z] Checking out Revision b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 (PR-3372) [2021-04-17T14:01:23.008Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T14:01:23.012Z] > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [2021-04-17T14:01:23.123Z] > git remote # timeout=10 [2021-04-17T14:01:23.130Z] > git config --get remote.origin.url # timeout=10 [2021-04-17T14:01:23.138Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T14:01:23.142Z] > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 [2021-04-17T14:01:23.150Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-17T14:01:23.165Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T14:01:23.168Z] > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [2021-04-17T14:01:26.811Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:01:27.780Z] + echo snap-build.sh [2021-04-17T14:01:27.780Z] snap-build.sh [2021-04-17T14:01:27.780Z] + SNAP_BASE_DIR=. [2021-04-17T14:01:27.780Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-04-17T14:01:27.780Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-04-17T14:01:27.780Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-04-17T14:01:27.780Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-04-17T14:01:27.780Z] + cd /w/workspace/edgex-go/2 [2021-04-17T14:01:27.780Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-17T14:01:27.780Z] Reading package lists... [2021-04-17T14:01:28.044Z] Building dependency tree... [2021-04-17T14:01:28.044Z] Reading state information... [2021-04-17T14:01:28.044Z] The following packages were automatically installed and are no longer required: [2021-04-17T14:01:28.044Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-17T14:01:28.044Z] uidmap xdelta3 [2021-04-17T14:01:28.044Z] Use 'sudo apt autoremove' to remove them. [2021-04-17T14:01:28.305Z] The following packages will be REMOVED: [2021-04-17T14:01:28.305Z] lxd* lxd-client* [2021-04-17T14:01:28.566Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-17T14:01:28.567Z] After this operation, 31.7 MB disk space will be freed. [2021-04-17T14:01:29.893Z] (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-17T14:01:29.893Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-17T14:01:30.836Z] Removing lxd dnsmasq configuration [2021-04-17T14:01:30.836Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-17T14:01:31.096Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-17T14:01:31.667Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-17T14:01:31.927Z] (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-17T14:01:31.927Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-17T14:01:33.313Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-17T14:01:33.574Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-17T14:01:34.962Z] + sudo snap remove --purge lxd [2021-04-17T14:01:35.223Z] snap "lxd" is not installed [2021-04-17T14:01:35.223Z] + sudo groupadd --force --system lxd [2021-04-17T14:01:35.223Z] ++ whoami [2021-04-17T14:01:35.223Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-17T14:01:35.488Z] + newgrp - lxd [2021-04-17T14:01:35.488Z] + sudo snap install lxd [2021-04-17T14:01:45.500Z] 2021-04-17T14:01:42Z INFO Waiting for automatic snapd restart... [2021-04-17T14:01:50.881Z] gofmt -l . [2021-04-17T14:01:50.881Z] [ "`gofmt -l .`" = "" ] [2021-04-17T14:01:50.881Z] ./bin/test-go-mod-tidy.sh [2021-04-17T14:01:50.881Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-17T14:01:51.557Z] + ls -al . [2021-04-17T14:01:51.557Z] total 824 [2021-04-17T14:01:51.557Z] drwxrwxr-x 9 1001 1001 4096 Apr 17 14:01 . [2021-04-17T14:01:51.557Z] drwxr-xr-x 4 root root 4096 Apr 17 13:56 .. [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 11 Apr 17 13:55 .dockerignore [2021-04-17T14:01:51.557Z] drwxrwxr-x 8 1001 1001 4096 Apr 17 13:55 .git [2021-04-17T14:01:51.557Z] drwxrwxr-x 3 1001 1001 4096 Apr 17 13:55 .github [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 818 Apr 17 13:55 .gitignore [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 166 Apr 17 13:55 .sonarcloud.properties [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:55 Attribution.txt [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:55 CONTRIBUTING.md [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 931 Apr 17 13:55 Dockerfile.build [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 863 Apr 17 13:55 Jenkinsfile [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:55 LICENSE [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:55 Makefile [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:55 README.md [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:55 SECURITY.md [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 5 Apr 17 13:52 VERSION [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:55 ZMQWindows.md [2021-04-17T14:01:51.557Z] drwxrwxr-x 2 1001 1001 4096 Apr 17 13:55 bin [2021-04-17T14:01:51.557Z] drwxrwxr-x 14 1001 1001 4096 Apr 17 13:55 cmd [2021-04-17T14:01:51.557Z] -rw-r--r-- 1 root root 687366 Apr 17 14:00 coverage.out [2021-04-17T14:01:51.557Z] -rw-r--r-- 1 root root 1058 Apr 17 14:01 go.mod [2021-04-17T14:01:51.557Z] -rw-r--r-- 1 root root 22256 Apr 17 14:01 go.sum [2021-04-17T14:01:51.557Z] drwxrwxr-x 8 1001 1001 4096 Apr 17 13:55 internal [2021-04-17T14:01:51.557Z] drwxrwxr-x 4 1001 1001 4096 Apr 17 13:55 openapi [2021-04-17T14:01:51.557Z] drwxrwxr-x 4 1001 1001 4096 Apr 17 13:55 snap [2021-04-17T14:01:51.557Z] -rw-rw-r-- 1 1001 1001 168 Apr 17 13:55 version.go [Pipeline] sh [2021-04-17T14:01:52.223Z] + '[' -e coverage.out ] [2021-04-17T14:01:52.223Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-17T14:01:52.258Z] Warning: overwriting stash ‘coverage-report’ [2021-04-17T14:01:53.849Z] Stashed 1 file(s) [Pipeline] sh [2021-04-17T14:01:54.581Z] + make build [2021-04-17T14:01:54.581Z] 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-17T14:02:00.428Z] lxd 4.13 from Canonical* installed [2021-04-17T14:02:00.428Z] + sudo lxd init --auto [2021-04-17T14:02:08.588Z] + sudo snap install --classic snapcraft [2021-04-17T14:02:09.893Z] 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-17T14:02:13.883Z] snapcraft 4.6.2 from Canonical* installed [2021-04-17T14:02:13.883Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-17T14:02:13.883Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-17T14:02:13.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:02:13.883Z] Dload Upload Total Spent Left Speed [2021-04-17T14:02:13.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3407 0 --:--:-- --:--:-- --:--:-- 3407 [2021-04-17T14:02:13.883Z] 100 3325k 100 3325k 0 0 9637k 0 --:--:-- --:--:-- --:--:-- 9637k [2021-04-17T14:02:13.883Z] ./yq_linux_amd64 [2021-04-17T14:02:13.883Z] + sudo snapcraft prime --use-lxd [2021-04-17T14:02:15.800Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-17T14:02:15.800Z] 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-17T14:02:15.800Z] - README.md [2021-04-17T14:02:15.800Z] [2021-04-17T14:02:15.800Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-17T14:02:16.371Z] Launching a container. [2021-04-17T14:02:28.612Z] Waiting for container to be ready [2021-04-17T14:02:28.612Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-17T14:02:28.612Z] [2021-04-17T14:02:31.912Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-17T14:02:32.089Z] 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-17T14:02:32.483Z] Waiting for network to be ready... [2021-04-17T14:02:33.053Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-17T14:02:33.053Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-17T14:02:33.623Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-17T14:02:33.623Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-17T14:02:33.623Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-17T14:02:33.883Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-17T14:02:33.883Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-17T14:02:33.883Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-17T14:02:33.883Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-17T14:02:33.883Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-17T14:02:33.883Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-17T14:02:33.883Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-17T14:02:33.883Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-17T14:02:33.883Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-17T14:02:33.883Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-17T14:02:33.883Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-17T14:02:33.883Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-17T14:02:34.143Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-17T14:02:34.409Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-17T14:02:34.409Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-17T14:02:34.669Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-17T14:02:34.669Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-17T14:02:34.669Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-17T14:02:34.669Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-17T14:02:34.669Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-17T14:02:34.669Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-17T14:02:34.669Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-17T14:02:39.225Z] Fetched 24.4 MB in 6s (4260 kB/s) [2021-04-17T14:02:39.820Z] Reading package lists... [2021-04-17T14:02:40.106Z] Reading package lists... [2021-04-17T14:02:40.398Z] Building dependency tree... [2021-04-17T14:02:40.398Z] Reading state information... [2021-04-17T14:02:40.398Z] The following additional packages will be installed: [2021-04-17T14:02:40.398Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-17T14:02:40.398Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-17T14:02:40.398Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-17T14:02:40.398Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-17T14:02:40.398Z] Suggested packages: [2021-04-17T14:02:40.398Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-17T14:02:40.398Z] Recommended packages: [2021-04-17T14:02:40.398Z] gnupg libsasl2-modules [2021-04-17T14:02:40.684Z] The following NEW packages will be installed: [2021-04-17T14:02:40.684Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-17T14:02:40.684Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-17T14:02:40.684Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-17T14:02:40.684Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-17T14:02:40.684Z] The following packages will be upgraded: [2021-04-17T14:02:40.684Z] gpg gpg-agent gpgconf libudev1 [2021-04-17T14:02:40.684Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-17T14:02:40.684Z] Need to get 3529 kB of archives. [2021-04-17T14:02:40.684Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-17T14:02:40.684Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-17T14:02:40.684Z] Get:2 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-17T14:02:40.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-17T14:02:40.959Z] 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-17T14:02:40.959Z] 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-17T14:02:40.959Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-17T14:02:40.959Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-17T14:02:41.529Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-17T14:02:41.529Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-17T14:02:41.529Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-17T14:02:41.529Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-17T14:02:41.529Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-17T14:02:41.529Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-17T14:02:41.529Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-17T14:02:41.529Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-17T14:02:41.529Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-17T14:02:41.529Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-17T14:02:41.529Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-17T14:02:41.529Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-17T14:02:41.529Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-17T14:02:41.529Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-17T14:02:41.529Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-17T14:02:41.529Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-17T14:02:41.790Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-17T14:02:41.790Z] Fetched 3529 kB in 1s (3298 kB/s) [2021-04-17T14:02:41.790Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-17T14:02:41.790Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-17T14:02:41.790Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-17T14:02:42.052Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-17T14:02:42.052Z] Selecting previously unselected package udev. [2021-04-17T14:02:42.052Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-17T14:02:42.052Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-17T14:02:42.052Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-17T14:02:42.312Z] Selecting previously unselected package libfuse2:amd64. [2021-04-17T14:02:42.312Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-17T14:02:42.312Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-17T14:02:42.573Z] Selecting previously unselected package fuse. [2021-04-17T14:02:42.573Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-17T14:02:42.573Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-17T14:02:42.573Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-17T14:02:42.573Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-17T14:02:42.833Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-17T14:02:42.833Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-17T14:02:42.833Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-17T14:02:43.094Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-17T14:02:43.094Z] Selecting previously unselected package libksba8:amd64. [2021-04-17T14:02:43.094Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-17T14:02:43.094Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-17T14:02:43.094Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-17T14:02:43.094Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.094Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.354Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-17T14:02:43.354Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.355Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.355Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-17T14:02:43.355Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.355Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.355Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-17T14:02:43.355Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.355Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.615Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-17T14:02:43.615Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.615Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.615Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-17T14:02:43.615Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.615Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.876Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-17T14:02:43.876Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.876Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.876Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-17T14:02:43.876Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.876Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:43.876Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-17T14:02:43.876Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-17T14:02:43.876Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:44.138Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-17T14:02:44.138Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-17T14:02:44.138Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-17T14:02:44.138Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-17T14:02:44.138Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-17T14:02:44.138Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-17T14:02:44.138Z] Selecting previously unselected package libldap-common. [2021-04-17T14:02:44.138Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-17T14:02:44.138Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-17T14:02:44.398Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-17T14:02:44.398Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-17T14:02:44.398Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-17T14:02:44.398Z] Selecting previously unselected package dirmngr. [2021-04-17T14:02:44.398Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-17T14:02:44.398Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-17T14:02:44.398Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-17T14:02:44.659Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-17T14:02:44.659Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-17T14:02:44.659Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-17T14:02:44.659Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-17T14:02:44.659Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-17T14:02:44.659Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:44.659Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-17T14:02:44.659Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-17T14:02:44.659Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-17T14:02:45.232Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-17T14:02:45.233Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.233Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-17T14:02:45.233Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-17T14:02:45.496Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-17T14:02:45.496Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-17T14:02:45.496Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-17T14:02:45.760Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-17T14:02:45.760Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-17T14:02:46.023Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-17T14:02:46.023Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-17T14:02:46.023Z] This means they are not meant to be enabled using systemctl. [2021-04-17T14:02:46.023Z] Possible reasons for having this kind of units are: [2021-04-17T14:02:46.023Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-17T14:02:46.023Z] .wants/ or .requires/ directory. [2021-04-17T14:02:46.023Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-17T14:02:46.023Z] a requirement dependency on it. [2021-04-17T14:02:46.023Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-17T14:02:46.023Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-17T14:02:46.023Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-17T14:02:46.023Z] instance name specified. [2021-04-17T14:02:46.207Z] 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-17T14:02:46.597Z] Reading package lists... [2021-04-17T14:02:46.598Z] Building dependency tree... [2021-04-17T14:02:46.598Z] Reading state information... [2021-04-17T14:02:46.859Z] The following additional packages will be installed: [2021-04-17T14:02:46.859Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-17T14:02:46.859Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-17T14:02:46.859Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-17T14:02:46.859Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-17T14:02:46.859Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-17T14:02:46.859Z] Suggested packages: [2021-04-17T14:02:46.859Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-17T14:02:46.859Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-17T14:02:46.859Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-17T14:02:46.859Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-17T14:02:46.859Z] systemd-container policykit-1 [2021-04-17T14:02:46.859Z] Recommended packages: [2021-04-17T14:02:46.859Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-17T14:02:46.859Z] The following NEW packages will be installed: [2021-04-17T14:02:46.859Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-17T14:02:46.859Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-17T14:02:46.859Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-17T14:02:46.859Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-17T14:02:46.859Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-17T14:02:46.859Z] The following packages will be upgraded: [2021-04-17T14:02:46.859Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-17T14:02:47.123Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-17T14:02:47.123Z] Need to get 35.2 MB of archives. [2021-04-17T14:02:47.123Z] After this operation, 141 MB of additional disk space will be used. [2021-04-17T14:02:47.123Z] 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-17T14:02:47.123Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-17T14:02:47.200Z] 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-17T14:02:47.698Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-17T14:02:47.698Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-17T14:02:47.698Z] 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-17T14:02:47.960Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-17T14:02:47.960Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-17T14:02:47.960Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-17T14:02:47.960Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-17T14:02:47.960Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-17T14:02:47.960Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-17T14:02:47.960Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-17T14:02:47.960Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-17T14:02:47.960Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-17T14:02:47.960Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-17T14:02:47.960Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-17T14:02:47.960Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-17T14:02:47.960Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-17T14:02:48.226Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-17T14:02:48.810Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-17T14:02:49.070Z] 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-17T14:02:49.071Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-17T14:02:49.330Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-17T14:02:49.330Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-17T14:02:49.592Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-17T14:02:49.592Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-17T14:02:49.592Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-17T14:02:49.855Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-17T14:02:49.855Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-17T14:02:49.855Z] 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-17T14:02:50.116Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-17T14:02:50.116Z] Fetched 35.2 MB in 3s (11.4 MB/s) [2021-04-17T14:02:50.116Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-17T14:02:50.116Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-17T14:02:50.379Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-17T14:02:50.954Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-17T14:02:50.954Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-17T14:02:50.954Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-17T14:02:51.214Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-17T14:02:51.214Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-17T14:02:51.214Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-17T14:02:51.214Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-17T14:02:51.476Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-17T14:02:51.476Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-17T14:02:51.476Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-17T14:02:51.736Z] Setting up apt (1.6.13) ... [2021-04-17T14:02:51.736Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-17T14:02:52.307Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-17T14:02:52.307Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-17T14:02:52.307Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-17T14:02:52.307Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-17T14:02:52.569Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-17T14:02:52.569Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-17T14:02:52.569Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:02:52.831Z] Selecting previously unselected package libexpat1:amd64. [2021-04-17T14:02:52.831Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-17T14:02:52.831Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-17T14:02:53.094Z] Selecting previously unselected package python3.6-minimal. [2021-04-17T14:02:53.094Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-17T14:02:53.094Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:02:53.355Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-17T14:02:53.355Z] Checking for services that may need to be restarted...done. [2021-04-17T14:02:53.355Z] Checking for services that may need to be restarted...done. [2021-04-17T14:02:53.355Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:02:53.616Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-17T14:02:53.616Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:02:53.924Z] 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-17T14:02:54.188Z] Selecting previously unselected package python3-minimal. [2021-04-17T14:02:54.188Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-17T14:02:54.188Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-17T14:02:54.188Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-17T14:02:54.188Z] Selecting previously unselected package mime-support. [2021-04-17T14:02:54.188Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-17T14:02:54.188Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-17T14:02:54.449Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-17T14:02:54.449Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-17T14:02:54.449Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-17T14:02:54.449Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-17T14:02:54.449Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-17T14:02:54.449Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:02:54.710Z] Selecting previously unselected package python3.6. [2021-04-17T14:02:54.710Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-17T14:02:54.710Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:02:54.710Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-17T14:02:54.710Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-17T14:02:54.710Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-17T14:02:54.973Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-17T14:02:55.234Z] Selecting previously unselected package python3. [2021-04-17T14:02:55.234Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-17T14:02:55.234Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-17T14:02:55.234Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-17T14:02:55.234Z] Selecting previously unselected package multiarch-support. [2021-04-17T14:02:55.234Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-17T14:02:55.234Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-17T14:02:55.234Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-17T14:02:55.498Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-17T14:02:55.498Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-17T14:02:55.498Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-17T14:02:55.498Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-17T14:02:55.498Z] Selecting previously unselected package libbsd0:amd64. [2021-04-17T14:02:55.498Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-17T14:02:55.498Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-17T14:02:55.759Z] Selecting previously unselected package sudo. [2021-04-17T14:02:55.759Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-17T14:02:55.759Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-17T14:02:55.759Z] Selecting previously unselected package apparmor. [2021-04-17T14:02:55.759Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-17T14:02:55.759Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-17T14:02:56.020Z] Selecting previously unselected package libedit2:amd64. [2021-04-17T14:02:56.020Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-17T14:02:56.020Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-17T14:02:56.020Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-17T14:02:56.020Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-17T14:02:56.020Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:02:56.282Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-17T14:02:56.282Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-17T14:02:56.282Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:02:56.282Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-17T14:02:56.282Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-17T14:02:56.282Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-17T14:02:56.282Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-17T14:02:56.282Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-17T14:02:56.282Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:02:56.544Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-17T14:02:56.544Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-17T14:02:56.544Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:02:56.544Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-17T14:02:56.544Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-17T14:02:56.544Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-17T14:02:56.805Z] Selecting previously unselected package openssh-client. [2021-04-17T14:02:56.805Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-17T14:02:56.805Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-17T14:02:57.066Z] Selecting previously unselected package squashfs-tools. [2021-04-17T14:02:57.066Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-17T14:02:57.066Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-17T14:02:57.066Z] Selecting previously unselected package snapd. [2021-04-17T14:02:57.066Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-17T14:02:57.066Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-17T14:02:59.322Z] 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-17T14:02:59.631Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-17T14:02:59.631Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-17T14:02:59.631Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-17T14:02:59.631Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-17T14:02:59.894Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-17T14:02:59.894Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:02:59.894Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-17T14:02:59.894Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-17T14:02:59.894Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-17T14:03:00.469Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-17T14:03:00.731Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-17T14:03:00.731Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-17T14:03:00.731Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:03:00.731Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:03:00.731Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-17T14:03:01.678Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-17T14:03:01.678Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:03:01.678Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-17T14:03:01.678Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-17T14:03:01.678Z] running python rtupdate hooks for python3.6... [2021-04-17T14:03:01.678Z] running python post-rtupdate hooks for python3.6... [2021-04-17T14:03:01.678Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-17T14:03:03.065Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-17T14:03:03.065Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-17T14:03:03.326Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-17T14:03:03.326Z] Setting up snapd (2.48.3+18.04) ... [2021-04-17T14:03:03.617Z] 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-17T14:03:03.896Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-17T14:03:04.166Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-17T14:03:04.166Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-17T14:03:04.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-17T14:03:04.688Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-17T14:03:04.688Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-17T14:03:04.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-17T14:03:05.211Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-17T14:03:05.211Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-17T14:03:05.473Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-17T14:03:05.733Z] /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-17T14:03:05.733Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-17T14:03:05.733Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-17T14:03:06.676Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-17T14:03:06.936Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-17T14:03:06.936Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-17T14:03:07.925Z] 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-17T14:03:08.578Z] Reading package lists... [2021-04-17T14:03:08.838Z] Reading package lists... [2021-04-17T14:03:09.098Z] Building dependency tree... [2021-04-17T14:03:09.098Z] Reading state information... [2021-04-17T14:03:09.098Z] Calculating upgrade... [2021-04-17T14:03:09.361Z] The following packages will be upgraded: [2021-04-17T14:03:09.361Z] advancecomp base-files bash binutils binutils-common [2021-04-17T14:03:09.361Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-17T14:03:09.361Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-17T14:03:09.361Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-17T14:03:09.361Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-17T14:03:09.361Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-17T14:03:09.361Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-17T14:03:09.361Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-17T14:03:09.361Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-17T14:03:09.361Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-17T14:03:09.361Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-17T14:03:09.361Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-17T14:03:09.361Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-17T14:03:09.361Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-17T14:03:09.361Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-17T14:03:09.361Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-17T14:03:09.361Z] Need to get 64.0 MB of archives. [2021-04-17T14:03:09.361Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-17T14:03:09.361Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-17T14:03:09.623Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-17T14:03:09.623Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-17T14:03:09.623Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-17T14:03:09.623Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-17T14:03:09.623Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-17T14:03:09.623Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-17T14:03:09.623Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-17T14:03:09.623Z] 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-17T14:03:09.623Z] 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-17T14:03:09.623Z] 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-17T14:03:09.623Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-17T14:03:09.623Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-17T14:03:09.623Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-17T14:03:09.623Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-17T14:03:09.623Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-17T14:03:09.623Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-17T14:03:09.623Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-17T14:03:09.623Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-17T14:03:09.623Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-17T14:03:09.623Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-17T14:03:09.887Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-17T14:03:09.887Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-17T14:03:09.887Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-17T14:03:09.887Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-17T14:03:09.887Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-17T14:03:09.887Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-17T14:03:09.887Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-17T14:03:09.887Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-17T14:03:09.887Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-17T14:03:09.887Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-17T14:03:09.887Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-17T14:03:09.887Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-17T14:03:09.887Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-17T14:03:09.887Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-17T14:03:09.887Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-17T14:03:09.887Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-17T14:03:09.887Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-17T14:03:09.887Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-17T14:03:09.887Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-17T14:03:09.887Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-17T14:03:09.887Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-17T14:03:09.887Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-17T14:03:09.887Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-17T14:03:09.887Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-17T14:03:09.887Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-17T14:03:09.887Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-17T14:03:09.887Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-17T14:03:09.887Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-17T14:03:09.887Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-17T14:03:09.887Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-17T14:03:09.887Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-17T14:03:09.887Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-17T14:03:09.887Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-17T14:03:09.887Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-17T14:03:09.887Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-17T14:03:10.154Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-17T14:03:10.416Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-17T14:03:10.416Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-17T14:03:10.416Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-17T14:03:10.416Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-17T14:03:10.416Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-17T14:03:10.679Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-17T14:03:10.679Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-17T14:03:10.679Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-17T14:03:10.679Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-17T14:03:10.679Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-17T14:03:10.679Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-17T14:03:10.679Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-17T14:03:10.679Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-17T14:03:10.679Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-17T14:03:10.679Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-17T14:03:10.679Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-17T14:03:10.679Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-17T14:03:10.679Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-17T14:03:10.679Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-17T14:03:10.679Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-17T14:03:10.679Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-17T14:03:10.679Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-17T14:03:10.679Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-17T14:03:10.679Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-17T14:03:10.679Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-17T14:03:10.679Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-17T14:03:10.679Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-17T14:03:10.679Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-17T14:03:10.679Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-17T14:03:10.940Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-17T14:03:10.940Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-17T14:03:10.940Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-17T14:03:11.201Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-17T14:03:11.201Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-17T14:03:11.201Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-17T14:03:11.201Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-17T14:03:11.201Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-17T14:03:11.201Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-17T14:03:11.201Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-17T14:03:11.201Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-17T14:03:11.201Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-17T14:03:11.201Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-17T14:03:11.201Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-17T14:03:11.201Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-17T14:03:11.462Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-17T14:03:11.462Z] Fetched 64.0 MB in 2s (32.4 MB/s) [2021-04-17T14:03:11.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:11.462Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-17T14:03:11.462Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-17T14:03:12.226Z] 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-17T14:03:12.405Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-17T14:03:12.406Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-17T14:03:12.406Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-17T14:03:12.406Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-17T14:03:13.347Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:13.347Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:13.347Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:13.347Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:13.608Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:13.608Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:13.608Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:13.608Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:13.873Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:13.873Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:13.873Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:13.873Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:14.138Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:14.138Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:14.138Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:14.402Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-17T14:03:14.402Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:14.402Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-17T14:03:14.402Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:14.402Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-17T14:03:14.402Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:14.402Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:14.663Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:14.663Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:14.663Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:14.924Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-17T14:03:14.924Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:15.185Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-17T14:03:15.185Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-17T14:03:15.446Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-17T14:03:15.707Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-17T14:03:15.968Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-17T14:03:15.968Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-17T14:03:15.968Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-17T14:03:15.968Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-17T14:03:16.230Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-17T14:03:16.230Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-17T14:03:16.490Z] Installing new version of config file /etc/issue ... [2021-04-17T14:03:16.491Z] Installing new version of config file /etc/issue.net ... [2021-04-17T14:03:16.491Z] Installing new version of config file /etc/lsb-release ... [2021-04-17T14:03:16.491Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-17T14:03:16.751Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-17T14:03:16.751Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-17T14:03:16.752Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-17T14:03:16.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:16.752Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-17T14:03:17.013Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-17T14:03:17.013Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-17T14:03:17.013Z] 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-17T14:03:17.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:17.274Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:17.274Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:17.274Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:17.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:17.274Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-17T14:03:17.535Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-17T14:03:17.535Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-17T14:03:17.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:17.535Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-17T14:03:17.796Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-17T14:03:17.796Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-17T14:03:18.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:18.058Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-17T14:03:18.058Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-17T14:03:18.319Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-17T14:03:18.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:18.319Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-17T14:03:18.319Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-17T14:03:18.579Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-17T14:03:18.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:18.579Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-17T14:03:18.579Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-17T14:03:18.579Z] Setting up grep (3.1-2build1) ... [2021-04-17T14:03:18.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:18.840Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-17T14:03:18.840Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-17T14:03:18.942Z] 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-17T14:03:19.100Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-17T14:03:19.100Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:19.100Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-17T14:03:19.100Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-17T14:03:19.360Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-17T14:03:19.361Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:19.361Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-17T14:03:19.361Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-17T14:03:20.302Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-17T14:03:20.302Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-17T14:03:20.302Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-17T14:03:20.302Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-17T14:03:20.873Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-17T14:03:20.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:20.873Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-17T14:03:21.134Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-17T14:03:22.076Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-17T14:03:22.076Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-17T14:03:22.076Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-17T14:03:22.076Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-17T14:03:22.337Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-17T14:03:22.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:22.337Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-17T14:03:22.337Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-17T14:03:22.598Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-17T14:03:22.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:22.598Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:22.598Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:22.860Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:22.860Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:22.860Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:22.860Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:22.860Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:23.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:23.122Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:23.122Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:23.122Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:23.122Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:23.122Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:23.122Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:23.383Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:23.383Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:23.383Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-17T14:03:23.383Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-17T14:03:23.648Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-17T14:03:23.648Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-17T14:03:23.648Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-17T14:03:23.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:23.648Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-17T14:03:23.648Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-17T14:03:23.909Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-17T14:03:23.909Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:23.909Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:23.909Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:23.909Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:24.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:24.171Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:24.171Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:24.171Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:24.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:24.171Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:24.431Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:24.692Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:24.954Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-17T14:03:25.222Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-17T14:03:25.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:25.483Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-17T14:03:25.483Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-17T14:03:25.745Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-17T14:03:25.745Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-17T14:03:25.745Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-17T14:03:25.745Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-17T14:03:26.006Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-17T14:03:26.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:26.006Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-17T14:03:26.267Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-17T14:03:26.267Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-17T14:03:26.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:26.529Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-17T14:03:26.529Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-17T14:03:26.790Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-17T14:03:26.790Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:26.790Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-17T14:03:26.790Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-17T14:03:26.790Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-17T14:03:27.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:27.051Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-17T14:03:27.051Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-17T14:03:27.051Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] } [2021-04-17T14:03:27.230Z] $ docker stop --time=1 59195bd63beb5e8b324665f7ecb9e6d608db2b4f87933696353fe9dd2d87adb3 [2021-04-17T14:03:27.314Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:27.314Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-17T14:03:27.314Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-17T14:03:27.314Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-17T14:03:27.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:27.582Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-17T14:03:27.582Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-17T14:03:27.842Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-17T14:03:28.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:28.103Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-17T14:03:28.103Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-17T14:03:28.103Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-17T14:03:28.103Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-17T14:03:28.364Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-17T14:03:28.364Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-17T14:03:28.364Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-17T14:03:28.364Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:28.364Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-17T14:03:28.364Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-17T14:03:28.626Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-17T14:03:28.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:28.626Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-17T14:03:28.887Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-17T14:03:28.887Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-17T14:03:29.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:29.148Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-17T14:03:29.148Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-17T14:03:29.409Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-17T14:03:29.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:29.409Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-17T14:03:29.409Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-17T14:03:29.409Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-17T14:03:29.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:29.670Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-17T14:03:29.670Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-17T14:03:29.863Z] $ docker rm -f 59195bd63beb5e8b324665f7ecb9e6d608db2b4f87933696353fe9dd2d87adb3 [2021-04-17T14:03:29.931Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-17T14:03:30.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:30.191Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-17T14:03:30.191Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-17T14:03:30.451Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-17T14:03:30.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:30.451Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-17T14:03:30.451Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-17T14:03:30.711Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-17T14:03:30.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:30.711Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-17T14:03:30.711Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-17T14:03:30.971Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-17T14:03:30.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:30.971Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-17T14:03:30.971Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-17T14:03:31.231Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-17T14:03:31.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:31.231Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-17T14:03:31.232Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:31.491Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-17T14:03:31.491Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:31.491Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-17T14:03:31.492Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-17T14:03:31.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T14:03:31.624Z] [2021-04-17T14:03:31.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:31.752Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-17T14:03:31.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:31.752Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-17T14:03:31.752Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-17T14:03:31.982Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T14:03:32.011Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-17T14:03:32.257Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-17T14:03:32.257Z] 29e5d40040c1: Pulling fs layer [2021-04-17T14:03:32.257Z] 1ce36da41761: Pulling fs layer [2021-04-17T14:03:32.257Z] 25b303627fd3: Pulling fs layer [2021-04-17T14:03:32.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:32.272Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-17T14:03:32.272Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-17T14:03:32.272Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-17T14:03:32.272Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-17T14:03:32.272Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-17T14:03:32.530Z] 29e5d40040c1: Verifying Checksum [2021-04-17T14:03:32.530Z] 29e5d40040c1: Download complete [2021-04-17T14:03:32.532Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-17T14:03:32.532Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-17T14:03:32.532Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-17T14:03:32.532Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-17T14:03:32.532Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-17T14:03:32.794Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-17T14:03:32.794Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-17T14:03:33.056Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-17T14:03:33.056Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-17T14:03:33.126Z] 29e5d40040c1: Pull complete [2021-04-17T14:03:33.316Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-17T14:03:33.316Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-17T14:03:33.400Z] 1ce36da41761: Download complete [2021-04-17T14:03:33.579Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-17T14:03:33.579Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-17T14:03:33.579Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-17T14:03:33.579Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-17T14:03:33.848Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-17T14:03:33.848Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-17T14:03:33.848Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-17T14:03:33.848Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-17T14:03:34.109Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-17T14:03:34.109Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-17T14:03:34.109Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-17T14:03:34.109Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-17T14:03:34.369Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-17T14:03:34.369Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-17T14:03:34.379Z] 1ce36da41761: Pull complete [2021-04-17T14:03:34.631Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-17T14:03:34.631Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-17T14:03:35.352Z] 25b303627fd3: Verifying Checksum [2021-04-17T14:03:35.352Z] 25b303627fd3: Download complete [2021-04-17T14:03:36.018Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-17T14:03:36.018Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-17T14:03:36.018Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-17T14:03:36.019Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-17T14:03:36.019Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-17T14:03:36.279Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-17T14:03:36.555Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-17T14:03:36.555Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-17T14:03:36.829Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-17T14:03:36.829Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-17T14:03:36.829Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-17T14:03:36.829Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-17T14:03:36.829Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:37.098Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:37.098Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:37.098Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:37.359Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:37.359Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:37.359Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:37.359Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:38.306Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:38.306Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:39.253Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:39.253Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:40.202Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:40.202Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:40.466Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:40.466Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:41.409Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-17T14:03:41.409Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-17T14:03:41.670Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-17T14:03:41.670Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-17T14:03:41.670Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-17T14:03:41.670Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-17T14:03:41.968Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-17T14:03:41.968Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-17T14:03:41.968Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-17T14:03:42.235Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-17T14:03:42.235Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-17T14:03:42.235Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-17T14:03:42.235Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-17T14:03:42.501Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-17T14:03:42.501Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-17T14:03:42.501Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-17T14:03:42.782Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:42.782Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-17T14:03:42.782Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:42.782Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:42.782Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:42.782Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-17T14:03:42.782Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-17T14:03:42.782Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-17T14:03:43.044Z] [2021-04-17T14:03:43.044Z] Current default time zone: 'Etc/UTC' [2021-04-17T14:03:43.044Z] Local time is now: Sat Apr 17 14:03:42 UTC 2021. [2021-04-17T14:03:43.044Z] Universal Time is now: Sat Apr 17 14:03:42 UTC 2021. [2021-04-17T14:03:43.044Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-17T14:03:43.044Z] [2021-04-17T14:03:43.044Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-17T14:03:43.044Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:43.044Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-17T14:03:43.044Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-17T14:03:43.044Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-17T14:03:43.044Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-17T14:03:43.304Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-17T14:03:43.304Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-17T14:03:43.304Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-17T14:03:43.304Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-17T14:03:43.304Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:43.304Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-17T14:03:43.564Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:43.564Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-17T14:03:43.564Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:43.564Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-17T14:03:43.614Z] 25b303627fd3: Pull complete [2021-04-17T14:03:43.614Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-17T14:03:43.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T14:03:43.614Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-17T14:03:43.826Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-17T14:03:43.826Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-17T14:03:43.826Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-17T14:03:43.826Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-17T14:03:43.826Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-17T14:03:43.826Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-17T14:03:43.826Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-17T14:03:43.856Z] prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container [2021-04-17T14:03:43.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-17T14:03:45.737Z] Updating certificates in /etc/ssl/certs... [2021-04-17T14:03:46.309Z] 23 added, 27 removed; done. [2021-04-17T14:03:46.309Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-17T14:03:46.309Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-17T14:03:46.309Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-17T14:03:46.309Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-17T14:03:46.309Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-17T14:03:46.309Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.309Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-17T14:03:46.570Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.570Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.570Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.571Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.571Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.571Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-17T14:03:46.571Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-17T14:03:46.571Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-17T14:03:46.831Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-17T14:03:46.831Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-17T14:03:46.831Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.831Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-17T14:03:46.831Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-17T14:03:46.831Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-17T14:03:46.894Z] $ docker top c6ac7e9fefc4a656992c74bf1d83380d7ca8117c85ca38fa5e5f11ce52f04297 -eo pid,comm [2021-04-17T14:03:47.093Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-17T14:03:47.093Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-17T14:03:47.093Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-17T14:03:47.093Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-17T14:03:47.093Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-17T14:03:47.093Z] Updating certificates in /etc/ssl/certs... [Pipeline] { [Pipeline] sh [2021-04-17T14:03:47.664Z] 0 added, 0 removed; done. [2021-04-17T14:03:47.664Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-17T14:03:47.664Z] done. [2021-04-17T14:03:47.823Z] + docker-compose build --help [2021-04-17T14:03:47.823Z] + grep parallel [2021-04-17T14:03:48.606Z] Reading package lists... [2021-04-17T14:03:48.606Z] Building dependency tree... [2021-04-17T14:03:48.606Z] Reading state information... [2021-04-17T14:03:48.867Z] The following NEW packages will be installed: [2021-04-17T14:03:48.867Z] apt-transport-https [2021-04-17T14:03:49.128Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-17T14:03:49.128Z] Need to get 1692 B of archives. [2021-04-17T14:03:49.128Z] After this operation, 154 kB of additional disk space will be used. [2021-04-17T14:03:49.128Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-17T14:03:49.128Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-17T14:03:49.389Z] Fetched 1692 B in 0s (8225 B/s) [2021-04-17T14:03:49.389Z] Selecting previously unselected package apt-transport-https. [2021-04-17T14:03:49.389Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-17T14:03:49.389Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-17T14:03:49.389Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-17T14:03:49.389Z] Setting up apt-transport-https (1.6.13) ... [2021-04-17T14:03:49.961Z] Waiting for network to be ready... [2021-04-17T14:03:53.231Z] --parallel Build images in parallel. [Pipeline] } [2021-04-17T14:03:53.259Z] $ docker stop --time=1 c6ac7e9fefc4a656992c74bf1d83380d7ca8117c85ca38fa5e5f11ce52f04297 [2021-04-17T14:03:55.179Z] $ docker rm -f c6ac7e9fefc4a656992c74bf1d83380d7ca8117c85ca38fa5e5f11ce52f04297 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:55.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-17T14:03:55.817Z] . [Pipeline] withDockerContainer [2021-04-17T14:03:56.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container [2021-04-17T14:03:56.131Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-17T14:03:57.575Z] $ docker top 0ca4c7bbdd70bcf041ae7be887a934638e3b4213948e2a9bc00a06cbfaf3fae6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T14:03:58.118Z] 2021-04-17T14:03:53Z INFO Waiting for automatic snapd restart... [2021-04-17T14:03:58.118Z] snapd 2.49.2 from Canonical* installed [2021-04-17T14:03:58.381Z] "snapd" switched to the "latest/stable" channel [2021-04-17T14:03:58.381Z] [2021-04-17T14:03:58.504Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-17T14:04:02.597Z] core18 20210309 from Canonical* installed [2021-04-17T14:04:02.800Z] Building docker-core-command-go ... [2021-04-17T14:04:02.800Z] Building docker-core-data-go ... [2021-04-17T14:04:02.800Z] Building docker-core-metadata-go ... [2021-04-17T14:04:02.800Z] Building docker-security-bootstrapper-go ... [2021-04-17T14:04:02.800Z] Building docker-security-proxy-setup-go ... [2021-04-17T14:04:02.800Z] Building docker-security-secretstore-setup-go ... [2021-04-17T14:04:02.800Z] Building docker-support-notifications-go ... [2021-04-17T14:04:02.801Z] Building docker-support-scheduler-go ... [2021-04-17T14:04:02.801Z] Building docker-sys-mgmt-agent-go ... [2021-04-17T14:04:02.801Z] Building docker-security-proxy-setup-go [2021-04-17T14:04:02.801Z] Building docker-core-metadata-go [2021-04-17T14:04:02.801Z] Building docker-support-notifications-go [2021-04-17T14:04:02.801Z] Building docker-support-scheduler-go [2021-04-17T14:04:02.801Z] Building docker-security-bootstrapper-go [2021-04-17T14:04:02.859Z] "core18" switched to the "latest/stable" channel [2021-04-17T14:04:02.859Z] [2021-04-17T14:04:08.153Z] snapcraft 4.6.2 from Canonical* installed [2021-04-17T14:04:08.153Z] "snapcraft" switched to the "latest/stable" channel [2021-04-17T14:04:08.153Z] [2021-04-17T14:04:12.378Z] 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-17T14:04:12.378Z] - README.md [2021-04-17T14:04:12.378Z] [2021-04-17T14:04:12.378Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-17T14:04:19.026Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-17T14:04:19.026Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-17T14:04:19.026Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-17T14:04:19.026Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-17T14:04:19.968Z] Reading package lists... [2021-04-17T14:04:20.229Z] 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-17T14:04:26.825Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-17T14:04:26.825Z] Reading package lists... [2021-04-17T14:04:26.825Z] Building dependency tree... [2021-04-17T14:04:26.825Z] Reading state information... [2021-04-17T14:04:26.825Z] Suggested packages: [2021-04-17T14:04:26.825Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-17T14:04:26.825Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-17T14:04:26.825Z] Recommended packages: [2021-04-17T14:04:26.825Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-17T14:04:26.825Z] The following NEW packages will be installed: [2021-04-17T14:04:26.825Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-17T14:04:26.825Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-17T14:04:26.825Z] pkg-config zip [2021-04-17T14:04:26.825Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-17T14:04:26.825Z] Need to get 7663 kB of archives. [2021-04-17T14:04:26.825Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-17T14:04:26.825Z] 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-17T14:04:27.085Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-17T14:04:27.085Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-17T14:04:27.085Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-17T14:04:27.085Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-17T14:04:27.085Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-17T14:04:27.085Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-17T14:04:27.085Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-17T14:04:27.346Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-17T14:04:27.346Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-17T14:04:27.346Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-17T14:04:27.346Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-17T14:04:27.346Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-17T14:04:27.609Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-17T14:04:27.609Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-17T14:04:27.609Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-17T14:04:27.609Z] Fetched 7663 kB in 1s (10.6 MB/s) [2021-04-17T14:04:27.870Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-17T14:04:27.870Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-17T14:04:27.870Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-17T14:04:27.870Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-17T14:04:28.131Z] Selecting previously unselected package libpsl5:amd64. [2021-04-17T14:04:28.131Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-17T14:04:28.131Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-17T14:04:28.131Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-17T14:04:28.131Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-17T14:04:28.131Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-17T14:04:28.392Z] Selecting previously unselected package librtmp1:amd64. [2021-04-17T14:04:28.392Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-17T14:04:28.392Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-17T14:04:28.392Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-17T14:04:28.392Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-17T14:04:28.392Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-17T14:04:28.652Z] Selecting previously unselected package liberror-perl. [2021-04-17T14:04:28.652Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-17T14:04:28.652Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-17T14:04:28.652Z] Selecting previously unselected package git-man. [2021-04-17T14:04:28.652Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-17T14:04:28.652Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-17T14:04:28.912Z] Selecting previously unselected package git. [2021-04-17T14:04:28.912Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-17T14:04:28.912Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-17T14:04:29.854Z] Selecting previously unselected package libnorm1:amd64. [2021-04-17T14:04:29.854Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-17T14:04:29.854Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-17T14:04:29.854Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-17T14:04:29.854Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-17T14:04:29.854Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-17T14:04:29.854Z] Selecting previously unselected package libsodium23:amd64. [2021-04-17T14:04:29.854Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-17T14:04:29.854Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-17T14:04:30.114Z] Selecting previously unselected package libzmq5:amd64. [2021-04-17T14:04:30.114Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-17T14:04:30.114Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-17T14:04:30.114Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-17T14:04:30.114Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-17T14:04:30.114Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-17T14:04:30.374Z] Selecting previously unselected package pkg-config. [2021-04-17T14:04:30.374Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-17T14:04:30.374Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-17T14:04:30.374Z] Selecting previously unselected package zip. [2021-04-17T14:04:30.374Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-17T14:04:30.374Z] Unpacking zip (3.0-11build1) ... [2021-04-17T14:04:30.374Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-17T14:04:30.634Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-17T14:04:30.634Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-17T14:04:30.634Z] Setting up liberror-perl (0.17025-1) ... [2021-04-17T14:04:30.634Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-17T14:04:30.634Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-17T14:04:30.634Z] No schema files found: doing nothing. [2021-04-17T14:04:30.634Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-17T14:04:30.634Z] Setting up zip (3.0-11build1) ... [2021-04-17T14:04:30.635Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-17T14:04:30.895Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-17T14:04:30.895Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-17T14:04:30.895Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-17T14:04:30.895Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-17T14:04:30.895Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-17T14:04:30.896Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-17T14:04:31.156Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-17T14:04:37.742Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-17T14:04:38.003Z] git set to automatically installed. [2021-04-17T14:04:38.003Z] git-man set to automatically installed. [2021-04-17T14:04:38.003Z] libcurl3-gnutls set to automatically installed. [2021-04-17T14:04:38.003Z] liberror-perl set to automatically installed. [2021-04-17T14:04:38.003Z] libglib2.0-0 set to automatically installed. [2021-04-17T14:04:38.003Z] libnghttp2-14 set to automatically installed. [2021-04-17T14:04:38.003Z] libnorm1 set to automatically installed. [2021-04-17T14:04:38.003Z] libpgm-5.2-0 set to automatically installed. [2021-04-17T14:04:38.003Z] libpsl5 set to automatically installed. [2021-04-17T14:04:38.003Z] librtmp1 set to automatically installed. [2021-04-17T14:04:38.003Z] libsodium23 set to automatically installed. [2021-04-17T14:04:38.003Z] libzmq3-dev set to automatically installed. [2021-04-17T14:04:38.003Z] libzmq5 set to automatically installed. [2021-04-17T14:04:38.003Z] pkg-config set to automatically installed. [2021-04-17T14:04:38.003Z] zip set to automatically installed. [2021-04-17T14:04:39.390Z] snapd is not logged in, snap install commands will use sudo [2021-04-17T14:04:45.974Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-17T14:04:47.355Z] snap "core18" has no updates available [2021-04-17T14:04:48.741Z] snapd is not logged in, snap install commands will use sudo [2021-04-17T14:04:55.331Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-17T14:05:10.258Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-17T14:05:10.519Z] Pulling go-build-helper [2021-04-17T14:05:10.519Z] + snapcraftctl pull [2021-04-17T14:05:11.903Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-17T14:05:11.903Z] Skipping pull go-build-helper (already ran) [2021-04-17T14:05:11.903Z] Building go-build-helper [2021-04-17T14:05:11.903Z] + snapcraftctl build [2021-04-17T14:05:14.499Z] Staging go-build-helper [2021-04-17T14:05:14.499Z] + snapcraftctl stage [2021-04-17T14:05:24.551Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:05:24.551Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:05:24.551Z] ---> 1834e85466a7 [2021-04-17T14:05:24.551Z] Step 3/21 : WORKDIR /edgex-go [2021-04-17T14:05:24.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:05:24.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:05:24.551Z] ---> 1834e85466a7 [2021-04-17T14:05:24.551Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T14:05:24.551Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:05:24.551Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:05:24.551Z] ---> 1834e85466a7 [2021-04-17T14:05:24.551Z] Step 3/31 : WORKDIR /edgex-go [2021-04-17T14:05:24.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:05:24.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:05:24.551Z] ---> 1834e85466a7 [2021-04-17T14:05:24.551Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T14:05:24.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:05:24.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:05:24.551Z] ---> 1834e85466a7 [2021-04-17T14:05:24.551Z] Step 3/22 : WORKDIR /edgex-go [2021-04-17T14:05:24.551Z] ---> Running in 0a3b7d988af3 [2021-04-17T14:05:24.551Z] ---> Running in 25743b4fbec9 [2021-04-17T14:05:24.551Z] ---> Running in e29988245e23 [2021-04-17T14:05:24.551Z] ---> Running in b553fb716354 [2021-04-17T14:05:24.551Z] ---> Running in bac59742d752 [2021-04-17T14:05:24.551Z] Removing intermediate container e29988245e23 [2021-04-17T14:05:24.551Z] ---> c41144662c01 [2021-04-17T14:05:24.551Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:05:24.551Z] Removing intermediate container bac59742d752 [2021-04-17T14:05:24.551Z] ---> 2e336dd97e94 [2021-04-17T14:05:24.551Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:05:24.551Z] Removing intermediate container 0a3b7d988af3 [2021-04-17T14:05:24.551Z] ---> 7ee3d1d6185c [2021-04-17T14:05:24.551Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:05:24.552Z] Removing intermediate container b553fb716354 [2021-04-17T14:05:24.552Z] ---> 7b1f14f47232 [2021-04-17T14:05:24.552Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:05:24.552Z] Removing intermediate container 25743b4fbec9 [2021-04-17T14:05:24.552Z] ---> 227bc7aa2b83 [2021-04-17T14:05:24.552Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:05:24.552Z] ---> Running in e19ecde58214 [2021-04-17T14:05:24.552Z] ---> Running in d9f2fe0efdd0 [2021-04-17T14:05:24.552Z] ---> Running in f1982116c993 [2021-04-17T14:05:24.552Z] ---> Running in bbeb319cb2f4 [2021-04-17T14:05:24.552Z] ---> Running in fe40f0620ac2 [2021-04-17T14:05:24.552Z] Removing intermediate container f1982116c993 [2021-04-17T14:05:24.552Z] ---> bd2e5e2b767b [2021-04-17T14:05:24.552Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-17T14:05:24.552Z] Removing intermediate container e19ecde58214 [2021-04-17T14:05:24.552Z] ---> ccae96693231 [2021-04-17T14:05:24.552Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-17T14:05:24.552Z] ---> Running in 73decdc2af8f [2021-04-17T14:05:24.552Z] Removing intermediate container fe40f0620ac2 [2021-04-17T14:05:24.552Z] ---> 0f42701fe253 [2021-04-17T14:05:24.552Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T14:05:24.552Z] ---> Running in 923ccb6a90e0 [2021-04-17T14:05:24.552Z] Removing intermediate container d9f2fe0efdd0 [2021-04-17T14:05:24.552Z] ---> 5281f9cfd59b [2021-04-17T14:05:24.552Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-17T14:05:24.552Z] ---> Running in d2906139a98e [2021-04-17T14:05:24.552Z] Removing intermediate container bbeb319cb2f4 [2021-04-17T14:05:24.552Z] ---> e3c4eced13dd [2021-04-17T14:05:24.552Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-17T14:05:24.552Z] ---> Running in 7c1725544d49 [2021-04-17T14:05:24.552Z] ---> Running in dfc0fd212559 [2021-04-17T14:05:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:24.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:25.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:25.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:25.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:25.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:26.038Z] OK: 217 MiB in 51 packages [2021-04-17T14:05:26.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:05:26.038Z] OK: 217 MiB in 51 packages [2021-04-17T14:05:26.312Z] OK: 217 MiB in 51 packages [2021-04-17T14:05:26.312Z] OK: 217 MiB in 51 packages [2021-04-17T14:05:27.773Z] Removing intermediate container 73decdc2af8f [2021-04-17T14:05:27.773Z] ---> d4ec5d539741 [2021-04-17T14:05:27.773Z] Step 6/22 : COPY go.mod . [2021-04-17T14:05:28.051Z] Removing intermediate container d2906139a98e [2021-04-17T14:05:28.051Z] ---> 1193a98c4841 [2021-04-17T14:05:28.051Z] Step 6/23 : COPY go.mod . [2021-04-17T14:05:28.051Z] OK: 217 MiB in 51 packages [2021-04-17T14:05:28.327Z] Removing intermediate container 923ccb6a90e0 [2021-04-17T14:05:28.327Z] ---> 60dcb6d8738e [2021-04-17T14:05:28.327Z] Step 6/31 : COPY go.mod . [2021-04-17T14:05:28.327Z] Removing intermediate container 7c1725544d49 [2021-04-17T14:05:28.327Z] ---> 26529c794afb [2021-04-17T14:05:28.327Z] Step 6/21 : COPY go.mod . [2021-04-17T14:05:28.929Z] ---> b207b4c470f1 [2021-04-17T14:05:28.929Z] Step 7/22 : RUN go mod download [2021-04-17T14:05:28.929Z] ---> Running in 0185e023211d [2021-04-17T14:05:29.457Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-17T14:05:29.457Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-17T14:05:29.457Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-17T14:05:29.457Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] [2021-04-17T14:05:29.457Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-17T14:05:29.457Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-17T14:05:29.457Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-17T14:05:29.457Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-17T14:05:29.457Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-17T14:05:29.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-17T14:05:29.457Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-17T14:05:29.457Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] [2021-04-17T14:05:29.457Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-17T14:05:29.457Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-17T14:05:29.457Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-17T14:05:29.457Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-17T14:05:29.457Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [2021-04-17T14:05:29.457Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-17T14:05:29.457Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-17T14:05:29.457Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] [2021-04-17T14:05:29.457Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] [2021-04-17T14:05:29.457Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-17T14:05:29.457Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-17T14:05:29.457Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] [2021-04-17T14:05:29.457Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-17T14:05:29.457Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] [2021-04-17T14:05:29.457Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] [2021-04-17T14:05:29.457Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-17T14:05:29.457Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-17T14:05:29.457Z] Fetched 224 kB in 0s (0 B/s) [2021-04-17T14:05:29.457Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-17T14:05:29.457Z] Fetched 157 kB in 0s (0 B/s) [2021-04-17T14:05:29.457Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-17T14:05:29.457Z] Fetched 221 kB in 0s (0 B/s) [2021-04-17T14:05:29.457Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-17T14:05:29.457Z] Fetched 143 kB in 0s (0 B/s) [2021-04-17T14:05:29.457Z] Pulling app-service-config [2021-04-17T14:05:29.457Z] + snapcraftctl pull [2021-04-17T14:05:29.457Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-17T14:05:29.532Z] ---> 47d48463881e [2021-04-17T14:05:29.532Z] Step 7/23 : RUN go mod download [2021-04-17T14:05:29.532Z] ---> d011c621c753 [2021-04-17T14:05:29.532Z] Step 7/31 : RUN go mod download [2021-04-17T14:05:29.532Z] ---> Running in c802e45c091f [2021-04-17T14:05:29.810Z] ---> f5e8fe3653e6 [2021-04-17T14:05:29.810Z] Step 7/21 : RUN go mod download [2021-04-17T14:05:29.810Z] ---> Running in 127b75b161be [2021-04-17T14:05:29.810Z] Removing intermediate container dfc0fd212559 [2021-04-17T14:05:29.810Z] ---> 0eb98452d8e3 [2021-04-17T14:05:29.810Z] Step 6/22 : COPY go.mod . [2021-04-17T14:05:30.034Z] Pulling config-common [2021-04-17T14:05:30.034Z] + snapcraftctl pull [2021-04-17T14:05:30.088Z] ---> Running in 29a6540f2998 [2021-04-17T14:05:31.538Z] ---> 8c8de7a8df54 [2021-04-17T14:05:31.538Z] Step 7/22 : RUN go mod download [2021-04-17T14:05:31.538Z] ---> Running in 97471c0a791b [2021-04-17T14:05:33.536Z] Removing intermediate container 0185e023211d [2021-04-17T14:05:33.536Z] ---> 92b49a98ba24 [2021-04-17T14:05:33.536Z] Step 8/22 : COPY . . [2021-04-17T14:05:34.553Z] Removing intermediate container c802e45c091f [2021-04-17T14:05:34.553Z] ---> e062412d7243 [2021-04-17T14:05:34.553Z] Step 8/23 : COPY . . [2021-04-17T14:05:35.325Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-17T14:05:35.325Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-17T14:05:35.325Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-17T14:05:35.325Z] Fetched 0 B in 0s (0 B/s) [2021-04-17T14:05:35.325Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-17T14:05:35.325Z] Fetched 0 B in 0s (0 B/s) [2021-04-17T14:05:35.325Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-17T14:05:35.325Z] Fetched 0 B in 0s (0 B/s) [2021-04-17T14:05:35.325Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-17T14:05:35.325Z] Fetched 0 B in 0s (0 B/s) [2021-04-17T14:05:35.325Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-17T14:05:35.325Z] Fetched 0 B in 0s (0 B/s) [2021-04-17T14:05:35.325Z] Pulling edgex-go [2021-04-17T14:05:35.325Z] + snapcraftctl pull [2021-04-17T14:05:35.548Z] Removing intermediate container 29a6540f2998 [2021-04-17T14:05:35.548Z] ---> 542a9223a4c0 [2021-04-17T14:05:35.548Z] Step 8/21 : COPY . . [2021-04-17T14:05:35.821Z] Removing intermediate container 127b75b161be [2021-04-17T14:05:35.821Z] ---> 38ceeda33e2f [2021-04-17T14:05:35.821Z] Step 8/31 : COPY . . [2021-04-17T14:05:36.421Z] Removing intermediate container 97471c0a791b [2021-04-17T14:05:36.421Z] ---> d98c26e03b29 [2021-04-17T14:05:36.421Z] Step 8/22 : COPY . . [2021-04-17T14:05:57.309Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-17T14:05:57.309Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-17T14:05:57.309Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-17T14:05:57.309Z] Fetched 0 B in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-17T14:05:57.309Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-17T14:05:57.309Z] Fetched 279 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-17T14:05:57.309Z] Fetched 122 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-17T14:05:57.309Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-17T14:05:57.309Z] Fetched 8848 B in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-17T14:05:57.309Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-17T14:05:57.309Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-17T14:05:57.309Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-17T14:05:57.309Z] Fetched 219 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-17T14:05:57.309Z] Fetched 154 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-17T14:05:57.309Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-17T14:05:57.309Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-17T14:05:57.309Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-17T14:05:57.309Z] Fetched 499 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-17T14:05:57.309Z] Fetched 111 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-17T14:05:57.309Z] Fetched 240 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-17T14:05:57.309Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-17T14:05:57.309Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-17T14:05:57.309Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-17T14:05:57.309Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-17T14:05:57.309Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-17T14:05:57.309Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-17T14:05:57.309Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-17T14:05:57.309Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-17T14:05:57.309Z] Fetched 8720 B in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-17T14:05:57.309Z] Fetched 137 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-17T14:05:57.309Z] Fetched 119 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-17T14:05:57.309Z] Fetched 110 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-17T14:05:57.309Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-17T14:05:57.309Z] Fetched 645 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-17T14:05:57.309Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-17T14:05:57.309Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-17T14:05:57.309Z] Fetched 368 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-17T14:05:57.309Z] Fetched 187 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-17T14:05:57.309Z] Fetched 175 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-17T14:05:57.309Z] Fetched 206 kB in 0s (0 B/s) [2021-04-17T14:05:57.309Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-17T14:05:57.309Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-17T14:05:57.310Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-17T14:05:57.310Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-17T14:05:57.310Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-17T14:05:57.310Z] Fetched 159 kB in 0s (0 B/s) [2021-04-17T14:05:57.310Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-17T14:05:57.310Z] Fetched 107 kB in 0s (0 B/s) [2021-04-17T14:05:57.310Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-17T14:05:57.310Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-17T14:05:57.310Z] Pulling static-packages [2021-04-17T14:05:57.310Z] + snapcraftctl pull [2021-04-17T14:05:57.882Z] Pulling version [2021-04-17T14:05:57.882Z] + cd /root/project [2021-04-17T14:05:57.882Z] + [ -f VERSION ] [2021-04-17T14:05:57.882Z] + PROJECT_VERSION=local-dev [2021-04-17T14:05:57.882Z] + git rev-parse --short HEAD [2021-04-17T14:05:57.882Z] + GIT_REVISION=b7f96161 [2021-04-17T14:05:57.882Z] + snapcraftctl set-version local-dev [2021-04-17T14:05:59.268Z] Skipping build go-build-helper (already ran) [2021-04-17T14:05:59.268Z] Building app-service-config [2021-04-17T14:05:59.268Z] + make build [2021-04-17T14:05:59.268Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-17T14:06:01.820Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-17T14:06:01.820Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-17T14:06:01.820Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-17T14:06:01.820Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-17T14:06:01.820Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-17T14:06:01.820Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-17T14:06:01.820Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-17T14:06:01.820Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-17T14:06:01.820Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-17T14:06:02.081Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-17T14:06:02.081Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-17T14:06:02.081Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-17T14:06:02.081Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-17T14:06:02.081Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-17T14:06:02.081Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-17T14:06:02.081Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-17T14:06:02.341Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-17T14:06:02.341Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-17T14:06:02.609Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-17T14:06:02.609Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-17T14:06:02.870Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-17T14:06:02.870Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-17T14:06:02.870Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-17T14:06:02.870Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-17T14:06:02.870Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-17T14:06:02.870Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-17T14:06:02.870Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-17T14:06:03.131Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-17T14:06:03.131Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-17T14:06:03.131Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-17T14:06:03.131Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-17T14:06:03.131Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-17T14:06:03.131Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-17T14:06:03.131Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-17T14:06:03.131Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-17T14:06:03.131Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-17T14:06:03.131Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-17T14:06:03.131Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-17T14:06:03.131Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-17T14:06:03.131Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-17T14:06:03.257Z] ---> d2932f1e6b62 [2021-04-17T14:06:03.257Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-17T14:06:03.257Z] ---> 356393f06e70 [2021-04-17T14:06:03.257Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-17T14:06:03.257Z] ---> 6d77722d197d [2021-04-17T14:06:03.257Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-17T14:06:03.257Z] ---> e4429aa84ec1 [2021-04-17T14:06:03.257Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-17T14:06:03.257Z] ---> Running in ff69cb67d104 [2021-04-17T14:06:03.257Z] ---> 43c0abff7e82 [2021-04-17T14:06:03.257Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-17T14:06:03.257Z] ---> Running in 86588040a428 [2021-04-17T14:06:03.257Z] ---> Running in f4979e9baf68 [2021-04-17T14:06:03.257Z] ---> Running in 052a209943f7 [2021-04-17T14:06:03.257Z] ---> Running in 5b4afd9888e4 [2021-04-17T14:06:03.392Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-17T14:06:03.392Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-17T14:06:03.392Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-17T14:06:03.392Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-17T14:06:03.392Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-17T14:06:04.712Z] 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-17T14:06:04.712Z] 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-17T14:06:04.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-17T14:06:04.991Z] 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-17T14:06:04.991Z] 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-17T14:06:15.671Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-17T14:06:15.671Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-17T14:06:15.671Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-17T14:06:15.671Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-17T14:06:16.244Z] Building config-common [2021-04-17T14:06:16.244Z] + snapcraftctl build [2021-04-17T14:06:19.543Z] Building edgex-go [2021-04-17T14:06:19.803Z] + cd /root/parts/edgex-go/src [2021-04-17T14:06:19.803Z] + make build [2021-04-17T14:06:19.803Z] 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-17T14:06:20.402Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-17T14:06:20.402Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 [2021-04-17T14:06:20.402Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-17T14:06:20.402Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 [2021-04-17T14:06:20.403Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 [2021-04-17T14:06:20.403Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-17T14:06:20.403Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-17T14:06:20.403Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-17T14:06:20.403Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-17T14:06:20.403Z] go: downloading golang.org/x/text v0.3.2 [2021-04-17T14:06:27.003Z] 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-17T14:06:27.003Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-17T14:06:32.306Z] 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-17T14:06:33.690Z] 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-17T14:06:35.603Z] 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-17T14:06:35.864Z] 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-17T14:06:36.124Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-17T14:06:36.384Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-17T14:06:36.384Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-17T14:06:36.384Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-17T14:06:38.298Z] 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-17T14:06:38.299Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-17T14:06:38.299Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-17T14:06:40.241Z] 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-17T14:06:41.628Z] 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-17T14:06:43.018Z] 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-17T14:06:44.404Z] 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-17T14:06:44.404Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-17T14:06:45.790Z] 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-17T14:06:45.790Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-17T14:06:47.708Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-17T14:06:47.968Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-17T14:06:47.968Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-17T14:06:47.968Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-17T14:06:47.968Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-17T14:06:47.968Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-17T14:06:47.968Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-17T14:06:47.968Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-17T14:06:47.968Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-17T14:06:47.968Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-17T14:06:47.969Z] + 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-17T14:06:47.969Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-17T14:06:47.969Z] + 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-17T14:06:47.969Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-17T14:06:47.969Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-17T14:06:47.969Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-17T14:06:47.969Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-17T14:06:47.969Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-17T14:06:47.969Z] + 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-17T14:06:51.267Z] Building static-packages [2021-04-17T14:06:51.267Z] + snapcraftctl build [2021-04-17T14:06:54.567Z] Building version [2021-04-17T14:06:54.567Z] + snapcraftctl build [2021-04-17T14:06:57.105Z] Skipping stage go-build-helper (already ran) [2021-04-17T14:06:57.105Z] Staging app-service-config [2021-04-17T14:06:57.105Z] + snapcraftctl stage [2021-04-17T14:06:58.044Z] Staging config-common [2021-04-17T14:06:58.044Z] + snapcraftctl stage [2021-04-17T14:06:58.985Z] Staging edgex-go [2021-04-17T14:06:58.985Z] + snapcraftctl stage [2021-04-17T14:07:00.374Z] Staging static-packages [2021-04-17T14:07:00.374Z] + snapcraftctl stage [2021-04-17T14:07:01.313Z] Staging version [2021-04-17T14:07:01.313Z] + snapcraftctl stage [2021-04-17T14:07:02.693Z] Priming go-build-helper [2021-04-17T14:07:02.693Z] + snapcraftctl prime [2021-04-17T14:07:03.689Z] Priming app-service-config [2021-04-17T14:07:03.689Z] + snapcraftctl prime [2021-04-17T14:07:05.163Z] Priming config-common [2021-04-17T14:07:05.163Z] + snapcraftctl prime [2021-04-17T14:07:06.546Z] Priming edgex-go [2021-04-17T14:07:06.546Z] + snapcraftctl prime [2021-04-17T14:07:07.928Z] Priming static-packages [2021-04-17T14:07:07.928Z] + snapcraftctl prime [2021-04-17T14:07:10.477Z] Priming version [2021-04-17T14:07:10.477Z] + snapcraftctl prime [2021-04-17T14:07:11.867Z] 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-17T14:07:56.863Z] 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-17T14:08:03.676Z] Removing intermediate container 052a209943f7 [2021-04-17T14:08:03.676Z] ---> 7dc3f5c66e91 [2021-04-17T14:08:03.676Z] [2021-04-17T14:08:03.676Z] Step 10/31 : FROM alpine:3.12 [2021-04-17T14:08:03.676Z] 3.12: Pulling from library/alpine [2021-04-17T14:08:05.152Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T14:08:05.152Z] Status: Downloaded newer image for alpine:3.12 [2021-04-17T14:08:05.152Z] ---> 9852663dfa18 [2021-04-17T14:08:05.152Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-17T14:08:05.474Z] ---> Running in c14e45ee9618 [2021-04-17T14:08:06.976Z] Removing intermediate container c14e45ee9618 [2021-04-17T14:08:06.976Z] ---> a9846a678f01 [2021-04-17T14:08:06.976Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-17T14:08:07.614Z] ---> Running in c6dcd1b7a489 [2021-04-17T14:08:09.644Z] Removing intermediate container f4979e9baf68 [2021-04-17T14:08:09.644Z] ---> 46f69bf8b960 [2021-04-17T14:08:09.644Z] [2021-04-17T14:08:09.644Z] Step 10/21 : FROM alpine:3.12 [2021-04-17T14:08:09.644Z] ---> 9852663dfa18 [2021-04-17T14:08:09.644Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-17T14:08:09.644Z] ---> Running in bb5c396aadf1 [2021-04-17T14:08:09.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:10.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:11.196Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-17T14:08:11.196Z] (2/2) Installing su-exec (0.2-r1) [2021-04-17T14:08:11.196Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:08:11.196Z] OK: 5 MiB in 16 packages [2021-04-17T14:08:11.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:11.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:12.754Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-17T14:08:12.754Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T14:08:12.754Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-17T14:08:12.754Z] (4/4) Installing curl (7.76.1-r0) [2021-04-17T14:08:12.754Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:08:12.754Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T14:08:13.046Z] OK: 7 MiB in 18 packages [2021-04-17T14:08:13.650Z] Removing intermediate container c6dcd1b7a489 [2021-04-17T14:08:13.650Z] ---> 22b615f07f48 [2021-04-17T14:08:13.650Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-17T14:08:13.650Z] ---> Running in a3142034d54b [2021-04-17T14:08:14.637Z] Removing intermediate container a3142034d54b [2021-04-17T14:08:14.637Z] ---> 6094c3a295ef [2021-04-17T14:08:14.637Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-17T14:08:15.260Z] ---> Running in 25bb8856f02c [2021-04-17T14:08:15.870Z] Removing intermediate container bb5c396aadf1 [2021-04-17T14:08:15.870Z] ---> 3d59212f3e40 [2021-04-17T14:08:15.870Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T14:08:16.152Z] Removing intermediate container 25bb8856f02c [2021-04-17T14:08:16.152Z] ---> eebdc73c926a [2021-04-17T14:08:16.152Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-17T14:08:16.428Z] ---> Running in 6f64bf397f1c [2021-04-17T14:08:16.702Z] ---> Running in f5cd86a5204b [2021-04-17T14:08:17.692Z] Removing intermediate container 6f64bf397f1c [2021-04-17T14:08:17.692Z] ---> 004bdc7a2e70 [2021-04-17T14:08:17.692Z] Step 13/21 : WORKDIR /edgex [2021-04-17T14:08:17.975Z] ---> Running in 658bb23dd477 [2021-04-17T14:08:19.412Z] Removing intermediate container 658bb23dd477 [2021-04-17T14:08:19.412Z] ---> 9cfab4af6e45 [2021-04-17T14:08:19.412Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-17T14:08:21.422Z] Removing intermediate container f5cd86a5204b [2021-04-17T14:08:21.422Z] ---> 03ce31f2c82b [2021-04-17T14:08:21.422Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-17T14:08:21.422Z] ---> 936478d23f3a [2021-04-17T14:08:21.422Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-17T14:08:21.697Z] ---> Running in fe296c343fa7 [2021-04-17T14:08:21.978Z] Removing intermediate container ff69cb67d104 [2021-04-17T14:08:21.978Z] ---> 9b073f774de5 [2021-04-17T14:08:21.978Z] [2021-04-17T14:08:21.978Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T14:08:21.978Z] ---> 9852663dfa18 [2021-04-17T14:08:21.978Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-17T14:08:22.573Z] Removing intermediate container 5b4afd9888e4 [2021-04-17T14:08:22.573Z] ---> f6999e96611b [2021-04-17T14:08:22.573Z] [2021-04-17T14:08:22.573Z] Step 10/22 : FROM alpine:3.12 [2021-04-17T14:08:22.573Z] ---> 9852663dfa18 [2021-04-17T14:08:22.573Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-17T14:08:22.573Z] ---> Running in e59300a5f49f [2021-04-17T14:08:23.176Z] Removing intermediate container fe296c343fa7 [2021-04-17T14:08:23.176Z] ---> 596b980acec7 [2021-04-17T14:08:23.176Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-17T14:08:23.176Z] ---> Running in 4d5746246e93 [2021-04-17T14:08:23.176Z] ---> ed4d64ad8c34 [2021-04-17T14:08:23.176Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-17T14:08:24.613Z] ---> 97aeff75d159 [2021-04-17T14:08:24.613Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-17T14:08:24.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:24.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:24.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:25.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:08:25.439Z] ---> Running in b3c5a9095a9a [2021-04-17T14:08:25.439Z] ---> bf71880ec126 [2021-04-17T14:08:25.439Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-17T14:08:25.714Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-17T14:08:25.715Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:08:25.715Z] OK: 5 MiB in 15 packages [2021-04-17T14:08:25.715Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-17T14:08:25.989Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-17T14:08:25.989Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:08:25.989Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T14:08:25.989Z] ---> Running in 0d9ad38b7047 [2021-04-17T14:08:26.267Z] OK: 6 MiB in 16 packages [2021-04-17T14:08:27.709Z] Removing intermediate container 0d9ad38b7047 [2021-04-17T14:08:27.709Z] ---> 76fe41ce33cc [2021-04-17T14:08:27.709Z] Step 18/21 : CMD ["--init=true"] [2021-04-17T14:08:27.988Z] ---> Running in bf084c03bf1a [2021-04-17T14:08:27.988Z] Removing intermediate container 86588040a428 [2021-04-17T14:08:27.988Z] ---> 062a2c1cf634 [2021-04-17T14:08:27.988Z] [2021-04-17T14:08:27.988Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:08:27.988Z] ---> 9852663dfa18 [2021-04-17T14:08:28.266Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T14:08:28.266Z] ---> Using cache [2021-04-17T14:08:28.266Z] ---> e9603932bf27 [2021-04-17T14:08:28.266Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:08:28.266Z] Removing intermediate container e59300a5f49f [2021-04-17T14:08:28.266Z] ---> e9603932bf27 [2021-04-17T14:08:28.266Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:08:28.870Z] ---> Running in ff721f578e0d [2021-04-17T14:08:28.870Z] ---> Running in 3588a41e5182 [2021-04-17T14:08:28.870Z] Removing intermediate container bf084c03bf1a [2021-04-17T14:08:28.870Z] ---> c451fb696d80 [2021-04-17T14:08:28.870Z] Step 19/21 : LABEL arch=arm64 [2021-04-17T14:08:29.146Z] Removing intermediate container 4d5746246e93 [2021-04-17T14:08:29.146Z] ---> fd5ab9f5bd1b [2021-04-17T14:08:29.146Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:08:29.417Z] ---> Running in cb11303077f6 [2021-04-17T14:08:29.417Z] Removing intermediate container ff721f578e0d [2021-04-17T14:08:29.417Z] ---> 857d0cbe4fd3 [2021-04-17T14:08:29.417Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-17T14:08:29.417Z] ---> Running in d13889df7c71 [2021-04-17T14:08:29.691Z] Removing intermediate container 3588a41e5182 [2021-04-17T14:08:29.691Z] ---> 31badff679d6 [2021-04-17T14:08:29.691Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-17T14:08:29.691Z] ---> Running in 00644f508f93 [2021-04-17T14:08:29.691Z] Removing intermediate container b3c5a9095a9a [2021-04-17T14:08:29.691Z] ---> f9e46f330416 [2021-04-17T14:08:29.691Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:08:29.969Z] ---> Running in 3110fe5ff3df [2021-04-17T14:08:29.969Z] Removing intermediate container cb11303077f6 [2021-04-17T14:08:29.969Z] ---> ee620f2a4a0e [2021-04-17T14:08:29.969Z] Step 20/21 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:08:30.246Z] Removing intermediate container d13889df7c71 [2021-04-17T14:08:30.246Z] ---> ade0c51dfea9 [2021-04-17T14:08:30.246Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-17T14:08:30.246Z] ---> Running in 70b9d6e726f7 [2021-04-17T14:08:30.522Z] Removing intermediate container 00644f508f93 [2021-04-17T14:08:30.522Z] ---> abff29f470fd [2021-04-17T14:08:30.522Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T14:08:30.522Z] Removing intermediate container 3110fe5ff3df [2021-04-17T14:08:30.522Z] ---> 409eb56f8c9c [2021-04-17T14:08:30.522Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T14:08:30.522Z] ---> Running in 8b1746b8ff53 [2021-04-17T14:08:30.802Z] ---> Running in c2a2d99abc69 [2021-04-17T14:08:30.802Z] ---> Running in ddc608c716bf [2021-04-17T14:08:30.802Z] ---> 80c241e1c509 [2021-04-17T14:08:30.802Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-17T14:08:31.076Z] Removing intermediate container 70b9d6e726f7 [2021-04-17T14:08:31.076Z] ---> 1917e4508fa1 [2021-04-17T14:08:31.076Z] Step 21/21 : LABEL version=0.0.0 [2021-04-17T14:08:31.076Z] Removing intermediate container 8b1746b8ff53 [2021-04-17T14:08:31.351Z] ---> 190051fa4951 [2021-04-17T14:08:31.351Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-17T14:08:31.351Z] ---> Running in b7a0d365a360 [2021-04-17T14:08:31.351Z] Removing intermediate container c2a2d99abc69 [2021-04-17T14:08:31.351Z] ---> afb04ab55dfd [2021-04-17T14:08:31.351Z] Step 15/23 : WORKDIR / [2021-04-17T14:08:31.631Z] ---> Running in d8227759d7b1 [2021-04-17T14:08:31.631Z] ---> Running in 9ac386f724c4 [2021-04-17T14:08:31.915Z] Removing intermediate container ddc608c716bf [2021-04-17T14:08:31.915Z] ---> b6839f713db6 [2021-04-17T14:08:31.915Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:08:31.915Z] Removing intermediate container b7a0d365a360 [2021-04-17T14:08:31.915Z] ---> a472fe110b74 [2021-04-17T14:08:31.915Z] [2021-04-17T14:08:32.189Z] Removing intermediate container d8227759d7b1 [2021-04-17T14:08:32.189Z] ---> 1999c23dc281 [2021-04-17T14:08:32.189Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:08:32.464Z] Removing intermediate container 9ac386f724c4 [2021-04-17T14:08:32.464Z] ---> 0d7af21bba93 [2021-04-17T14:08:32.464Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:08:32.739Z] Successfully built a472fe110b74 [2021-04-17T14:08:32.739Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-17T14:08:32.739Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-17T14:08:33.016Z] ---> adb9278ee056 [2021-04-17T14:08:33.016Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-17T14:08:33.016Z] ---> b435dcb5f2e6 [2021-04-17T14:08:33.016Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-17T14:08:33.327Z] ---> 4da7736c30cf [2021-04-17T14:08:33.327Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-17T14:08:33.607Z] ---> 94add80d3814 [2021-04-17T14:08:33.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-17T14:08:34.607Z] ---> e24b7e383a40 [2021-04-17T14:08:34.607Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-17T14:08:36.069Z] ---> 00bd03f645d0 [2021-04-17T14:08:36.069Z] ---> 21c4b1eb1c4c [2021-04-17T14:08:36.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-17T14:08:36.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-17T14:08:36.345Z] ---> 22aa1ec230ab [2021-04-17T14:08:36.345Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-17T14:08:36.345Z] ---> bca925c1d48d [2021-04-17T14:08:36.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-17T14:08:36.954Z] ---> 83408ba22e5e [2021-04-17T14:08:36.954Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-17T14:08:37.229Z] ---> 38eecd6d8e78 [2021-04-17T14:08:37.229Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-17T14:08:37.229Z] ---> Running in 3aa60cc66a24 [2021-04-17T14:08:37.506Z] ---> Running in f9310db5389b [2021-04-17T14:08:37.506Z] ---> d2bbb9eafdfa [2021-04-17T14:08:37.506Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-17T14:08:37.506Z] ---> 9f92d483a3ab [2021-04-17T14:08:37.506Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-17T14:08:37.781Z] ---> Running in e7914e1f127d [2021-04-17T14:08:38.390Z] ---> Running in 11c3c29ec82e [2021-04-17T14:08:38.390Z] Removing intermediate container 3aa60cc66a24 [2021-04-17T14:08:38.390Z] ---> 89176a0673a5 [2021-04-17T14:08:38.390Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:08:38.390Z] Removing intermediate container f9310db5389b [2021-04-17T14:08:38.390Z] ---> 2a8f0a0c7b2c [2021-04-17T14:08:38.390Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:08:38.992Z] Removing intermediate container e7914e1f127d [2021-04-17T14:08:38.992Z] ---> 1005fc483a7f [2021-04-17T14:08:38.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:08:39.267Z] ---> Running in f6d6d7ce3ed8 [2021-04-17T14:08:39.267Z] ---> Running in ea13cb003e4e [2021-04-17T14:08:39.540Z] ---> Running in 314f2e220c34 [2021-04-17T14:08:39.540Z] Removing intermediate container 11c3c29ec82e [2021-04-17T14:08:39.540Z] ---> 34fe27a8e1a9 [2021-04-17T14:08:39.540Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-17T14:08:39.815Z] Removing intermediate container f6d6d7ce3ed8 [2021-04-17T14:08:39.815Z] ---> c91b17854794 [2021-04-17T14:08:39.815Z] Step 20/22 : LABEL arch=arm64 [2021-04-17T14:08:39.815Z] Removing intermediate container ea13cb003e4e [2021-04-17T14:08:39.815Z] ---> 10906a465986 [2021-04-17T14:08:39.815Z] Step 20/22 : LABEL arch=arm64 [2021-04-17T14:08:40.084Z] ---> Running in 4d66fe8c0495 [2021-04-17T14:08:40.084Z] ---> Running in 80d331681a49 [2021-04-17T14:08:40.084Z] Removing intermediate container 314f2e220c34 [2021-04-17T14:08:40.084Z] ---> b8931256154d [2021-04-17T14:08:40.084Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:08:40.354Z] ---> Running in 74f8669d74be [2021-04-17T14:08:40.627Z] ---> 22e92fb58c86 [2021-04-17T14:08:40.627Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-17T14:08:40.627Z] Removing intermediate container 4d66fe8c0495 [2021-04-17T14:08:40.627Z] ---> 446e4264557b [2021-04-17T14:08:40.627Z] Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:08:40.627Z] Removing intermediate container 80d331681a49 [2021-04-17T14:08:40.627Z] ---> a81752cbff2c [2021-04-17T14:08:40.627Z] Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:08:40.900Z] ---> Running in f8123d0f5de9 [2021-04-17T14:08:40.900Z] ---> Running in 25f80dd36eb8 [2021-04-17T14:08:41.173Z] ---> Running in 27dd66168842 [2021-04-17T14:08:41.173Z] Removing intermediate container 74f8669d74be [2021-04-17T14:08:41.173Z] ---> 472c09916771 [2021-04-17T14:08:41.173Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:08:41.448Z] ---> Running in 9956dfda2e05 [2021-04-17T14:08:41.722Z] Removing intermediate container f8123d0f5de9 [2021-04-17T14:08:41.723Z] ---> 6f7d395c3488 [2021-04-17T14:08:41.723Z] Step 22/22 : LABEL version=0.0.0 [2021-04-17T14:08:41.723Z] Removing intermediate container 27dd66168842 [2021-04-17T14:08:41.723Z] ---> 7c3f9c98233f [2021-04-17T14:08:41.723Z] Step 22/22 : LABEL version=0.0.0 [2021-04-17T14:08:41.997Z] ---> Running in cad592bb4911 [2021-04-17T14:08:41.997Z] ---> Running in 8a14df9ef3fe [2021-04-17T14:08:42.271Z] Removing intermediate container 9956dfda2e05 [2021-04-17T14:08:42.271Z] ---> 83a3e329719d [2021-04-17T14:08:42.271Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T14:08:42.551Z] ---> Running in f433fb7352f3 [2021-04-17T14:08:42.827Z] Removing intermediate container cad592bb4911 [2021-04-17T14:08:42.827Z] ---> 38ffb04858e2 [2021-04-17T14:08:42.827Z] [2021-04-17T14:08:42.827Z] Removing intermediate container 8a14df9ef3fe [2021-04-17T14:08:42.827Z] ---> 055348ee059d [2021-04-17T14:08:42.827Z] [2021-04-17T14:08:43.429Z] Successfully built 38ffb04858e2 [2021-04-17T14:08:43.429Z] Removing intermediate container f433fb7352f3 [2021-04-17T14:08:43.429Z] ---> feb65978beec [2021-04-17T14:08:43.429Z] [2021-04-17T14:08:43.703Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-17T14:08:43.703Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-04-17T14:08:43.703Z] Successfully built 055348ee059d [2021-04-17T14:08:43.703Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-17T14:08:43.703Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-17T14:08:44.305Z] Successfully built feb65978beec [2021-04-17T14:08:44.305Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-17T14:08:44.305Z]  Building docker-core-metadata-go ... done Removing intermediate container 25f80dd36eb8 [2021-04-17T14:08:44.305Z] ---> 7379c70f5111 [2021-04-17T14:08:44.305Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-17T14:08:44.305Z] Building docker-security-secretstore-setup-go [2021-04-17T14:08:44.582Z] ---> Running in 706f18c2b9ec [2021-04-17T14:08:45.180Z] Removing intermediate container 706f18c2b9ec [2021-04-17T14:08:45.180Z] ---> 83fac49f8905 [2021-04-17T14:08:45.180Z] Step 28/31 : CMD ["gate"] [2021-04-17T14:08:45.454Z] ---> Running in d69e6099fcaf [2021-04-17T14:08:46.059Z] Removing intermediate container d69e6099fcaf [2021-04-17T14:08:46.059Z] ---> e0b31bd583f9 [2021-04-17T14:08:46.059Z] Step 29/31 : LABEL arch=arm64 [2021-04-17T14:08:46.331Z] ---> Running in 454f7c532397 [2021-04-17T14:08:46.930Z] Removing intermediate container 454f7c532397 [2021-04-17T14:08:46.930Z] ---> fadb325fd963 [2021-04-17T14:08:46.930Z] Step 30/31 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:08:47.205Z] ---> Running in 5d2700096362 [2021-04-17T14:08:47.810Z] Removing intermediate container 5d2700096362 [2021-04-17T14:08:47.810Z] ---> 488200a8808c [2021-04-17T14:08:47.810Z] Step 31/31 : LABEL version=0.0.0 [2021-04-17T14:08:48.084Z] ---> Running in 6739b1293d8e [2021-04-17T14:08:49.069Z] Removing intermediate container 6739b1293d8e [2021-04-17T14:08:49.069Z] ---> 602b8391c349 [2021-04-17T14:08:49.069Z] [2021-04-17T14:08:49.343Z] Successfully built 602b8391c349 [2021-04-17T14:08:49.621Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-17T14:09:21.960Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:09:21.960Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:09:21.960Z] ---> 1834e85466a7 [2021-04-17T14:09:21.960Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T14:09:21.960Z] ---> Using cache [2021-04-17T14:09:21.960Z] ---> 227bc7aa2b83 [2021-04-17T14:09:21.960Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:09:21.960Z] ---> Using cache [2021-04-17T14:09:21.960Z] ---> 0f42701fe253 [2021-04-17T14:09:21.960Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-17T14:09:24.590Z] ---> Running in 77cb3e63231a [2021-04-17T14:09:26.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:09:26.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:09:27.601Z] OK: 217 MiB in 51 packages [2021-04-17T14:09:29.583Z] Removing intermediate container 77cb3e63231a [2021-04-17T14:09:29.583Z] ---> 104f81e2eebf [2021-04-17T14:09:29.583Z] Step 6/23 : COPY go.mod . [2021-04-17T14:09:30.565Z] ---> ee0a677240d7 [2021-04-17T14:09:30.565Z] Step 7/23 : RUN go mod download [2021-04-17T14:09:30.837Z] ---> Running in fc571c938f36 [2021-04-17T14:09:33.461Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:09:33.461Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:09:33.461Z] ---> 1834e85466a7 [2021-04-17T14:09:33.461Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T14:09:33.461Z] ---> Using cache [2021-04-17T14:09:33.461Z] ---> 227bc7aa2b83 [2021-04-17T14:09:33.461Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:09:33.461Z] ---> Using cache [2021-04-17T14:09:33.461Z] ---> 0f42701fe253 [2021-04-17T14:09:33.461Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-17T14:09:33.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:09:33.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:09:33.738Z] ---> 1834e85466a7 [2021-04-17T14:09:33.738Z] Step 3/24 : WORKDIR /edgex-go [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 227bc7aa2b83 [2021-04-17T14:09:33.738Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 0f42701fe253 [2021-04-17T14:09:33.738Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 1193a98c4841 [2021-04-17T14:09:33.738Z] Step 6/24 : COPY go.mod . [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 47d48463881e [2021-04-17T14:09:33.738Z] Step 7/24 : RUN go mod download [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> e062412d7243 [2021-04-17T14:09:33.738Z] Step 8/24 : COPY . . [2021-04-17T14:09:33.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-17T14:09:33.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-17T14:09:33.738Z] ---> 1834e85466a7 [2021-04-17T14:09:33.738Z] Step 3/23 : WORKDIR /edgex-go [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 227bc7aa2b83 [2021-04-17T14:09:33.738Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 0f42701fe253 [2021-04-17T14:09:33.738Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 1193a98c4841 [2021-04-17T14:09:33.738Z] Step 6/23 : COPY go.mod . [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 47d48463881e [2021-04-17T14:09:33.738Z] Step 7/23 : RUN go mod download [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> e062412d7243 [2021-04-17T14:09:33.738Z] Step 8/23 : COPY . . [2021-04-17T14:09:33.738Z] ---> Running in b2d205eba98c [2021-04-17T14:09:33.738Z] ---> Using cache [2021-04-17T14:09:33.738Z] ---> 356393f06e70 [2021-04-17T14:09:33.738Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-17T14:09:34.011Z] ---> Using cache [2021-04-17T14:09:34.011Z] ---> 356393f06e70 [2021-04-17T14:09:34.011Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-17T14:09:34.011Z] ---> Running in c50822ae3567 [2021-04-17T14:09:34.283Z] ---> Running in 752525ce1c0d [2021-04-17T14:09:34.887Z] Removing intermediate container fc571c938f36 [2021-04-17T14:09:34.887Z] ---> cdc365c29070 [2021-04-17T14:09:34.887Z] Step 8/23 : COPY . . [2021-04-17T14:09:35.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:09:35.756Z] 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-17T14:09:35.756Z] 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-17T14:09:36.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:09:37.339Z] OK: 217 MiB in 51 packages [2021-04-17T14:09:39.968Z] Removing intermediate container b2d205eba98c [2021-04-17T14:09:39.968Z] ---> 06976ba09cdf [2021-04-17T14:09:39.968Z] Step 6/23 : COPY go.mod . [2021-04-17T14:09:41.441Z] ---> 7fe6a249c6a8 [2021-04-17T14:09:41.441Z] Step 7/23 : RUN go mod download [2021-04-17T14:09:42.051Z] ---> Running in 0145eb91a8a3 [2021-04-17T14:09:47.514Z] Removing intermediate container 0145eb91a8a3 [2021-04-17T14:09:47.514Z] ---> 9a570d121da3 [2021-04-17T14:09:47.514Z] Step 8/23 : COPY . . [2021-04-17T14:10:02.669Z] ---> a35282f8b0e8 [2021-04-17T14:10:02.669Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-17T14:10:02.942Z] ---> Running in a1860ddb537e [2021-04-17T14:10:05.580Z] 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-17T14:10:13.894Z] ---> 3be1c735dc0b [2021-04-17T14:10:13.894Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-17T14:10:13.894Z] ---> Running in a0b338328759 [2021-04-17T14:10:15.346Z] 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-17T14:10:54.358Z] 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-17T14:11:06.782Z] Removing intermediate container c50822ae3567 [2021-04-17T14:11:06.782Z] ---> 1f7743733d39 [2021-04-17T14:11:06.782Z] [2021-04-17T14:11:06.782Z] Step 10/24 : FROM alpine:3.12 [2021-04-17T14:11:06.782Z] ---> 9852663dfa18 [2021-04-17T14:11:06.782Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-17T14:11:07.054Z] ---> Running in eff2be36be80 [2021-04-17T14:11:09.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:11:09.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:11:09.942Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-17T14:11:09.942Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T14:11:10.221Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-17T14:11:10.221Z] (4/6) Installing curl (7.76.1-r0) [2021-04-17T14:11:10.221Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-17T14:11:10.221Z] (6/6) Installing su-exec (0.2-r1) [2021-04-17T14:11:10.221Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:11:10.221Z] Executing ca-certificates-20191127-r4.trigger [2021-04-17T14:11:10.501Z] OK: 7 MiB in 20 packages [2021-04-17T14:11:13.925Z] Removing intermediate container eff2be36be80 [2021-04-17T14:11:13.925Z] ---> 88c419f3f202 [2021-04-17T14:11:13.925Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-17T14:11:13.925Z] Removing intermediate container 752525ce1c0d [2021-04-17T14:11:13.925Z] ---> 3a86607f82c9 [2021-04-17T14:11:13.925Z] [2021-04-17T14:11:13.925Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:11:13.925Z] ---> 9852663dfa18 [2021-04-17T14:11:13.925Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-17T14:11:13.925Z] ---> Using cache [2021-04-17T14:11:13.925Z] ---> e9603932bf27 [2021-04-17T14:11:13.925Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:11:13.925Z] ---> Using cache [2021-04-17T14:11:13.925Z] ---> 31badff679d6 [2021-04-17T14:11:13.925Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-17T14:11:13.925Z] ---> Running in 444f8c932525 [2021-04-17T14:11:14.204Z] ---> Running in d6a72420a0d6 [2021-04-17T14:11:14.808Z] Removing intermediate container 444f8c932525 [2021-04-17T14:11:14.808Z] ---> a7197c075c4c [2021-04-17T14:11:14.808Z] Step 13/24 : WORKDIR / [2021-04-17T14:11:14.808Z] Removing intermediate container d6a72420a0d6 [2021-04-17T14:11:14.808Z] ---> 0ef4a184da3b [2021-04-17T14:11:14.808Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-17T14:11:15.093Z] ---> Running in 5cc609614ac0 [2021-04-17T14:11:15.093Z] ---> Running in 2dd4f2f4c6e8 [2021-04-17T14:11:16.084Z] Removing intermediate container 2dd4f2f4c6e8 [2021-04-17T14:11:16.085Z] ---> f49b5bc21dbf [2021-04-17T14:11:16.085Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-17T14:11:16.085Z] Removing intermediate container 5cc609614ac0 [2021-04-17T14:11:16.085Z] ---> dd7973238ac8 [2021-04-17T14:11:16.085Z] Step 15/23 : WORKDIR / [2021-04-17T14:11:16.085Z] ---> Running in d5581ee1db8e [2021-04-17T14:11:17.081Z] Removing intermediate container d5581ee1db8e [2021-04-17T14:11:17.081Z] ---> fd9405e94033 [2021-04-17T14:11:17.081Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:11:17.081Z] ---> ab746bf81f8b [2021-04-17T14:11:17.081Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-17T14:11:18.545Z] ---> d874f5e50d78 [2021-04-17T14:11:18.545Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-17T14:11:18.545Z] ---> 990d6b0f67e2 [2021-04-17T14:11:18.545Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-17T14:11:19.539Z] ---> 21a421182736 [2021-04-17T14:11:19.539Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-17T14:11:20.982Z] ---> 16319be5aa24 [2021-04-17T14:11:20.982Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-17T14:11:21.967Z] ---> ff6bddf26203 [2021-04-17T14:11:21.967Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-17T14:11:21.967Z] ---> cb1d08547dbf [2021-04-17T14:11:21.967Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-17T14:11:22.566Z] ---> Running in 81e848643823 [2021-04-17T14:11:23.557Z] Removing intermediate container 81e848643823 [2021-04-17T14:11:23.557Z] ---> e47a212e132e [2021-04-17T14:11:23.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:11:23.838Z] ---> Running in 0c28b3007096 [2021-04-17T14:11:24.119Z] ---> cc34115fd444 [2021-04-17T14:11:24.119Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-17T14:11:24.726Z] Removing intermediate container 0c28b3007096 [2021-04-17T14:11:24.726Z] ---> 83f238c38142 [2021-04-17T14:11:24.726Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:11:25.001Z] ---> Running in 4837ea060975 [2021-04-17T14:11:25.001Z] ---> baf40b7e0f2d [2021-04-17T14:11:25.001Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-17T14:11:25.283Z] ---> Running in 37ed92cf94d0 [2021-04-17T14:11:25.893Z] Removing intermediate container 4837ea060975 [2021-04-17T14:11:25.893Z] ---> 51f9031cef77 [2021-04-17T14:11:25.893Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:11:25.893Z] ---> Running in 0773683c274c [2021-04-17T14:11:26.913Z] Removing intermediate container 0773683c274c [2021-04-17T14:11:26.913Z] ---> 4569ac949319 [2021-04-17T14:11:26.913Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T14:11:27.193Z] ---> Running in dd264d273ec4 [2021-04-17T14:11:27.800Z] Removing intermediate container dd264d273ec4 [2021-04-17T14:11:27.800Z] ---> 321879cbf10b [2021-04-17T14:11:27.800Z] [2021-04-17T14:11:28.414Z] Successfully built 321879cbf10b [2021-04-17T14:11:28.688Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-17T14:11:28.961Z]  Building docker-core-command-go ... done Removing intermediate container 37ed92cf94d0 [2021-04-17T14:11:28.961Z] ---> c1800d63f9f8 [2021-04-17T14:11:28.961Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-17T14:11:29.241Z] ---> Running in aa382b5fb63f [2021-04-17T14:11:30.237Z] Removing intermediate container aa382b5fb63f [2021-04-17T14:11:30.237Z] ---> cf2bead51c78 [2021-04-17T14:11:30.237Z] Step 22/24 : LABEL arch=arm64 [2021-04-17T14:11:30.237Z] ---> Running in 8a9110cd904a [2021-04-17T14:11:31.236Z] Removing intermediate container 8a9110cd904a [2021-04-17T14:11:31.236Z] ---> e962b058e96f [2021-04-17T14:11:31.236Z] Step 23/24 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:11:31.522Z] ---> Running in 18382b6d9a4e [2021-04-17T14:11:32.513Z] Removing intermediate container 18382b6d9a4e [2021-04-17T14:11:32.514Z] ---> 9adca0aeec79 [2021-04-17T14:11:32.514Z] Step 24/24 : LABEL version=0.0.0 [2021-04-17T14:11:32.792Z] ---> Running in fd88903cfc8d [2021-04-17T14:11:33.793Z] Removing intermediate container fd88903cfc8d [2021-04-17T14:11:33.793Z] ---> 073ab6d71ce0 [2021-04-17T14:11:33.793Z] [2021-04-17T14:11:34.400Z] Successfully built 073ab6d71ce0 [2021-04-17T14:11:34.400Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-17T14:11:35.838Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a1860ddb537e [2021-04-17T14:11:35.838Z] ---> 95d7853c4956 [2021-04-17T14:11:35.838Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-17T14:11:35.838Z] ---> Running in 3a762640515d [2021-04-17T14:11:37.284Z] 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-17T14:11:40.670Z] Removing intermediate container 3a762640515d [2021-04-17T14:11:40.670Z] ---> b7808a19d905 [2021-04-17T14:11:40.670Z] [2021-04-17T14:11:40.670Z] Step 11/23 : FROM docker:20.10.0 [2021-04-17T14:11:40.670Z] 20.10.0: Pulling from library/docker [2021-04-17T14:11:50.831Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-17T14:11:50.831Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-17T14:11:50.831Z] ---> eeaf43b92773 [2021-04-17T14:11:50.831Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-17T14:11:50.831Z] ---> Running in aaa81e4dae3c [2021-04-17T14:11:51.422Z] Removing intermediate container aaa81e4dae3c [2021-04-17T14:11:51.422Z] ---> d641900a3bd2 [2021-04-17T14:11:51.422Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-17T14:11:51.691Z] ---> Running in 5d77a792fccf [2021-04-17T14:11:53.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:11:53.125Z] Removing intermediate container a0b338328759 [2021-04-17T14:11:53.125Z] ---> fa69f15a9fbe [2021-04-17T14:11:53.125Z] [2021-04-17T14:11:53.125Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:11:53.125Z] ---> 9852663dfa18 [2021-04-17T14:11:53.125Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-17T14:11:53.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:11:53.398Z] ---> Running in 398955ea85b3 [2021-04-17T14:11:53.672Z] (1/39) Installing readline (8.0.4-r0) [2021-04-17T14:11:53.672Z] (2/39) Installing bash (5.0.17-r0) [2021-04-17T14:11:53.672Z] Executing bash-5.0.17-r0.post-install [2021-04-17T14:11:53.672Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-17T14:11:53.672Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-17T14:11:53.672Z] (5/39) Installing curl (7.76.1-r0) [2021-04-17T14:11:53.672Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-17T14:11:53.672Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-17T14:11:53.672Z] (8/39) Installing expat (2.2.9-r1) [2021-04-17T14:11:53.949Z] Removing intermediate container 398955ea85b3 [2021-04-17T14:11:53.949Z] ---> ec6519da2a38 [2021-04-17T14:11:53.949Z] Step 12/23 : ENV APP_PORT=48080(9/39) Installing libffi (3.3-r2) [2021-04-17T14:11:53.949Z] [2021-04-17T14:11:53.949Z] (10/39) Installing gdbm (1.13-r1) [2021-04-17T14:11:53.949Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-17T14:11:53.949Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-17T14:11:53.949Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-17T14:11:54.222Z] ---> Running in 6127320379ff [2021-04-17T14:11:55.207Z] Removing intermediate container 6127320379ff [2021-04-17T14:11:55.207Z] ---> df8031ead9c0 [2021-04-17T14:11:55.207Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-17T14:11:55.485Z] ---> Running in be7decfa6e4b [2021-04-17T14:11:55.757Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-17T14:11:55.757Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-17T14:11:55.757Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-17T14:11:55.757Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-17T14:11:55.757Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-17T14:11:55.757Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-17T14:11:56.030Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-17T14:11:56.030Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-17T14:11:56.030Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-17T14:11:56.030Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-17T14:11:56.030Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-17T14:11:56.030Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-17T14:11:56.030Z] Removing intermediate container be7decfa6e4b [2021-04-17T14:11:56.030Z] ---> 6140d6be7f8b [2021-04-17T14:11:56.030Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:11:56.030Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-17T14:11:56.030Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-17T14:11:56.309Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-17T14:11:56.309Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-17T14:11:56.309Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-17T14:11:56.309Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-17T14:11:56.309Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-17T14:11:56.309Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-17T14:11:56.309Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-17T14:11:56.309Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-17T14:11:56.309Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-17T14:11:56.309Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-17T14:11:56.309Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-17T14:11:56.309Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-17T14:11:56.309Z] ---> Running in e2af07687a5e [2021-04-17T14:11:56.587Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T14:11:56.588Z] OK: 72 MiB in 59 packages [2021-04-17T14:11:58.644Z] Removing intermediate container e2af07687a5e [2021-04-17T14:11:58.644Z] ---> c07f245a092f [2021-04-17T14:11:58.644Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-17T14:11:58.921Z] ---> Running in 60a945e175e9 [2021-04-17T14:12:00.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:12:01.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:12:02.047Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-17T14:12:02.047Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-17T14:12:02.047Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-17T14:12:02.047Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-17T14:12:02.343Z] Collecting docker-compose==1.23.2 [2021-04-17T14:12:02.343Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T14:12:02.343Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-17T14:12:02.644Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-17T14:12:02.644Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:12:02.644Z] OK: 8 MiB in 20 packages [2021-04-17T14:12:03.666Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-17T14:12:03.666Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-17T14:12:03.941Z] Removing intermediate container 60a945e175e9 [2021-04-17T14:12:03.941Z] ---> 6c51c620a55a [2021-04-17T14:12:03.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-17T14:12:04.539Z] Collecting cached-property<2,>=1.2.0 [2021-04-17T14:12:04.539Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-17T14:12:04.814Z] ---> cab41723747f [2021-04-17T14:12:04.814Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-17T14:12:04.814Z] Collecting docopt<0.7,>=0.6.1 [2021-04-17T14:12:04.814Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-17T14:12:06.243Z] ---> 48910564fe07 [2021-04-17T14:12:06.243Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-17T14:12:07.227Z] ---> 4cb8c4ad7508 [2021-04-17T14:12:07.227Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-17T14:12:07.227Z] ---> Running in 411a66dbff5d [2021-04-17T14:12:07.823Z] Removing intermediate container 411a66dbff5d [2021-04-17T14:12:07.823Z] ---> dae8c313005e [2021-04-17T14:12:07.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:12:07.823Z] ---> Running in 100cea0f3727 [2021-04-17T14:12:08.419Z] Removing intermediate container 100cea0f3727 [2021-04-17T14:12:08.419Z] ---> 6f4a1f35a3ac [2021-04-17T14:12:08.419Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:12:08.419Z] ---> Running in 5031cc905b0b [2021-04-17T14:12:09.011Z] Removing intermediate container 5031cc905b0b [2021-04-17T14:12:09.011Z] ---> f52e9ba80758 [2021-04-17T14:12:09.011Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:12:09.011Z] ---> Running in ead157ac5f25 [2021-04-17T14:12:09.283Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-17T14:12:09.283Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-17T14:12:09.556Z] Removing intermediate container ead157ac5f25 [2021-04-17T14:12:09.556Z] ---> f3e323a209aa [2021-04-17T14:12:09.556Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T14:12:09.826Z] ---> Running in 63f6b61ab234 [2021-04-17T14:12:09.826Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-17T14:12:10.099Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-17T14:12:10.372Z] Removing intermediate container 63f6b61ab234 [2021-04-17T14:12:10.372Z] ---> 06d6eae89762 [2021-04-17T14:12:10.372Z] [2021-04-17T14:12:10.969Z] Successfully built 06d6eae89762 [2021-04-17T14:12:10.969Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-17T14:12:13.574Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-17T14:12:13.574Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-17T14:12:17.863Z] 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-17T14:12:18.456Z] Collecting docker<4.0,>=3.6.0 [2021-04-17T14:12:18.456Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-17T14:12:19.450Z] Collecting jsonschema<3,>=2.5.1 [2021-04-17T14:12:19.450Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-17T14:12:20.043Z] Collecting texttable<0.10,>=0.9.0 [2021-04-17T14:12:20.043Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-17T14:12:22.648Z] 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-17T14:12:22.648Z] 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-17T14:12:22.920Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-17T14:12:22.920Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-17T14:12:23.510Z] Collecting idna<2.8,>=2.5 [2021-04-17T14:12:23.510Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-17T14:12:23.781Z] Collecting docker-pycreds>=0.4.0 [2021-04-17T14:12:23.781Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-17T14:12:24.053Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-17T14:12:24.053Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-17T14:12:24.053Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-17T14:12:24.053Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-17T14:12:25.027Z] Installing collected packages: websocket-client, cached-property, docopt, urllib3, idna, requests, dockerpty, PyYAML, docker-pycreds, docker, jsonschema, texttable, docker-compose [2021-04-17T14:12:25.624Z] Running setup.py install for docopt: started [2021-04-17T14:12:28.231Z] Running setup.py install for docopt: finished with status 'done' [2021-04-17T14:12:28.231Z] Attempting uninstall: urllib3 [2021-04-17T14:12:28.231Z] Found existing installation: urllib3 1.25.9 [2021-04-17T14:12:28.231Z] Uninstalling urllib3-1.25.9: [2021-04-17T14:12:28.231Z] Successfully uninstalled urllib3-1.25.9 [2021-04-17T14:12:28.502Z] Attempting uninstall: idna [2021-04-17T14:12:28.781Z] Found existing installation: idna 2.9 [2021-04-17T14:12:28.781Z] Uninstalling idna-2.9: [2021-04-17T14:12:28.781Z] Successfully uninstalled idna-2.9 [2021-04-17T14:12:29.374Z] Attempting uninstall: requests [2021-04-17T14:12:29.374Z] Found existing installation: requests 2.23.0 [2021-04-17T14:12:29.374Z] Uninstalling requests-2.23.0: [2021-04-17T14:12:29.374Z] Successfully uninstalled requests-2.23.0 [2021-04-17T14:12:29.967Z] Running setup.py install for dockerpty: started [2021-04-17T14:12:31.932Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-17T14:12:31.932Z] Running setup.py install for PyYAML: started [2021-04-17T14:12:34.534Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-17T14:12:35.955Z] Running setup.py install for texttable: started [2021-04-17T14:12:37.926Z] Running setup.py install for texttable: finished with status 'done' [2021-04-17T14:12:39.354Z] 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-17T14:12:47.608Z] Removing intermediate container 5d77a792fccf [2021-04-17T14:12:47.608Z] ---> 42ce93c22893 [2021-04-17T14:12:47.608Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-17T14:12:47.608Z] ---> Running in d2d76669ccf1 [2021-04-17T14:12:47.881Z] Removing intermediate container d2d76669ccf1 [2021-04-17T14:12:47.881Z] ---> 226b2bda7bb0 [2021-04-17T14:12:47.881Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-17T14:12:48.150Z] ---> Running in 6bcded2964fd [2021-04-17T14:12:48.423Z] Removing intermediate container 6bcded2964fd [2021-04-17T14:12:48.423Z] ---> 84e4c1f46214 [2021-04-17T14:12:48.423Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-17T14:12:49.849Z] ---> 96009cc29f66 [2021-04-17T14:12:49.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-17T14:12:50.444Z] ---> 422b9db7320d [2021-04-17T14:12:50.444Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-17T14:12:51.034Z] ---> 78f86a2d2ee7 [2021-04-17T14:12:51.034Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-17T14:12:51.316Z] ---> Running in 2173645c1e7d [2021-04-17T14:12:51.587Z] Removing intermediate container 2173645c1e7d [2021-04-17T14:12:51.587Z] ---> e857ce4f7ab4 [2021-04-17T14:12:51.587Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:12:51.856Z] ---> Running in 904bc404d36f [2021-04-17T14:12:52.449Z] Removing intermediate container 904bc404d36f [2021-04-17T14:12:52.449Z] ---> 543b58193f64 [2021-04-17T14:12:52.449Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:12:52.449Z] ---> Running in e92d288135db [2021-04-17T14:12:52.727Z] Removing intermediate container e92d288135db [2021-04-17T14:12:52.727Z] ---> dee16172c2b5 [2021-04-17T14:12:52.727Z] Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [2021-04-17T14:12:53.003Z] ---> Running in 0a45e904f5ab [2021-04-17T14:12:53.284Z] Removing intermediate container 0a45e904f5ab [2021-04-17T14:12:53.284Z] ---> 352ad4c8e8dc [2021-04-17T14:12:53.284Z] Step 23/23 : LABEL version=0.0.0 [2021-04-17T14:12:53.554Z] ---> Running in 5360f1ec2850 [2021-04-17T14:12:53.825Z] Removing intermediate container 5360f1ec2850 [2021-04-17T14:12:53.825Z] ---> 88223c644670 [2021-04-17T14:12:53.825Z] [2021-04-17T14:12:54.419Z] Successfully built 88223c644670 [2021-04-17T14:12:54.419Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-17T14:12:54.704Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-17T14:12:54.694Z] $ docker stop --time=1 0ca4c7bbdd70bcf041ae7be887a934638e3b4213948e2a9bc00a06cbfaf3fae6 [2021-04-17T14:12:56.534Z] $ docker rm -f 0ca4c7bbdd70bcf041ae7be887a934638e3b4213948e2a9bc00a06cbfaf3fae6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T14:12:57.104Z] + docker images [2021-04-17T14:12:57.104Z] + grep docker [2021-04-17T14:12:57.378Z] docker-sys-mgmt-agent-go-arm64 latest 88223c644670 4 seconds ago 299MB [2021-04-17T14:12:57.378Z] docker-core-data-go-arm64 latest 06d6eae89762 48 seconds ago 21.6MB [2021-04-17T14:12:57.378Z] docker-security-secretstore-setup-go-arm64 latest 073ab6d71ce0 About a minute ago 24.9MB [2021-04-17T14:12:57.378Z] docker-core-command-go-arm64 latest 321879cbf10b About a minute ago 16.5MB [2021-04-17T14:12:57.378Z] docker-security-bootstrapper-go-arm64 latest 602b8391c349 4 minutes ago 18.1MB [2021-04-17T14:12:57.378Z] docker-core-metadata-go-arm64 latest feb65978beec 4 minutes ago 18.1MB [2021-04-17T14:12:57.378Z] docker-support-notifications-go-arm64 latest 38ffb04858e2 4 minutes ago 17.1MB [2021-04-17T14:12:57.378Z] docker-support-scheduler-go-arm64 latest 055348ee059d 4 minutes ago 16.6MB [2021-04-17T14:12:57.378Z] docker-security-proxy-setup-go-arm64 latest a472fe110b74 4 minutes ago 24.6MB [2021-04-17T14:12:57.378Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:12:57.943Z] ---> job-cost.sh [2021-04-17T14:12:57.943Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Fe9n [2021-04-17T14:13:36.879Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-17T14:15:13.594Z] lf-activate-venv(): INFO: Adding /tmp/venv-Fe9n/bin to PATH [2021-04-17T14:15:13.594Z] INFO: No Stack... [2021-04-17T14:15:13.594Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-17T14:15:13.594Z] INFO: Archiving Costs [Pipeline] sh [2021-04-17T14:15:13.927Z] + + cut -d, -f6 [2021-04-17T14:15:13.927Z] cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-04-17T14:15:14.043Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] [2021-04-17T14:15:14.052Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] did not exist. Created. [2021-04-17T14:15:14.052Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-17T14:15:14.397Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-17T14:15:14.669Z] Stashed 1 file(s) [Pipeline] } [2021-04-17T14:15:14.692Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3372-2-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-17T14:15:16.361Z] provisioning config files... [2021-04-17T14:15:16.373Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2430619043849211774tmp [Pipeline] { [Pipeline] sh [2021-04-17T14:15:16.694Z] + set +x [2021-04-17T14:15:16.694Z] + curl -s https://codecov.io/bash [2021-04-17T14:15:16.694Z] + bash -s -- [2021-04-17T14:15:16.956Z] [2021-04-17T14:15:16.956Z] _____ _ [2021-04-17T14:15:16.956Z] / ____| | | [2021-04-17T14:15:16.956Z] | | ___ __| | ___ ___ _____ __ [2021-04-17T14:15:16.956Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-17T14:15:16.956Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-17T14:15:16.956Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-17T14:15:16.956Z] Bash-1.0.1 [2021-04-17T14:15:16.956Z] [2021-04-17T14:15:16.956Z] [2021-04-17T14:15:16.956Z] ==> git version 2.24.3 found [2021-04-17T14:15:16.956Z] ==> 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-17T14:15:16.956Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-17T14:15:16.956Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-17T14:15:16.956Z] ==> Jenkins CI detected. [2021-04-17T14:15:16.956Z] project root: . [2021-04-17T14:15:16.956Z] --> token set from env [2021-04-17T14:15:16.956Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-17T14:15:17.218Z] ==> Running gcov in . (disable via -X gcov) [2021-04-17T14:15:17.218Z] ==> Python coveragepy not found [2021-04-17T14:15:17.218Z] ==> Searching for coverage reports in: [2021-04-17T14:15:17.218Z] + . [2021-04-17T14:15:17.218Z] -> Found 1 reports [2021-04-17T14:15:17.218Z] ==> Detecting git/mercurial file structure [2021-04-17T14:15:17.218Z] ==> Reading reports [2021-04-17T14:15:17.218Z] + ./coverage.out bytes=687366 [2021-04-17T14:15:17.218Z] ==> Appending adjustments [2021-04-17T14:15:17.219Z] https://docs.codecov.io/docs/fixing-reports [2021-04-17T14:15:20.530Z] + Found adjustments [2021-04-17T14:15:20.530Z] ==> Gzipping contents [2021-04-17T14:15:20.530Z] 100K /tmp/codecov.SGCkBf.gz [2021-04-17T14:15:20.530Z] ==> Uploading reports [2021-04-17T14:15:20.530Z] url: https://codecov.io [2021-04-17T14:15:20.530Z] query: branch=PR-3372&commit=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= [2021-04-17T14:15:20.530Z] -> Pinging Codecov [2021-04-17T14:15:20.530Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3372&commit=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= [2021-04-17T14:15:21.101Z] -> Uploading to [2021-04-17T14:15:21.101Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-17/00271124DB129430A58F1EEE437C3FCB/b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1/75482f8a-4354-4fbd-9166-eba41df7108e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T141520Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0406cedce3cad8dce9863c3724b91cbb1d4992c67518570d00d3754ff763d02e [2021-04-17T14:15:21.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:15:21.101Z] Dload Upload Total Spent Left Speed [2021-04-17T14:15:21.674Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98708 0 0 100 98708 0 239k --:--:-- --:--:-- --:--:-- 239k [2021-04-17T14:15:21.674Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [Pipeline] } [2021-04-17T14:15:21.682Z] 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-17T14:15:22.436Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:15:23.314Z] ---> package-listing.sh [2021-04-17T14:15:23.315Z] ++ facter osfamily [2021-04-17T14:15:23.315Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-17T14:15:23.315Z] + OS_FAMILY=redhat [2021-04-17T14:15:23.315Z] + workspace=/w/workspace/edgex-go/2 [2021-04-17T14:15:23.315Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-17T14:15:23.315Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-17T14:15:23.315Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-17T14:15:23.315Z] + PACKAGES=/tmp/packages_start.txt [2021-04-17T14:15:23.315Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-17T14:15:23.315Z] + PACKAGES=/tmp/packages_end.txt [2021-04-17T14:15:23.315Z] + case "${OS_FAMILY}" in [2021-04-17T14:15:23.315Z] + rpm -qa [2021-04-17T14:15:23.315Z] + sort [2021-04-17T14:15:28.617Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-17T14:15:28.617Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-17T14:15:28.617Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-17T14:15:28.617Z] + '[' /w/workspace/edgex-go/2 ']' [2021-04-17T14:15:28.617Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-04-17T14:15:28.617Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-04-17T14:15:28.629Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-17T14:15:28.918Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:15:29.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:15:29.222Z] [2021-04-17T14:15:29.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:15:29.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:15:29.533Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-17T14:15:29.533Z] df20fa9351a1: Pulling fs layer [2021-04-17T14:15:29.533Z] 36b3adc4ff6f: Pulling fs layer [2021-04-17T14:15:29.533Z] 8ad3a11d3b57: Pulling fs layer [2021-04-17T14:15:29.533Z] 46f8f816bc3b: Pulling fs layer [2021-04-17T14:15:29.533Z] 93b61091891f: Pulling fs layer [2021-04-17T14:15:29.533Z] 93b9cdb0e59b: Pulling fs layer [2021-04-17T14:15:29.533Z] 5e14af77c1be: Pulling fs layer [2021-04-17T14:15:29.533Z] 01666e4c0597: Pulling fs layer [2021-04-17T14:15:29.533Z] aa168da1d23b: Pulling fs layer [2021-04-17T14:15:29.533Z] 01666e4c0597: Waiting [2021-04-17T14:15:29.533Z] 93b9cdb0e59b: Waiting [2021-04-17T14:15:29.533Z] 5e14af77c1be: Waiting [2021-04-17T14:15:29.533Z] aa168da1d23b: Waiting [2021-04-17T14:15:29.533Z] 46f8f816bc3b: Waiting [2021-04-17T14:15:29.533Z] 93b61091891f: Waiting [2021-04-17T14:15:29.533Z] 36b3adc4ff6f: Verifying Checksum [2021-04-17T14:15:29.533Z] 36b3adc4ff6f: Download complete [2021-04-17T14:15:29.533Z] 46f8f816bc3b: Download complete [2021-04-17T14:15:29.801Z] df20fa9351a1: Download complete [2021-04-17T14:15:29.801Z] 93b9cdb0e59b: Verifying Checksum [2021-04-17T14:15:29.801Z] 93b9cdb0e59b: Download complete [2021-04-17T14:15:29.801Z] 8ad3a11d3b57: Verifying Checksum [2021-04-17T14:15:29.801Z] 8ad3a11d3b57: Download complete [2021-04-17T14:15:29.801Z] 93b61091891f: Verifying Checksum [2021-04-17T14:15:29.801Z] 93b61091891f: Download complete [2021-04-17T14:15:29.801Z] 5e14af77c1be: Verifying Checksum [2021-04-17T14:15:29.801Z] 5e14af77c1be: Download complete [2021-04-17T14:15:29.801Z] 01666e4c0597: Verifying Checksum [2021-04-17T14:15:29.801Z] 01666e4c0597: Download complete [2021-04-17T14:15:30.065Z] df20fa9351a1: Pull complete [2021-04-17T14:15:30.332Z] 36b3adc4ff6f: Pull complete [2021-04-17T14:15:31.724Z] aa168da1d23b: Download complete [2021-04-17T14:15:34.284Z] 8ad3a11d3b57: Pull complete [2021-04-17T14:15:34.284Z] 46f8f816bc3b: Pull complete [2021-04-17T14:15:36.196Z] 93b61091891f: Pull complete [2021-04-17T14:15:36.196Z] 93b9cdb0e59b: Pull complete [2021-04-17T14:15:36.196Z] 5e14af77c1be: Pull complete [2021-04-17T14:15:36.196Z] 01666e4c0597: Pull complete [2021-04-17T14:15:46.213Z] aa168da1d23b: Pull complete [2021-04-17T14:15:47.157Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-17T14:15:47.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:15:47.157Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-17T14:15:47.333Z] prd-centos7-docker-4c-2g-558 does not seem to be running inside a container [2021-04-17T14:15:47.377Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-17T14:15:49.888Z] $ docker top 0e7feef1cd51990440c5ab093770fdb4754e73b2cdf21133c8a6a3e21555f641 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T14:15:50.375Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-17T14:15:50.679Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-17T14:15:50.977Z] + ls /var/log/sa-host [2021-04-17T14:15:50.977Z] + sadf -c /var/log/sa-host/sa17 [2021-04-17T14:15:50.977Z] file_magic: OK [2021-04-17T14:15:50.977Z] HZ: Using current value: 100 [2021-04-17T14:15:50.977Z] file_header: OK [2021-04-17T14:15:50.977Z] 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-17T14:15:50.977Z] Statistics: [2021-04-17T14:15:50.977Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-17T14:15:50.977Z] File successfully converted to sysstat format version 12.2.1 [2021-04-17T14:15:50.977Z] + sadf -c /var/log/sa-host/sa23 [2021-04-17T14:15:50.977Z] file_magic: OK [2021-04-17T14:15:50.977Z] HZ: Using current value: 100 [2021-04-17T14:15:50.977Z] file_header: OK [2021-04-17T14:15:50.977Z] 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-17T14:15:50.977Z] Statistics: [2021-04-17T14:15:50.977Z] Hnuu...uuuununununu... [2021-04-17T14:15:50.977Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:15:51.158Z] provisioning config files... [2021-04-17T14:15:51.177Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3718061881689616282tmp [Pipeline] { [Pipeline] echo [2021-04-17T14:15:51.204Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:15:51.499Z] ---> create-netrc.sh [Pipeline] } [2021-04-17T14:15:51.508Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-17T14:15:51.533Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:15:51.827Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-17T14:15:51.838Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:15:52.133Z] ---> sudo-logs.sh [2021-04-17T14:15:52.133Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-17T14:15:52.195Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:15:52.492Z] ---> job-cost.sh [2021-04-17T14:15:52.492Z] lf-activate-venv: SKIPPING [2021-04-17T14:15:52.492Z] DEBUG: total: 0.20999999344348907 [2021-04-17T14:15:52.492Z] INFO: Retrieving Stack Cost... [2021-04-17T14:15:53.436Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-17T14:15:54.009Z] INFO: Archiving Costs [Pipeline] echo [2021-04-17T14:15:54.024Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:15:54.317Z] ---> logs-deploy.sh [2021-04-17T14:15:54.317Z] lf-activate-venv: SKIPPING [2021-04-17T14:15:54.317Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/2 [2021-04-17T14:15:54.317Z] INFO: archiving workspace using pattern(s): [2021-04-17T14:15:55.703Z] Archives upload complete. [2021-04-17T14:15:55.703Z] INFO: archiving logs to Nexus