Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3daad41841a19eb22bce2f1fa509c016ebb6911a+78fade22505eae315bd953aec98210b437e07b35 (ba81e1373f8aa2f3248a4158c0ba7d1b54e2cf8e) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1611 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 78fade22505eae315bd953aec98210b437e07b35 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing c55df792c06c06ba7066dcd8d8a20bd913cc4294 Checking out Revision c55df792c06c06ba7066dcd8d8a20bd913cc4294 (PR-3391) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c55df792c06c06ba7066dcd8d8a20bd913cc4294 # timeout=10 Commit message: "Merge commit '78fade22505eae315bd953aec98210b437e07b35' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-24T08:30:43.453Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-24T08:30:43.541Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-24T08:30:43.567Z] ========================================================= [2021-04-24T08:30:43.567Z] EdgeX Global Pipelines Version Info [2021-04-24T08:30:43.567Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 [2021-04-24T08:30:45.261Z] ------------------- [2021-04-24T08:30:45.261Z] stable info: [2021-04-24T08:30:45.261Z] ------------------- [2021-04-24T08:30:45.261Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-24T08:30:45.261Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-24T08:30:45.261Z] Message: update stable to v1.0.186 [2021-04-24T08:30:46.206Z] ------------------- [2021-04-24T08:30:46.206Z] experimental info: [2021-04-24T08:30:46.206Z] ------------------- [2021-04-24T08:30:46.206Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-24T08:30:46.206Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-24T08:30:46.206Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-24T08:30:46.328Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-24T08:30:46.351Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-24T08:30:46.372Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-24T08:30:46.394Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-24T08:30:46.417Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-24T08:30:46.438Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-24T08:30:46.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-24T08:30:46.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-24T08:30:46.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-24T08:30:46.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-24T08:30:46.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-24T08:30:46.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-24T08:30:46.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-24T08:30:46.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-24T08:30:46.668Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-24T08:30:46.690Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-24T08:30:46.710Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-24T08:30:46.731Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-24T08:30:46.752Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-24T08:30:46.797Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-24T08:30:46.818Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-24T08:30:46.840Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-24T08:30:46.863Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-04-24T08:30:46.908Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-04-24T08:30:46.930Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-04-24T08:30:46.952Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c55df792c06c06ba7066dcd8d8a20bd913cc4294 [Pipeline] echo [2021-04-24T08:30:46.975Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c55df79 [Pipeline] echo [2021-04-24T08:30:46.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-24T08:30:47.061Z] provisioning config files... [2021-04-24T08:30:47.097Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6071262569413199971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:30:47.422Z] ---> docker-login.sh [2021-04-24T08:30:47.422Z] nexus3.edgexfoundry.org:10001 [2021-04-24T08:30:47.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:30:47.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:30:47.949Z] Configure a credential helper to remove this warning. See [2021-04-24T08:30:47.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:30:47.949Z] [2021-04-24T08:30:47.949Z] Login Succeeded [2021-04-24T08:30:47.949Z] nexus3.edgexfoundry.org:10002 [2021-04-24T08:30:47.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:30:47.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:30:47.949Z] Configure a credential helper to remove this warning. See [2021-04-24T08:30:47.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:30:47.949Z] [2021-04-24T08:30:47.949Z] Login Succeeded [2021-04-24T08:30:47.949Z] nexus3.edgexfoundry.org:10003 [2021-04-24T08:30:48.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:30:48.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:30:48.214Z] Configure a credential helper to remove this warning. See [2021-04-24T08:30:48.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:30:48.214Z] [2021-04-24T08:30:48.214Z] Login Succeeded [2021-04-24T08:30:48.214Z] nexus3.edgexfoundry.org:10004 [2021-04-24T08:30:48.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:30:48.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:30:48.476Z] Configure a credential helper to remove this warning. See [2021-04-24T08:30:48.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:30:48.476Z] [2021-04-24T08:30:48.476Z] Login Succeeded [2021-04-24T08:30:48.476Z] docker.io [2021-04-24T08:30:48.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:30:48.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:30:48.738Z] Configure a credential helper to remove this warning. See [2021-04-24T08:30:48.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:30:48.738Z] [2021-04-24T08:30:48.738Z] Login Succeeded [2021-04-24T08:30:48.738Z] ---> docker-login.sh ends [Pipeline] } [2021-04-24T08:30:48.748Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-24T08:30:49.084Z] ++ 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-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/core-command/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/core-data/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-24T08:30:49.085Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-24T08:30:49.085Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-24T08:30:49.085Z] ++ cut -d/ -f2 [2021-04-24T08:30:49.085Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-24T08:30:49.170Z] 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-24T08:30:49.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-24T08:30:49.796Z] [2021-04-24T08:30:49.796Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:30:50.124Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-24T08:30:50.124Z] latest: Pulling from edgex-devops/git-semver [2021-04-24T08:30:50.124Z] 31603596830f: Pulling fs layer [2021-04-24T08:30:50.124Z] 2a8b12db71e7: Pulling fs layer [2021-04-24T08:30:50.124Z] 6ca5941a6612: Pulling fs layer [2021-04-24T08:30:50.124Z] ecc8261a40a4: Pulling fs layer [2021-04-24T08:30:50.124Z] ecc8261a40a4: Waiting [2021-04-24T08:30:50.124Z] 2a8b12db71e7: Verifying Checksum [2021-04-24T08:30:50.124Z] 2a8b12db71e7: Download complete [2021-04-24T08:30:50.124Z] 31603596830f: Verifying Checksum [2021-04-24T08:30:50.124Z] 31603596830f: Download complete [2021-04-24T08:30:50.390Z] ecc8261a40a4: Verifying Checksum [2021-04-24T08:30:50.390Z] ecc8261a40a4: Download complete [2021-04-24T08:30:50.390Z] 6ca5941a6612: Verifying Checksum [2021-04-24T08:30:50.390Z] 6ca5941a6612: Download complete [2021-04-24T08:30:50.652Z] 31603596830f: Pull complete [2021-04-24T08:30:50.652Z] 2a8b12db71e7: Pull complete [2021-04-24T08:30:51.612Z] 6ca5941a6612: Pull complete [2021-04-24T08:30:51.874Z] ecc8261a40a4: Pull complete [2021-04-24T08:30:51.874Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-24T08:30:51.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-24T08:30:51.874Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-24T08:30:51.982Z] prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container [2021-04-24T08:30:52.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat [2021-04-24T08:30:54.443Z] $ docker top c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-24T08:30:54.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-24T08:30:54.599Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-24T08:30:54.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-24T08:30:54.827Z] $ docker exec c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent [2021-04-24T08:30:54.983Z] SSH_AUTH_SOCK=/tmp/ssh-IUJNvJy5GL3r/agent.11 [2021-04-24T08:30:54.983Z] SSH_AGENT_PID=16 [2021-04-24T08:30:54.994Z] Running ssh-add (command line suppressed) [2021-04-24T08:30:55.112Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_3591415294092073698.key (/w/workspace/edgex-go/5@tmp/private_key_3591415294092073698.key) [2021-04-24T08:30:55.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-24T08:30:55.459Z] + git tag --points-at HEAD [Pipeline] } [2021-04-24T08:30:55.480Z] $ docker exec --env ******** --env ******** c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent -k [2021-04-24T08:30:55.594Z] unset SSH_AUTH_SOCK; [2021-04-24T08:30:55.595Z] unset SSH_AGENT_PID; [2021-04-24T08:30:55.595Z] echo Agent pid 16 killed; [2021-04-24T08:30:55.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-24T08:30:55.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-24T08:30:55.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-24T08:30:55.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-24T08:30:55.851Z] $ docker exec c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent [2021-04-24T08:30:56.020Z] SSH_AUTH_SOCK=/tmp/ssh-H1oqZiCn4Rnh/agent.45 [2021-04-24T08:30:56.020Z] SSH_AGENT_PID=50 [2021-04-24T08:30:56.027Z] Running ssh-add (command line suppressed) [2021-04-24T08:30:56.160Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5060460026786150021.key (/w/workspace/edgex-go/5@tmp/private_key_5060460026786150021.key) [2021-04-24T08:30:56.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-24T08:30:56.533Z] + git semver init [2021-04-24T08:30:56.533Z] # -> Open(): unable to determine branch for HEAD [2021-04-24T08:30:56.533Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-24T08:30:56.533Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-24T08:30:56.533Z] # $SEMVER_REMOTE_NAME = origin [2021-04-24T08:30:56.533Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-24T08:30:56.533Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-24T08:30:56.533Z] # $SEMVER_BRANCH = PR-3391 [2021-04-24T08:30:56.533Z] # $SEMVER_TEMP = /tmp/semver-971223058 [2021-04-24T08:30:56.533Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-24T08:31:18.572Z] # '/tmp/semver-971223058' -> '/w/workspace/edgex-go/5/.semver' [2021-04-24T08:31:19.528Z] # -> Force: false [2021-04-24T08:31:19.528Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-24T08:31:19.549Z] $ docker exec --env ******** --env ******** c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent -k [2021-04-24T08:31:19.836Z] unset SSH_AUTH_SOCK; [2021-04-24T08:31:19.836Z] unset SSH_AGENT_PID; [2021-04-24T08:31:19.836Z] echo Agent pid 50 killed; [2021-04-24T08:31:19.915Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-24T08:31:20.245Z] + git semver [Pipeline] } [2021-04-24T08:31:20.264Z] $ docker stop --time=1 c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 [2021-04-24T08:31:21.944Z] $ docker rm -f c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-24T08:31:22.429Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-24T08:31:22.894Z] Stashed 1 file(s) [Pipeline] echo [2021-04-24T08:31:22.897Z] [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-24T08:31:23.397Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-24T08:31:23.697Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-24T08:31:24.052Z] + sudo service docker restart [2021-04-24T08:31:24.052Z] + true [2021-04-24T08:31:24.052Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-24T08:31:24.696Z] ========================================================= [2021-04-24T08:31:24.696Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-24T08:31:24.696Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:31:25.007Z] + 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-24T08:31:29.264Z] Sending build context to Docker daemon 329.9MB [2021-04-24T08:31:29.264Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-24T08:31:29.264Z] Step 2/6 : FROM ${BASE} [2021-04-24T08:31:29.264Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-24T08:31:29.264Z] 188c0c94c7c5: Pulling fs layer [2021-04-24T08:31:29.264Z] 0ef7d3d256c8: Pulling fs layer [2021-04-24T08:31:29.264Z] de9db76c5a1d: Pulling fs layer [2021-04-24T08:31:29.264Z] bca2f99d35d6: Pulling fs layer [2021-04-24T08:31:29.264Z] 93359f2a8cfa: Pulling fs layer [2021-04-24T08:31:29.264Z] 7c6f9722023f: Pulling fs layer [2021-04-24T08:31:29.264Z] a35cf1a2eb13: Pulling fs layer [2021-04-24T08:31:29.264Z] 93359f2a8cfa: Waiting [2021-04-24T08:31:29.264Z] 7c6f9722023f: Waiting [2021-04-24T08:31:29.264Z] a35cf1a2eb13: Waiting [2021-04-24T08:31:29.264Z] bca2f99d35d6: Waiting [2021-04-24T08:31:29.264Z] de9db76c5a1d: Verifying Checksum [2021-04-24T08:31:29.264Z] de9db76c5a1d: Download complete [2021-04-24T08:31:29.264Z] 0ef7d3d256c8: Download complete [2021-04-24T08:31:29.264Z] 93359f2a8cfa: Verifying Checksum [2021-04-24T08:31:29.264Z] 93359f2a8cfa: Download complete [2021-04-24T08:31:29.264Z] 188c0c94c7c5: Verifying Checksum [2021-04-24T08:31:29.264Z] 188c0c94c7c5: Download complete [2021-04-24T08:31:29.264Z] 7c6f9722023f: Verifying Checksum [2021-04-24T08:31:29.264Z] 7c6f9722023f: Download complete [2021-04-24T08:31:29.264Z] 188c0c94c7c5: Pull complete [2021-04-24T08:31:30.223Z] 0ef7d3d256c8: Pull complete [2021-04-24T08:31:30.485Z] de9db76c5a1d: Pull complete [2021-04-24T08:31:30.485Z] a35cf1a2eb13: Verifying Checksum [2021-04-24T08:31:30.485Z] a35cf1a2eb13: Download complete [2021-04-24T08:31:31.063Z] bca2f99d35d6: Verifying Checksum [2021-04-24T08:31:31.063Z] bca2f99d35d6: Download complete [2021-04-24T08:31:36.413Z] bca2f99d35d6: Pull complete [2021-04-24T08:31:36.413Z] 93359f2a8cfa: Pull complete [2021-04-24T08:31:36.413Z] 7c6f9722023f: Pull complete [2021-04-24T08:31:38.029Z] Still waiting to schedule task [2021-04-24T08:31:38.029Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-24T08:31:41.730Z] a35cf1a2eb13: Pull complete [2021-04-24T08:31:41.730Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-24T08:31:41.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-24T08:31:41.730Z] ---> a62c8e92a672 [2021-04-24T08:31:41.730Z] 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-24T08:31:41.730Z] ---> Running in 1c8ca139cac9 [2021-04-24T08:31:41.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:31:42.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:31:42.945Z] (1/12) Installing libmagic (5.38-r0) [2021-04-24T08:31:43.521Z] (2/12) Installing file (5.38-r0) [2021-04-24T08:31:43.521Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-24T08:31:43.784Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-24T08:31:49.093Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-24T08:31:49.093Z] (6/12) Installing patch (2.7.6-r6) [2021-04-24T08:31:49.093Z] (7/12) Installing build-base (0.5-r2) [2021-04-24T08:31:49.093Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-24T08:31:49.093Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-24T08:31:49.093Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-24T08:31:49.093Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-24T08:31:49.360Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-24T08:31:49.360Z] Executing busybox-1.31.1-r19.trigger [2021-04-24T08:31:49.360Z] OK: 233 MiB in 51 packages [2021-04-24T08:31:53.612Z] Removing intermediate container 1c8ca139cac9 [2021-04-24T08:31:53.612Z] ---> 978623293975 [2021-04-24T08:31:53.612Z] Step 4/6 : WORKDIR /edgex-go [2021-04-24T08:31:53.612Z] ---> Running in 93aec81a7526 [2021-04-24T08:31:53.612Z] Removing intermediate container 93aec81a7526 [2021-04-24T08:31:53.612Z] ---> dea119411a43 [2021-04-24T08:31:53.612Z] Step 5/6 : COPY go.mod . [2021-04-24T08:31:53.612Z] ---> 3d75724616b8 [2021-04-24T08:31:53.612Z] Step 6/6 : RUN go mod download [2021-04-24T08:31:53.612Z] ---> Running in 5d0b22742034 [2021-04-24T08:32:15.644Z] Removing intermediate container 5d0b22742034 [2021-04-24T08:32:15.644Z] ---> 6f8adcbdce47 [2021-04-24T08:32:15.644Z] Successfully built 6f8adcbdce47 [2021-04-24T08:32:15.644Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:32:15.961Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-24T08:32:15.962Z] . [Pipeline] withDockerContainer [2021-04-24T08:32:16.064Z] prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container [2021-04-24T08:32:16.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-24T08:32:16.958Z] $ docker top 83967ee0dd40c9f173ea490ebf3f44ef92c1f3f02dae1707cd17a04ce2b4cb72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:32:17.403Z] + go version [2021-04-24T08:32:17.403Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-24T08:32:17.419Z] $ docker stop --time=1 83967ee0dd40c9f173ea490ebf3f44ef92c1f3f02dae1707cd17a04ce2b4cb72 [2021-04-24T08:32:18.796Z] $ docker rm -f 83967ee0dd40c9f173ea490ebf3f44ef92c1f3f02dae1707cd17a04ce2b4cb72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:32:19.277Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-24T08:32:19.277Z] . [Pipeline] withDockerContainer [2021-04-24T08:32:19.376Z] prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container [2021-04-24T08:32:19.421Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-24T08:32:20.097Z] $ docker top 817c82e3aff5b63a28edbc7554fb99b59f5e31d85248120714e7326794ee22d9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-24T08:32:20.213Z] ========================================================= [2021-04-24T08:32:20.213Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-24T08:32:20.213Z] ========================================================= [Pipeline] sh [2021-04-24T08:32:20.508Z] + make test [2021-04-24T08:32:20.508Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-24T08:32:30.595Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-24T08:32:52.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-24T08:32:52.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-24T08:32:56.084Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-24T08:32:56.084Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-24T08:32:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-24T08:32:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-24T08:32:56.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-24T08:32:57.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-24T08:32:57.866Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-24T08:32:58.459Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-24T08:33:01.054Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-24T08:33:01.054Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-24T08:33:01.054Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-24T08:33:04.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 45.9% of statements [2021-04-24T08:33:04.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-24T08:33:04.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-24T08:33:04.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-24T08:33:04.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-24T08:33:04.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-24T08:33:04.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-24T08:33:04.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.068s coverage: 19.8% of statements [2021-04-24T08:33:04.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-04-24T08:33:07.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.489s coverage: 27.1% of statements [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-24T08:33:07.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-24T08:33:07.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-24T08:33:07.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-24T08:33:08.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-04-24T08:33:08.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-24T08:33:08.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-24T08:33:08.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-04-24T08:33:08.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-24T08:33:08.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:33:08.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements [2021-04-24T08:33:08.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-24T08:33:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-24T08:33:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-24T08:33:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-24T08:33:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.151s coverage: 86.7% of statements [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-24T08:33:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-24T08:33:11.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-24T08:33:11.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-24T08:33:13.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.341s coverage: 93.0% of statements [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-24T08:33:13.735Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-24T08:33:13.735Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.9% of statements [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-24T08:33:13.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-24T08:33:13.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-04-24T08:33:13.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-04-24T08:33:13.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-04-24T08:33:14.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-04-24T08:33:14.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-04-24T08:33:26.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-04-24T08:33:26.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-04-24T08:33:29.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.215s coverage: 81.9% of statements [2021-04-24T08:33:29.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.2% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 66.9% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 41.5% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.047s coverage: 9.6% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-24T08:33:37.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 88.6% of statements [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:33:37.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-24T08:33:37.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.759s coverage: 28.7% of statements [2021-04-24T08:33:37.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-24T08:33:37.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-24T08:33:37.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-24T08:33:37.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-24T08:33:37.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-24T08:33:37.632Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-04-24T08:33:37.632Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-24T08:33:37.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements [2021-04-24T08:33:37.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-24T08:33:37.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-24T08:33:37.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-24T08:33:38.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.063s coverage: 64.6% of statements [2021-04-24T08:33:38.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-24T08:33:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 95.6% of statements [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-24T08:33:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-24T08:33:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-24T08:33:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-24T08:33:39.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-24T08:33:39.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-04-24T08:33:39.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-24T08:33:39.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-24T08:33:39.913Z] GO111MODULE=on go vet ./... [2021-04-24T08:34:07.116Z] gofmt -l . [2021-04-24T08:34:07.116Z] [ "`gofmt -l .`" = "" ] [2021-04-24T08:34:07.694Z] ./bin/test-go-mod-tidy.sh [2021-04-24T08:34:08.272Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-24T08:34:09.156Z] + ls -al . [2021-04-24T08:34:09.156Z] total 820 [2021-04-24T08:34:09.156Z] drwxrwxr-x 10 1001 1001 4096 Apr 24 08:34 . [2021-04-24T08:34:09.156Z] drwxr-xr-x 4 root root 28 Apr 24 08:32 .. [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 11 Apr 24 08:30 .dockerignore [2021-04-24T08:34:09.156Z] drwxrwxr-x 8 1001 1001 179 Apr 24 08:30 .git [2021-04-24T08:34:09.156Z] drwxrwxr-x 3 1001 1001 125 Apr 24 08:30 .github [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 818 Apr 24 08:30 .gitignore [2021-04-24T08:34:09.156Z] drwx------ 3 1001 1001 60 Apr 24 08:31 .semver [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 166 Apr 24 08:30 .sonarcloud.properties [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 8609 Apr 24 08:30 Attribution.txt [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 3804 Apr 24 08:30 CONTRIBUTING.md [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 931 Apr 24 08:30 Dockerfile.build [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 863 Apr 24 08:30 Jenkinsfile [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 10775 Apr 24 08:30 LICENSE [2021-04-24T08:34:09.156Z] -rw-rw-r-- 1 1001 1001 5774 Apr 24 08:30 Makefile [2021-04-24T08:34:09.157Z] -rw-rw-r-- 1 1001 1001 7978 Apr 24 08:30 README.md [2021-04-24T08:34:09.157Z] -rw-rw-r-- 1 1001 1001 6755 Apr 24 08:30 SECURITY.md [2021-04-24T08:34:09.157Z] -rw-rw-r-- 1 1001 1001 5 Apr 24 08:31 VERSION [2021-04-24T08:34:09.157Z] -rw-rw-r-- 1 1001 1001 4131 Apr 24 08:30 ZMQWindows.md [2021-04-24T08:34:09.157Z] drwxrwxr-x 2 1001 1001 117 Apr 24 08:30 bin [2021-04-24T08:34:09.157Z] drwxrwxr-x 14 1001 1001 4096 Apr 24 08:30 cmd [2021-04-24T08:34:09.157Z] -rw-r--r-- 1 root root 711909 Apr 24 08:33 coverage.out [2021-04-24T08:34:09.157Z] -rw-r--r-- 1 root root 1060 Apr 24 08:34 go.mod [2021-04-24T08:34:09.157Z] -rw-r--r-- 1 root root 22302 Apr 24 08:34 go.sum [2021-04-24T08:34:09.157Z] drwxrwxr-x 8 1001 1001 127 Apr 24 08:30 internal [2021-04-24T08:34:09.157Z] drwxrwxr-x 4 1001 1001 26 Apr 24 08:30 openapi [2021-04-24T08:34:09.157Z] drwxrwxr-x 4 1001 1001 71 Apr 24 08:30 snap [2021-04-24T08:34:09.157Z] -rw-rw-r-- 1 1001 1001 168 Apr 24 08:30 version.go [Pipeline] sh [2021-04-24T08:34:09.460Z] + '[' -e coverage.out ] [2021-04-24T08:34:09.460Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-24T08:34:09.680Z] Stashed 1 file(s) [Pipeline] sh [2021-04-24T08:34:09.972Z] + make build [2021-04-24T08:34:09.972Z] 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-24T08:34:15.274Z] 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-24T08:34:21.929Z] 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-24T08:34:23.873Z] 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-24T08:34:25.273Z] 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-24T08:34:25.536Z] 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-24T08:34:27.457Z] 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-24T08:34:29.067Z] 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-24T08:34:30.020Z] 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-24T08:34:31.415Z] 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-24T08:34:32.368Z] 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-24T08:34:33.375Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1616 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-24T08:34:33.392Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-24T08:34:33.761Z] 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-24T08:34:35.721Z] $ docker stop --time=1 817c82e3aff5b63a28edbc7554fb99b59f5e31d85248120714e7326794ee22d9 [2021-04-24T08:34:37.390Z] $ docker rm -f 817c82e3aff5b63a28edbc7554fb99b59f5e31d85248120714e7326794ee22d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-24T08:34:39.893Z] using credential edgex-jenkins-ssh [2021-04-24T08:34:39.916Z] Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:34:40.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-24T08:34:40.550Z] [2021-04-24T08:34:40.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:34:40.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-24T08:34:40.864Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-24T08:34:40.864Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-24T08:34:40.864Z] ca9280d653b3: Pulling fs layer [2021-04-24T08:34:40.864Z] 7e9c9ca2126c: Pulling fs layer [2021-04-24T08:34:41.126Z] cbdbe7a5bc2a: Download complete [2021-04-24T08:34:40.037Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-24T08:34:40.240Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-24T08:34:40.378Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-24T08:34:40.379Z] > git --version # timeout=10 [2021-04-24T08:34:40.408Z] > git --version # 'git version 2.17.1' [2021-04-24T08:34:40.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-24T08:34:40.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-24T08:34:41.388Z] cbdbe7a5bc2a: Pull complete [2021-04-24T08:34:41.649Z] ca9280d653b3: Verifying Checksum [2021-04-24T08:34:41.649Z] ca9280d653b3: Download complete [2021-04-24T08:34:42.607Z] ca9280d653b3: Pull complete [2021-04-24T08:34:42.607Z] 7e9c9ca2126c: Download complete [2021-04-24T08:34:50.783Z] 7e9c9ca2126c: Pull complete [2021-04-24T08:34:50.783Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-24T08:34:51.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-24T08:34:51.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-24T08:34:51.285Z] prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container [2021-04-24T08:34:51.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-24T08:34:52.327Z] $ docker top f024ad226c529a6a6df6ac109adf82b5447ea14a32537319616ec67daa4e5734 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:34:52.726Z] + docker-compose build --help [2021-04-24T08:34:52.726Z] + grep parallel [2021-04-24T08:34:54.647Z] --parallel Build images in parallel. [Pipeline] } [2021-04-24T08:34:54.663Z] $ docker stop --time=1 f024ad226c529a6a6df6ac109adf82b5447ea14a32537319616ec67daa4e5734 [2021-04-24T08:34:56.025Z] $ docker rm -f f024ad226c529a6a6df6ac109adf82b5447ea14a32537319616ec67daa4e5734 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:34:56.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-24T08:34:56.487Z] . [Pipeline] withDockerContainer [2021-04-24T08:34:56.582Z] prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container [2021-04-24T08:34:56.627Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-24T08:34:57.202Z] $ docker top d33b8855010385cc41e82284668918a178b3865ca234c9f22b0bce0a11eaff81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:34:57.597Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-24T08:34:58.550Z] Building docker-core-command-go ... [2021-04-24T08:34:58.550Z] Building docker-core-data-go ... [2021-04-24T08:34:58.550Z] Building docker-core-metadata-go ... [2021-04-24T08:34:58.550Z] Building docker-security-bootstrapper-go ... [2021-04-24T08:34:58.550Z] Building docker-security-proxy-setup-go ... [2021-04-24T08:34:58.550Z] Building docker-security-secretstore-setup-go ... [2021-04-24T08:34:58.550Z] Building docker-support-notifications-go ... [2021-04-24T08:34:58.550Z] Building docker-support-scheduler-go ... [2021-04-24T08:34:58.550Z] Building docker-sys-mgmt-agent-go ... [2021-04-24T08:34:58.550Z] Building docker-support-notifications-go [2021-04-24T08:34:58.550Z] Building docker-support-scheduler-go [2021-04-24T08:34:58.550Z] Building docker-security-secretstore-setup-go [2021-04-24T08:34:58.550Z] Building docker-core-metadata-go [2021-04-24T08:34:58.550Z] Building docker-security-proxy-setup-go [2021-04-24T08:35:09.770Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-24T08:35:09.793Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-24T08:35:09.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-24T08:35:09.863Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-24T08:35:09.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-24T08:35:09.875Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-24T08:35:10.847Z] Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-24T08:35:11.571Z] Merge succeeded, producing 1773ee00e69f3b409cc53ef713e3c683dde5412d [2021-04-24T08:35:11.572Z] Checking out Revision 1773ee00e69f3b409cc53ef713e3c683dde5412d (PR-3391) [2021-04-24T08:35:10.875Z] > git config core.sparsecheckout # timeout=10 [2021-04-24T08:35:10.894Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-24T08:35:11.240Z] > git remote # timeout=10 [2021-04-24T08:35:11.257Z] > git config --get remote.origin.url # timeout=10 [2021-04-24T08:35:11.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-24T08:35:11.283Z] > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 [2021-04-24T08:35:11.560Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-24T08:35:11.594Z] > git config core.sparsecheckout # timeout=10 [2021-04-24T08:35:11.622Z] > git checkout -f 1773ee00e69f3b409cc53ef713e3c683dde5412d # timeout=10 [2021-04-24T08:35:16.038Z] Commit message: "Merge commit '78fade22505eae315bd953aec98210b437e07b35' into HEAD" [2021-04-24T08:35:16.066Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-24T08:35:17.444Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-24T08:35:17.863Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-24T08:35:18.211Z] + + true [2021-04-24T08:35:18.211Z] sudo service docker restart [2021-04-24T08:35:16.054Z] > git rev-list --no-walk 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-24T08:35:20.230Z] provisioning config files... [2021-04-24T08:35:20.275Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7568304842536846459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:35:20.650Z] ---> docker-login.sh [2021-04-24T08:35:20.650Z] nexus3.edgexfoundry.org:10001 [2021-04-24T08:35:21.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:35:21.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:35:21.930Z] Configure a credential helper to remove this warning. See [2021-04-24T08:35:21.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:35:21.930Z] [2021-04-24T08:35:21.930Z] Login Succeeded [2021-04-24T08:35:21.930Z] nexus3.edgexfoundry.org:10002 [2021-04-24T08:35:22.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:35:22.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:35:22.525Z] Configure a credential helper to remove this warning. See [2021-04-24T08:35:22.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:35:22.525Z] [2021-04-24T08:35:22.525Z] Login Succeeded [2021-04-24T08:35:22.525Z] nexus3.edgexfoundry.org:10003 [2021-04-24T08:35:23.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:35:23.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:35:23.128Z] Configure a credential helper to remove this warning. See [2021-04-24T08:35:23.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:35:23.128Z] [2021-04-24T08:35:23.128Z] Login Succeeded [2021-04-24T08:35:23.128Z] nexus3.edgexfoundry.org:10004 [2021-04-24T08:35:23.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:35:23.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:35:23.688Z] Configure a credential helper to remove this warning. See [2021-04-24T08:35:23.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:35:23.688Z] [2021-04-24T08:35:23.688Z] Login Succeeded [2021-04-24T08:35:23.688Z] docker.io [2021-04-24T08:35:23.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-24T08:35:24.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-24T08:35:24.555Z] Configure a credential helper to remove this warning. See [2021-04-24T08:35:24.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-24T08:35:24.555Z] [2021-04-24T08:35:24.555Z] Login Succeeded [2021-04-24T08:35:24.555Z] ---> docker-login.sh ends [Pipeline] } [2021-04-24T08:35:24.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-24T08:35:24.878Z] ========================================================= [2021-04-24T08:35:24.878Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-24T08:35:24.878Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:35:25.219Z] + 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-24T08:35:27.884Z] Sending build context to Docker daemon 167.6MB [2021-04-24T08:35:27.884Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-24T08:35:27.884Z] Step 2/6 : FROM ${BASE} [2021-04-24T08:35:27.884Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-24T08:35:27.884Z] 5f621e34cdf4: Pulling fs layer [2021-04-24T08:35:27.884Z] a4357932f1b6: Pulling fs layer [2021-04-24T08:35:27.884Z] 18c013af1878: Pulling fs layer [2021-04-24T08:35:27.884Z] 00ac8860ef70: Pulling fs layer [2021-04-24T08:35:27.884Z] 63d7cb157983: Pulling fs layer [2021-04-24T08:35:27.884Z] b116817d02f9: Pulling fs layer [2021-04-24T08:35:27.884Z] 745a02a5169b: Pulling fs layer [2021-04-24T08:35:27.884Z] 00ac8860ef70: Waiting [2021-04-24T08:35:27.884Z] 63d7cb157983: Waiting [2021-04-24T08:35:27.884Z] b116817d02f9: Waiting [2021-04-24T08:35:27.884Z] 745a02a5169b: Waiting [2021-04-24T08:35:27.884Z] 18c013af1878: Verifying Checksum [2021-04-24T08:35:27.884Z] 18c013af1878: Download complete [2021-04-24T08:35:27.884Z] a4357932f1b6: Download complete [2021-04-24T08:35:27.884Z] 63d7cb157983: Verifying Checksum [2021-04-24T08:35:27.884Z] 63d7cb157983: Download complete [2021-04-24T08:35:27.884Z] b116817d02f9: Download complete [2021-04-24T08:35:27.884Z] 5f621e34cdf4: Verifying Checksum [2021-04-24T08:35:27.884Z] 5f621e34cdf4: Download complete [2021-04-24T08:35:28.510Z] 5f621e34cdf4: Pull complete [2021-04-24T08:35:29.124Z] a4357932f1b6: Pull complete [2021-04-24T08:35:29.721Z] 18c013af1878: Pull complete [2021-04-24T08:35:30.013Z] 745a02a5169b: Verifying Checksum [2021-04-24T08:35:30.013Z] 745a02a5169b: Download complete [2021-04-24T08:35:31.459Z] 00ac8860ef70: Verifying Checksum [2021-04-24T08:35:31.459Z] 00ac8860ef70: Download complete [2021-04-24T08:35:37.722Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:35:37.722Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:35:37.722Z] ---> 6f8adcbdce47 [2021-04-24T08:35:37.722Z] Step 3/25 : WORKDIR /edgex-go [2021-04-24T08:35:37.722Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:35:37.722Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:35:37.722Z] ---> 6f8adcbdce47 [2021-04-24T08:35:37.722Z] Step 3/22 : WORKDIR /edgex-go [2021-04-24T08:35:37.722Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:35:37.722Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:35:37.722Z] ---> 6f8adcbdce47 [2021-04-24T08:35:37.722Z] Step 3/22 : WORKDIR /edgex-go [2021-04-24T08:35:37.722Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:35:37.722Z] [2021-04-24T08:35:37.722Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:35:37.722Z] [2021-04-24T08:35:37.722Z] ---> 6f8adcbdce47 [2021-04-24T08:35:37.722Z] ---> 6f8adcbdce47 [2021-04-24T08:35:37.722Z] Step 3/23 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go [2021-04-24T08:35:37.722Z] [2021-04-24T08:35:37.722Z] ---> Running in 88dff7a8853a [2021-04-24T08:35:37.722Z] ---> Running in d8abba6ee393 [2021-04-24T08:35:37.722Z] ---> Running in bd10baea75af [2021-04-24T08:35:37.722Z] ---> Running in 808f82a1a7db [2021-04-24T08:35:37.722Z] ---> Running in 60ac1e496835 [2021-04-24T08:35:37.722Z] Removing intermediate container 60ac1e496835 [2021-04-24T08:35:37.722Z] ---> 0a3a0c638cf0 [2021-04-24T08:35:37.722Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:35:37.722Z] Removing intermediate container bd10baea75af [2021-04-24T08:35:37.722Z] ---> e51a9cc71594 [2021-04-24T08:35:37.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:35:37.722Z] Removing intermediate container 808f82a1a7db [2021-04-24T08:35:37.722Z] ---> 9f6cef51f9b3 [2021-04-24T08:35:37.722Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:35:37.722Z] Removing intermediate container 88dff7a8853a [2021-04-24T08:35:37.722Z] ---> 7334f3512de8 [2021-04-24T08:35:37.722Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:35:37.722Z] Removing intermediate container d8abba6ee393 [2021-04-24T08:35:37.722Z] ---> 11fc4afec8ff [2021-04-24T08:35:37.722Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:35:37.722Z] ---> Running in 1ae5db8766d8 [2021-04-24T08:35:37.722Z] ---> Running in 8409169cbe64 [2021-04-24T08:35:37.722Z] ---> Running in 6823b43f9bed [2021-04-24T08:35:37.722Z] ---> Running in 43d0153ac2a4 [2021-04-24T08:35:37.722Z] ---> Running in 51a38051d08e [2021-04-24T08:35:37.722Z] Removing intermediate container 8409169cbe64 [2021-04-24T08:35:37.722Z] ---> 35ec826b3351 [2021-04-24T08:35:37.722Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-24T08:35:37.722Z] Removing intermediate container 1ae5db8766d8 [2021-04-24T08:35:37.722Z] ---> 9731e475a82e [2021-04-24T08:35:37.722Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-24T08:35:37.722Z] ---> Running in acede382329f [2021-04-24T08:35:37.722Z] ---> Running in 4b05a34360ee [2021-04-24T08:35:37.722Z] Removing intermediate container 6823b43f9bed [2021-04-24T08:35:37.722Z] ---> 91ff9a29a617 [2021-04-24T08:35:37.722Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-24T08:35:37.722Z] Removing intermediate container 43d0153ac2a4 [2021-04-24T08:35:37.722Z] ---> 1e6fc7460b77 [2021-04-24T08:35:37.722Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-24T08:35:37.722Z] Removing intermediate container 51a38051d08e [2021-04-24T08:35:37.722Z] ---> aafec2371ab2 [2021-04-24T08:35:37.722Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-24T08:35:37.722Z] ---> Running in 593b331b1666 [2021-04-24T08:35:37.722Z] ---> Running in 26ea62cc6b92 [2021-04-24T08:35:37.722Z] ---> Running in 6b9c348b3257 [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:35:37.984Z] OK: 233 MiB in 51 packages [2021-04-24T08:35:38.398Z] OK: 233 MiB in 51 packages [2021-04-24T08:35:38.398Z] OK: 233 MiB in 51 packages [2021-04-24T08:35:38.398Z] OK: 233 MiB in 51 packages [2021-04-24T08:35:38.677Z] OK: 233 MiB in 51 packages [2021-04-24T08:35:38.948Z] Removing intermediate container 4b05a34360ee [2021-04-24T08:35:38.948Z] ---> a7669a00dc2e [2021-04-24T08:35:38.948Z] Step 6/22 : COPY go.mod . [2021-04-24T08:35:39.258Z] Removing intermediate container 593b331b1666 [2021-04-24T08:35:39.258Z] ---> 81dc61a262dd [2021-04-24T08:35:39.258Z] Step 6/23 : COPY go.mod . [2021-04-24T08:35:39.258Z] Removing intermediate container acede382329f [2021-04-24T08:35:39.258Z] ---> 98bf4974eef4 [2021-04-24T08:35:39.258Z] Step 6/25 : COPY go.mod . [2021-04-24T08:35:39.258Z] ---> 71194d79a510 [2021-04-24T08:35:39.258Z] Step 7/22 : RUN go mod download [2021-04-24T08:35:39.558Z] Removing intermediate container 6b9c348b3257 [2021-04-24T08:35:39.558Z] ---> 992a6ca8b60f [2021-04-24T08:35:39.558Z] Step 6/21 : COPY go.mod . [2021-04-24T08:35:39.558Z] ---> Running in b52e4f3d977e [2021-04-24T08:35:39.558Z] Removing intermediate container 26ea62cc6b92 [2021-04-24T08:35:39.558Z] ---> 2da821b28825 [2021-04-24T08:35:39.558Z] Step 6/22 : COPY go.mod . [2021-04-24T08:35:39.828Z] ---> 96d38e28fea6 [2021-04-24T08:35:39.828Z] Step 7/23 : RUN go mod download [2021-04-24T08:35:39.828Z] ---> d8112573dd47 [2021-04-24T08:35:39.828Z] Step 7/25 : RUN go mod download [2021-04-24T08:35:40.095Z] ---> c5cee420ce98 [2021-04-24T08:35:40.095Z] Step 7/21 : RUN go mod download [2021-04-24T08:35:40.095Z] ---> Running in 2b2f736bcb3d [2021-04-24T08:35:40.095Z] ---> Running in 95202623710d [2021-04-24T08:35:40.095Z] ---> d6feb2b18e08 [2021-04-24T08:35:40.095Z] Step 7/22 : RUN go mod download [2021-04-24T08:35:40.371Z] ---> Running in e93362b48d46 [2021-04-24T08:35:40.371Z] ---> Running in 7c928bd92114 [2021-04-24T08:35:41.616Z] 00ac8860ef70: Pull complete [2021-04-24T08:35:41.616Z] 63d7cb157983: Pull complete [2021-04-24T08:35:41.616Z] b116817d02f9: Pull complete [2021-04-24T08:35:42.318Z] Removing intermediate container b52e4f3d977e [2021-04-24T08:35:42.318Z] ---> 04f0aa0f3b12 [2021-04-24T08:35:42.318Z] Step 8/22 : COPY . . [2021-04-24T08:35:42.318Z] Removing intermediate container 2b2f736bcb3d [2021-04-24T08:35:42.318Z] ---> fdfeb180abc9 [2021-04-24T08:35:42.318Z] Step 8/23 : COPY . . [2021-04-24T08:35:45.004Z] 745a02a5169b: Pull complete [2021-04-24T08:35:45.004Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-24T08:35:45.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-24T08:35:45.004Z] ---> b7e6874047d6 [2021-04-24T08:35:45.004Z] 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-24T08:35:45.640Z] Removing intermediate container 95202623710d [2021-04-24T08:35:45.640Z] ---> 43e4acc7f8c0 [2021-04-24T08:35:45.640Z] Step 8/25 : COPY . . [2021-04-24T08:35:45.640Z] Removing intermediate container e93362b48d46 [2021-04-24T08:35:45.640Z] ---> a09011c572f0 [2021-04-24T08:35:45.640Z] Step 8/21 : COPY . . [2021-04-24T08:35:45.907Z] Removing intermediate container 7c928bd92114 [2021-04-24T08:35:45.907Z] ---> da7ff881a030 [2021-04-24T08:35:45.907Z] Step 8/22 : COPY . . [2021-04-24T08:35:48.403Z] ---> Running in f4854834ebb5 [2021-04-24T08:35:49.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:35:50.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:35:51.418Z] (1/12) Installing libmagic (5.38-r0) [2021-04-24T08:35:52.022Z] (2/12) Installing file (5.38-r0) [2021-04-24T08:35:52.022Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-24T08:35:52.022Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-24T08:35:56.314Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-24T08:35:56.314Z] (6/12) Installing patch (2.7.6-r6) [2021-04-24T08:35:56.314Z] (7/12) Installing build-base (0.5-r2) [2021-04-24T08:35:56.314Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-24T08:35:56.314Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-24T08:35:56.314Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-24T08:35:56.314Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-24T08:35:56.587Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-24T08:35:56.587Z] Executing busybox-1.31.1-r19.trigger [2021-04-24T08:35:56.587Z] OK: 217 MiB in 51 packages [2021-04-24T08:36:00.892Z] Removing intermediate container f4854834ebb5 [2021-04-24T08:36:00.892Z] ---> 959bbfa5baa9 [2021-04-24T08:36:00.892Z] Step 4/6 : WORKDIR /edgex-go [2021-04-24T08:36:00.892Z] ---> Running in 8335f281fd2a [2021-04-24T08:36:01.487Z] Removing intermediate container 8335f281fd2a [2021-04-24T08:36:01.488Z] ---> 09c1dd50d33f [2021-04-24T08:36:01.488Z] Step 5/6 : COPY go.mod . [2021-04-24T08:36:02.085Z] ---> b884a4dcaf03 [2021-04-24T08:36:02.085Z] Step 6/6 : RUN go mod download [2021-04-24T08:36:02.359Z] ---> Running in b18844247edd [2021-04-24T08:36:29.204Z] Removing intermediate container b18844247edd [2021-04-24T08:36:29.204Z] ---> 4af8ddfc008a [2021-04-24T08:36:29.204Z] Successfully built 4af8ddfc008a [2021-04-24T08:36:29.204Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:36:29.551Z] + docker inspect -f . ci-base-image-arm64 [2021-04-24T08:36:29.551Z] . [Pipeline] withDockerContainer [2021-04-24T08:36:29.844Z] prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2021-04-24T08:36:29.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-24T08:36:31.551Z] $ docker top 839dd3d647b0fa8b52bcceccc7e3b85ff9df4f697c9082e3ce3b01a90ce44501 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:36:32.530Z] + go version [2021-04-24T08:36:32.530Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-24T08:36:32.563Z] $ docker stop --time=1 839dd3d647b0fa8b52bcceccc7e3b85ff9df4f697c9082e3ce3b01a90ce44501 [2021-04-24T08:36:32.985Z] ---> ecc848e2c8bc [2021-04-24T08:36:32.985Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-24T08:36:32.985Z] ---> Running in d07ea05efeaa [2021-04-24T08:36:32.985Z] ---> 4fa4f5294f66 [2021-04-24T08:36:32.985Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-24T08:36:32.985Z] ---> 9d76f0032406 [2021-04-24T08:36:32.985Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-24T08:36:32.985Z] ---> 3ef17e621949 [2021-04-24T08:36:32.985Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-24T08:36:32.985Z] ---> Running in 518a38aa6fe3 [2021-04-24T08:36:32.985Z] ---> 187ad6576251 [2021-04-24T08:36:32.985Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-24T08:36:32.985Z] ---> Running in ec7980c93c83 [2021-04-24T08:36:32.985Z] ---> Running in 3b3195d60077 [2021-04-24T08:36:32.985Z] 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-24T08:36:32.985Z] ---> Running in ab3b398517c6 [2021-04-24T08:36:32.985Z] 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-24T08:36:32.985Z] 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-24T08:36:32.985Z] 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-24T08:36:32.985Z] 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-24T08:36:34.561Z] $ docker rm -f 839dd3d647b0fa8b52bcceccc7e3b85ff9df4f697c9082e3ce3b01a90ce44501 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:36:35.278Z] + docker inspect -f . ci-base-image-arm64 [2021-04-24T08:36:35.278Z] . [Pipeline] withDockerContainer [2021-04-24T08:36:35.556Z] prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2021-04-24T08:36:35.646Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-24T08:36:37.142Z] $ docker top baf8629761eeac2bd956d760c3eec3119eb77dd8f12502ad22070178b2a07587 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-24T08:36:37.466Z] ========================================================= [2021-04-24T08:36:37.466Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-24T08:36:37.466Z] ========================================================= [Pipeline] sh [2021-04-24T08:36:38.116Z] + make test [2021-04-24T08:36:38.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-24T08:36:59.685Z] 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-24T08:36:59.685Z] 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-24T08:37:00.272Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-24T08:37:11.988Z] Removing intermediate container ab3b398517c6 [2021-04-24T08:37:11.988Z] ---> 7bb3cb35bda6 [2021-04-24T08:37:11.988Z] [2021-04-24T08:37:11.988Z] Step 10/21 : FROM alpine:3.12 [2021-04-24T08:37:11.988Z] Removing intermediate container 3b3195d60077 [2021-04-24T08:37:11.988Z] ---> 9e0a96e62855 [2021-04-24T08:37:11.988Z] [2021-04-24T08:37:11.988Z] Step 10/25 : FROM alpine:3.12 [2021-04-24T08:37:11.988Z] Removing intermediate container d07ea05efeaa [2021-04-24T08:37:11.988Z] ---> 856f1a589d7b [2021-04-24T08:37:11.988Z] [2021-04-24T08:37:11.988Z] Step 10/22 : FROM alpine:3.12 [2021-04-24T08:37:11.988Z] Removing intermediate container ec7980c93c83 [2021-04-24T08:37:11.988Z] ---> bef844561c29 [2021-04-24T08:37:11.988Z] [2021-04-24T08:37:11.988Z] Step 10/22 : FROM alpine:3.12 [2021-04-24T08:37:11.988Z] 3.12: Pulling from library/alpine [2021-04-24T08:37:11.988Z] 3.12: Pulling from library/alpine [2021-04-24T08:37:11.988Z] 3.12: Pulling from library/alpine [2021-04-24T08:37:11.988Z] 3.12: Pulling from library/alpine [2021-04-24T08:37:12.563Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-24T08:37:12.563Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-24T08:37:12.563Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-24T08:37:12.563Z] Status: Downloaded newer image for alpine:3.12 [2021-04-24T08:37:12.563Z] ---> 13621d1b12d4 [2021-04-24T08:37:12.563Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-24T08:37:12.563Z] Status: Image is up to date for alpine:3.12 [2021-04-24T08:37:12.563Z] ---> 13621d1b12d4 [2021-04-24T08:37:12.563Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-24T08:37:12.563Z] Status: Downloaded newer image for alpine:3.12 [2021-04-24T08:37:12.563Z] ---> 13621d1b12d4 [2021-04-24T08:37:12.563Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-24T08:37:12.563Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-24T08:37:12.563Z] Status: Image is up to date for alpine:3.12 [2021-04-24T08:37:12.563Z] ---> 13621d1b12d4 [2021-04-24T08:37:12.563Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-24T08:37:13.954Z] ---> Running in 95663fe4d1a2 [2021-04-24T08:37:13.954Z] ---> Running in a80f3b9ca9c5 [2021-04-24T08:37:13.954Z] ---> Running in c51972d5e50a [2021-04-24T08:37:13.954Z] ---> Running in 11183bb2cd40 [2021-04-24T08:37:14.218Z] Removing intermediate container 518a38aa6fe3 [2021-04-24T08:37:14.218Z] ---> 1a9806d0f94c [2021-04-24T08:37:14.218Z] [2021-04-24T08:37:14.218Z] Step 10/23 : FROM alpine:3.12 [2021-04-24T08:37:14.218Z] ---> 13621d1b12d4 [2021-04-24T08:37:14.218Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-24T08:37:14.218Z] ---> Running in 724bff8f9a32 [2021-04-24T08:37:15.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:15.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:15.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:15.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:15.450Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-24T08:37:15.450Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-24T08:37:15.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:15.450Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-24T08:37:15.450Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-24T08:37:15.450Z] (4/4) Installing curl (7.76.1-r0) [2021-04-24T08:37:15.450Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:37:15.450Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-24T08:37:15.450Z] Executing ca-certificates-20191127-r4.trigger [2021-04-24T08:37:15.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:15.450Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:37:15.450Z] Executing ca-certificates-20191127-r4.trigger [2021-04-24T08:37:15.450Z] OK: 7 MiB in 18 packages [2021-04-24T08:37:15.450Z] OK: 6 MiB in 16 packages [2021-04-24T08:37:15.712Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-24T08:37:15.712Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-24T08:37:15.712Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-24T08:37:15.712Z] (4/6) Installing curl (7.76.1-r0) [2021-04-24T08:37:15.712Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-24T08:37:15.712Z] (6/6) Installing su-exec (0.2-r1) [2021-04-24T08:37:15.712Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:37:15.712Z] Executing ca-certificates-20191127-r4.trigger [2021-04-24T08:37:15.978Z] OK: 7 MiB in 20 packages [2021-04-24T08:37:16.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:16.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:16.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:16.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:16.240Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-24T08:37:16.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:37:16.240Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-24T08:37:16.240Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:37:16.240Z] OK: 6 MiB in 15 packages [2021-04-24T08:37:16.502Z] OK: 6 MiB in 15 packages [2021-04-24T08:37:18.427Z] Removing intermediate container a80f3b9ca9c5 [2021-04-24T08:37:18.427Z] ---> 079cf57b93f3 [2021-04-24T08:37:18.427Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:37:19.001Z] Removing intermediate container c51972d5e50a [2021-04-24T08:37:19.001Z] ---> b278580f125d [2021-04-24T08:37:19.001Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-24T08:37:19.577Z] Removing intermediate container 95663fe4d1a2 [2021-04-24T08:37:19.577Z] ---> fa9080928f43 [2021-04-24T08:37:19.577Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-24T08:37:19.577Z] ---> Running in ce1223103f04 [2021-04-24T08:37:19.577Z] ---> Running in 6486a4f00f63 [2021-04-24T08:37:19.577Z] ---> Running in c5a045bc8101 [2021-04-24T08:37:19.577Z] Removing intermediate container 724bff8f9a32 [2021-04-24T08:37:19.577Z] ---> b0d588d08cc6 [2021-04-24T08:37:19.577Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:37:19.849Z] Removing intermediate container 11183bb2cd40 [2021-04-24T08:37:19.850Z] ---> 06e7c19d94cc [2021-04-24T08:37:19.850Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:37:19.850Z] Removing intermediate container ce1223103f04 [2021-04-24T08:37:19.850Z] ---> 74d9844ca473 [2021-04-24T08:37:19.850Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-24T08:37:19.850Z] ---> Running in 82f9a45ddb03 [2021-04-24T08:37:19.850Z] ---> Running in 833093c3a01f [2021-04-24T08:37:19.850Z] Removing intermediate container 6486a4f00f63 [2021-04-24T08:37:19.850Z] ---> a16098679313 [2021-04-24T08:37:19.850Z] Step 13/25 : WORKDIR / [2021-04-24T08:37:19.850Z] Removing intermediate container c5a045bc8101 [2021-04-24T08:37:19.850Z] ---> 4d48b6c4830a [2021-04-24T08:37:19.850Z] Step 13/21 : WORKDIR /edgex [2021-04-24T08:37:20.113Z] ---> Running in d5a894edc8c9 [2021-04-24T08:37:20.113Z] ---> Running in 7779a0ac2107 [2021-04-24T08:37:20.113Z] ---> Running in e767698b18ea [2021-04-24T08:37:20.376Z] Removing intermediate container 833093c3a01f [2021-04-24T08:37:20.376Z] ---> 6aa48d85834f [2021-04-24T08:37:20.376Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-24T08:37:20.376Z] Removing intermediate container 82f9a45ddb03 [2021-04-24T08:37:20.376Z] ---> dd669f2272c7 [2021-04-24T08:37:20.376Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-24T08:37:20.376Z] Removing intermediate container d5a894edc8c9 [2021-04-24T08:37:20.376Z] ---> e9e0d152cc0d [2021-04-24T08:37:20.376Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-24T08:37:20.637Z] ---> Running in e72f5ddd6e85 [2021-04-24T08:37:20.637Z] ---> Running in 3e104fbfa4dd [2021-04-24T08:37:20.637Z] ---> Running in 5f6058b5bdf7 [2021-04-24T08:37:20.637Z] Removing intermediate container e767698b18ea [2021-04-24T08:37:20.637Z] ---> 0624c903501a [2021-04-24T08:37:20.637Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-24T08:37:20.637Z] Removing intermediate container 7779a0ac2107 [2021-04-24T08:37:20.637Z] ---> d8112e0ab9f8 [2021-04-24T08:37:20.637Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-24T08:37:20.904Z] Removing intermediate container 5f6058b5bdf7 [2021-04-24T08:37:20.904Z] ---> a821805fbf70 [2021-04-24T08:37:20.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:37:20.904Z] Removing intermediate container e72f5ddd6e85 [2021-04-24T08:37:20.904Z] ---> 99178f34e8b1 [2021-04-24T08:37:20.904Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-24T08:37:21.175Z] Removing intermediate container 3e104fbfa4dd [2021-04-24T08:37:21.175Z] ---> a1437097d4cc [2021-04-24T08:37:21.175Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-24T08:37:21.438Z] ---> Running in bbeb83540ff7 [2021-04-24T08:37:21.438Z] ---> Running in 4965bdea9894 [2021-04-24T08:37:21.438Z] ---> 20acc667e0cf [2021-04-24T08:37:21.438Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-24T08:37:21.438Z] ---> dcea8f19f7f6 [2021-04-24T08:37:21.438Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-24T08:37:21.438Z] ---> a35db73a091b [2021-04-24T08:37:21.438Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-24T08:37:21.710Z] Removing intermediate container bbeb83540ff7 [2021-04-24T08:37:21.710Z] ---> b8d9cb10176c [2021-04-24T08:37:21.710Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:37:21.710Z] Removing intermediate container 4965bdea9894 [2021-04-24T08:37:21.710Z] ---> d2e5847028e0 [2021-04-24T08:37:21.710Z] Step 15/23 : WORKDIR / [2021-04-24T08:37:21.972Z] ---> 4b4200437052 [2021-04-24T08:37:21.972Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-24T08:37:21.972Z] ---> Running in 050f60643f27 [2021-04-24T08:37:22.248Z] ---> 4418b96b83e6 [2021-04-24T08:37:22.248Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-24T08:37:22.248Z] ---> 01fe2504e76e [2021-04-24T08:37:22.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-24T08:37:22.248Z] ---> abbeca233f1e [2021-04-24T08:37:22.248Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-24T08:37:22.515Z] ---> 13ebd8439131 [2021-04-24T08:37:22.515Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-24T08:37:22.515Z] Removing intermediate container 050f60643f27 [2021-04-24T08:37:22.515Z] ---> 2a32b4456ec3 [2021-04-24T08:37:22.515Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:37:22.515Z] ---> da723f46023e [2021-04-24T08:37:22.515Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-24T08:37:22.782Z] ---> Running in 5c94b6ee10bb [2021-04-24T08:37:22.782Z] ---> 927ec7a79d43 [2021-04-24T08:37:22.782Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-24T08:37:23.049Z] ---> 42dd914ed5e1 [2021-04-24T08:37:23.049Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-24T08:37:23.049Z] ---> Running in 8d1db498e46f [2021-04-24T08:37:23.049Z] ---> 4c519dc57ae5 [2021-04-24T08:37:23.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-24T08:37:23.049Z] ---> 27eee1584038 [2021-04-24T08:37:23.049Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-24T08:37:23.315Z] Removing intermediate container 5c94b6ee10bb [2021-04-24T08:37:23.315Z] ---> e6cdec1084fb [2021-04-24T08:37:23.315Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:37:23.891Z] Removing intermediate container 8d1db498e46f [2021-04-24T08:37:23.891Z] ---> 832fcc7ab1ee [2021-04-24T08:37:23.891Z] Step 18/21 : CMD ["--init=true"] [2021-04-24T08:37:23.891Z] ---> Running in 2d35ee238b4a [2021-04-24T08:37:23.891Z] ---> bf2e21f1f412 [2021-04-24T08:37:23.891Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-24T08:37:23.891Z] ---> 5acb1434e69b [2021-04-24T08:37:23.891Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-24T08:37:23.891Z] ---> de448428e540 [2021-04-24T08:37:23.891Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-24T08:37:24.163Z] ---> Running in e8a724852e8c [2021-04-24T08:37:24.163Z] ---> Running in 438421cddeb0 [2021-04-24T08:37:24.744Z] Removing intermediate container 2d35ee238b4a [2021-04-24T08:37:24.744Z] ---> 5de24a781bbd [2021-04-24T08:37:24.744Z] Step 20/22 : LABEL arch=x86_64 [2021-04-24T08:37:24.744Z] ---> 84f7aa2093f6 [2021-04-24T08:37:24.744Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-24T08:37:25.016Z] Removing intermediate container 438421cddeb0 [2021-04-24T08:37:25.016Z] ---> e8aa2d64b361 [2021-04-24T08:37:25.016Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:37:25.016Z] Removing intermediate container e8a724852e8c [2021-04-24T08:37:25.016Z] ---> 6501aacd9ba2 [2021-04-24T08:37:25.016Z] Step 19/21 : LABEL arch=x86_64 [2021-04-24T08:37:25.016Z] ---> 831599cff325 [2021-04-24T08:37:25.016Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-24T08:37:25.016Z] ---> Running in e00c98355235 [2021-04-24T08:37:25.016Z] ---> Running in 1f97aae1c7c1 [2021-04-24T08:37:25.016Z] ---> Running in e1916a9257e5 [2021-04-24T08:37:25.291Z] ---> Running in c6205e3fcdbf [2021-04-24T08:37:25.291Z] Removing intermediate container e00c98355235 [2021-04-24T08:37:25.291Z] ---> 6fbad658daca [2021-04-24T08:37:25.291Z] Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:37:25.568Z] Removing intermediate container 1f97aae1c7c1 [2021-04-24T08:37:25.568Z] ---> beaf177a1076 [2021-04-24T08:37:25.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:37:25.568Z] Removing intermediate container c6205e3fcdbf [2021-04-24T08:37:25.568Z] ---> c2fcae0ccb9f [2021-04-24T08:37:25.568Z] Step 20/21 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:37:25.568Z] Removing intermediate container e1916a9257e5 [2021-04-24T08:37:25.568Z] ---> c334b450e8ba [2021-04-24T08:37:25.568Z] Step 20/22 : LABEL arch=x86_64 [2021-04-24T08:37:25.568Z] ---> ac95952ba68c [2021-04-24T08:37:25.568Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-24T08:37:25.568Z] ---> Running in 39964b897383 [2021-04-24T08:37:25.568Z] ---> Running in f624a249b84e [2021-04-24T08:37:25.830Z] ---> Running in 676b82becc7a [2021-04-24T08:37:25.830Z] ---> Running in b9da6bcaaf21 [2021-04-24T08:37:25.830Z] ---> Running in dc45dcd0744d [2021-04-24T08:37:26.095Z] Removing intermediate container 39964b897383 [2021-04-24T08:37:26.095Z] ---> 3e1a7d2e88ef [2021-04-24T08:37:26.095Z] Step 22/22 : LABEL version=0.0.0 [2021-04-24T08:37:26.095Z] Removing intermediate container f624a249b84e [2021-04-24T08:37:26.095Z] ---> c39102178f7d [2021-04-24T08:37:26.095Z] Step 21/23 : LABEL arch=x86_64 [2021-04-24T08:37:26.369Z] Removing intermediate container b9da6bcaaf21 [2021-04-24T08:37:26.370Z] ---> e65b290b8f56 [2021-04-24T08:37:26.370Z] Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:37:26.370Z] Removing intermediate container 676b82becc7a [2021-04-24T08:37:26.370Z] ---> b1997aa44b4f [2021-04-24T08:37:26.370Z] Step 21/21 : LABEL version=0.0.0 [2021-04-24T08:37:26.370Z] ---> Running in e0bc7607184d [2021-04-24T08:37:26.370Z] ---> Running in c9344541a219 [2021-04-24T08:37:26.370Z] ---> Running in bf246964f1ee [2021-04-24T08:37:26.370Z] ---> Running in 69874ad68af7 [2021-04-24T08:37:26.633Z] Removing intermediate container e0bc7607184d [2021-04-24T08:37:26.633Z] ---> bf27448ce4ff [2021-04-24T08:37:26.633Z] [2021-04-24T08:37:26.633Z] Removing intermediate container bf246964f1ee [2021-04-24T08:37:26.633Z] ---> 07e54ec10355 [2021-04-24T08:37:26.633Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:37:26.897Z] Removing intermediate container c9344541a219 [2021-04-24T08:37:26.897Z] ---> de6b71307ef2 [2021-04-24T08:37:26.897Z] Step 22/22 : LABEL version=0.0.0 [2021-04-24T08:37:26.897Z] Removing intermediate container 69874ad68af7 [2021-04-24T08:37:26.897Z] ---> 01e7a698c25f [2021-04-24T08:37:26.897Z] [2021-04-24T08:37:26.897Z] ---> Running in 37ff762b8fed [2021-04-24T08:37:27.158Z] ---> Running in ec31f7f0e63f [2021-04-24T08:37:27.158Z] Successfully built bf27448ce4ff [2021-04-24T08:37:27.158Z] Successfully tagged docker-support-notifications-go:latest [2021-04-24T08:37:27.158Z] Successfully built 01e7a698c25f [2021-04-24T08:37:27.158Z] Building docker-sys-mgmt-agent-go [2021-04-24T08:37:27.158Z]  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-04-24T08:37:27.158Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-04-24T08:37:27.420Z] Removing intermediate container 37ff762b8fed [2021-04-24T08:37:27.420Z] ---> b36a7af09a10 [2021-04-24T08:37:27.420Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:37:27.420Z] Removing intermediate container ec31f7f0e63f [2021-04-24T08:37:27.420Z] ---> 2863915cc3b7 [2021-04-24T08:37:27.420Z] [2021-04-24T08:37:27.420Z] ---> Running in 789e8989fdcd [2021-04-24T08:37:27.420Z] Removing intermediate container dc45dcd0744d [2021-04-24T08:37:27.420Z] ---> 1999d6a02318 [2021-04-24T08:37:27.420Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-24T08:37:27.681Z] Successfully built 2863915cc3b7 [2021-04-24T08:37:27.681Z] ---> Running in d7babd3fc006 [2021-04-24T08:37:27.681Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-24T08:37:27.681Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-24T08:37:27.681Z] Removing intermediate container 789e8989fdcd [2021-04-24T08:37:27.681Z] ---> e3304a5123fd [2021-04-24T08:37:27.681Z] [2021-04-24T08:37:27.944Z] Removing intermediate container d7babd3fc006 [2021-04-24T08:37:27.944Z] ---> e2d44a203cd3 [2021-04-24T08:37:27.944Z] Step 23/25 : LABEL arch=x86_64 [2021-04-24T08:37:27.944Z] Successfully built e3304a5123fd [2021-04-24T08:37:27.944Z] ---> Running in 580ed5049f20 [2021-04-24T08:37:27.944Z] Successfully tagged docker-core-metadata-go:latest [2021-04-24T08:37:27.944Z] Building docker-security-bootstrapper-go [2021-04-24T08:37:28.206Z]  Building docker-core-metadata-go ... done Removing intermediate container 580ed5049f20 [2021-04-24T08:37:28.206Z] ---> bcdbb1ea8a28 [2021-04-24T08:37:28.206Z] Step 24/25 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:37:28.206Z] ---> Running in 0195b683be88 [2021-04-24T08:37:28.468Z] Removing intermediate container 0195b683be88 [2021-04-24T08:37:28.468Z] ---> 22a1f526b3f8 [2021-04-24T08:37:28.468Z] Step 25/25 : LABEL version=0.0.0 [2021-04-24T08:37:28.468Z] ---> Running in e8fddf161166 [2021-04-24T08:37:28.731Z] Removing intermediate container e8fddf161166 [2021-04-24T08:37:28.731Z] ---> 5540775cf82a [2021-04-24T08:37:28.731Z] [2021-04-24T08:37:28.731Z] Successfully built 5540775cf82a [2021-04-24T08:37:28.731Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-24T08:37:55.420Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:37:55.420Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:37:55.420Z] ---> 6f8adcbdce47 [2021-04-24T08:37:55.420Z] Step 3/31 : WORKDIR /edgex-go [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 11fc4afec8ff [2021-04-24T08:37:55.420Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> aafec2371ab2 [2021-04-24T08:37:55.420Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 992a6ca8b60f [2021-04-24T08:37:55.420Z] Step 6/31 : COPY go.mod . [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> c5cee420ce98 [2021-04-24T08:37:55.420Z] Step 7/31 : RUN go mod download [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> a09011c572f0 [2021-04-24T08:37:55.420Z] Step 8/31 : COPY . . [2021-04-24T08:37:55.420Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:37:55.420Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:37:55.420Z] ---> 6f8adcbdce47 [2021-04-24T08:37:55.420Z] Step 3/23 : WORKDIR /edgex-go [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 11fc4afec8ff [2021-04-24T08:37:55.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> aafec2371ab2 [2021-04-24T08:37:55.420Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-24T08:37:55.420Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:37:55.420Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:37:55.420Z] ---> 6f8adcbdce47 [2021-04-24T08:37:55.420Z] Step 3/23 : WORKDIR /edgex-go [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 11fc4afec8ff [2021-04-24T08:37:55.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> aafec2371ab2 [2021-04-24T08:37:55.420Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 187ad6576251 [2021-04-24T08:37:55.420Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-24T08:37:55.420Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:37:55.420Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:37:55.420Z] ---> 6f8adcbdce47 [2021-04-24T08:37:55.420Z] Step 3/23 : WORKDIR /edgex-go [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 11fc4afec8ff [2021-04-24T08:37:55.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> aafec2371ab2 [2021-04-24T08:37:55.420Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 992a6ca8b60f [2021-04-24T08:37:55.420Z] Step 6/23 : COPY go.mod . [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> c5cee420ce98 [2021-04-24T08:37:55.420Z] Step 7/23 : RUN go mod download [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> a09011c572f0 [2021-04-24T08:37:55.420Z] Step 8/23 : COPY . . [2021-04-24T08:37:55.420Z] ---> Using cache [2021-04-24T08:37:55.420Z] ---> 187ad6576251 [2021-04-24T08:37:55.420Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-24T08:37:55.420Z] ---> Running in 834c9b531772 [2021-04-24T08:37:55.420Z] ---> Running in c0e92216ce84 [2021-04-24T08:37:55.420Z] ---> Running in c9fa544a5c16 [2021-04-24T08:37:55.420Z] ---> Running in b25d6c5f06c2 [2021-04-24T08:37:56.824Z] 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-24T08:37:56.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:56.824Z] 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-24T08:37:56.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:56.883Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-24T08:37:57.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:57.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:37:57.680Z] OK: 233 MiB in 51 packages [2021-04-24T08:37:57.680Z] OK: 233 MiB in 51 packages [2021-04-24T08:37:58.877Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-24T08:37:59.153Z] Removing intermediate container 834c9b531772 [2021-04-24T08:37:59.154Z] ---> 3cc53ca504b0 [2021-04-24T08:37:59.154Z] Step 6/23 : COPY go.mod . [2021-04-24T08:37:59.154Z] Removing intermediate container c9fa544a5c16 [2021-04-24T08:37:59.154Z] ---> f75455985f3b [2021-04-24T08:37:59.154Z] Step 6/23 : COPY go.mod . [2021-04-24T08:37:59.745Z] ---> 038b693c33cf [2021-04-24T08:37:59.745Z] Step 7/23 : RUN go mod download [2021-04-24T08:37:59.745Z] ---> Running in 0cfde1e0e239 [2021-04-24T08:37:59.745Z] ---> b03b60166622 [2021-04-24T08:37:59.745Z] Step 7/23 : RUN go mod download [2021-04-24T08:38:00.012Z] ---> Running in 4c04b46420f1 [2021-04-24T08:38:03.388Z] Removing intermediate container 4c04b46420f1 [2021-04-24T08:38:03.388Z] ---> 5bd217aa717b [2021-04-24T08:38:03.388Z] Step 8/23 : COPY . . [2021-04-24T08:38:03.388Z] Removing intermediate container 0cfde1e0e239 [2021-04-24T08:38:03.388Z] ---> e52022458860 [2021-04-24T08:38:03.388Z] Step 8/23 : COPY . . [2021-04-24T08:38:07.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-24T08:38:07.182Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-24T08:38:11.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-24T08:38:11.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-24T08:38:11.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-24T08:38:11.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-24T08:38:14.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-24T08:38:15.164Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-24T08:38:23.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-24T08:38:23.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-24T08:38:23.481Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-24T08:38:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements [2021-04-24T08:38:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-24T08:38:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-24T08:38:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-24T08:38:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-24T08:38:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-24T08:38:30.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-24T08:38:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-04-24T08:38:30.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements [2021-04-24T08:38:36.250Z] Removing intermediate container c0e92216ce84 [2021-04-24T08:38:36.250Z] ---> 07922c2d4099 [2021-04-24T08:38:36.250Z] [2021-04-24T08:38:36.250Z] Step 10/31 : FROM alpine:3.12 [2021-04-24T08:38:36.250Z] ---> 13621d1b12d4 [2021-04-24T08:38:36.250Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-24T08:38:36.250Z] ---> 3bd93a66556c [2021-04-24T08:38:36.250Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-24T08:38:36.250Z] ---> 47d9bfc59547 [2021-04-24T08:38:36.250Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-24T08:38:36.250Z] ---> Running in 78b7f314092a [2021-04-24T08:38:36.250Z] ---> Running in 798acb355200 [2021-04-24T08:38:36.250Z] ---> Running in 2417bcaec914 [2021-04-24T08:38:36.250Z] Removing intermediate container b25d6c5f06c2 [2021-04-24T08:38:36.250Z] ---> 98fdbae23c22 [2021-04-24T08:38:36.250Z] [2021-04-24T08:38:36.250Z] Step 10/23 : FROM alpine:3.12 [2021-04-24T08:38:36.250Z] ---> 13621d1b12d4 [2021-04-24T08:38:36.250Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-24T08:38:36.250Z] ---> Using cache [2021-04-24T08:38:36.250Z] ---> 06e7c19d94cc [2021-04-24T08:38:36.250Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:38:36.250Z] ---> Using cache [2021-04-24T08:38:36.250Z] ---> 6aa48d85834f [2021-04-24T08:38:36.250Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-24T08:38:36.250Z] ---> Running in 45a455d745b3 [2021-04-24T08:38:36.250Z] Removing intermediate container 798acb355200 [2021-04-24T08:38:36.250Z] ---> a394c343c39b [2021-04-24T08:38:36.250Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-24T08:38:36.250Z] ---> Running in 6aa2720ae711 [2021-04-24T08:38:36.250Z] Removing intermediate container 45a455d745b3 [2021-04-24T08:38:36.250Z] ---> 038537f7e897 [2021-04-24T08:38:36.250Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-24T08:38:36.250Z] ---> Running in cf104f07ab35 [2021-04-24T08:38:36.250Z] 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-24T08:38:36.250Z] 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-24T08:38:36.250Z] Removing intermediate container cf104f07ab35 [2021-04-24T08:38:36.250Z] ---> 3f5ac4082a8e [2021-04-24T08:38:36.250Z] Step 15/23 : WORKDIR / [2021-04-24T08:38:36.250Z] ---> Running in aafb28598488 [2021-04-24T08:38:36.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:38:36.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:38:36.524Z] Removing intermediate container aafb28598488 [2021-04-24T08:38:36.524Z] ---> fe8e2987fd3a [2021-04-24T08:38:36.524Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:38:36.524Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-24T08:38:36.524Z] (2/2) Installing su-exec (0.2-r1) [2021-04-24T08:38:36.524Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:38:36.791Z] OK: 6 MiB in 16 packages [2021-04-24T08:38:37.058Z] ---> b0cf438f692c [2021-04-24T08:38:37.058Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-24T08:38:37.647Z] Removing intermediate container 6aa2720ae711 [2021-04-24T08:38:37.647Z] ---> 1f1ca43ea84d [2021-04-24T08:38:37.647Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-24T08:38:37.939Z] ---> Running in 94eaec63fd02 [2021-04-24T08:38:37.939Z] ---> ac110e1430a8 [2021-04-24T08:38:37.939Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-24T08:38:38.214Z] Removing intermediate container 94eaec63fd02 [2021-04-24T08:38:38.214Z] ---> 17593c0f2188 [2021-04-24T08:38:38.214Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-24T08:38:38.214Z] ---> Running in c7dabe7323a3 [2021-04-24T08:38:38.478Z] Removing intermediate container c7dabe7323a3 [2021-04-24T08:38:38.478Z] ---> d84c3be336ad [2021-04-24T08:38:38.478Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-24T08:38:38.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-24T08:38:38.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.174s coverage: 100.0% of statements [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-24T08:38:38.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-24T08:38:38.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-24T08:38:38.747Z] ---> c2b2106e98fd [2021-04-24T08:38:38.747Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-24T08:38:38.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.344s coverage: 71.3% of statements [2021-04-24T08:38:38.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-24T08:38:38.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-24T08:38:39.328Z] ---> Running in 36a0bd5d2ad4 [2021-04-24T08:38:39.328Z] ---> Running in ff452d3db9b6 [2021-04-24T08:38:39.918Z] Removing intermediate container 36a0bd5d2ad4 [2021-04-24T08:38:39.918Z] ---> 6eaa5448ffab [2021-04-24T08:38:39.918Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:38:39.918Z] ---> Running in e3b444c14f7b [2021-04-24T08:38:40.189Z] Removing intermediate container e3b444c14f7b [2021-04-24T08:38:40.189Z] ---> 07a0b7afe1ba [2021-04-24T08:38:40.189Z] Step 21/23 : LABEL arch=x86_64 [2021-04-24T08:38:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.9% of statements [2021-04-24T08:38:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-24T08:38:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:38:40.268Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements [2021-04-24T08:38:40.268Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-24T08:38:40.463Z] ---> Running in 4c884f5a6531 [2021-04-24T08:38:40.737Z] Removing intermediate container 4c884f5a6531 [2021-04-24T08:38:40.737Z] ---> aee7cb6822e6 [2021-04-24T08:38:40.737Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:38:40.737Z] ---> Running in 2178f6598790 [2021-04-24T08:38:41.337Z] Removing intermediate container 2178f6598790 [2021-04-24T08:38:41.337Z] ---> 7d87121a5bfc [2021-04-24T08:38:41.337Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:38:41.337Z] ---> Running in b111f573397d [2021-04-24T08:38:41.337Z] Removing intermediate container ff452d3db9b6 [2021-04-24T08:38:41.337Z] ---> 2dc963eee325 [2021-04-24T08:38:41.337Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-24T08:38:41.614Z] ---> Running in f078ae5ab0c0 [2021-04-24T08:38:41.886Z] Removing intermediate container b111f573397d [2021-04-24T08:38:41.886Z] ---> 40e949d41a10 [2021-04-24T08:38:41.886Z] [2021-04-24T08:38:42.160Z] Removing intermediate container f078ae5ab0c0 [2021-04-24T08:38:42.160Z] ---> 5070d76698ec [2021-04-24T08:38:42.160Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-24T08:38:42.160Z] Successfully built 40e949d41a10 [2021-04-24T08:38:42.160Z] Successfully tagged docker-core-command-go:latest [2021-04-24T08:38:42.746Z]  Building docker-core-command-go ... done  ---> 06f2cd3b1f4f [2021-04-24T08:38:42.746Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-24T08:38:42.746Z] ---> Running in a5d29c08b636 [2021-04-24T08:38:44.745Z] Removing intermediate container a5d29c08b636 [2021-04-24T08:38:44.745Z] ---> f9a6afd9aa13 [2021-04-24T08:38:44.745Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:38:44.745Z] ---> 0e55f30faa8f [2021-04-24T08:38:44.745Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-24T08:38:45.724Z] ---> 0783fade9847 [2021-04-24T08:38:45.724Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-24T08:38:46.331Z] ---> 075ef794981a [2021-04-24T08:38:46.331Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-24T08:38:46.609Z] ---> 1d09b9401547 [2021-04-24T08:38:46.609Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-24T08:38:48.033Z] ---> 69d955a48238 [2021-04-24T08:38:48.033Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-24T08:38:48.033Z] ---> Running in dd494c50e849 [2021-04-24T08:38:48.622Z] Removing intermediate container dd494c50e849 [2021-04-24T08:38:48.622Z] ---> 05cae54ddc91 [2021-04-24T08:38:48.622Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-24T08:38:49.211Z] ---> 0d4b77b4a0e5 [2021-04-24T08:38:49.211Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-24T08:38:49.211Z] ---> Running in 7feb6c7f4d91 [2021-04-24T08:38:51.821Z] Removing intermediate container 7feb6c7f4d91 [2021-04-24T08:38:51.821Z] ---> 335efcb73c3d [2021-04-24T08:38:51.822Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-24T08:38:52.090Z] ---> Running in bf338224a783 [2021-04-24T08:38:52.370Z] Removing intermediate container bf338224a783 [2021-04-24T08:38:52.370Z] ---> 37f8fbb24cc1 [2021-04-24T08:38:52.370Z] Step 28/31 : CMD ["gate"] [2021-04-24T08:38:52.635Z] ---> Running in 1c800943febd [2021-04-24T08:38:52.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.248s coverage: 28.6% of statements [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-24T08:38:52.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-24T08:38:52.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-24T08:38:52.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-24T08:38:52.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.467s coverage: 97.5% of statements [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-24T08:38:52.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.233s coverage: 78.3% of statements [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-24T08:38:52.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-24T08:38:52.910Z] Removing intermediate container 1c800943febd [2021-04-24T08:38:52.910Z] ---> c9274409bb01 [2021-04-24T08:38:52.910Z] Step 29/31 : LABEL arch=x86_64 [2021-04-24T08:38:52.910Z] ---> Running in 30faf48d8b24 [2021-04-24T08:38:53.494Z] Removing intermediate container 30faf48d8b24 [2021-04-24T08:38:53.494Z] ---> dc6048825777 [2021-04-24T08:38:53.494Z] Step 30/31 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:38:53.494Z] ---> Running in affca55dc407 [2021-04-24T08:38:53.758Z] Removing intermediate container affca55dc407 [2021-04-24T08:38:53.758Z] ---> e4d81e093276 [2021-04-24T08:38:53.758Z] Step 31/31 : LABEL version=0.0.0 [2021-04-24T08:38:53.758Z] ---> Running in d7e8c8ebc947 [2021-04-24T08:38:54.716Z] Removing intermediate container d7e8c8ebc947 [2021-04-24T08:38:54.716Z] ---> 8efe84980080 [2021-04-24T08:38:54.716Z] [2021-04-24T08:38:56.638Z] Successfully built 8efe84980080 [2021-04-24T08:38:56.638Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-24T08:38:56.901Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 78b7f314092a [2021-04-24T08:38:56.901Z] ---> d0d648fedd3d [2021-04-24T08:38:56.901Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-24T08:38:57.162Z] ---> Running in f5182d7c35ae [2021-04-24T08:38:57.737Z] 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-24T08:38:59.671Z] Removing intermediate container 2417bcaec914 [2021-04-24T08:38:59.671Z] ---> fff4d9f94dcb [2021-04-24T08:38:59.671Z] [2021-04-24T08:38:59.671Z] Step 10/23 : FROM alpine:3.12 [2021-04-24T08:38:59.671Z] ---> 13621d1b12d4 [2021-04-24T08:38:59.671Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-24T08:38:59.935Z] ---> Running in 9b20b0e1def7 [2021-04-24T08:38:59.935Z] Removing intermediate container f5182d7c35ae [2021-04-24T08:38:59.935Z] ---> 39cb66d30d0c [2021-04-24T08:38:59.935Z] [2021-04-24T08:38:59.935Z] Step 11/23 : FROM docker:20.10.0 [2021-04-24T08:38:59.935Z] Removing intermediate container 9b20b0e1def7 [2021-04-24T08:38:59.935Z] ---> ca874dbc530a [2021-04-24T08:38:59.935Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-24T08:39:00.198Z] ---> Running in b06d42f5c380 [2021-04-24T08:39:00.198Z] 20.10.0: Pulling from library/docker [2021-04-24T08:39:00.198Z] Removing intermediate container b06d42f5c380 [2021-04-24T08:39:00.198Z] ---> 494d75cf7725 [2021-04-24T08:39:00.198Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-24T08:39:00.462Z] ---> Running in fdc01fb9c16d [2021-04-24T08:39:00.756Z] Removing intermediate container fdc01fb9c16d [2021-04-24T08:39:00.756Z] ---> 6454a4863a56 [2021-04-24T08:39:00.756Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:39:00.756Z] ---> Running in 96024cfc9bc2 [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.262s coverage: 93.0% of statements [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.9% of statements [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-24T08:39:01.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.166s coverage: 79.5% of statements [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.178s coverage: 94.1% of statements [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements [2021-04-24T08:39:01.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.196s coverage: 87.5% of statements [2021-04-24T08:39:02.263Z] Removing intermediate container 96024cfc9bc2 [2021-04-24T08:39:02.263Z] ---> 0d6771c7722f [2021-04-24T08:39:02.263Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-24T08:39:02.263Z] ---> Running in a8221110b62f [2021-04-24T08:39:02.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:39:03.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:39:04.065Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-24T08:39:04.065Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-24T08:39:04.065Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-24T08:39:04.640Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-24T08:39:05.220Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-24T08:39:05.486Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-24T08:39:05.486Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:39:05.486Z] OK: 8 MiB in 20 packages [2021-04-24T08:39:06.934Z] Removing intermediate container a8221110b62f [2021-04-24T08:39:06.934Z] ---> 67609ef2c331 [2021-04-24T08:39:06.934Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:39:07.196Z] ---> 2dae3c3cbfd1 [2021-04-24T08:39:07.196Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-24T08:39:09.116Z] ---> 9d432f6c14f8 [2021-04-24T08:39:09.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-24T08:39:09.116Z] ---> c06bc6c701dd [2021-04-24T08:39:09.116Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-24T08:39:09.378Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-24T08:39:09.378Z] ---> Running in c0246ee9c203 [2021-04-24T08:39:09.378Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-24T08:39:09.378Z] ---> aefe523efa57 [2021-04-24T08:39:09.378Z] 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-24T08:39:09.378Z] ---> Running in 17c401f0992b [2021-04-24T08:39:09.378Z] Removing intermediate container c0246ee9c203 [2021-04-24T08:39:09.378Z] ---> 6740c4c18f1b [2021-04-24T08:39:09.378Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:39:09.639Z] ---> Running in 814e0477bf08 [2021-04-24T08:39:09.639Z] Removing intermediate container 17c401f0992b [2021-04-24T08:39:09.639Z] ---> b4750d64d4f1 [2021-04-24T08:39:09.639Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-24T08:39:09.639Z] ---> Running in 55fc20229354 [2021-04-24T08:39:09.905Z] Removing intermediate container 814e0477bf08 [2021-04-24T08:39:09.905Z] ---> 8aa1241ff2ff [2021-04-24T08:39:09.905Z] Step 21/23 : LABEL arch=x86_64 [2021-04-24T08:39:09.905Z] ---> Running in 3af4c209793f [2021-04-24T08:39:10.171Z] Removing intermediate container 3af4c209793f [2021-04-24T08:39:10.171Z] ---> 5a5baccc44a0 [2021-04-24T08:39:10.171Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:39:10.171Z] ---> Running in c1c11dc62748 [2021-04-24T08:39:10.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-24T08:39:10.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-24T08:39:10.434Z] Removing intermediate container c1c11dc62748 [2021-04-24T08:39:10.434Z] ---> 4052b9cedd74 [2021-04-24T08:39:10.434Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:39:10.434Z] ---> Running in d37560038112 [2021-04-24T08:39:10.434Z] (1/39) Installing readline (8.0.4-r0) [2021-04-24T08:39:10.434Z] (2/39) Installing bash (5.0.17-r0) [2021-04-24T08:39:10.434Z] Executing bash-5.0.17-r0.post-install [2021-04-24T08:39:10.434Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-24T08:39:10.434Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-24T08:39:10.696Z] (5/39) Installing curl (7.76.1-r0) [2021-04-24T08:39:10.696Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-24T08:39:10.696Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-24T08:39:10.696Z] (8/39) Installing expat (2.2.9-r1) [2021-04-24T08:39:10.696Z] (9/39) Installing libffi (3.3-r2) [2021-04-24T08:39:10.696Z] (10/39) Installing gdbm (1.13-r1) [2021-04-24T08:39:10.696Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-24T08:39:10.696Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-24T08:39:10.696Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-24T08:39:10.696Z] Removing intermediate container d37560038112 [2021-04-24T08:39:10.696Z] ---> e926101ff632 [2021-04-24T08:39:10.696Z] [2021-04-24T08:39:10.959Z] Successfully built e926101ff632 [2021-04-24T08:39:10.959Z] Successfully tagged docker-core-data-go:latest [2021-04-24T08:39:11.533Z]  Building docker-core-data-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-24T08:39:11.794Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-24T08:39:11.794Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-24T08:39:11.794Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-24T08:39:11.794Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-24T08:39:11.794Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-24T08:39:11.794Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-24T08:39:11.794Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-24T08:39:11.794Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-24T08:39:11.794Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-24T08:39:11.794Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-24T08:39:11.794Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-24T08:39:11.794Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-24T08:39:11.794Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-24T08:39:11.794Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-24T08:39:11.794Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-24T08:39:12.055Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-24T08:39:12.055Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-24T08:39:12.055Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-24T08:39:12.055Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-24T08:39:12.055Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-24T08:39:12.055Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-24T08:39:12.055Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-24T08:39:12.055Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-24T08:39:12.055Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-24T08:39:12.055Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-24T08:39:12.055Z] Executing busybox-1.31.1-r19.trigger [2021-04-24T08:39:12.055Z] OK: 72 MiB in 59 packages [2021-04-24T08:39:13.001Z] Collecting docker-compose==1.23.2 [2021-04-24T08:39:13.001Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-24T08:39:13.263Z] Collecting cached-property<2,>=1.2.0 [2021-04-24T08:39:13.263Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-24T08:39:13.263Z] Collecting texttable<0.10,>=0.9.0 [2021-04-24T08:39:13.263Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-24T08:39:13.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.160s coverage: 94.4% of statements [2021-04-24T08:39:13.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.156s coverage: 44.8% of statements [2021-04-24T08:39:13.836Z] Collecting docopt<0.7,>=0.6.1 [2021-04-24T08:39:13.836Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-24T08:39:14.407Z] 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-24T08:39:14.407Z] Collecting jsonschema<3,>=2.5.1 [2021-04-24T08:39:14.407Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-24T08:39:14.667Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-24T08:39:14.667Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-24T08:39:14.928Z] Collecting docker<4.0,>=3.6.0 [2021-04-24T08:39:14.928Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-24T08:39:14.928Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-24T08:39:14.928Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-24T08:39:15.502Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-24T08:39:15.502Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-24T08:39:15.766Z] Collecting PyYAML<4,>=3.10 [2021-04-24T08:39:15.766Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-24T08:39:16.709Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-24T08:39:16.709Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-24T08:39:16.709Z] 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-24T08:39:16.709Z] Collecting idna<2.8,>=2.5 [2021-04-24T08:39:16.709Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-24T08:39:16.709Z] 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-24T08:39:16.709Z] Collecting docker-pycreds>=0.4.0 [2021-04-24T08:39:16.709Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-24T08:39:16.709Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-24T08:39:16.709Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-24T08:39:16.709Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-24T08:39:16.709Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-24T08:39:16.970Z] Installing collected packages: cached-property, texttable, docopt, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docker-compose [2021-04-24T08:39:16.970Z] Running setup.py install for texttable: started [2021-04-24T08:39:17.543Z] Running setup.py install for texttable: finished with status 'done' [2021-04-24T08:39:17.543Z] Running setup.py install for docopt: started [2021-04-24T08:39:17.804Z] Running setup.py install for docopt: finished with status 'done' [2021-04-24T08:39:18.066Z] Attempting uninstall: urllib3 [2021-04-24T08:39:18.066Z] Found existing installation: urllib3 1.25.9 [2021-04-24T08:39:18.066Z] Uninstalling urllib3-1.25.9: [2021-04-24T08:39:18.066Z] Successfully uninstalled urllib3-1.25.9 [2021-04-24T08:39:18.066Z] Attempting uninstall: idna [2021-04-24T08:39:18.066Z] Found existing installation: idna 2.9 [2021-04-24T08:39:18.066Z] Uninstalling idna-2.9: [2021-04-24T08:39:18.328Z] Successfully uninstalled idna-2.9 [2021-04-24T08:39:18.328Z] Attempting uninstall: requests [2021-04-24T08:39:18.328Z] Found existing installation: requests 2.23.0 [2021-04-24T08:39:18.328Z] Uninstalling requests-2.23.0: [2021-04-24T08:39:18.328Z] Successfully uninstalled requests-2.23.0 [2021-04-24T08:39:18.901Z] Running setup.py install for dockerpty: started [2021-04-24T08:39:19.164Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-24T08:39:19.164Z] Running setup.py install for PyYAML: started [2021-04-24T08:39:19.739Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-24T08:39:20.000Z] 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-24T08:39:20.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.502s coverage: 81.9% of statements [2021-04-24T08:39:20.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.220s coverage: 92.9% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 79.1% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.0% of statements [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.207s coverage: 87.2% of statements [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 85.4% of statements [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.2% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.710s coverage: 64.4% of statements [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-24T08:39:28.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-24T08:39:28.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.128s coverage: 100.0% of statements [2021-04-24T08:39:29.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.131s coverage: 91.3% of statements [2021-04-24T08:39:29.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-04-24T08:39:30.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements [2021-04-24T08:39:31.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.109s coverage: 100.0% of statements [2021-04-24T08:39:32.247Z] Removing intermediate container 55fc20229354 [2021-04-24T08:39:32.248Z] ---> 9acb9185ad00 [2021-04-24T08:39:32.248Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-24T08:39:32.248Z] ---> Running in e8eb26e86441 [2021-04-24T08:39:32.248Z] Removing intermediate container e8eb26e86441 [2021-04-24T08:39:32.248Z] ---> 338cd0e0671c [2021-04-24T08:39:32.248Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-24T08:39:32.248Z] ---> Running in 80ec35252829 [2021-04-24T08:39:32.248Z] Removing intermediate container 80ec35252829 [2021-04-24T08:39:32.248Z] ---> c07f538d2cdd [2021-04-24T08:39:32.248Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-24T08:39:32.248Z] ---> 0081f7732e1e [2021-04-24T08:39:32.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-24T08:39:32.248Z] ---> feac2e127707 [2021-04-24T08:39:32.248Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-24T08:39:32.248Z] ---> 45f91f88f693 [2021-04-24T08:39:32.248Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-24T08:39:32.248Z] ---> Running in 2471439b86fd [2021-04-24T08:39:32.248Z] Removing intermediate container 2471439b86fd [2021-04-24T08:39:32.248Z] ---> 960adaab5747 [2021-04-24T08:39:32.248Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:39:32.248Z] ---> Running in 97641668d6da [2021-04-24T08:39:32.509Z] Removing intermediate container 97641668d6da [2021-04-24T08:39:32.509Z] ---> 8113e7f70547 [2021-04-24T08:39:32.509Z] Step 21/23 : LABEL arch=x86_64 [2021-04-24T08:39:32.509Z] ---> Running in c1a491dad126 [2021-04-24T08:39:32.771Z] Removing intermediate container c1a491dad126 [2021-04-24T08:39:32.771Z] ---> 70e01e49f317 [2021-04-24T08:39:32.771Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:39:32.771Z] ---> Running in 972ec2d4568e [2021-04-24T08:39:33.032Z] Removing intermediate container 972ec2d4568e [2021-04-24T08:39:33.032Z] ---> 36d54ed0ae53 [2021-04-24T08:39:33.032Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:39:33.032Z] ---> Running in bb02773be608 [2021-04-24T08:39:33.292Z] Removing intermediate container bb02773be608 [2021-04-24T08:39:33.292Z] ---> a1d66228d21f [2021-04-24T08:39:33.292Z] [2021-04-24T08:39:33.292Z] Successfully built a1d66228d21f [2021-04-24T08:39:33.292Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-24T08:39:33.878Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-24T08:39:33.887Z] $ docker stop --time=1 d33b8855010385cc41e82284668918a178b3865ca234c9f22b0bce0a11eaff81 [2021-04-24T08:39:35.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.995s coverage: 66.9% of statements [2021-04-24T08:39:35.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-24T08:39:35.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-24T08:39:35.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-24T08:39:35.507Z] $ docker rm -f d33b8855010385cc41e82284668918a178b3865ca234c9f22b0bce0a11eaff81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-24T08:39:35.927Z] + docker images [2021-04-24T08:39:35.927Z] + grep docker [2021-04-24T08:39:36.191Z] docker-sys-mgmt-agent-go latest a1d66228d21f 4 seconds ago 312MB [2021-04-24T08:39:36.191Z] docker-core-data-go latest e926101ff632 26 seconds ago 22.9MB [2021-04-24T08:39:36.191Z] docker-security-bootstrapper-go latest 8efe84980080 43 seconds ago 19.3MB [2021-04-24T08:39:36.191Z] docker-core-command-go latest 40e949d41a10 55 seconds ago 17.5MB [2021-04-24T08:39:36.191Z] docker-security-secretstore-setup-go latest 5540775cf82a 2 minutes ago 26.5MB [2021-04-24T08:39:36.191Z] docker-core-metadata-go latest e3304a5123fd 2 minutes ago 19.2MB [2021-04-24T08:39:36.191Z] docker-support-scheduler-go latest 2863915cc3b7 2 minutes ago 17.7MB [2021-04-24T08:39:36.191Z] docker-security-proxy-setup-go latest 01e7a698c25f 2 minutes ago 26.1MB [2021-04-24T08:39:36.191Z] docker-support-notifications-go latest bf27448ce4ff 2 minutes ago 18.2MB [2021-04-24T08:39:36.191Z] 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-24T08:39:36.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.569s coverage: 41.5% of statements [2021-04-24T08:39:36.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-24T08:39:36.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-24T08:39:36.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-04-24T08:39:36.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-24T08:39:36.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements [2021-04-24T08:39:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.479s coverage: 47.0% of statements [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-24T08:39:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-24T08:39:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-24T08:39:43.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements [2021-04-24T08:39:43.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-24T08:39:45.144Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 88.6% of statements [2021-04-24T08:39:45.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-24T08:39:45.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:39:45.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-24T08:39:51.492Z] Still waiting to schedule task [2021-04-24T08:39:51.492Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.747s coverage: 28.7% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.267s coverage: 99.0% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.198s coverage: 100.0% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.225s coverage: 64.6% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.318s coverage: 95.6% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.119s coverage: 87.9% of statements [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-24T08:39:55.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-24T08:39:55.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements [2021-04-24T08:39:55.645Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 28.1% of statements [2021-04-24T08:39:55.919Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-04-24T08:39:56.898Z] GO111MODULE=on go vet ./... [2021-04-24T08:40:40.858Z] Running on prd-ubuntu18.04-docker-8c-8g-1618 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-24T08:40:40.875Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-24T08:40:43.140Z] using credential edgex-jenkins-ssh [2021-04-24T08:40:43.153Z] Cloning the remote Git repository [2021-04-24T08:40:43.181Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-24T08:40:43.252Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-24T08:40:43.278Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-24T08:40:43.278Z] > git --version # timeout=10 [2021-04-24T08:40:43.290Z] > git --version # 'git version 2.17.1' [2021-04-24T08:40:43.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-24T08:40:43.322Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-24T08:40:50.700Z] Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a [2021-04-24T08:40:50.036Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-24T08:40:50.043Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-24T08:40:50.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-24T08:40:50.066Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-24T08:40:50.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-24T08:40:50.071Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-24T08:40:50.716Z] > git config core.sparsecheckout # timeout=10 [2021-04-24T08:40:50.721Z] > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 [2021-04-24T08:40:50.798Z] > git remote # timeout=10 [2021-04-24T08:40:50.806Z] > git config --get remote.origin.url # timeout=10 [2021-04-24T08:40:50.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-24T08:40:50.815Z] > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 [2021-04-24T08:40:50.885Z] Merge succeeded, producing b09a96f33e4403d0e7c78975fbab98e8807a22e6 [2021-04-24T08:40:50.886Z] Checking out Revision b09a96f33e4403d0e7c78975fbab98e8807a22e6 (PR-3391) [2021-04-24T08:40:50.884Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-24T08:40:50.894Z] > git config core.sparsecheckout # timeout=10 [2021-04-24T08:40:50.899Z] > git checkout -f b09a96f33e4403d0e7c78975fbab98e8807a22e6 # timeout=10 [2021-04-24T08:40:54.529Z] Commit message: "Merge commit '78fade22505eae315bd953aec98210b437e07b35' into HEAD" [2021-04-24T08:40:54.538Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:40:54.538Z] > git rev-list --no-walk 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 [2021-04-24T08:40:55.540Z] + echo snap-build.sh [2021-04-24T08:40:55.540Z] snap-build.sh [2021-04-24T08:40:55.540Z] + SNAP_BASE_DIR=. [2021-04-24T08:40:55.540Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-04-24T08:40:55.540Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-04-24T08:40:55.540Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-04-24T08:40:55.540Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-04-24T08:40:55.540Z] + cd /w/workspace/edgex-go/5 [2021-04-24T08:40:55.540Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-24T08:40:55.540Z] Reading package lists... [2021-04-24T08:40:55.540Z] Building dependency tree... [2021-04-24T08:40:55.540Z] Reading state information... [2021-04-24T08:40:55.803Z] The following packages were automatically installed and are no longer required: [2021-04-24T08:40:55.803Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-24T08:40:55.803Z] uidmap xdelta3 [2021-04-24T08:40:55.803Z] Use 'sudo apt autoremove' to remove them. [2021-04-24T08:40:55.803Z] The following packages will be REMOVED: [2021-04-24T08:40:55.803Z] lxd* lxd-client* [2021-04-24T08:40:56.066Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-24T08:40:56.066Z] After this operation, 31.7 MB disk space will be freed. [2021-04-24T08:40:57.377Z] (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-24T08:40:57.377Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-24T08:40:58.321Z] Removing lxd dnsmasq configuration [2021-04-24T08:40:58.321Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-24T08:40:58.584Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-24T08:40:59.533Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-24T08:40:59.813Z] (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-24T08:40:59.813Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-24T08:41:01.218Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-24T08:41:01.219Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-24T08:41:02.610Z] + sudo snap remove --purge lxd [2021-04-24T08:41:02.610Z] snap "lxd" is not installed [2021-04-24T08:41:02.610Z] + sudo groupadd --force --system lxd [2021-04-24T08:41:02.610Z] ++ whoami [2021-04-24T08:41:02.610Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-24T08:41:02.610Z] + newgrp - lxd [2021-04-24T08:41:02.610Z] + sudo snap install lxd [2021-04-24T08:41:10.765Z] 2021-04-24T08:41:08Z INFO Waiting for automatic snapd restart... [2021-04-24T08:41:28.898Z] lxd 4.13 from Canonical* installed [2021-04-24T08:41:28.898Z] + sudo lxd init --auto [2021-04-24T08:41:33.814Z] gofmt -l . [2021-04-24T08:41:33.814Z] [ "`gofmt -l .`" = "" ] [2021-04-24T08:41:33.814Z] ./bin/test-go-mod-tidy.sh [2021-04-24T08:41:33.814Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-24T08:41:34.480Z] + ls -al . [2021-04-24T08:41:34.480Z] total 848 [2021-04-24T08:41:34.480Z] drwxrwxr-x 9 1001 1001 4096 Apr 24 08:41 . [2021-04-24T08:41:34.480Z] drwxr-xr-x 4 root root 4096 Apr 24 08:36 .. [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 11 Apr 24 08:35 .dockerignore [2021-04-24T08:41:34.480Z] drwxrwxr-x 8 1001 1001 4096 Apr 24 08:35 .git [2021-04-24T08:41:34.480Z] drwxrwxr-x 3 1001 1001 4096 Apr 24 08:35 .github [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 818 Apr 24 08:35 .gitignore [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 166 Apr 24 08:35 .sonarcloud.properties [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 8609 Apr 24 08:35 Attribution.txt [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 3804 Apr 24 08:35 CONTRIBUTING.md [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 931 Apr 24 08:35 Dockerfile.build [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 863 Apr 24 08:35 Jenkinsfile [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 10775 Apr 24 08:35 LICENSE [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 5774 Apr 24 08:35 Makefile [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 7978 Apr 24 08:35 README.md [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 6755 Apr 24 08:35 SECURITY.md [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 5 Apr 24 08:31 VERSION [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 4131 Apr 24 08:35 ZMQWindows.md [2021-04-24T08:41:34.480Z] drwxrwxr-x 2 1001 1001 4096 Apr 24 08:35 bin [2021-04-24T08:41:34.480Z] drwxrwxr-x 14 1001 1001 4096 Apr 24 08:35 cmd [2021-04-24T08:41:34.480Z] -rw-r--r-- 1 root root 711909 Apr 24 08:39 coverage.out [2021-04-24T08:41:34.480Z] -rw-r--r-- 1 root root 1060 Apr 24 08:41 go.mod [2021-04-24T08:41:34.480Z] -rw-r--r-- 1 root root 22302 Apr 24 08:41 go.sum [2021-04-24T08:41:34.480Z] drwxrwxr-x 8 1001 1001 4096 Apr 24 08:35 internal [2021-04-24T08:41:34.480Z] drwxrwxr-x 4 1001 1001 4096 Apr 24 08:35 openapi [2021-04-24T08:41:34.480Z] drwxrwxr-x 4 1001 1001 4096 Apr 24 08:35 snap [2021-04-24T08:41:34.480Z] -rw-rw-r-- 1 1001 1001 168 Apr 24 08:35 version.go [Pipeline] sh [2021-04-24T08:41:35.162Z] + '[' -e coverage.out ] [2021-04-24T08:41:35.162Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-24T08:41:35.184Z] Warning: overwriting stash ‘coverage-report’ [2021-04-24T08:41:35.504Z] + sudo snap install --classic snapcraft [2021-04-24T08:41:36.665Z] Stashed 1 file(s) [Pipeline] sh [2021-04-24T08:41:37.357Z] + make build [2021-04-24T08:41:37.357Z] 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-24T08:41:40.803Z] snapcraft 4.6.2 from Canonical* installed [2021-04-24T08:41:40.803Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-24T08:41:40.803Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-24T08:41:40.803Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-24T08:41:40.803Z] Dload Upload Total Spent Left Speed [2021-04-24T08:41:40.803Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4860 [2021-04-24T08:41:40.803Z] 100 3325k 100 3325k 0 0 12.0M 0 --:--:-- --:--:-- --:--:-- 12.0M [2021-04-24T08:41:40.803Z] ./yq_linux_amd64 [2021-04-24T08:41:40.803Z] + sudo snapcraft prime --use-lxd [2021-04-24T08:41:42.189Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-24T08:41:42.189Z] 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-24T08:41:42.189Z] - README.md [2021-04-24T08:41:42.189Z] [2021-04-24T08:41:42.189Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-24T08:41:42.761Z] Launching a container. [2021-04-24T08:41:52.679Z] 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-24T08:41:55.010Z] Waiting for container to be ready [2021-04-24T08:41:55.010Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-24T08:41:55.010Z] [2021-04-24T08:41:57.571Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-24T08:41:58.142Z] Waiting for network to be ready... [2021-04-24T08:41:58.715Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-24T08:41:58.715Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-24T08:41:58.976Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-24T08:41:59.236Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-24T08:41:59.236Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-24T08:41:59.497Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-24T08:41:59.497Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-24T08:41:59.497Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-24T08:41:59.497Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-24T08:41:59.497Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-24T08:41:59.497Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-24T08:41:59.759Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-24T08:41:59.759Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-24T08:42:00.019Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-24T08:42:00.019Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-24T08:42:00.019Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-24T08:42:00.019Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-24T08:42:00.019Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-24T08:42:00.280Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-24T08:42:00.540Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-24T08:42:00.540Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-24T08:42:00.540Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-24T08:42:00.540Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-24T08:42:00.540Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-24T08:42:00.802Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-24T08:42:00.802Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-24T08:42:00.802Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-24T08:42:02.717Z] Fetched 24.4 MB in 4s (5579 kB/s) [2021-04-24T08:42:03.661Z] Reading package lists... [2021-04-24T08:42:03.922Z] Reading package lists... [2021-04-24T08:42:04.183Z] Building dependency tree... [2021-04-24T08:42:04.183Z] Reading state information... [2021-04-24T08:42:04.443Z] The following additional packages will be installed: [2021-04-24T08:42:04.444Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-24T08:42:04.444Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-24T08:42:04.444Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-24T08:42:04.444Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-24T08:42:04.444Z] Suggested packages: [2021-04-24T08:42:04.444Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-24T08:42:04.444Z] Recommended packages: [2021-04-24T08:42:04.444Z] gnupg libsasl2-modules [2021-04-24T08:42:04.444Z] The following NEW packages will be installed: [2021-04-24T08:42:04.444Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-24T08:42:04.444Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-24T08:42:04.444Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-24T08:42:04.444Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-24T08:42:04.444Z] The following packages will be upgraded: [2021-04-24T08:42:04.444Z] gpg gpg-agent gpgconf libudev1 [2021-04-24T08:42:04.444Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-24T08:42:04.444Z] Need to get 3529 kB of archives. [2021-04-24T08:42:04.444Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-24T08:42:04.444Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-24T08:42:04.444Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-24T08:42:04.444Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-24T08:42:04.444Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-24T08:42:04.704Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-24T08:42:04.965Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-24T08:42:05.225Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-24T08:42:05.225Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-24T08:42:05.225Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-24T08:42:05.225Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-24T08:42:05.486Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-24T08:42:05.486Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-24T08:42:05.486Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-24T08:42:05.486Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-24T08:42:05.486Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-24T08:42:05.486Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-24T08:42:05.486Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-24T08:42:05.486Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-24T08:42:05.486Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-24T08:42:05.486Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-24T08:42:05.486Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-24T08:42:05.486Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-24T08:42:05.486Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-24T08:42:05.747Z] Fetched 3529 kB in 1s (3228 kB/s) [2021-04-24T08:42:05.747Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-24T08:42:05.747Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-24T08:42:05.747Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-24T08:42:05.747Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-24T08:42:06.007Z] Selecting previously unselected package udev. [2021-04-24T08:42:06.007Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-24T08:42:06.007Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-24T08:42:06.007Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-24T08:42:06.268Z] Selecting previously unselected package libfuse2:amd64. [2021-04-24T08:42:06.268Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-24T08:42:06.268Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-24T08:42:06.532Z] Selecting previously unselected package fuse. [2021-04-24T08:42:06.532Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-24T08:42:06.532Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-24T08:42:06.532Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-24T08:42:06.532Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-24T08:42:06.532Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-24T08:42:06.794Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-24T08:42:06.794Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-24T08:42:06.794Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-24T08:42:07.055Z] Selecting previously unselected package libksba8:amd64. [2021-04-24T08:42:07.055Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-24T08:42:07.055Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-24T08:42:07.055Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-24T08:42:07.055Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.055Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:07.316Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-24T08:42:07.316Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.316Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:07.316Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-24T08:42:07.316Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.316Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:07.577Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-24T08:42:07.577Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.577Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:07.577Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-24T08:42:07.577Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.577Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:07.837Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-24T08:42:07.837Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.837Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:07.837Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-24T08:42:07.837Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:07.837Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:08.098Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-24T08:42:08.098Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:08.098Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:08.098Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-24T08:42:08.098Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-24T08:42:08.098Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:08.098Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-24T08:42:08.098Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-24T08:42:08.098Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-24T08:42:08.358Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-24T08:42:08.358Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-24T08:42:08.358Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-24T08:42:08.358Z] Selecting previously unselected package libldap-common. [2021-04-24T08:42:08.358Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-24T08:42:08.358Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-24T08:42:08.358Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-24T08:42:08.358Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-24T08:42:08.358Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-24T08:42:08.619Z] Selecting previously unselected package dirmngr. [2021-04-24T08:42:08.619Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-24T08:42:08.619Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-24T08:42:08.619Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-24T08:42:08.879Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-24T08:42:08.879Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-24T08:42:08.879Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-24T08:42:08.879Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-24T08:42:08.879Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-24T08:42:08.879Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:08.879Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-24T08:42:08.879Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-24T08:42:09.141Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-24T08:42:09.401Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-24T08:42:09.401Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.662Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-24T08:42:09.662Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-24T08:42:09.662Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-24T08:42:09.662Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.662Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.662Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.923Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.923Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.923Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.923Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-24T08:42:09.923Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-24T08:42:09.923Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-24T08:42:09.924Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-24T08:42:10.496Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-24T08:42:10.496Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-24T08:42:10.496Z] This means they are not meant to be enabled using systemctl. [2021-04-24T08:42:10.496Z] Possible reasons for having this kind of units are: [2021-04-24T08:42:10.496Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-24T08:42:10.496Z] .wants/ or .requires/ directory. [2021-04-24T08:42:10.496Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-24T08:42:10.496Z] a requirement dependency on it. [2021-04-24T08:42:10.496Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-24T08:42:10.496Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-24T08:42:10.496Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-24T08:42:10.496Z] instance name specified. [2021-04-24T08:42:10.757Z] Reading package lists... [2021-04-24T08:42:11.018Z] Building dependency tree... [2021-04-24T08:42:11.018Z] Reading state information... [2021-04-24T08:42:11.018Z] The following additional packages will be installed: [2021-04-24T08:42:11.018Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-24T08:42:11.018Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-24T08:42:11.018Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-24T08:42:11.018Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-24T08:42:11.018Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-24T08:42:11.018Z] Suggested packages: [2021-04-24T08:42:11.018Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-24T08:42:11.018Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-24T08:42:11.018Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-24T08:42:11.018Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-24T08:42:11.018Z] systemd-container policykit-1 [2021-04-24T08:42:11.018Z] Recommended packages: [2021-04-24T08:42:11.018Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-24T08:42:11.018Z] The following NEW packages will be installed: [2021-04-24T08:42:11.018Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-24T08:42:11.018Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-24T08:42:11.018Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-24T08:42:11.018Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-24T08:42:11.018Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-24T08:42:11.018Z] The following packages will be upgraded: [2021-04-24T08:42:11.018Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-24T08:42:11.280Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-24T08:42:11.280Z] Need to get 35.2 MB of archives. [2021-04-24T08:42:11.280Z] After this operation, 141 MB of additional disk space will be used. [2021-04-24T08:42:11.280Z] 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-24T08:42:11.280Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-24T08:42:11.853Z] 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-24T08:42:11.853Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-24T08:42:11.853Z] 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-24T08:42:12.113Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-24T08:42:12.113Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-24T08:42:12.113Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-24T08:42:12.113Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-24T08:42:12.113Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-24T08:42:12.113Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-24T08:42:12.113Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-24T08:42:12.113Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-24T08:42:12.113Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-24T08:42:12.113Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-24T08:42:12.113Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-24T08:42:12.113Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-24T08:42:12.113Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-24T08:42:12.113Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-24T08:42:12.113Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-24T08:42:12.113Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-24T08:42:12.113Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-24T08:42:12.113Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-24T08:42:12.113Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-24T08:42:12.373Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-24T08:42:12.373Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-24T08:42:12.373Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-24T08:42:12.373Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-24T08:42:12.373Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-24T08:42:12.373Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-24T08:42:13.319Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-24T08:42:13.319Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2021-04-24T08:42:13.580Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-24T08:42:13.580Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-24T08:42:13.580Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-24T08:42:14.158Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-24T08:42:14.158Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-24T08:42:14.419Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-24T08:42:14.419Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-24T08:42:14.419Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-24T08:42:14.681Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-24T08:42:14.681Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-24T08:42:14.942Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-24T08:42:14.942Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-24T08:42:14.942Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-24T08:42:15.202Z] Setting up apt (1.6.13) ... [2021-04-24T08:42:15.203Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-24T08:42:15.774Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-24T08:42:15.774Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-24T08:42:15.774Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-24T08:42:15.774Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-24T08:42:16.035Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-24T08:42:16.035Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-24T08:42:16.035Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:16.302Z] Selecting previously unselected package libexpat1:amd64. [2021-04-24T08:42:16.302Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-24T08:42:16.302Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-24T08:42:16.302Z] Selecting previously unselected package python3.6-minimal. [2021-04-24T08:42:16.302Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-24T08:42:16.302Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:16.562Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-24T08:42:16.562Z] Checking for services that may need to be restarted...done. [2021-04-24T08:42:16.562Z] Checking for services that may need to be restarted...done. [2021-04-24T08:42:16.824Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:16.824Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-24T08:42:16.824Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:17.086Z] Selecting previously unselected package python3-minimal. [2021-04-24T08:42:17.347Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-24T08:42:17.347Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-24T08:42:17.347Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-24T08:42:17.347Z] Selecting previously unselected package mime-support. [2021-04-24T08:42:17.347Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-24T08:42:17.347Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-24T08:42:17.347Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-24T08:42:17.347Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-24T08:42:17.347Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-24T08:42:17.609Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-24T08:42:17.609Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-24T08:42:17.609Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:17.871Z] Selecting previously unselected package python3.6. [2021-04-24T08:42:17.871Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-24T08:42:17.871Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:18.131Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-24T08:42:18.131Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-24T08:42:18.131Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-24T08:42:18.394Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-24T08:42:18.654Z] Selecting previously unselected package python3. [2021-04-24T08:42:18.654Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-24T08:42:18.654Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-24T08:42:18.654Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-24T08:42:18.654Z] Selecting previously unselected package multiarch-support. [2021-04-24T08:42:18.654Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-24T08:42:18.654Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-24T08:42:18.654Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-24T08:42:18.914Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-24T08:42:18.914Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-24T08:42:18.914Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-24T08:42:18.914Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-24T08:42:18.915Z] Selecting previously unselected package libbsd0:amd64. [2021-04-24T08:42:18.915Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-24T08:42:18.915Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-24T08:42:19.176Z] Selecting previously unselected package sudo. [2021-04-24T08:42:19.176Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-24T08:42:19.176Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-24T08:42:19.176Z] Selecting previously unselected package apparmor. [2021-04-24T08:42:19.176Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-24T08:42:19.176Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-24T08:42:19.436Z] Selecting previously unselected package libedit2:amd64. [2021-04-24T08:42:19.436Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-24T08:42:19.436Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-24T08:42:19.436Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-24T08:42:19.436Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-24T08:42:19.698Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:19.698Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-24T08:42:19.698Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-24T08:42:19.698Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:19.698Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-24T08:42:19.698Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-24T08:42:19.698Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-24T08:42:19.958Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-24T08:42:19.958Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-24T08:42:19.958Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:19.958Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-24T08:42:19.958Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-24T08:42:19.958Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:20.220Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-24T08:42:20.220Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-24T08:42:20.220Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-24T08:42:20.480Z] Selecting previously unselected package openssh-client. [2021-04-24T08:42:20.481Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-24T08:42:20.481Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-24T08:42:20.481Z] Selecting previously unselected package squashfs-tools. [2021-04-24T08:42:20.481Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-24T08:42:20.481Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-24T08:42:20.742Z] Selecting previously unselected package snapd. [2021-04-24T08:42:20.742Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-24T08:42:20.742Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-24T08:42:22.654Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-24T08:42:22.654Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-24T08:42:22.654Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-24T08:42:22.915Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-24T08:42:22.915Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-24T08:42:22.915Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:22.915Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-24T08:42:22.915Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-24T08:42:22.915Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-24T08:42:24.829Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-24T08:42:24.829Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-24T08:42:24.829Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-24T08:42:24.829Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:24.829Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:24.829Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-24T08:42:25.066Z] 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-24T08:42:25.402Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-24T08:42:25.402Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:25.402Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-24T08:42:25.402Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-24T08:42:25.402Z] running python rtupdate hooks for python3.6... [2021-04-24T08:42:25.402Z] running python post-rtupdate hooks for python3.6... [2021-04-24T08:42:25.402Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-24T08:42:26.043Z] 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-24T08:42:27.335Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-24T08:42:27.335Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-24T08:42:27.335Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-24T08:42:27.335Z] Setting up snapd (2.48.3+18.04) ... [2021-04-24T08:42:27.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-24T08:42:27.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-24T08:42:28.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-24T08:42:28.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-24T08:42:28.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-24T08:42:28.428Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-24T08:42:28.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-24T08:42:28.949Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-24T08:42:28.949Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-24T08:42:29.210Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-24T08:42:29.210Z] /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-24T08:42:29.210Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-24T08:42:29.470Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-24T08:42:30.410Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-24T08:42:30.410Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-24T08:42:30.410Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-24T08:42:31.617Z] Reading package lists... [2021-04-24T08:42:31.877Z] Reading package lists... [2021-04-24T08:42:31.877Z] Building dependency tree... [2021-04-24T08:42:31.877Z] Reading state information... [2021-04-24T08:42:32.138Z] Calculating upgrade... [2021-04-24T08:42:32.138Z] The following packages will be upgraded: [2021-04-24T08:42:32.138Z] advancecomp base-files bash binutils binutils-common [2021-04-24T08:42:32.138Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-24T08:42:32.138Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-24T08:42:32.138Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-24T08:42:32.138Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-24T08:42:32.138Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-24T08:42:32.138Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-24T08:42:32.138Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-24T08:42:32.138Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-24T08:42:32.138Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-24T08:42:32.138Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-24T08:42:32.138Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-24T08:42:32.138Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-24T08:42:32.138Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-24T08:42:32.138Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-24T08:42:32.400Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-24T08:42:32.400Z] Need to get 64.0 MB of archives. [2021-04-24T08:42:32.400Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-24T08:42:32.400Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-24T08:42:32.400Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-24T08:42:32.746Z] 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-24T08:42:32.970Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-24T08:42:32.970Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-24T08:42:32.970Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-24T08:42:32.970Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-24T08:42:32.970Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-24T08:42:32.970Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-24T08:42:32.970Z] 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-24T08:42:32.970Z] 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-24T08:42:32.970Z] 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-24T08:42:33.231Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-24T08:42:33.231Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-24T08:42:33.231Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-24T08:42:33.231Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-24T08:42:33.231Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-24T08:42:33.231Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-24T08:42:33.231Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-24T08:42:33.231Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-24T08:42:33.231Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-24T08:42:33.231Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-24T08:42:33.231Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-24T08:42:33.231Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-24T08:42:33.342Z] 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-24T08:42:33.490Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-24T08:42:33.490Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-24T08:42:33.491Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-24T08:42:33.491Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-24T08:42:33.491Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-24T08:42:33.491Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-24T08:42:33.491Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-24T08:42:33.491Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-24T08:42:33.491Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-24T08:42:33.491Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-24T08:42:33.491Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-24T08:42:33.491Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-24T08:42:33.491Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-24T08:42:33.491Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-24T08:42:33.491Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-24T08:42:33.491Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-24T08:42:33.491Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-24T08:42:33.491Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-24T08:42:33.491Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-24T08:42:33.491Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-24T08:42:33.491Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-24T08:42:33.491Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-24T08:42:33.491Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-24T08:42:33.491Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-24T08:42:33.491Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-24T08:42:33.491Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-24T08:42:33.491Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-24T08:42:33.491Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-24T08:42:33.491Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-24T08:42:33.491Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-24T08:42:33.750Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-24T08:42:33.750Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-24T08:42:33.750Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-24T08:42:33.750Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-24T08:42:33.750Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-24T08:42:33.750Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-24T08:42:33.750Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-24T08:42:33.750Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-24T08:42:33.750Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-24T08:42:33.750Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-24T08:42:33.750Z] Get:64 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-24T08:42:33.750Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-24T08:42:33.750Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-24T08:42:33.750Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-24T08:42:33.750Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-24T08:42:33.750Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-24T08:42:33.750Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-24T08:42:33.750Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-24T08:42:33.750Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-24T08:42:33.750Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-24T08:42:33.750Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-24T08:42:33.750Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-24T08:42:34.012Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-24T08:42:34.012Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-24T08:42:34.012Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-24T08:42:34.012Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-24T08:42:34.012Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-24T08:42:34.012Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-24T08:42:34.012Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-24T08:42:34.012Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-24T08:42:34.012Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-24T08:42:34.012Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-24T08:42:34.013Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-24T08:42:34.013Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-24T08:42:34.013Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-24T08:42:34.013Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-24T08:42:34.013Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-24T08:42:34.013Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-24T08:42:34.013Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-24T08:42:34.587Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-24T08:42:34.849Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-24T08:42:34.850Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-24T08:42:35.114Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-24T08:42:35.374Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-24T08:42:35.375Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-24T08:42:35.375Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-24T08:42:35.375Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-24T08:42:35.375Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-24T08:42:35.375Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-24T08:42:35.375Z] Fetched 64.0 MB in 3s (20.5 MB/s) [2021-04-24T08:42:35.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:35.635Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-24T08:42:35.635Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-24T08:42:36.209Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-24T08:42:36.209Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-24T08:42:36.475Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-24T08:42:36.475Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-24T08:42:37.047Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:37.337Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:37.337Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:37.337Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:37.597Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:37.597Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:37.597Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:37.597Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:37.866Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:37.866Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:37.866Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:37.866Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:38.127Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:38.127Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:38.127Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:42:38.387Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-24T08:42:38.387Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:38.387Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-24T08:42:38.387Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:42:38.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-24T08:42:38.662Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:38.662Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:38.662Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:38.662Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:38.922Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-24T08:42:38.922Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-24T08:42:38.922Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:42:39.183Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-24T08:42:39.183Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-24T08:42:39.444Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-24T08:42:39.704Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-24T08:42:39.964Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-24T08:42:39.964Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-24T08:42:40.064Z] 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-24T08:42:40.224Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-24T08:42:40.224Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-24T08:42:40.224Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-24T08:42:40.487Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-24T08:42:40.487Z] Installing new version of config file /etc/issue ... [2021-04-24T08:42:40.487Z] Installing new version of config file /etc/issue.net ... [2021-04-24T08:42:40.487Z] Installing new version of config file /etc/lsb-release ... [2021-04-24T08:42:40.487Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-24T08:42:40.748Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-24T08:42:40.748Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-24T08:42:41.018Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-24T08:42:41.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:41.018Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-24T08:42:41.018Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-24T08:42:41.280Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-24T08:42:41.542Z] 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-24T08:42:41.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:41.542Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:41.542Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:41.542Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:41.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:41.806Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-24T08:42:41.806Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-24T08:42:42.067Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-24T08:42:42.067Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:42.067Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-24T08:42:42.067Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-24T08:42:42.327Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-24T08:42:42.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:42.588Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-24T08:42:42.588Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-24T08:42:42.588Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-24T08:42:42.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:42.850Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-24T08:42:42.850Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-24T08:42:42.850Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-24T08:42:43.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:43.111Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-24T08:42:43.111Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-24T08:42:43.111Z] Setting up grep (3.1-2build1) ... [2021-04-24T08:42:43.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:43.111Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-24T08:42:43.374Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-24T08:42:43.374Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-24T08:42:43.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:43.636Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-24T08:42:43.636Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-24T08:42:43.636Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-24T08:42:43.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:43.636Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-24T08:42:43.636Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-24T08:42:44.206Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-24T08:42:44.207Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-24T08:42:44.467Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-24T08:42:44.467Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-24T08:42:45.038Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-24T08:42:45.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:45.038Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-24T08:42:45.038Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-24T08:42:45.979Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-24T08:42:46.240Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-24T08:42:46.240Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-24T08:42:46.240Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-24T08:42:46.506Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-24T08:42:46.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:46.506Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-24T08:42:46.506Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-24T08:42:46.766Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-24T08:42:46.766Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:46.766Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:46.766Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:46.766Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:46.782Z] 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-24T08:42:47.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:47.027Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:47.027Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:47.027Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:47.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:47.288Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:47.288Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:47.288Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:47.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:47.548Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:47.548Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:47.548Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:47.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:47.815Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-24T08:42:47.815Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-24T08:42:47.815Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-24T08:42:47.815Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-24T08:42:48.075Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-24T08:42:48.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:48.075Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-24T08:42:48.075Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-24T08:42:48.336Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-24T08:42:48.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:48.336Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:48.336Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:48.597Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:48.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:48.597Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:48.597Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:48.857Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:48.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:48.857Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:48.857Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:49.427Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:42:49.688Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-24T08:42:49.948Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-24T08:42:49.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:49.948Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-24T08:42:49.948Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-24T08:42:50.208Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-24T08:42:50.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-24T08:42:50.472Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-24T08:42:50.472Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-24T08:42:50.732Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-24T08:42:50.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:50.733Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-24T08:42:50.994Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-24T08:42:50.994Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-24T08:42:51.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:51.255Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-24T08:42:51.255Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-24T08:42:51.531Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-24T08:42:51.531Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:51.531Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-24T08:42:51.531Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-24T08:42:51.792Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-24T08:42:51.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:51.792Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-24T08:42:51.792Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-24T08:42:52.052Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-24T08:42:52.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:52.052Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-24T08:42:52.052Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-24T08:42:52.186Z] 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-24T08:42:52.313Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-24T08:42:52.313Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:52.313Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-24T08:42:52.574Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-24T08:42:52.574Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-24T08:42:52.834Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:52.834Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-24T08:42:52.834Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-24T08:42:53.095Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-24T08:42:53.095Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-24T08:42:53.095Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-24T08:42:53.095Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-24T08:42:53.356Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-24T08:42:53.356Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:53.356Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-24T08:42:53.356Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-24T08:42:53.616Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-24T08:42:53.616Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:53.616Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-24T08:42:53.616Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-24T08:42:53.876Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-24T08:42:54.146Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:54.146Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-24T08:42:54.147Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-24T08:42:54.147Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-24T08:42:54.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:54.407Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-24T08:42:54.407Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-24T08:42:54.407Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-24T08:42:54.668Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:54.668Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-24T08:42:54.668Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-24T08:42:55.239Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-24T08:42:55.239Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:55.239Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-24T08:42:55.499Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-24T08:42:55.759Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-24T08:42:56.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:56.021Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-24T08:42:56.021Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-24T08:42:56.021Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-24T08:42:56.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:56.282Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-24T08:42:56.282Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-24T08:42:56.282Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-24T08:42:56.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:56.543Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-24T08:42:56.543Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-24T08:42:56.543Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-24T08:42:56.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:56.804Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-24T08:42:56.804Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-24T08:42:56.804Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-24T08:42:56.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:56.804Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-24T08:42:56.804Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-24T08:42:57.066Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-24T08:42:57.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:57.066Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-24T08:42:57.327Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-24T08:42:57.327Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-24T08:42:57.575Z] 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-24T08:42:57.587Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:57.587Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-24T08:42:57.587Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-24T08:42:57.587Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-24T08:42:57.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-24T08:42:57.847Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-24T08:42:57.847Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-24T08:42:57.847Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-24T08:42:57.847Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-24T08:42:57.847Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-24T08:42:58.108Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-24T08:42:58.108Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-24T08:42:58.108Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-24T08:42:58.367Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-24T08:42:58.367Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-24T08:42:58.629Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-24T08:42:58.629Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-24T08:42:58.629Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-24T08:42:58.889Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-24T08:42:58.889Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-24T08:42:58.889Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-24T08:42:59.150Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-24T08:42:59.150Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-24T08:42:59.150Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-24T08:42:59.150Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-24T08:42:59.412Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-24T08:42:59.412Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-24T08:42:59.412Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-24T08:42:59.412Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-24T08:42:59.672Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-24T08:42:59.672Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-24T08:42:59.933Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-24T08:42:59.933Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-24T08:43:00.882Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-24T08:43:00.882Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-24T08:43:00.882Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-24T08:43:00.882Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-24T08:43:00.882Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-24T08:43:01.142Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-24T08:43:01.403Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-24T08:43:01.403Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-24T08:43:01.664Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-24T08:43:01.664Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-24T08:43:01.664Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-24T08:43:01.664Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-24T08:43:01.878Z] 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-24T08:43:01.924Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:01.924Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:01.924Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:01.924Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:02.185Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:02.185Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:02.185Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:02.446Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:03.387Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:03.387Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:03.959Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:03.959Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:04.901Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:04.901Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:05.162Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:05.162Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:06.110Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-24T08:43:06.110Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-24T08:43:06.110Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-24T08:43:06.110Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-24T08:43:06.187Z] 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-24T08:43:06.374Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-24T08:43:06.374Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-24T08:43:06.635Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-24T08:43:06.635Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-24T08:43:06.635Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-24T08:43:06.635Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-24T08:43:06.896Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-24T08:43:06.896Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-24T08:43:07.157Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-24T08:43:07.157Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-24T08:43:07.157Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-24T08:43:07.157Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-24T08:43:07.418Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:07.418Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-24T08:43:07.418Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:07.418Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:07.418Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:07.418Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-24T08:43:07.418Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-24T08:43:07.689Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-24T08:43:07.689Z] [2021-04-24T08:43:07.689Z] Current default time zone: 'Etc/UTC' [2021-04-24T08:43:07.689Z] Local time is now: Sat Apr 24 08:43:07 UTC 2021. [2021-04-24T08:43:07.689Z] Universal Time is now: Sat Apr 24 08:43:07 UTC 2021. [2021-04-24T08:43:07.689Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-24T08:43:07.689Z] [2021-04-24T08:43:07.689Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-24T08:43:07.689Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:07.689Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-24T08:43:07.689Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-24T08:43:07.949Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-24T08:43:07.949Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-24T08:43:07.949Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-24T08:43:07.949Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-24T08:43:07.949Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-24T08:43:07.949Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-24T08:43:07.949Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:07.949Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-24T08:43:08.216Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:08.216Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-24T08:43:08.216Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:08.475Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-24T08:43:08.475Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-24T08:43:08.475Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-24T08:43:08.475Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-24T08:43:08.475Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-24T08:43:08.475Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-24T08:43:08.475Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-24T08:43:08.475Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-24T08:43:10.388Z] Updating certificates in /etc/ssl/certs... [2021-04-24T08:43:10.959Z] 23 added, 27 removed; done. [2021-04-24T08:43:11.219Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-24T08:43:11.219Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-24T08:43:11.219Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-24T08:43:11.219Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-24T08:43:11.219Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-24T08:43:11.219Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.479Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-24T08:43:11.479Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.479Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.479Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.479Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.479Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.479Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-24T08:43:11.479Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-24T08:43:11.479Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-24T08:43:11.479Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-24T08:43:11.740Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-24T08:43:11.740Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.740Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-24T08:43:11.740Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-24T08:43:11.740Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-24T08:43:11.740Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-24T08:43:11.740Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-24T08:43:12.001Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-24T08:43:12.001Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-24T08:43:12.001Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-24T08:43:12.001Z] Updating certificates in /etc/ssl/certs... [2021-04-24T08:43:12.575Z] 0 added, 0 removed; done. [2021-04-24T08:43:12.575Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-24T08:43:12.575Z] done. [2021-04-24T08:43:13.111Z] Reading package lists... [2021-04-24T08:43:13.111Z] Building dependency tree... [2021-04-24T08:43:13.111Z] Reading state information... [2021-04-24T08:43:13.373Z] The following NEW packages will be installed: [2021-04-24T08:43:13.373Z] apt-transport-https [2021-04-24T08:43:13.373Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-24T08:43:13.373Z] Need to get 1692 B of archives. [2021-04-24T08:43:13.373Z] After this operation, 154 kB of additional disk space will be used. [2021-04-24T08:43:13.373Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-24T08:43:13.633Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-24T08:43:13.633Z] Fetched 1692 B in 0s (8596 B/s) [2021-04-24T08:43:13.633Z] Selecting previously unselected package apt-transport-https. [2021-04-24T08:43:13.633Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-24T08:43:13.633Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-24T08:43:13.633Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-24T08:43:13.633Z] Setting up apt-transport-https (1.6.13) ... [2021-04-24T08:43:13.898Z] Waiting for network to be ready... [Pipeline] } [2021-04-24T08:43:14.502Z] $ docker stop --time=1 baf8629761eeac2bd956d760c3eec3119eb77dd8f12502ad22070178b2a07587 [2021-04-24T08:43:16.874Z] $ docker rm -f baf8629761eeac2bd956d760c3eec3119eb77dd8f12502ad22070178b2a07587 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:43:18.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-24T08:43:18.613Z] [2021-04-24T08:43:18.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:43:18.965Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-24T08:43:18.965Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-24T08:43:18.965Z] 29e5d40040c1: Pulling fs layer [2021-04-24T08:43:18.965Z] 1ce36da41761: Pulling fs layer [2021-04-24T08:43:18.965Z] 25b303627fd3: Pulling fs layer [2021-04-24T08:43:19.239Z] 29e5d40040c1: Verifying Checksum [2021-04-24T08:43:19.239Z] 29e5d40040c1: Download complete [2021-04-24T08:43:19.834Z] 1ce36da41761: Verifying Checksum [2021-04-24T08:43:19.834Z] 29e5d40040c1: Pull complete [2021-04-24T08:43:20.479Z] 2021-04-24T08:43:16Z INFO Waiting for automatic snapd restart... [2021-04-24T08:43:20.479Z] snapd 2.49.2 from Canonical* installed [2021-04-24T08:43:21.051Z] "snapd" switched to the "latest/stable" channel [2021-04-24T08:43:21.051Z] [2021-04-24T08:43:21.261Z] 1ce36da41761: Pull complete [2021-04-24T08:43:21.261Z] 25b303627fd3: Verifying Checksum [2021-04-24T08:43:21.261Z] 25b303627fd3: Download complete [2021-04-24T08:43:23.597Z] core18 20210309 from Canonical* installed [2021-04-24T08:43:23.598Z] "core18" switched to the "latest/stable" channel [2021-04-24T08:43:23.598Z] [2021-04-24T08:43:26.900Z] snapcraft 4.6.2 from Canonical* installed [2021-04-24T08:43:27.162Z] "snapcraft" switched to the "latest/stable" channel [2021-04-24T08:43:27.162Z] [2021-04-24T08:43:31.374Z] 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-24T08:43:31.374Z] - README.md [2021-04-24T08:43:31.374Z] [2021-04-24T08:43:31.374Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-24T08:43:31.385Z] 25b303627fd3: Pull complete [2021-04-24T08:43:31.385Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-24T08:43:31.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-24T08:43:31.385Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-24T08:43:31.626Z] prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2021-04-24T08:43:31.718Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-24T08:43:35.093Z] $ docker top 6e24494bb0ad210472415a050934023d428ed5255067dfd529c400e770c72a1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:43:36.019Z] + grep parallel+ [2021-04-24T08:43:36.019Z] docker-compose build --help [2021-04-24T08:43:37.959Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-24T08:43:37.959Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-24T08:43:38.905Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-24T08:43:38.905Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-24T08:43:40.104Z] Reading package lists... [2021-04-24T08:43:40.316Z] --parallel Build images in parallel. [2021-04-24T08:43:40.363Z] 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 [Pipeline] } [2021-04-24T08:43:40.624Z] $ docker stop --time=1 6e24494bb0ad210472415a050934023d428ed5255067dfd529c400e770c72a1f [2021-04-24T08:43:42.592Z] $ docker rm -f 6e24494bb0ad210472415a050934023d428ed5255067dfd529c400e770c72a1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:43:43.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-24T08:43:43.277Z] . [Pipeline] withDockerContainer [2021-04-24T08:43:43.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2021-04-24T08:43:43.649Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-24T08:43:45.070Z] $ docker top 29918c881aadf00101599339970b04024c1bb5d403cdb44071ccdfc965f438a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:43:45.987Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-24T08:43:46.966Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-24T08:43:46.966Z] Reading package lists... [2021-04-24T08:43:46.966Z] Building dependency tree... [2021-04-24T08:43:46.966Z] Reading state information... [2021-04-24T08:43:46.966Z] Suggested packages: [2021-04-24T08:43:46.966Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-24T08:43:46.966Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-24T08:43:46.966Z] Recommended packages: [2021-04-24T08:43:46.966Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-24T08:43:46.966Z] The following NEW packages will be installed: [2021-04-24T08:43:46.966Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-24T08:43:46.966Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-24T08:43:46.966Z] pkg-config zip [2021-04-24T08:43:46.966Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-24T08:43:46.966Z] Need to get 7663 kB of archives. [2021-04-24T08:43:46.966Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-24T08:43:46.966Z] 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-24T08:43:46.966Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-24T08:43:46.966Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-24T08:43:46.966Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-24T08:43:46.966Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-24T08:43:46.966Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-24T08:43:47.226Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-24T08:43:47.488Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-24T08:43:47.749Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-24T08:43:47.749Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-24T08:43:47.749Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-24T08:43:48.320Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-24T08:43:48.320Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-24T08:43:48.320Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-24T08:43:48.582Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-24T08:43:48.843Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-24T08:43:48.844Z] Fetched 7663 kB in 2s (3982 kB/s) [2021-04-24T08:43:48.844Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-24T08:43:48.844Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-24T08:43:48.844Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-24T08:43:48.844Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-24T08:43:49.105Z] Selecting previously unselected package libpsl5:amd64. [2021-04-24T08:43:49.105Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-24T08:43:49.105Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-24T08:43:49.105Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-24T08:43:49.105Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-24T08:43:49.105Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-24T08:43:49.365Z] Selecting previously unselected package librtmp1:amd64. [2021-04-24T08:43:49.365Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-24T08:43:49.365Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-24T08:43:49.365Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-24T08:43:49.365Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-24T08:43:49.365Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-24T08:43:49.365Z] Selecting previously unselected package liberror-perl. [2021-04-24T08:43:49.365Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-24T08:43:49.365Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-24T08:43:49.627Z] Selecting previously unselected package git-man. [2021-04-24T08:43:49.627Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-24T08:43:49.627Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-24T08:43:49.627Z] Selecting previously unselected package git. [2021-04-24T08:43:49.627Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-24T08:43:49.887Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-24T08:43:50.457Z] Selecting previously unselected package libnorm1:amd64. [2021-04-24T08:43:50.457Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-24T08:43:50.457Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-24T08:43:50.719Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-24T08:43:50.720Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-24T08:43:50.720Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-24T08:43:50.720Z] Selecting previously unselected package libsodium23:amd64. [2021-04-24T08:43:50.720Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-24T08:43:50.720Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-24T08:43:50.980Z] Selecting previously unselected package libzmq5:amd64. [2021-04-24T08:43:50.980Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-24T08:43:50.980Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-24T08:43:50.980Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-24T08:43:50.980Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-24T08:43:50.980Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-24T08:43:50.980Z] Selecting previously unselected package pkg-config. [2021-04-24T08:43:50.980Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-24T08:43:50.980Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-24T08:43:51.240Z] Selecting previously unselected package zip. [2021-04-24T08:43:51.240Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-24T08:43:51.240Z] Unpacking zip (3.0-11build1) ... [2021-04-24T08:43:51.240Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-24T08:43:51.240Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-24T08:43:51.240Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-24T08:43:51.240Z] Setting up liberror-perl (0.17025-1) ... [2021-04-24T08:43:51.240Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-24T08:43:51.402Z] Building docker-core-command-go ... [2021-04-24T08:43:51.402Z] Building docker-core-data-go ... [2021-04-24T08:43:51.402Z] Building docker-core-metadata-go ... [2021-04-24T08:43:51.402Z] Building docker-security-bootstrapper-go ... [2021-04-24T08:43:51.402Z] Building docker-security-proxy-setup-go ... [2021-04-24T08:43:51.402Z] Building docker-security-secretstore-setup-go ... [2021-04-24T08:43:51.402Z] Building docker-support-notifications-go ... [2021-04-24T08:43:51.402Z] Building docker-support-scheduler-go ... [2021-04-24T08:43:51.402Z] Building docker-sys-mgmt-agent-go ... [2021-04-24T08:43:51.402Z] Building docker-support-notifications-go [2021-04-24T08:43:51.402Z] Building docker-support-scheduler-go [2021-04-24T08:43:51.402Z] Building docker-security-secretstore-setup-go [2021-04-24T08:43:51.402Z] Building docker-core-metadata-go [2021-04-24T08:43:51.402Z] Building docker-security-proxy-setup-go [2021-04-24T08:43:51.500Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-24T08:43:51.500Z] No schema files found: doing nothing. [2021-04-24T08:43:51.500Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-24T08:43:51.500Z] Setting up zip (3.0-11build1) ... [2021-04-24T08:43:51.500Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-24T08:43:51.500Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-24T08:43:51.500Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-24T08:43:51.500Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-24T08:43:51.761Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-24T08:43:51.761Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-24T08:43:51.761Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-24T08:43:51.761Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-24T08:43:58.352Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-24T08:43:58.352Z] git set to automatically installed. [2021-04-24T08:43:58.352Z] git-man set to automatically installed. [2021-04-24T08:43:58.352Z] libcurl3-gnutls set to automatically installed. [2021-04-24T08:43:58.352Z] liberror-perl set to automatically installed. [2021-04-24T08:43:58.352Z] libglib2.0-0 set to automatically installed. [2021-04-24T08:43:58.352Z] libnghttp2-14 set to automatically installed. [2021-04-24T08:43:58.352Z] libnorm1 set to automatically installed. [2021-04-24T08:43:58.352Z] libpgm-5.2-0 set to automatically installed. [2021-04-24T08:43:58.352Z] libpsl5 set to automatically installed. [2021-04-24T08:43:58.352Z] librtmp1 set to automatically installed. [2021-04-24T08:43:58.352Z] libsodium23 set to automatically installed. [2021-04-24T08:43:58.352Z] libzmq3-dev set to automatically installed. [2021-04-24T08:43:58.352Z] libzmq5 set to automatically installed. [2021-04-24T08:43:58.352Z] pkg-config set to automatically installed. [2021-04-24T08:43:58.352Z] zip set to automatically installed. [2021-04-24T08:44:00.267Z] snapd is not logged in, snap install commands will use sudo [2021-04-24T08:44:06.862Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-24T08:44:16.874Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-24T08:44:17.135Z] snapd is not logged in, snap install commands will use sudo [2021-04-24T08:44:23.724Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-24T08:44:23.724Z] snap "core18" has no updates available [2021-04-24T08:44:24.296Z] Pulling go-build-helper [2021-04-24T08:44:24.296Z] + snapcraftctl pull [2021-04-24T08:44:25.242Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-24T08:44:25.242Z] Skipping pull go-build-helper (already ran) [2021-04-24T08:44:25.242Z] Building go-build-helper [2021-04-24T08:44:25.242Z] + snapcraftctl build [2021-04-24T08:44:27.166Z] Staging go-build-helper [2021-04-24T08:44:27.166Z] + snapcraftctl stage [2021-04-24T08:44:37.166Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-24T08:44:37.166Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-24T08:44:37.166Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-24T08:44:37.166Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-24T08:44:37.166Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-24T08:44:37.166Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-24T08:44:37.166Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-24T08:44:37.166Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-24T08:44:37.166Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-24T08:44:37.166Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-24T08:44:37.166Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-24T08:44:37.166Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-24T08:44:37.166Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-24T08:44:37.166Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-24T08:44:37.166Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-24T08:44:37.166Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-24T08:44:37.166Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-24T08:44:37.166Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-24T08:44:37.166Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-24T08:44:37.166Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-24T08:44:37.166Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-24T08:44:37.166Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-24T08:44:37.166Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-24T08:44:37.166Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-24T08:44:37.166Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-24T08:44:37.166Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-24T08:44:37.166Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-24T08:44:37.166Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-24T08:44:37.166Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-24T08:44:37.166Z] Fetched 224 kB in 0s (0 B/s) [2021-04-24T08:44:37.166Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-24T08:44:37.166Z] Fetched 157 kB in 0s (0 B/s) [2021-04-24T08:44:37.166Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-24T08:44:37.166Z] Fetched 221 kB in 0s (0 B/s) [2021-04-24T08:44:37.166Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-24T08:44:37.166Z] Fetched 143 kB in 0s (0 B/s) [2021-04-24T08:44:37.166Z] Pulling app-service-config [2021-04-24T08:44:37.166Z] + snapcraftctl pull [2021-04-24T08:44:37.166Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-24T08:44:37.737Z] Pulling config-common [2021-04-24T08:44:37.737Z] + snapcraftctl pull [2021-04-24T08:44:41.945Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-24T08:44:41.945Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-24T08:44:41.945Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-24T08:44:41.945Z] Fetched 0 B in 0s (0 B/s) [2021-04-24T08:44:41.945Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-24T08:44:41.945Z] Fetched 0 B in 0s (0 B/s) [2021-04-24T08:44:41.945Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-24T08:44:41.945Z] Fetched 0 B in 0s (0 B/s) [2021-04-24T08:44:41.945Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-24T08:44:41.945Z] Fetched 0 B in 0s (0 B/s) [2021-04-24T08:44:41.945Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-24T08:44:41.945Z] Fetched 0 B in 0s (0 B/s) [2021-04-24T08:44:41.946Z] Pulling edgex-go [2021-04-24T08:44:41.946Z] + snapcraftctl pull [2021-04-24T08:45:03.911Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-24T08:45:03.911Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-24T08:45:03.911Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-24T08:45:03.911Z] Fetched 0 B in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-24T08:45:03.911Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-24T08:45:03.911Z] Fetched 279 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-24T08:45:03.911Z] Fetched 122 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-24T08:45:03.911Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-24T08:45:03.911Z] Fetched 8848 B in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-24T08:45:03.911Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-24T08:45:03.911Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-24T08:45:03.911Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-24T08:45:03.911Z] Fetched 219 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-24T08:45:03.911Z] Fetched 154 kB in 0s (0 B/s) [2021-04-24T08:45:03.911Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-24T08:45:03.911Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-24T08:45:03.912Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-24T08:45:03.912Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-24T08:45:03.912Z] Fetched 499 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-24T08:45:03.912Z] Fetched 111 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-24T08:45:03.912Z] Fetched 240 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-24T08:45:03.912Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-24T08:45:03.912Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-24T08:45:03.912Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-24T08:45:03.912Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-24T08:45:03.912Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-24T08:45:03.912Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-24T08:45:03.912Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-24T08:45:03.912Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-24T08:45:03.912Z] Fetched 8720 B in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-24T08:45:03.912Z] Fetched 137 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-24T08:45:03.912Z] Fetched 119 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-24T08:45:03.912Z] Fetched 110 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-24T08:45:03.912Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-24T08:45:03.912Z] Fetched 645 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-24T08:45:03.912Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-24T08:45:03.912Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-24T08:45:03.912Z] Fetched 368 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-24T08:45:03.912Z] Fetched 187 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-24T08:45:03.912Z] Fetched 175 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-24T08:45:03.912Z] Fetched 206 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-24T08:45:03.912Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-24T08:45:03.912Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-24T08:45:03.912Z] Fetched 159 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-24T08:45:03.912Z] Fetched 107 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-24T08:45:03.912Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-24T08:45:03.912Z] Pulling static-packages [2021-04-24T08:45:03.912Z] + snapcraftctl pull [2021-04-24T08:45:03.912Z] Pulling version [2021-04-24T08:45:03.912Z] + cd /root/project [2021-04-24T08:45:03.912Z] + [ -f VERSION ] [2021-04-24T08:45:03.912Z] + PROJECT_VERSION=local-dev [2021-04-24T08:45:03.912Z] + git rev-parse --short HEAD [2021-04-24T08:45:03.912Z] + GIT_REVISION=b09a96f3 [2021-04-24T08:45:03.912Z] + snapcraftctl set-version local-dev [2021-04-24T08:45:03.912Z] Skipping build go-build-helper (already ran) [2021-04-24T08:45:03.912Z] Building app-service-config [2021-04-24T08:45:03.912Z] + make build [2021-04-24T08:45:03.912Z] 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-24T08:45:07.212Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-24T08:45:07.212Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-24T08:45:07.212Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-24T08:45:07.212Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-24T08:45:07.212Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-24T08:45:07.212Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-24T08:45:07.212Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-24T08:45:07.473Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-24T08:45:07.473Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-24T08:45:07.473Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-24T08:45:07.473Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-24T08:45:07.733Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-24T08:45:07.733Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-24T08:45:07.733Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-24T08:45:07.733Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-24T08:45:07.993Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-24T08:45:07.994Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-24T08:45:08.254Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-24T08:45:08.254Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-24T08:45:08.254Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-24T08:45:08.254Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-24T08:45:08.254Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-24T08:45:08.254Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-24T08:45:08.254Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-24T08:45:08.254Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-24T08:45:08.254Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-24T08:45:08.516Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-24T08:45:08.516Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-24T08:45:08.516Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-24T08:45:08.516Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-24T08:45:08.516Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-24T08:45:08.516Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-24T08:45:08.516Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-24T08:45:08.516Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-24T08:45:08.516Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-24T08:45:08.516Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-24T08:45:08.516Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-24T08:45:08.516Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-24T08:45:08.516Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-24T08:45:08.516Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-24T08:45:08.516Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-24T08:45:08.516Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-24T08:45:08.516Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-24T08:45:08.516Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-24T08:45:08.778Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-24T08:45:13.183Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:45:13.183Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:45:13.183Z] ---> 4af8ddfc008a [2021-04-24T08:45:13.183Z] Step 3/25 : WORKDIR /edgex-go [2021-04-24T08:45:13.183Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:45:13.183Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:45:13.183Z] ---> 4af8ddfc008a [2021-04-24T08:45:13.183Z] Step 3/22 : WORKDIR /edgex-go [2021-04-24T08:45:13.183Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:45:13.183Z] [2021-04-24T08:45:13.183Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:45:13.183Z] [2021-04-24T08:45:13.183Z] ---> 4af8ddfc008a [2021-04-24T08:45:13.183Z] ---> 4af8ddfc008a [2021-04-24T08:45:13.183Z] Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2021-04-24T08:45:13.183Z] [2021-04-24T08:45:13.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:45:13.183Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:45:13.183Z] ---> 4af8ddfc008a [2021-04-24T08:45:13.183Z] Step 3/21 : WORKDIR /edgex-go [2021-04-24T08:45:13.183Z] ---> Running in 297c5824d02a [2021-04-24T08:45:13.183Z] ---> Running in d96f4661f1e2 [2021-04-24T08:45:13.183Z] ---> Running in 4974287ac226 [2021-04-24T08:45:13.183Z] ---> Running in 44e7ecb7688d [2021-04-24T08:45:13.183Z] ---> Running in ea6ba82cfd43 [2021-04-24T08:45:13.183Z] Removing intermediate container 4974287ac226 [2021-04-24T08:45:13.183Z] ---> 22942299e3fc [2021-04-24T08:45:13.183Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:45:13.183Z] Removing intermediate container 297c5824d02a [2021-04-24T08:45:13.183Z] ---> 1f0834fa5ca7 [2021-04-24T08:45:13.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:45:13.183Z] Removing intermediate container d96f4661f1e2 [2021-04-24T08:45:13.183Z] ---> fed0e9515e2e [2021-04-24T08:45:13.183Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:45:13.183Z] Removing intermediate container ea6ba82cfd43 [2021-04-24T08:45:13.183Z] ---> 03bee10b74bd [2021-04-24T08:45:13.183Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:45:13.183Z] Removing intermediate container 44e7ecb7688d [2021-04-24T08:45:13.183Z] ---> 3edb26857a18 [2021-04-24T08:45:13.183Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:45:13.183Z] ---> Running in c0eb209fdbfa [2021-04-24T08:45:13.183Z] ---> Running in 2cd7745dfc63 [2021-04-24T08:45:13.183Z] ---> Running in a43253517b89 [2021-04-24T08:45:13.183Z] ---> Running in 8593b1fe0920 [2021-04-24T08:45:13.183Z] ---> Running in 74f0b0556b60 [2021-04-24T08:45:14.179Z] Removing intermediate container c0eb209fdbfa [2021-04-24T08:45:14.179Z] ---> 0ed2c163d54c [2021-04-24T08:45:14.179Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-24T08:45:14.459Z] ---> Running in 40ec88ff9c96 [2021-04-24T08:45:14.739Z] Removing intermediate container 8593b1fe0920 [2021-04-24T08:45:15.021Z] ---> a3d461a915e0 [2021-04-24T08:45:15.021Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-24T08:45:15.021Z] ---> Running in 6f601d53e91f [2021-04-24T08:45:15.300Z] Removing intermediate container 74f0b0556b60 [2021-04-24T08:45:15.300Z] ---> 1d5b97db1935 [2021-04-24T08:45:15.300Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-24T08:45:15.578Z] Removing intermediate container a43253517b89 [2021-04-24T08:45:15.578Z] ---> 2ce40575a101 [2021-04-24T08:45:15.578Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-24T08:45:15.578Z] ---> Running in 0c13077f832a [2021-04-24T08:45:15.578Z] Removing intermediate container 2cd7745dfc63 [2021-04-24T08:45:15.578Z] ---> 3077f9be7383 [2021-04-24T08:45:15.578Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-24T08:45:15.850Z] ---> Running in b2b7f4b58cbb [2021-04-24T08:45:15.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:15.850Z] ---> Running in 668a696b3f7c [2021-04-24T08:45:16.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:16.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:17.471Z] OK: 217 MiB in 51 packages [2021-04-24T08:45:17.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:17.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:17.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:17.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:18.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:18.351Z] OK: 217 MiB in 51 packages [2021-04-24T08:45:18.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:18.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:45:18.637Z] Removing intermediate container 40ec88ff9c96 [2021-04-24T08:45:18.637Z] ---> 9e013354ddaf [2021-04-24T08:45:18.637Z] Step 6/21 : COPY go.mod . [2021-04-24T08:45:18.772Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-24T08:45:18.773Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-24T08:45:18.773Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-24T08:45:18.773Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-24T08:45:18.773Z] Building config-common [2021-04-24T08:45:18.773Z] + snapcraftctl build [2021-04-24T08:45:19.250Z] OK: 217 MiB in 51 packages [2021-04-24T08:45:19.250Z] OK: 217 MiB in 51 packages [2021-04-24T08:45:19.250Z] OK: 217 MiB in 51 packages [2021-04-24T08:45:19.849Z] ---> e8de47b11bb3 [2021-04-24T08:45:19.849Z] Step 7/21 : RUN go mod download [2021-04-24T08:45:20.131Z] Removing intermediate container 6f601d53e91f [2021-04-24T08:45:20.131Z] ---> 5baeb53858b1 [2021-04-24T08:45:20.131Z] Step 6/25 : COPY go.mod . [2021-04-24T08:45:20.131Z] ---> Running in 26fa579a3d32 [2021-04-24T08:45:21.117Z] Removing intermediate container 0c13077f832a [2021-04-24T08:45:21.117Z] ---> cb993fe5fc7b [2021-04-24T08:45:21.117Z] Step 6/22 : COPY go.mod . [2021-04-24T08:45:21.117Z] Removing intermediate container b2b7f4b58cbb [2021-04-24T08:45:21.117Z] ---> 42ec2acdfd0b [2021-04-24T08:45:21.117Z] Step 6/22 : COPY go.mod . [2021-04-24T08:45:21.314Z] Building edgex-go [2021-04-24T08:45:21.314Z] + cd /root/parts/edgex-go/src [2021-04-24T08:45:21.314Z] + make build [2021-04-24T08:45:21.314Z] 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-24T08:45:21.397Z] ---> e0ab5ffc884e [2021-04-24T08:45:21.397Z] Step 7/25 : RUN go mod download [2021-04-24T08:45:21.397Z] ---> Running in ddb44527c3ce [2021-04-24T08:45:21.397Z] Removing intermediate container 668a696b3f7c [2021-04-24T08:45:21.397Z] ---> c15394ae28f9 [2021-04-24T08:45:21.397Z] Step 6/23 : COPY go.mod . [2021-04-24T08:45:21.573Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-24T08:45:21.573Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-24T08:45:21.573Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 [2021-04-24T08:45:21.836Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-24T08:45:21.836Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-24T08:45:21.836Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-24T08:45:21.836Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-24T08:45:21.836Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-24T08:45:21.836Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-24T08:45:21.836Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-24T08:45:21.836Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-24T08:45:21.836Z] go: downloading golang.org/x/text v0.3.2 [2021-04-24T08:45:22.401Z] ---> 333322a98cbc [2021-04-24T08:45:22.401Z] Step 7/22 : RUN go mod download [2021-04-24T08:45:22.401Z] ---> 4535b568b736 [2021-04-24T08:45:22.401Z] Step 7/22 : RUN go mod download [2021-04-24T08:45:22.677Z] ---> Running in 8cfc352a8d3e [2021-04-24T08:45:22.677Z] ---> Running in a38a7ba02122 [2021-04-24T08:45:22.677Z] ---> 1989ba33ff94 [2021-04-24T08:45:22.677Z] Step 7/23 : RUN go mod download [2021-04-24T08:45:22.951Z] ---> Running in bd7a7eb65097 [2021-04-24T08:45:24.416Z] Removing intermediate container 26fa579a3d32 [2021-04-24T08:45:24.416Z] ---> 083828efbdcc [2021-04-24T08:45:24.416Z] Step 8/21 : COPY . . [2021-04-24T08:45:25.875Z] Removing intermediate container ddb44527c3ce [2021-04-24T08:45:25.875Z] ---> cc676ff59425 [2021-04-24T08:45:25.875Z] Step 8/25 : COPY . . [2021-04-24T08:45:27.121Z] 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-24T08:45:27.121Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-24T08:45:28.588Z] Removing intermediate container a38a7ba02122 [2021-04-24T08:45:28.588Z] ---> 2da50ecc3df9 [2021-04-24T08:45:28.588Z] Step 8/22 : COPY . . [2021-04-24T08:45:29.194Z] Removing intermediate container bd7a7eb65097 [2021-04-24T08:45:29.194Z] ---> 5fcc0abe7f3e [2021-04-24T08:45:29.194Z] Step 8/23 : COPY . . [2021-04-24T08:45:29.194Z] Removing intermediate container 8cfc352a8d3e [2021-04-24T08:45:29.194Z] ---> ad0ec70cb0b9 [2021-04-24T08:45:29.194Z] Step 8/22 : COPY . . [2021-04-24T08:45:31.319Z] 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-24T08:45:32.257Z] 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-24T08:45:34.176Z] 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-24T08:45:34.437Z] 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-24T08:45:34.698Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-24T08:45:34.698Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-24T08:45:34.698Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-24T08:45:34.698Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-24T08:45:36.609Z] 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-24T08:45:36.609Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-24T08:45:36.609Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-24T08:45:37.993Z] 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-24T08:45:39.662Z] 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-24T08:45:39.662Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-24T08:45:40.811Z] 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-24T08:45:42.031Z] 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-24T08:45:43.210Z] 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-24T08:45:43.210Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-24T08:45:45.119Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-24T08:45:45.119Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-24T08:45:45.119Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-24T08:45:45.119Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-24T08:45:45.119Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-24T08:45:45.119Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-24T08:45:45.119Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-24T08:45:45.119Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-24T08:45:45.119Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-24T08:45:45.119Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-24T08:45:45.119Z] + 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-24T08:45:45.119Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-24T08:45:45.380Z] + 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-24T08:45:45.380Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-24T08:45:45.380Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-24T08:45:45.380Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-24T08:45:45.380Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-24T08:45:45.380Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-24T08:45:45.380Z] + 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-24T08:45:47.922Z] Building static-packages [2021-04-24T08:45:47.922Z] + snapcraftctl build [2021-04-24T08:45:49.835Z] Building version [2021-04-24T08:45:49.835Z] + snapcraftctl build [2021-04-24T08:45:51.749Z] Skipping stage go-build-helper (already ran) [2021-04-24T08:45:51.749Z] Staging app-service-config [2021-04-24T08:45:51.749Z] + snapcraftctl stage [2021-04-24T08:45:52.688Z] Staging config-common [2021-04-24T08:45:52.688Z] + snapcraftctl stage [2021-04-24T08:45:53.629Z] Staging edgex-go [2021-04-24T08:45:53.629Z] + snapcraftctl stage [2021-04-24T08:45:55.010Z] Staging static-packages [2021-04-24T08:45:55.010Z] + snapcraftctl stage [2021-04-24T08:45:55.955Z] Staging version [2021-04-24T08:45:55.955Z] + snapcraftctl stage [2021-04-24T08:45:56.029Z] ---> b75140b86b38 [2021-04-24T08:45:56.029Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-24T08:45:56.029Z] ---> d6b34b368305 [2021-04-24T08:45:56.029Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-24T08:45:56.029Z] ---> f5a88dc31ff0 [2021-04-24T08:45:56.029Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-24T08:45:56.029Z] ---> e39d57e09df7 [2021-04-24T08:45:56.029Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-24T08:45:56.029Z] ---> Running in 7b1a9be0036c [2021-04-24T08:45:56.029Z] ---> c1ac9b3f7139 [2021-04-24T08:45:56.029Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-24T08:45:56.029Z] ---> Running in 473502abbcae [2021-04-24T08:45:56.309Z] ---> Running in 30a78801042c [2021-04-24T08:45:56.309Z] ---> Running in 43b3b678fc44 [2021-04-24T08:45:56.309Z] ---> Running in 9db75b106007 [2021-04-24T08:45:56.899Z] Priming go-build-helper [2021-04-24T08:45:56.899Z] + snapcraftctl prime [2021-04-24T08:45:58.282Z] Priming app-service-config [2021-04-24T08:45:58.282Z] + snapcraftctl prime [2021-04-24T08:45:58.291Z] 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-24T08:45:58.292Z] 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-24T08:45:58.568Z] 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-24T08:45:58.568Z] 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-24T08:45:58.568Z] 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-24T08:45:59.225Z] Priming config-common [2021-04-24T08:45:59.225Z] + snapcraftctl prime [2021-04-24T08:46:00.168Z] Priming edgex-go [2021-04-24T08:46:00.168Z] + snapcraftctl prime [2021-04-24T08:46:01.555Z] Priming static-packages [2021-04-24T08:46:01.555Z] + snapcraftctl prime [2021-04-24T08:46:04.104Z] Priming version [2021-04-24T08:46:04.104Z] + snapcraftctl prime [2021-04-24T08:46:04.674Z] 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-24T08:47:50.455Z] 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-24T08:47:50.455Z] 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-24T08:48:05.830Z] Removing intermediate container 473502abbcae [2021-04-24T08:48:05.830Z] ---> c5c102a7ec92 [2021-04-24T08:48:05.830Z] [2021-04-24T08:48:05.830Z] Step 10/25 : FROM alpine:3.12 [2021-04-24T08:48:05.830Z] Removing intermediate container 7b1a9be0036c [2021-04-24T08:48:05.830Z] ---> 714059ec8029 [2021-04-24T08:48:05.830Z] [2021-04-24T08:48:05.830Z] Step 10/21 : FROM alpine:3.12 [2021-04-24T08:48:05.830Z] 3.12: Pulling from library/alpine [2021-04-24T08:48:05.830Z] 3.12: Pulling from library/alpine [2021-04-24T08:48:06.818Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-24T08:48:06.818Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-24T08:48:06.818Z] Status: Downloaded newer image for alpine:3.12 [2021-04-24T08:48:06.818Z] ---> 9852663dfa18 [2021-04-24T08:48:06.818Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-24T08:48:06.818Z] Status: Downloaded newer image for alpine:3.12 [2021-04-24T08:48:06.818Z] ---> 9852663dfa18 [2021-04-24T08:48:06.818Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-24T08:48:07.420Z] ---> Running in 3e1de2ef545e [2021-04-24T08:48:07.420Z] ---> Running in b478dd57b068 [2021-04-24T08:48:10.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:10.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:10.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:10.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:10.603Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-24T08:48:10.603Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-24T08:48:10.603Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-24T08:48:10.875Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-24T08:48:10.875Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-24T08:48:10.875Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-24T08:48:10.875Z] (4/4) Installing curl (7.76.1-r0) [2021-04-24T08:48:10.875Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:48:10.875Z] (4/6) Installing curl (7.76.1-r0) [2021-04-24T08:48:10.875Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-24T08:48:10.875Z] (6/6) Installing su-exec (0.2-r1) [2021-04-24T08:48:10.875Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:48:11.155Z] Executing ca-certificates-20191127-r4.trigger [2021-04-24T08:48:11.155Z] Executing ca-certificates-20191127-r4.trigger [2021-04-24T08:48:11.155Z] OK: 7 MiB in 18 packages [2021-04-24T08:48:11.432Z] OK: 7 MiB in 20 packages [2021-04-24T08:48:14.831Z] Removing intermediate container 30a78801042c [2021-04-24T08:48:14.831Z] ---> da2383be743e [2021-04-24T08:48:14.831Z] [2021-04-24T08:48:14.831Z] Step 10/22 : FROM alpine:3.12 [2021-04-24T08:48:14.831Z] ---> 9852663dfa18 [2021-04-24T08:48:14.831Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-24T08:48:14.831Z] Removing intermediate container 43b3b678fc44 [2021-04-24T08:48:14.831Z] ---> 71706682d23f [2021-04-24T08:48:14.831Z] [2021-04-24T08:48:14.831Z] Step 10/22 : FROM alpine:3.12 [2021-04-24T08:48:14.831Z] ---> 9852663dfa18 [2021-04-24T08:48:14.831Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-24T08:48:15.430Z] ---> Running in 0cc9d7df8b29 [2021-04-24T08:48:15.431Z] ---> Running in 768186e17454 [2021-04-24T08:48:15.704Z] Removing intermediate container b478dd57b068 [2021-04-24T08:48:15.704Z] ---> 83d4997ed6a8 [2021-04-24T08:48:15.704Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-24T08:48:15.704Z] Removing intermediate container 3e1de2ef545e [2021-04-24T08:48:15.704Z] ---> 4029e618634f [2021-04-24T08:48:15.704Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-24T08:48:15.982Z] ---> Running in 49df1e00bfbb [2021-04-24T08:48:15.982Z] ---> Running in b7d32ad983cf [2021-04-24T08:48:16.990Z] Removing intermediate container 49df1e00bfbb [2021-04-24T08:48:16.990Z] ---> 110b20a36cb0 [2021-04-24T08:48:16.990Z] Step 13/25 : WORKDIR / [2021-04-24T08:48:17.263Z] Removing intermediate container b7d32ad983cf [2021-04-24T08:48:17.263Z] ---> 6c4e96679e7d [2021-04-24T08:48:17.263Z] Step 13/21 : WORKDIR /edgex [2021-04-24T08:48:17.539Z] ---> Running in 78b18010e0d6 [2021-04-24T08:48:17.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:17.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:17.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:17.825Z] ---> Running in 58804ef894dc [2021-04-24T08:48:17.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:18.427Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-24T08:48:18.427Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-24T08:48:18.427Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:48:18.427Z] Executing ca-certificates-20191127-r4.trigger [2021-04-24T08:48:18.705Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-24T08:48:18.705Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:48:18.705Z] OK: 5 MiB in 15 packages [2021-04-24T08:48:18.705Z] OK: 6 MiB in 16 packages [2021-04-24T08:48:18.988Z] Removing intermediate container 78b18010e0d6 [2021-04-24T08:48:18.988Z] ---> c5e022d4333a [2021-04-24T08:48:18.988Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-24T08:48:19.264Z] Removing intermediate container 58804ef894dc [2021-04-24T08:48:19.264Z] ---> c996341c9145 [2021-04-24T08:48:19.264Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-24T08:48:20.248Z] ---> b70593edded2 [2021-04-24T08:48:20.248Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-24T08:48:20.248Z] Removing intermediate container 9db75b106007 [2021-04-24T08:48:20.248Z] ---> a62aa31c16ae [2021-04-24T08:48:20.248Z] [2021-04-24T08:48:20.248Z] Step 10/23 : FROM alpine:3.12 [2021-04-24T08:48:20.248Z] ---> 9852663dfa18 [2021-04-24T08:48:20.248Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-24T08:48:20.846Z] ---> 6639ba36fd84 [2021-04-24T08:48:20.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-24T08:48:20.846Z] Removing intermediate container 768186e17454 [2021-04-24T08:48:20.846Z] ---> b66449e05e80 [2021-04-24T08:48:20.846Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:48:20.846Z] ---> Running in c26c6ae4e1f4 [2021-04-24T08:48:21.120Z] ---> Running in fb353659ff1b [2021-04-24T08:48:21.120Z] Removing intermediate container 0cc9d7df8b29 [2021-04-24T08:48:21.120Z] ---> f1972e9545cc [2021-04-24T08:48:21.120Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:48:21.120Z] ---> 7ef4fb2074c8 [2021-04-24T08:48:21.120Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-24T08:48:21.398Z] ---> Running in 578c7d0c1fd7 [2021-04-24T08:48:21.992Z] Removing intermediate container fb353659ff1b [2021-04-24T08:48:21.992Z] ---> 973e948e6b56 [2021-04-24T08:48:21.992Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-24T08:48:22.272Z] ---> Running in 94c30bd96c28 [2021-04-24T08:48:22.567Z] Removing intermediate container 578c7d0c1fd7 [2021-04-24T08:48:22.567Z] ---> 0815a18d0b76 [2021-04-24T08:48:22.567Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-24T08:48:22.567Z] ---> 954e523faf33 [2021-04-24T08:48:22.567Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-04-24T08:48:22.567Z] ---> 3295536c4fd7 [2021-04-24T08:48:22.567Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-24T08:48:22.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:22.567Z] ---> Running in 862735de3c80 [2021-04-24T08:48:22.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:48:22.847Z] Removing intermediate container 94c30bd96c28 [2021-04-24T08:48:22.847Z] ---> c8f4f02ee8cf [2021-04-24T08:48:22.847Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-24T08:48:23.119Z] ---> Running in 1125a2386f5a [2021-04-24T08:48:23.119Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-24T08:48:23.391Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:48:23.391Z] OK: 5 MiB in 15 packages [2021-04-24T08:48:23.668Z] Removing intermediate container 862735de3c80 [2021-04-24T08:48:23.668Z] ---> db9937b1e336 [2021-04-24T08:48:23.668Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-24T08:48:23.668Z] ---> 56d3481bd125 [2021-04-24T08:48:23.668Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-24T08:48:23.946Z] ---> Running in bab4538b440b [2021-04-24T08:48:23.946Z] Removing intermediate container 1125a2386f5a [2021-04-24T08:48:23.946Z] ---> 22b9badd0a08 [2021-04-24T08:48:23.946Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:48:24.218Z] ---> 74a1e8020fc8 [2021-04-24T08:48:24.218Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-24T08:48:24.491Z] ---> Running in 4dab2c1f1745 [2021-04-24T08:48:24.491Z] Removing intermediate container bab4538b440b [2021-04-24T08:48:24.491Z] ---> c9a4a4c2a248 [2021-04-24T08:48:24.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:48:25.102Z] Removing intermediate container c26c6ae4e1f4 [2021-04-24T08:48:25.102Z] ---> e5effea58fce [2021-04-24T08:48:25.102Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:48:25.379Z] ---> 687eded16e72 [2021-04-24T08:48:25.379Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-24T08:48:25.664Z] ---> Running in aeb6ddd37308 [2021-04-24T08:48:25.664Z] Removing intermediate container 4dab2c1f1745 [2021-04-24T08:48:25.664Z] ---> d46d70ab225d [2021-04-24T08:48:25.664Z] Step 18/21 : CMD ["--init=true"] [2021-04-24T08:48:25.664Z] ---> 7396cde35e9a [2021-04-24T08:48:25.664Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-24T08:48:25.664Z] ---> 808500cef076 [2021-04-24T08:48:25.664Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-24T08:48:25.664Z] ---> Running in 2d9c56c6c42a [2021-04-24T08:48:26.267Z] Removing intermediate container aeb6ddd37308 [2021-04-24T08:48:26.267Z] ---> ce30638ec6fa [2021-04-24T08:48:26.267Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-24T08:48:26.867Z] Removing intermediate container 2d9c56c6c42a [2021-04-24T08:48:26.867Z] ---> 21a2ad2e8dfc [2021-04-24T08:48:26.867Z] Step 19/21 : LABEL arch=arm64 [2021-04-24T08:48:27.467Z] ---> Running in 7962a24a71a9 [2021-04-24T08:48:27.467Z] ---> d43bd39ed9e0 [2021-04-24T08:48:27.467Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-24T08:48:27.467Z] ---> Running in 20389621505a [2021-04-24T08:48:27.743Z] ---> 1a58e32cc426 [2021-04-24T08:48:27.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-24T08:48:27.743Z] ---> 50df7b548ff3 [2021-04-24T08:48:27.743Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-24T08:48:28.020Z] Removing intermediate container 7962a24a71a9 [2021-04-24T08:48:28.020Z] ---> 4223de4eef3e [2021-04-24T08:48:28.020Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-24T08:48:28.296Z] Removing intermediate container 20389621505a [2021-04-24T08:48:28.296Z] ---> 4ea1d49b6dd2 [2021-04-24T08:48:28.296Z] Step 20/21 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:48:28.296Z] ---> Running in 0ff44b834be7 [2021-04-24T08:48:28.571Z] ---> Running in 11422bb8df31 [2021-04-24T08:48:28.571Z] ---> 396a92f110fa [2021-04-24T08:48:28.571Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-24T08:48:28.846Z] ---> 317b97729a68 [2021-04-24T08:48:28.847Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-24T08:48:28.847Z] ---> ac4ede8b161c [2021-04-24T08:48:28.847Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-24T08:48:28.847Z] ---> Running in edf734019d2b [2021-04-24T08:48:29.122Z] ---> Running in 45d448980ea9 [2021-04-24T08:48:29.122Z] Removing intermediate container 0ff44b834be7 [2021-04-24T08:48:29.122Z] ---> d5b579d00f3a [2021-04-24T08:48:29.122Z] Step 15/23 : WORKDIR / [2021-04-24T08:48:29.122Z] ---> Running in ff6ff83a3e48 [2021-04-24T08:48:29.399Z] Removing intermediate container 11422bb8df31 [2021-04-24T08:48:29.399Z] ---> 68cc777d2974 [2021-04-24T08:48:29.399Z] Step 21/21 : LABEL version=0.0.0 [2021-04-24T08:48:29.399Z] ---> Running in 5052cb7f57a5 [2021-04-24T08:48:29.675Z] ---> Running in d9acd8025f1a [2021-04-24T08:48:29.675Z] Removing intermediate container edf734019d2b [2021-04-24T08:48:29.675Z] ---> 4726a76af49c [2021-04-24T08:48:29.675Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:48:29.948Z] Removing intermediate container ff6ff83a3e48 [2021-04-24T08:48:29.948Z] ---> 0ae58612ae4b [2021-04-24T08:48:29.948Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:48:29.948Z] ---> Running in 4f36da609b17 [2021-04-24T08:48:30.221Z] ---> Running in 6d1733827ae9 [2021-04-24T08:48:30.497Z] Removing intermediate container d9acd8025f1a [2021-04-24T08:48:30.498Z] ---> 1e7118a16e3a [2021-04-24T08:48:30.498Z] [2021-04-24T08:48:30.498Z] Removing intermediate container 5052cb7f57a5 [2021-04-24T08:48:30.498Z] ---> f485ab8902ff [2021-04-24T08:48:30.498Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:48:30.775Z] Removing intermediate container 4f36da609b17 [2021-04-24T08:48:30.775Z] ---> e93210daa79f [2021-04-24T08:48:30.775Z] Step 20/22 : LABEL arch=arm64 [2021-04-24T08:48:31.047Z] Removing intermediate container 6d1733827ae9 [2021-04-24T08:48:31.048Z] ---> f047cf8a74d7 [2021-04-24T08:48:31.048Z] Step 20/22 : LABEL arch=arm64 [2021-04-24T08:48:31.048Z] ---> Running in e4d044b70465 [2021-04-24T08:48:31.321Z] Successfully built 1e7118a16e3a [2021-04-24T08:48:31.321Z] ---> Running in 5c6f697e3a9b [2021-04-24T08:48:31.321Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-24T08:48:31.321Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-24T08:48:31.931Z] ---> 2b80fdd35731 [2021-04-24T08:48:31.931Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-24T08:48:31.931Z] Removing intermediate container e4d044b70465 [2021-04-24T08:48:31.931Z] ---> 4e6e80940f93 [2021-04-24T08:48:31.931Z] Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:48:32.220Z] Removing intermediate container 5c6f697e3a9b [2021-04-24T08:48:32.220Z] ---> 990fc0f5b838 [2021-04-24T08:48:32.220Z] Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:48:32.220Z] ---> Running in 2703a0e9561f [2021-04-24T08:48:32.494Z] ---> Running in 922b9f52ae2c [2021-04-24T08:48:32.494Z] Removing intermediate container 45d448980ea9 [2021-04-24T08:48:32.494Z] ---> 209aa5d33681 [2021-04-24T08:48:32.494Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-24T08:48:33.091Z] ---> Running in eafb87ae7cd7 [2021-04-24T08:48:33.091Z] Removing intermediate container 2703a0e9561f [2021-04-24T08:48:33.091Z] ---> 54bb3500bd09 [2021-04-24T08:48:33.091Z] Step 22/22 : LABEL version=0.0.0 [2021-04-24T08:48:33.366Z] Removing intermediate container 922b9f52ae2c [2021-04-24T08:48:33.366Z] ---> 114bbfd80df9 [2021-04-24T08:48:33.366Z] Step 22/22 : LABEL version=0.0.0 [2021-04-24T08:48:33.641Z] ---> Running in 37e476593d08 [2021-04-24T08:48:34.250Z] ---> Running in c8a39dd22a98 [2021-04-24T08:48:34.522Z] Removing intermediate container eafb87ae7cd7 [2021-04-24T08:48:34.522Z] ---> 10d56151a5e2 [2021-04-24T08:48:34.522Z] Step 23/25 : LABEL arch=arm64 [2021-04-24T08:48:34.795Z] ---> bffdd619b924 [2021-04-24T08:48:34.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-24T08:48:34.795Z] Removing intermediate container 37e476593d08 [2021-04-24T08:48:34.795Z] ---> f2181a5139f6 [2021-04-24T08:48:34.795Z] [2021-04-24T08:48:35.074Z] ---> Running in d0218ac3121d [2021-04-24T08:48:35.355Z] Successfully built f2181a5139f6 [2021-04-24T08:48:35.631Z] Removing intermediate container c8a39dd22a98 [2021-04-24T08:48:35.631Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-24T08:48:35.631Z] ---> d8d5bf03f5a0 [2021-04-24T08:48:35.631Z] [2021-04-24T08:48:35.632Z] Building docker-core-command-go [2021-04-24T08:48:35.906Z]  Building docker-support-scheduler-go ... done Successfully built d8d5bf03f5a0 [2021-04-24T08:48:36.178Z] ---> cf6a7ca303e0 [2021-04-24T08:48:36.178Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-24T08:48:36.178Z] Removing intermediate container d0218ac3121d [2021-04-24T08:48:36.178Z] ---> 38b8402e1cb9 [2021-04-24T08:48:36.178Z] Step 24/25 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:48:36.178Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-24T08:48:36.178Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-24T08:48:36.461Z] ---> Running in b95010dd2a9d [2021-04-24T08:48:36.461Z] ---> Running in 9b4362efc110 [2021-04-24T08:48:37.066Z] Removing intermediate container b95010dd2a9d [2021-04-24T08:48:37.066Z] ---> 6b1fa7a0040d [2021-04-24T08:48:37.066Z] Step 25/25 : LABEL version=0.0.0 [2021-04-24T08:48:37.066Z] Removing intermediate container 9b4362efc110 [2021-04-24T08:48:37.066Z] ---> 6a7e6c90a6de [2021-04-24T08:48:37.066Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:48:37.066Z] ---> Running in b96625c41da7 [2021-04-24T08:48:37.345Z] ---> Running in a83c31cf8abf [2021-04-24T08:48:37.619Z] Removing intermediate container b96625c41da7 [2021-04-24T08:48:37.619Z] ---> 66c5b021a3a7 [2021-04-24T08:48:37.619Z] [2021-04-24T08:48:37.900Z] Removing intermediate container a83c31cf8abf [2021-04-24T08:48:37.900Z] ---> ba460307248e [2021-04-24T08:48:37.900Z] Step 21/23 : LABEL arch=arm64 [2021-04-24T08:48:38.173Z] ---> Running in 3d4b868534ac [2021-04-24T08:48:38.173Z] Successfully built 66c5b021a3a7 [2021-04-24T08:48:38.173Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-24T08:48:38.173Z] Building docker-security-bootstrapper-go [2021-04-24T08:48:38.769Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3d4b868534ac [2021-04-24T08:48:38.769Z] ---> 0e7c0577708f [2021-04-24T08:48:38.769Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:48:38.769Z] ---> Running in d5f85d8f97cc [2021-04-24T08:48:39.367Z] Removing intermediate container d5f85d8f97cc [2021-04-24T08:48:39.368Z] ---> 24ad1ee79be6 [2021-04-24T08:48:39.368Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:48:39.368Z] ---> Running in b9480af0643c [2021-04-24T08:48:39.964Z] Removing intermediate container b9480af0643c [2021-04-24T08:48:39.964Z] ---> 96a70181155e [2021-04-24T08:48:39.964Z] [2021-04-24T08:48:40.562Z] Successfully built 96a70181155e [2021-04-24T08:48:40.562Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-24T08:49:27.534Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:49:27.534Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:49:27.534Z] ---> 4af8ddfc008a [2021-04-24T08:49:27.534Z] Step 3/23 : WORKDIR /edgex-go [2021-04-24T08:49:27.534Z] ---> Using cache [2021-04-24T08:49:27.534Z] ---> 3edb26857a18 [2021-04-24T08:49:27.534Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:49:27.534Z] ---> Using cache [2021-04-24T08:49:27.534Z] ---> 1d5b97db1935 [2021-04-24T08:49:27.534Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-24T08:49:31.840Z] ---> Running in 4390eac8dc1f [2021-04-24T08:49:33.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:33.281Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:49:33.281Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:49:33.281Z] ---> 4af8ddfc008a [2021-04-24T08:49:33.281Z] Step 3/23 : WORKDIR /edgex-go [2021-04-24T08:49:33.281Z] ---> Using cache [2021-04-24T08:49:33.281Z] ---> 3edb26857a18 [2021-04-24T08:49:33.281Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:49:33.281Z] ---> Using cache [2021-04-24T08:49:33.281Z] ---> 1d5b97db1935 [2021-04-24T08:49:33.281Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-24T08:49:33.281Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:49:33.281Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:49:33.281Z] ---> 4af8ddfc008a [2021-04-24T08:49:33.281Z] Step 3/23 : WORKDIR /edgex-go [2021-04-24T08:49:33.281Z] ---> Using cache [2021-04-24T08:49:33.281Z] ---> 3edb26857a18 [2021-04-24T08:49:33.281Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:49:33.281Z] ---> Using cache [2021-04-24T08:49:33.281Z] ---> 1d5b97db1935 [2021-04-24T08:49:33.281Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-24T08:49:33.553Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-24T08:49:33.553Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-24T08:49:33.553Z] ---> 4af8ddfc008a [2021-04-24T08:49:33.553Z] Step 3/31 : WORKDIR /edgex-go [2021-04-24T08:49:33.553Z] ---> Using cache [2021-04-24T08:49:33.553Z] ---> 3edb26857a18 [2021-04-24T08:49:33.553Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:49:33.553Z] ---> Using cache [2021-04-24T08:49:33.553Z] ---> 1d5b97db1935 [2021-04-24T08:49:33.554Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-24T08:49:33.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:33.828Z] ---> Running in 48f7c44578c4 [2021-04-24T08:49:33.828Z] ---> Running in 44ba8b28115f [2021-04-24T08:49:33.828Z] ---> Running in a784992b501b [2021-04-24T08:49:34.427Z] OK: 217 MiB in 51 packages [2021-04-24T08:49:35.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:35.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:35.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:36.134Z] Removing intermediate container 4390eac8dc1f [2021-04-24T08:49:36.134Z] ---> 2829c846ccff [2021-04-24T08:49:36.134Z] Step 6/23 : COPY go.mod . [2021-04-24T08:49:36.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:36.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:36.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:49:36.983Z] ---> 262017223d83 [2021-04-24T08:49:36.983Z] Step 7/23 : RUN go mod download [2021-04-24T08:49:36.983Z] ---> Running in fd8a5d1eb75f [2021-04-24T08:49:37.263Z] OK: 217 MiB in 51 packages [2021-04-24T08:49:37.542Z] OK: 217 MiB in 51 packages [2021-04-24T08:49:37.817Z] OK: 217 MiB in 51 packages [2021-04-24T08:49:38.807Z] Removing intermediate container 48f7c44578c4 [2021-04-24T08:49:38.807Z] ---> 93d75930f20c [2021-04-24T08:49:38.807Z] Step 6/23 : COPY go.mod . [2021-04-24T08:49:39.082Z] Removing intermediate container 44ba8b28115f [2021-04-24T08:49:39.082Z] ---> fbb5282edecd [2021-04-24T08:49:39.082Z] Step 6/23 : COPY go.mod . [2021-04-24T08:49:39.684Z] Removing intermediate container a784992b501b [2021-04-24T08:49:39.684Z] ---> 9caf8e38b729 [2021-04-24T08:49:39.684Z] Step 6/31 : COPY go.mod . [2021-04-24T08:49:39.961Z] ---> 563fb43b8b6f [2021-04-24T08:49:39.961Z] Step 7/23 : RUN go mod download [2021-04-24T08:49:40.241Z] ---> 131e658fe10e [2021-04-24T08:49:40.241Z] Step 7/23 : RUN go mod download [2021-04-24T08:49:40.241Z] ---> Running in d216506a4cb7 [2021-04-24T08:49:40.528Z] ---> Running in b31783ba7faf [2021-04-24T08:49:40.528Z] ---> b8c7974df958 [2021-04-24T08:49:40.528Z] Step 7/31 : RUN go mod download [2021-04-24T08:49:40.814Z] ---> Running in df5911908730 [2021-04-24T08:49:41.087Z] Removing intermediate container fd8a5d1eb75f [2021-04-24T08:49:41.087Z] ---> 1e030d7fbe28 [2021-04-24T08:49:41.087Z] Step 8/23 : COPY . . [2021-04-24T08:49:45.414Z] Removing intermediate container d216506a4cb7 [2021-04-24T08:49:45.414Z] ---> bcac6dd18d8e [2021-04-24T08:49:45.414Z] Step 8/23 : COPY . . [2021-04-24T08:49:45.414Z] Removing intermediate container b31783ba7faf [2021-04-24T08:49:45.414Z] ---> 8d0ab6b8a46f [2021-04-24T08:49:45.414Z] Step 8/23 : COPY . . [2021-04-24T08:49:45.688Z] Removing intermediate container df5911908730 [2021-04-24T08:49:45.688Z] ---> d761577a8bab [2021-04-24T08:49:45.688Z] Step 8/31 : COPY . . [2021-04-24T08:50:07.891Z] ---> dff98fa8309b [2021-04-24T08:50:07.891Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-24T08:50:07.891Z] ---> 5e98323b81fd [2021-04-24T08:50:07.891Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-24T08:50:07.891Z] ---> bdb15626a454 [2021-04-24T08:50:07.891Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-24T08:50:07.891Z] ---> 41c5969ed3bd [2021-04-24T08:50:07.891Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-24T08:50:07.891Z] ---> Running in 2d2382518157 [2021-04-24T08:50:07.891Z] ---> Running in 9902de5f9847 [2021-04-24T08:50:07.891Z] ---> Running in bfed0b42b806 [2021-04-24T08:50:07.891Z] ---> Running in d2e71347a101 [2021-04-24T08:50:07.891Z] 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-24T08:50:08.168Z] 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-24T08:50:08.444Z] 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-24T08:50:08.444Z] 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-24T08:52:00.335Z] Removing intermediate container 9902de5f9847 [2021-04-24T08:52:00.335Z] ---> b05e418d788c [2021-04-24T08:52:00.335Z] [2021-04-24T08:52:00.335Z] Step 10/31 : FROM alpine:3.12 [2021-04-24T08:52:00.335Z] ---> 9852663dfa18 [2021-04-24T08:52:00.335Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-24T08:52:00.335Z] ---> Running in b4f680fe3768 [2021-04-24T08:52:00.335Z] Removing intermediate container b4f680fe3768 [2021-04-24T08:52:00.335Z] ---> c03557eb25bb [2021-04-24T08:52:00.335Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-24T08:52:00.335Z] ---> Running in c57d35af2157 [2021-04-24T08:52:00.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:52:00.335Z] Removing intermediate container 2d2382518157 [2021-04-24T08:52:00.335Z] ---> 2e4e0eb9654f [2021-04-24T08:52:00.335Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-24T08:52:00.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:52:00.335Z] ---> Running in 8c063c5d3008 [2021-04-24T08:52:00.335Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-24T08:52:00.335Z] (2/2) Installing su-exec (0.2-r1) [2021-04-24T08:52:00.335Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:52:00.335Z] OK: 5 MiB in 16 packages [2021-04-24T08:52:00.335Z] 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-24T08:52:00.335Z] Removing intermediate container c57d35af2157 [2021-04-24T08:52:00.335Z] ---> b975360d3b8f [2021-04-24T08:52:00.335Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-24T08:52:00.335Z] Removing intermediate container d2e71347a101 [2021-04-24T08:52:00.335Z] ---> a9a54db1dc47 [2021-04-24T08:52:00.335Z] [2021-04-24T08:52:00.335Z] Step 10/23 : FROM alpine:3.12 [2021-04-24T08:52:00.335Z] ---> 9852663dfa18 [2021-04-24T08:52:00.335Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-24T08:52:00.335Z] ---> Using cache [2021-04-24T08:52:00.335Z] ---> e5effea58fce [2021-04-24T08:52:00.335Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-24T08:52:00.335Z] ---> Using cache [2021-04-24T08:52:00.335Z] ---> ce30638ec6fa [2021-04-24T08:52:00.335Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-24T08:52:00.335Z] ---> Running in 9edf5a33d4ab [2021-04-24T08:52:00.335Z] ---> Running in f8824a7fea00 [2021-04-24T08:52:00.335Z] Removing intermediate container 9edf5a33d4ab [2021-04-24T08:52:00.335Z] ---> 7230fca12a79 [2021-04-24T08:52:00.335Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-24T08:52:00.335Z] Removing intermediate container f8824a7fea00 [2021-04-24T08:52:00.336Z] ---> 88d2f1cf0fcd [2021-04-24T08:52:00.336Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-24T08:52:00.336Z] ---> Running in b7de769f2155 [2021-04-24T08:52:00.336Z] ---> Running in 82e44ccdc48d [2021-04-24T08:52:00.336Z] Removing intermediate container b7de769f2155 [2021-04-24T08:52:00.336Z] ---> 31a2179daab7 [2021-04-24T08:52:00.336Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-24T08:52:00.336Z] ---> Running in f4592ef34e24 [2021-04-24T08:52:00.336Z] Removing intermediate container 82e44ccdc48d [2021-04-24T08:52:00.336Z] ---> dbf2449b10d7 [2021-04-24T08:52:00.336Z] Step 15/23 : WORKDIR / [2021-04-24T08:52:00.336Z] ---> Running in 403109c82dea [2021-04-24T08:52:00.336Z] Removing intermediate container 403109c82dea [2021-04-24T08:52:00.336Z] ---> 53afdd81d642 [2021-04-24T08:52:00.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:52:00.336Z] Removing intermediate container 8c063c5d3008 [2021-04-24T08:52:00.336Z] ---> 320a06e483e4 [2021-04-24T08:52:00.336Z] [2021-04-24T08:52:00.336Z] Step 11/23 : FROM docker:20.10.0 [2021-04-24T08:52:00.336Z] 20.10.0: Pulling from library/docker [2021-04-24T08:52:00.336Z] ---> ff333c298ab3 [2021-04-24T08:52:00.336Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-24T08:52:00.620Z] Removing intermediate container f4592ef34e24 [2021-04-24T08:52:00.620Z] ---> 24141bd096b2 [2021-04-24T08:52:00.620Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-24T08:52:01.244Z] ---> Running in 355b41268de4 [2021-04-24T08:52:01.525Z] ---> e2cc57656677 [2021-04-24T08:52:01.525Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-24T08:52:01.797Z] Removing intermediate container 355b41268de4 [2021-04-24T08:52:01.797Z] ---> 2c2f968b1fbe [2021-04-24T08:52:01.797Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-24T08:52:03.244Z] ---> f8a9adf8b93d [2021-04-24T08:52:03.244Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-24T08:52:03.244Z] ---> 54fb4a5854a2 [2021-04-24T08:52:03.244Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-24T08:52:03.244Z] ---> Running in e1022920da09 [2021-04-24T08:52:03.244Z] ---> Running in fadda3f9ffd7 [2021-04-24T08:52:03.844Z] Removing intermediate container e1022920da09 [2021-04-24T08:52:03.844Z] ---> 6cb4e313dc8a [2021-04-24T08:52:03.844Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:52:04.449Z] ---> Running in 52ee3634eeab [2021-04-24T08:52:05.053Z] Removing intermediate container 52ee3634eeab [2021-04-24T08:52:05.053Z] ---> 53906ff5b27a [2021-04-24T08:52:05.053Z] Step 21/23 : LABEL arch=arm64 [2021-04-24T08:52:05.660Z] ---> Running in 7f9f928fdcb8 [2021-04-24T08:52:06.264Z] Removing intermediate container 7f9f928fdcb8 [2021-04-24T08:52:06.264Z] ---> a5c884f74388 [2021-04-24T08:52:06.264Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:52:06.866Z] ---> Running in b2687531abf5 [2021-04-24T08:52:07.139Z] Removing intermediate container fadda3f9ffd7 [2021-04-24T08:52:07.139Z] ---> 83ad2cd349af [2021-04-24T08:52:07.139Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:52:07.737Z] Removing intermediate container b2687531abf5 [2021-04-24T08:52:07.737Z] ---> e5d94a6439f5 [2021-04-24T08:52:07.737Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:52:08.013Z] ---> Running in 89970f4f5840 [2021-04-24T08:52:08.620Z] ---> eea9d739228e [2021-04-24T08:52:08.621Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-24T08:52:08.897Z] Removing intermediate container 89970f4f5840 [2021-04-24T08:52:08.897Z] ---> be46fe588347 [2021-04-24T08:52:08.897Z] [2021-04-24T08:52:09.895Z] Successfully built be46fe588347 [2021-04-24T08:52:09.895Z] Removing intermediate container bfed0b42b806 [2021-04-24T08:52:09.895Z] ---> 75d808de86d2 [2021-04-24T08:52:09.895Z] [2021-04-24T08:52:09.895Z] Step 10/23 : FROM alpine:3.12 [2021-04-24T08:52:09.895Z] ---> 9852663dfa18 [2021-04-24T08:52:09.895Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-24T08:52:09.895Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-24T08:52:10.872Z]  Building docker-core-command-go ... done  ---> Running in 3fdb222929d8 [2021-04-24T08:52:11.145Z] ---> a9bd91499f09 [2021-04-24T08:52:11.145Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-24T08:52:11.419Z] Removing intermediate container 3fdb222929d8 [2021-04-24T08:52:11.419Z] ---> 734ec5c264ec [2021-04-24T08:52:11.419Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-24T08:52:12.033Z] ---> Running in 7b07ec4e7576 [2021-04-24T08:52:12.303Z] ---> 9236b7e39ae9 [2021-04-24T08:52:12.303Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-24T08:52:12.575Z] Removing intermediate container 7b07ec4e7576 [2021-04-24T08:52:12.575Z] ---> ade9c3f5aa6d [2021-04-24T08:52:12.575Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-24T08:52:12.848Z] ---> Running in 0e6c64a539bf [2021-04-24T08:52:13.439Z] ---> bf9ec4d27c11 [2021-04-24T08:52:13.439Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-24T08:52:13.439Z] Removing intermediate container 0e6c64a539bf [2021-04-24T08:52:13.439Z] ---> 3309133518b2 [2021-04-24T08:52:13.439Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-24T08:52:13.714Z] ---> Running in 8f23371d1058 [2021-04-24T08:52:14.311Z] ---> 655f1ceffda0 [2021-04-24T08:52:14.311Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-24T08:52:14.585Z] ---> Running in deb555aaa3a4 [2021-04-24T08:52:15.181Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-24T08:52:15.181Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-24T08:52:15.181Z] ---> eeaf43b92773 [2021-04-24T08:52:15.181Z] 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-24T08:52:15.181Z] Removing intermediate container deb555aaa3a4 [2021-04-24T08:52:15.181Z] ---> d699c2196dae [2021-04-24T08:52:15.181Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-24T08:52:15.454Z] ---> Running in 086767d83d05 [2021-04-24T08:52:16.048Z] Removing intermediate container 086767d83d05 [2021-04-24T08:52:16.048Z] ---> f3926050d73c [2021-04-24T08:52:16.048Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-24T08:52:16.325Z] ---> f15360d661ce [2021-04-24T08:52:16.325Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-24T08:52:16.325Z] Removing intermediate container 8f23371d1058 [2021-04-24T08:52:16.325Z] ---> f8e7572e6eb2 [2021-04-24T08:52:16.325Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-24T08:52:16.325Z] ---> Running in 4b2490efa1bf [2021-04-24T08:52:16.597Z] ---> Running in 86d1cfa7f938 [2021-04-24T08:52:16.597Z] ---> Running in 4e998c2b179c [2021-04-24T08:52:17.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:52:17.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:52:18.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-24T08:52:18.394Z] (1/39) Installing readline (8.0.4-r0) [2021-04-24T08:52:18.394Z] (2/39) Installing bash (5.0.17-r0) [2021-04-24T08:52:18.394Z] Executing bash-5.0.17-r0.post-install [2021-04-24T08:52:18.394Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-24T08:52:18.394Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-24T08:52:18.394Z] (5/39) Installing curl (7.76.1-r0) [2021-04-24T08:52:18.394Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-24T08:52:18.394Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-24T08:52:18.394Z] (8/39) Installing expat (2.2.9-r1) [2021-04-24T08:52:18.670Z] (9/39) Installing libffi (3.3-r2) [2021-04-24T08:52:18.670Z] (10/39) Installing gdbm (1.13-r1) [2021-04-24T08:52:18.671Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-24T08:52:18.671Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-24T08:52:18.671Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-24T08:52:18.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-24T08:52:19.548Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-24T08:52:19.819Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-24T08:52:19.819Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-24T08:52:20.092Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-24T08:52:20.092Z] Removing intermediate container 4e998c2b179c [2021-04-24T08:52:20.092Z] ---> 52bfd3025e0e [2021-04-24T08:52:20.092Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-24T08:52:20.092Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-24T08:52:20.365Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-24T08:52:20.365Z] Executing busybox-1.31.1-r20.trigger [2021-04-24T08:52:20.365Z] OK: 8 MiB in 20 packages [2021-04-24T08:52:20.640Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-24T08:52:20.640Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-24T08:52:20.640Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-24T08:52:20.640Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-24T08:52:20.640Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-24T08:52:20.640Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-24T08:52:20.916Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-24T08:52:20.916Z] ---> Running in 26ffe60649d9 [2021-04-24T08:52:20.916Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-24T08:52:20.916Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-24T08:52:20.916Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-24T08:52:20.916Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-24T08:52:21.191Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-24T08:52:21.191Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-24T08:52:21.191Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-24T08:52:21.191Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-24T08:52:21.191Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-24T08:52:21.191Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-24T08:52:21.191Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-24T08:52:21.191Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-24T08:52:21.191Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-24T08:52:21.191Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-24T08:52:21.465Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-24T08:52:21.465Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-24T08:52:21.465Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-24T08:52:21.465Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-24T08:52:21.465Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-24T08:52:21.465Z] Removing intermediate container 26ffe60649d9 [2021-04-24T08:52:21.465Z] ---> 9dd15028560b [2021-04-24T08:52:21.465Z] Step 28/31 : CMD ["gate"] [2021-04-24T08:52:21.465Z] Executing busybox-1.31.1-r19.trigger [2021-04-24T08:52:21.752Z] OK: 72 MiB in 59 packages [2021-04-24T08:52:22.025Z] ---> Running in 36b65e8f76db [2021-04-24T08:52:22.025Z] Removing intermediate container 86d1cfa7f938 [2021-04-24T08:52:22.025Z] ---> 37b9b9753b56 [2021-04-24T08:52:22.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-24T08:52:22.628Z] Removing intermediate container 36b65e8f76db [2021-04-24T08:52:22.628Z] ---> 4fd107be3dbd [2021-04-24T08:52:22.628Z] Step 29/31 : LABEL arch=arm64 [2021-04-24T08:52:22.911Z] ---> Running in 2bcf59ac6601 [2021-04-24T08:52:22.911Z] ---> d7077320586b [2021-04-24T08:52:22.911Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-24T08:52:23.892Z] Removing intermediate container 2bcf59ac6601 [2021-04-24T08:52:23.892Z] ---> 886e836054b0 [2021-04-24T08:52:23.892Z] Step 30/31 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:52:24.495Z] ---> Running in a06d52fc3b8a [2021-04-24T08:52:24.495Z] ---> f411d1dd51c1 [2021-04-24T08:52:24.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-24T08:52:25.093Z] Removing intermediate container a06d52fc3b8a [2021-04-24T08:52:25.093Z] ---> 004a4929c081 [2021-04-24T08:52:25.093Z] Step 31/31 : LABEL version=0.0.0 [2021-04-24T08:52:25.369Z] ---> Running in 42c5c9ec4388 [2021-04-24T08:52:25.644Z] ---> ffafb7aa5c3f [2021-04-24T08:52:25.644Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-24T08:52:25.917Z] ---> Running in 85f57c3e5d51 [2021-04-24T08:52:26.194Z] Removing intermediate container 42c5c9ec4388 [2021-04-24T08:52:26.194Z] ---> 311f7169f059 [2021-04-24T08:52:26.194Z] [2021-04-24T08:52:26.466Z] Successfully built 311f7169f059 [2021-04-24T08:52:26.740Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-24T08:52:26.740Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 85f57c3e5d51 [2021-04-24T08:52:26.740Z] ---> e2bd3329615c [2021-04-24T08:52:26.740Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:52:26.740Z] ---> Running in 438263b86568 [2021-04-24T08:52:27.335Z] Collecting docker-compose==1.23.2 [2021-04-24T08:52:27.335Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-24T08:52:27.335Z] Removing intermediate container 438263b86568 [2021-04-24T08:52:27.335Z] ---> 0f4619487603 [2021-04-24T08:52:27.335Z] Step 21/23 : LABEL arch=arm64 [2021-04-24T08:52:27.335Z] ---> Running in 7ad8e53ec744 [2021-04-24T08:52:27.932Z] Removing intermediate container 7ad8e53ec744 [2021-04-24T08:52:27.932Z] ---> 053fb74bfd9b [2021-04-24T08:52:27.932Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:52:27.932Z] ---> Running in dc42d1be75c0 [2021-04-24T08:52:28.529Z] Removing intermediate container dc42d1be75c0 [2021-04-24T08:52:28.529Z] ---> 64c715b34e1b [2021-04-24T08:52:28.529Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:52:28.529Z] Collecting docker<4.0,>=3.6.0 [2021-04-24T08:52:28.529Z] ---> Running in e6d411d7dff6 [2021-04-24T08:52:28.529Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-24T08:52:29.123Z] Removing intermediate container e6d411d7dff6 [2021-04-24T08:52:29.123Z] ---> dd104dadd256 [2021-04-24T08:52:29.123Z] [2021-04-24T08:52:29.397Z] Collecting docopt<0.7,>=0.6.1 [2021-04-24T08:52:29.397Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-24T08:52:29.669Z] Successfully built dd104dadd256 [2021-04-24T08:52:29.669Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-24T08:52:33.044Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-24T08:52:33.044Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-24T08:52:37.353Z] Collecting jsonschema<3,>=2.5.1 [2021-04-24T08:52:37.353Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-24T08:52:37.623Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-24T08:52:37.623Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-24T08:52:37.896Z] 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-24T08:52:38.171Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-24T08:52:38.171Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-24T08:52:41.545Z] Collecting texttable<0.10,>=0.9.0 [2021-04-24T08:52:41.545Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-24T08:52:44.932Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-24T08:52:44.932Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-24T08:52:45.525Z] Collecting cached-property<2,>=1.2.0 [2021-04-24T08:52:45.525Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-24T08:52:46.117Z] Collecting docker-pycreds>=0.4.0 [2021-04-24T08:52:46.117Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-24T08:52:47.091Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-24T08:52:47.091Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-24T08:52:47.363Z] 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-24T08:52:47.363Z] 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-24T08:52:47.635Z] Collecting idna<2.8,>=2.5 [2021-04-24T08:52:47.635Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-24T08:52:47.635Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-24T08:52:47.635Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-24T08:52:47.635Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-24T08:52:47.635Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-24T08:52:48.606Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, PyYAML, jsonschema, dockerpty, texttable, cached-property, docker-compose [2021-04-24T08:52:49.198Z] Attempting uninstall: urllib3 [2021-04-24T08:52:49.198Z] Found existing installation: urllib3 1.25.9 [2021-04-24T08:52:49.198Z] Uninstalling urllib3-1.25.9: [2021-04-24T08:52:49.198Z] Successfully uninstalled urllib3-1.25.9 [2021-04-24T08:52:49.790Z] Attempting uninstall: idna [2021-04-24T08:52:49.790Z] Found existing installation: idna 2.9 [2021-04-24T08:52:49.790Z] Uninstalling idna-2.9: [2021-04-24T08:52:49.790Z] Successfully uninstalled idna-2.9 [2021-04-24T08:52:50.765Z] Attempting uninstall: requests [2021-04-24T08:52:50.765Z] Found existing installation: requests 2.23.0 [2021-04-24T08:52:50.765Z] Uninstalling requests-2.23.0: [2021-04-24T08:52:50.765Z] Successfully uninstalled requests-2.23.0 [2021-04-24T08:52:52.193Z] Running setup.py install for docopt: started [2021-04-24T08:52:54.804Z] Running setup.py install for docopt: finished with status 'done' [2021-04-24T08:52:54.804Z] Running setup.py install for PyYAML: started [2021-04-24T08:52:57.417Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-24T08:52:57.417Z] Running setup.py install for dockerpty: started [2021-04-24T08:53:00.049Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-24T08:53:00.049Z] Running setup.py install for texttable: started [2021-04-24T08:53:02.661Z] Running setup.py install for texttable: finished with status 'done' [2021-04-24T08:53:03.635Z] 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-24T08:53:13.843Z] Removing intermediate container 4b2490efa1bf [2021-04-24T08:53:13.843Z] ---> 4c7f467d3b38 [2021-04-24T08:53:13.843Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-24T08:53:13.843Z] ---> Running in 3ee6d9c9153b [2021-04-24T08:53:13.843Z] Removing intermediate container 3ee6d9c9153b [2021-04-24T08:53:13.843Z] ---> c3db3037cbb4 [2021-04-24T08:53:13.843Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-24T08:53:13.843Z] ---> Running in 87a61a198996 [2021-04-24T08:53:13.843Z] Removing intermediate container 87a61a198996 [2021-04-24T08:53:13.843Z] ---> 66330a59f52f [2021-04-24T08:53:13.843Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-24T08:53:15.307Z] ---> 2f6d62e9802a [2021-04-24T08:53:15.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-24T08:53:15.932Z] ---> f908b6d010d7 [2021-04-24T08:53:15.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-24T08:53:16.956Z] ---> 19654b0b2946 [2021-04-24T08:53:16.956Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-24T08:53:16.956Z] ---> Running in 1415d3b20e70 [2021-04-24T08:53:17.580Z] Removing intermediate container 1415d3b20e70 [2021-04-24T08:53:17.580Z] ---> 5c33ef32baf4 [2021-04-24T08:53:17.580Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-24T08:53:17.580Z] ---> Running in 85bacedd9320 [2021-04-24T08:53:18.192Z] Removing intermediate container 85bacedd9320 [2021-04-24T08:53:18.192Z] ---> eb6c66999c3c [2021-04-24T08:53:18.192Z] Step 21/23 : LABEL arch=arm64 [2021-04-24T08:53:18.192Z] ---> Running in 1445e1c12c3f [2021-04-24T08:53:18.787Z] Removing intermediate container 1445e1c12c3f [2021-04-24T08:53:18.787Z] ---> 54030c332862 [2021-04-24T08:53:18.787Z] Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 [2021-04-24T08:53:18.787Z] ---> Running in 42c7141496cf [2021-04-24T08:53:19.379Z] Removing intermediate container 42c7141496cf [2021-04-24T08:53:19.379Z] ---> 39ff44763c43 [2021-04-24T08:53:19.379Z] Step 23/23 : LABEL version=0.0.0 [2021-04-24T08:53:19.650Z] ---> Running in 2c789009c2cb [2021-04-24T08:53:19.919Z] Removing intermediate container 2c789009c2cb [2021-04-24T08:53:19.919Z] ---> fe9045d21d40 [2021-04-24T08:53:19.919Z] [2021-04-24T08:53:20.510Z] Successfully built fe9045d21d40 [2021-04-24T08:53:20.510Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-24T08:53:20.796Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-24T08:53:20.812Z] $ docker stop --time=1 29918c881aadf00101599339970b04024c1bb5d403cdb44071ccdfc965f438a0 [2021-04-24T08:53:22.692Z] $ docker rm -f 29918c881aadf00101599339970b04024c1bb5d403cdb44071ccdfc965f438a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-24T08:53:23.295Z] + docker images [2021-04-24T08:53:23.296Z] + grep docker [2021-04-24T08:53:23.567Z] docker-sys-mgmt-agent-go-arm64 latest fe9045d21d40 4 seconds ago 299MB [2021-04-24T08:53:23.567Z] docker-core-data-go-arm64 latest dd104dadd256 55 seconds ago 21.6MB [2021-04-24T08:53:23.567Z] docker-security-bootstrapper-go-arm64 latest 311f7169f059 58 seconds ago 18.2MB [2021-04-24T08:53:23.567Z] docker-core-command-go-arm64 latest be46fe588347 About a minute ago 16.5MB [2021-04-24T08:53:23.567Z] docker-core-metadata-go-arm64 latest 96a70181155e 4 minutes ago 18.1MB [2021-04-24T08:53:23.567Z] docker-security-secretstore-setup-go-arm64 latest 66c5b021a3a7 4 minutes ago 25MB [2021-04-24T08:53:23.567Z] docker-support-notifications-go-arm64 latest d8d5bf03f5a0 4 minutes ago 17.2MB [2021-04-24T08:53:23.567Z] docker-support-scheduler-go-arm64 latest f2181a5139f6 4 minutes ago 16.6MB [2021-04-24T08:53:23.567Z] docker-security-proxy-setup-go-arm64 latest 1e7118a16e3a 4 minutes ago 24.7MB [2021-04-24T08:53:23.567Z] 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-24T08:53:24.323Z] ---> job-cost.sh [2021-04-24T08:53:24.324Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Szsu [2021-04-24T08:54:11.212Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-24T08:55:47.939Z] lf-activate-venv(): INFO: Adding /tmp/venv-Szsu/bin to PATH [2021-04-24T08:55:47.939Z] INFO: No Stack... [2021-04-24T08:55:47.939Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-24T08:55:47.939Z] INFO: Archiving Costs [Pipeline] sh [2021-04-24T08:55:48.278Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-24T08:55:48.278Z] + cut -d, -f6 [Pipeline] lock [2021-04-24T08:55:48.405Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-5-stack-cost] [2021-04-24T08:55:48.420Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-5-stack-cost] did not exist. Created. [2021-04-24T08:55:48.420Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-24T08:55:48.772Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-24T08:55:49.049Z] Stashed 1 file(s) [Pipeline] } [2021-04-24T08:55:49.066Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-5-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-24T08:55:49.855Z] provisioning config files... [2021-04-24T08:55:49.869Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config8717716873076834884tmp [Pipeline] { [Pipeline] sh [2021-04-24T08:55:50.191Z] + set +x [2021-04-24T08:55:50.191Z] + curl -s https://codecov.io/bash [2021-04-24T08:55:50.191Z] + bash -s -- [2021-04-24T08:55:50.767Z] [2021-04-24T08:55:50.767Z] _____ _ [2021-04-24T08:55:50.767Z] / ____| | | [2021-04-24T08:55:50.767Z] | | ___ __| | ___ ___ _____ __ [2021-04-24T08:55:50.767Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-24T08:55:50.767Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-24T08:55:50.767Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-24T08:55:50.767Z] Bash-1.0.2 [2021-04-24T08:55:50.767Z] [2021-04-24T08:55:50.767Z] [2021-04-24T08:55:50.767Z] ==> git version 2.24.3 found [2021-04-24T08:55:50.767Z] ==> 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-24T08:55:50.767Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-24T08:55:50.767Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-24T08:55:50.767Z] ==> Jenkins CI detected. [2021-04-24T08:55:50.767Z] project root: . [2021-04-24T08:55:50.767Z] --> token set from env [2021-04-24T08:55:50.767Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-24T08:55:50.767Z] ==> Running gcov in . (disable via -X gcov) [2021-04-24T08:55:51.029Z] ==> Python coveragepy not found [2021-04-24T08:55:51.029Z] ==> Searching for coverage reports in: [2021-04-24T08:55:51.029Z] + . [2021-04-24T08:55:51.029Z] -> Found 1 reports [2021-04-24T08:55:51.029Z] ==> Detecting git/mercurial file structure [2021-04-24T08:55:51.029Z] ==> Reading reports [2021-04-24T08:55:51.029Z] + ./coverage.out bytes=711909 [2021-04-24T08:55:51.029Z] ==> Appending adjustments [2021-04-24T08:55:51.029Z] https://docs.codecov.io/docs/fixing-reports [2021-04-24T08:55:55.245Z] + Found adjustments [2021-04-24T08:55:55.245Z] ==> Gzipping contents [2021-04-24T08:55:55.245Z] 100K /tmp/codecov.YptSH5.gz [2021-04-24T08:55:55.245Z] ==> Uploading reports [2021-04-24T08:55:55.245Z] url: https://codecov.io [2021-04-24T08:55:55.245Z] query: branch=PR-3391&commit=c55df792c06c06ba7066dcd8d8a20bd913cc4294&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-24T08:55:55.245Z] -> Pinging Codecov [2021-04-24T08:55:55.245Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=c55df792c06c06ba7066dcd8d8a20bd913cc4294&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-24T08:55:55.245Z] -> Uploading to [2021-04-24T08:55:55.245Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-24/00271124DB129430A58F1EEE437C3FCB/c55df792c06c06ba7066dcd8d8a20bd913cc4294/996f1183-632e-4ecd-9e76-e726527c827d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210424T085554Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bdb1df47ffe88117ec28931f5dbdc9e12fb4301842d1d57e4077d88fe5948778 [2021-04-24T08:55:55.245Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-24T08:55:55.245Z] Dload Upload Total Spent Left Speed [2021-04-24T08:55:55.819Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 172k --:--:-- --:--:-- --:--:-- 172k 100 99k 0 0 100 99k 0 172k --:--:-- --:--:-- --:--:-- 172k [2021-04-24T08:55:55.819Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c55df792c06c06ba7066dcd8d8a20bd913cc4294 [Pipeline] } [2021-04-24T08:55:55.829Z] 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-24T08:55:56.889Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:55:57.771Z] ---> package-listing.sh [2021-04-24T08:55:57.771Z] ++ facter osfamily [2021-04-24T08:55:57.771Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-24T08:55:57.771Z] + OS_FAMILY=redhat [2021-04-24T08:55:57.771Z] + workspace=/w/workspace/edgex-go/5 [2021-04-24T08:55:57.771Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-24T08:55:57.771Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-24T08:55:57.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-24T08:55:57.771Z] + PACKAGES=/tmp/packages_start.txt [2021-04-24T08:55:57.771Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-24T08:55:57.771Z] + PACKAGES=/tmp/packages_end.txt [2021-04-24T08:55:57.771Z] + case "${OS_FAMILY}" in [2021-04-24T08:55:57.771Z] + rpm -qa [2021-04-24T08:55:57.771Z] + sort [2021-04-24T08:56:03.079Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-24T08:56:03.079Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-24T08:56:03.079Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-24T08:56:03.079Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-24T08:56:03.079Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-24T08:56:03.079Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-24T08:56:03.093Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-24T08:56:03.390Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:56:03.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-24T08:56:03.698Z] [2021-04-24T08:56:03.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-24T08:56:04.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-24T08:56:04.018Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-24T08:56:04.018Z] df20fa9351a1: Pulling fs layer [2021-04-24T08:56:04.018Z] 36b3adc4ff6f: Pulling fs layer [2021-04-24T08:56:04.018Z] 8ad3a11d3b57: Pulling fs layer [2021-04-24T08:56:04.018Z] 46f8f816bc3b: Pulling fs layer [2021-04-24T08:56:04.018Z] 93b61091891f: Pulling fs layer [2021-04-24T08:56:04.018Z] 93b9cdb0e59b: Pulling fs layer [2021-04-24T08:56:04.018Z] 5e14af77c1be: Pulling fs layer [2021-04-24T08:56:04.018Z] 01666e4c0597: Pulling fs layer [2021-04-24T08:56:04.018Z] aa168da1d23b: Pulling fs layer [2021-04-24T08:56:04.018Z] 46f8f816bc3b: Waiting [2021-04-24T08:56:04.018Z] 93b61091891f: Waiting [2021-04-24T08:56:04.018Z] 93b9cdb0e59b: Waiting [2021-04-24T08:56:04.018Z] 5e14af77c1be: Waiting [2021-04-24T08:56:04.018Z] 01666e4c0597: Waiting [2021-04-24T08:56:04.018Z] aa168da1d23b: Waiting [2021-04-24T08:56:04.018Z] 36b3adc4ff6f: Verifying Checksum [2021-04-24T08:56:04.018Z] 36b3adc4ff6f: Download complete [2021-04-24T08:56:04.279Z] 46f8f816bc3b: Verifying Checksum [2021-04-24T08:56:04.279Z] 46f8f816bc3b: Download complete [2021-04-24T08:56:04.279Z] df20fa9351a1: Download complete [2021-04-24T08:56:04.279Z] 93b9cdb0e59b: Verifying Checksum [2021-04-24T08:56:04.279Z] 93b9cdb0e59b: Download complete [2021-04-24T08:56:04.279Z] 5e14af77c1be: Verifying Checksum [2021-04-24T08:56:04.279Z] 5e14af77c1be: Download complete [2021-04-24T08:56:04.279Z] 93b61091891f: Verifying Checksum [2021-04-24T08:56:04.279Z] 93b61091891f: Download complete [2021-04-24T08:56:04.279Z] 01666e4c0597: Verifying Checksum [2021-04-24T08:56:04.279Z] 01666e4c0597: Download complete [2021-04-24T08:56:04.542Z] 8ad3a11d3b57: Verifying Checksum [2021-04-24T08:56:04.542Z] 8ad3a11d3b57: Download complete [2021-04-24T08:56:04.542Z] df20fa9351a1: Pull complete [2021-04-24T08:56:04.807Z] 36b3adc4ff6f: Pull complete [2021-04-24T08:56:05.767Z] 8ad3a11d3b57: Pull complete [2021-04-24T08:56:06.342Z] aa168da1d23b: Verifying Checksum [2021-04-24T08:56:06.342Z] aa168da1d23b: Download complete [2021-04-24T08:56:06.605Z] 46f8f816bc3b: Pull complete [2021-04-24T08:56:07.550Z] 93b61091891f: Pull complete [2021-04-24T08:56:07.550Z] 93b9cdb0e59b: Pull complete [2021-04-24T08:56:07.550Z] 5e14af77c1be: Pull complete [2021-04-24T08:56:07.813Z] 01666e4c0597: Pull complete [2021-04-24T08:56:15.994Z] aa168da1d23b: Pull complete [2021-04-24T08:56:15.994Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-24T08:56:15.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-24T08:56:15.994Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-24T08:56:16.237Z] prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container [2021-04-24T08:56:16.371Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-24T08:56:21.160Z] $ docker top 46b4eac683fd08cad57f5422eb2cdb67b40c67f37b70bb3c4c91bfcac623e96f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-24T08:56:21.636Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-24T08:56:21.935Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-24T08:56:22.927Z] + ls /var/log/sa-host [2021-04-24T08:56:22.927Z] + sadf -c /var/log/sa-host/sa23 [2021-04-24T08:56:22.927Z] file_magic: OK [2021-04-24T08:56:22.927Z] HZ: Using current value: 100 [2021-04-24T08:56:22.927Z] file_header: OK [2021-04-24T08:56:22.927Z] 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-24T08:56:22.927Z] Statistics: [2021-04-24T08:56:22.927Z] Hnuu...uuuununununu... [2021-04-24T08:56:22.927Z] File successfully converted to sysstat format version 12.2.1 [2021-04-24T08:56:22.927Z] + sadf -c /var/log/sa-host/sa24 [2021-04-24T08:56:22.927Z] file_magic: OK [2021-04-24T08:56:22.927Z] HZ: Using current value: 100 [2021-04-24T08:56:22.927Z] file_header: OK [2021-04-24T08:56:22.927Z] 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-24T08:56:22.927Z] Statistics: [2021-04-24T08:56:22.927Z] 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...Hnuu...uuuununununu... [2021-04-24T08:56:22.927Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-24T08:56:24.332Z] provisioning config files... [2021-04-24T08:56:24.349Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config7347890527828124225tmp [Pipeline] { [Pipeline] echo [2021-04-24T08:56:24.370Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:56:24.667Z] ---> create-netrc.sh [Pipeline] } [2021-04-24T08:56:24.677Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-24T08:56:24.704Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:56:25.007Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-24T08:56:25.018Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:56:25.317Z] ---> sudo-logs.sh [2021-04-24T08:56:25.317Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-24T08:56:25.345Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:56:25.667Z] ---> job-cost.sh [2021-04-24T08:56:25.667Z] lf-activate-venv: SKIPPING [2021-04-24T08:56:25.667Z] DEBUG: total: 0.20999999344348907 [2021-04-24T08:56:25.667Z] INFO: Retrieving Stack Cost... [2021-04-24T08:56:27.056Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-24T08:56:27.320Z] INFO: Archiving Costs [Pipeline] echo [2021-04-24T08:56:27.336Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-24T08:56:27.637Z] ---> logs-deploy.sh [2021-04-24T08:56:27.637Z] lf-activate-venv: SKIPPING [2021-04-24T08:56:27.637Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/5 [2021-04-24T08:56:27.637Z] INFO: archiving workspace using pattern(s): [2021-04-24T08:56:29.555Z] Archives upload complete. [2021-04-24T08:56:29.555Z] INFO: archiving logs to Nexus