Pull request #3391 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 435fc41d67987ddff12c535146ad4fc35898d092+03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 (c81ec297047c4d031464e9e6ac16de19407c172b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1817’ Running on prd-centos7-docker-4c-2g-1826 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 Merge succeeded, producing 435fc41d67987ddff12c535146ad4fc35898d092 Checking out Revision 435fc41d67987ddff12c535146ad4fc35898d092 (PR-3391) > 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 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 Commit message: "fix: address PR feedback/comments" First time build. Skipping changelog. > git rev-list --no-walk 0777a43d301daa0545bfa71874cf4f7ad0190c79 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-26T17:01:41.444Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-26T17:01:41.545Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-26T17:01:41.574Z] ========================================================= [2021-04-26T17:01:41.574Z] EdgeX Global Pipelines Version Info [2021-04-26T17:01:41.574Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:01:43.135Z] ------------------- [2021-04-26T17:01:43.135Z] stable info: [2021-04-26T17:01:43.135Z] ------------------- [2021-04-26T17:01:43.135Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-26T17:01:43.135Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-26T17:01:43.135Z] Message: update stable to v1.0.186 [2021-04-26T17:01:44.080Z] ------------------- [2021-04-26T17:01:44.080Z] experimental info: [2021-04-26T17:01:44.080Z] ------------------- [2021-04-26T17:01:44.080Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-26T17:01:44.080Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-26T17:01:44.081Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-26T17:01:44.212Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-26T17:01:44.233Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-26T17:01:44.254Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-26T17:01:44.275Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-26T17:01:44.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-26T17:01:44.318Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-26T17:01:44.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-26T17:01:44.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-26T17:01:44.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-26T17:01:44.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-26T17:01:44.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-26T17:01:44.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-26T17:01:44.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-26T17:01:44.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-26T17:01:44.513Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T17:01:44.534Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-26T17:01:44.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-26T17:01:44.576Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-26T17:01:44.597Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-26T17:01:44.618Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-26T17:01:44.639Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-26T17:01:44.661Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-26T17:01:44.683Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo [2021-04-26T17:01:44.704Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo [2021-04-26T17:01:44.725Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo [2021-04-26T17:01:44.748Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 435fc41d67987ddff12c535146ad4fc35898d092 [Pipeline] echo [2021-04-26T17:01:44.769Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 435fc41 [Pipeline] echo [2021-04-26T17:01:44.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T17:01:44.862Z] provisioning config files... [2021-04-26T17:01:44.899Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8264203107059373944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:01:45.215Z] ---> docker-login.sh [2021-04-26T17:01:45.215Z] nexus3.edgexfoundry.org:10001 [2021-04-26T17:01:45.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:01:45.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:01:45.743Z] Configure a credential helper to remove this warning. See [2021-04-26T17:01:45.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:01:45.743Z] [2021-04-26T17:01:45.743Z] Login Succeeded [2021-04-26T17:01:45.743Z] nexus3.edgexfoundry.org:10002 [2021-04-26T17:01:45.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:01:46.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:01:46.005Z] Configure a credential helper to remove this warning. See [2021-04-26T17:01:46.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:01:46.005Z] [2021-04-26T17:01:46.005Z] Login Succeeded [2021-04-26T17:01:46.005Z] nexus3.edgexfoundry.org:10003 [2021-04-26T17:01:46.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:01:46.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:01:46.005Z] Configure a credential helper to remove this warning. See [2021-04-26T17:01:46.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:01:46.005Z] [2021-04-26T17:01:46.005Z] Login Succeeded [2021-04-26T17:01:46.005Z] nexus3.edgexfoundry.org:10004 [2021-04-26T17:01:46.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:01:46.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:01:46.269Z] Configure a credential helper to remove this warning. See [2021-04-26T17:01:46.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:01:46.269Z] [2021-04-26T17:01:46.269Z] Login Succeeded [2021-04-26T17:01:46.269Z] docker.io [2021-04-26T17:01:46.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:01:46.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:01:46.845Z] Configure a credential helper to remove this warning. See [2021-04-26T17:01:46.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:01:46.845Z] [2021-04-26T17:01:46.845Z] Login Succeeded [2021-04-26T17:01:46.845Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T17:01:46.855Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T17:01:47.190Z] ++ 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-26T17:01:47.190Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.190Z] ++ dirname cmd/core-command/Dockerfile [2021-04-26T17:01:47.190Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/core-data/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-26T17:01:47.191Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-26T17:01:47.191Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-26T17:01:47.191Z] ++ cut -d/ -f2 [2021-04-26T17:01:47.191Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-26T17:01:47.278Z] 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-26T17:01:48.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T17:01:48.810Z] [2021-04-26T17:01:48.810Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:01:49.132Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T17:01:49.132Z] latest: Pulling from edgex-devops/git-semver [2021-04-26T17:01:49.132Z] 31603596830f: Pulling fs layer [2021-04-26T17:01:49.132Z] 2a8b12db71e7: Pulling fs layer [2021-04-26T17:01:49.132Z] 6ca5941a6612: Pulling fs layer [2021-04-26T17:01:49.132Z] ecc8261a40a4: Pulling fs layer [2021-04-26T17:01:49.132Z] ecc8261a40a4: Waiting [2021-04-26T17:01:49.132Z] 2a8b12db71e7: Download complete [2021-04-26T17:01:49.398Z] 31603596830f: Download complete [2021-04-26T17:01:49.398Z] ecc8261a40a4: Verifying Checksum [2021-04-26T17:01:49.398Z] ecc8261a40a4: Download complete [2021-04-26T17:01:49.398Z] 6ca5941a6612: Verifying Checksum [2021-04-26T17:01:49.398Z] 6ca5941a6612: Download complete [2021-04-26T17:01:49.665Z] 31603596830f: Pull complete [2021-04-26T17:01:49.929Z] 2a8b12db71e7: Pull complete [2021-04-26T17:01:50.879Z] 6ca5941a6612: Pull complete [2021-04-26T17:01:50.879Z] ecc8261a40a4: Pull complete [2021-04-26T17:01:50.879Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-26T17:01:50.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-26T17:01:50.879Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-26T17:01:50.983Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2021-04-26T17:01:51.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-26T17:01:53.625Z] $ docker top a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-26T17:01:53.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T17:01:53.869Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T17:01:54.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T17:01:54.114Z] $ docker exec a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent [2021-04-26T17:01:54.289Z] SSH_AUTH_SOCK=/tmp/ssh-ZLxpJ3R3m4EH/agent.12 [2021-04-26T17:01:54.289Z] SSH_AGENT_PID=17 [2021-04-26T17:01:54.303Z] Running ssh-add (command line suppressed) [2021-04-26T17:01:54.432Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_4232899023344794909.key (/w/workspace/edgex-go/7@tmp/private_key_4232899023344794909.key) [2021-04-26T17:01:54.491Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T17:01:54.800Z] + git tag --points-at HEAD [Pipeline] } [2021-04-26T17:01:54.825Z] $ docker exec --env ******** --env ******** a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent -k [2021-04-26T17:01:54.938Z] unset SSH_AUTH_SOCK; [2021-04-26T17:01:54.938Z] unset SSH_AGENT_PID; [2021-04-26T17:01:54.938Z] echo Agent pid 17 killed; [2021-04-26T17:01:54.985Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-26T17:01:55.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-26T17:01:55.020Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-26T17:01:55.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-26T17:01:55.257Z] $ docker exec a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent [2021-04-26T17:01:55.448Z] SSH_AUTH_SOCK=/tmp/ssh-2MWJ6Fc7Bvbm/agent.46 [2021-04-26T17:01:55.448Z] SSH_AGENT_PID=51 [2021-04-26T17:01:55.457Z] Running ssh-add (command line suppressed) [2021-04-26T17:01:55.579Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8018982187895275608.key (/w/workspace/edgex-go/7@tmp/private_key_8018982187895275608.key) [2021-04-26T17:01:55.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-26T17:01:55.936Z] + git semver init [2021-04-26T17:01:55.936Z] # -> Open(): unable to determine branch for HEAD [2021-04-26T17:01:55.936Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-04-26T17:01:55.936Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-04-26T17:01:55.936Z] # $SEMVER_REMOTE_NAME = origin [2021-04-26T17:01:55.936Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-26T17:01:55.936Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-26T17:01:55.936Z] # $SEMVER_BRANCH = PR-3391 [2021-04-26T17:01:55.936Z] # $SEMVER_TEMP = /tmp/semver-495613727 [2021-04-26T17:01:55.936Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-26T17:02:17.967Z] # '/tmp/semver-495613727' -> '/w/workspace/edgex-go/7/.semver' [2021-04-26T17:02:17.967Z] # -> Force: false [2021-04-26T17:02:17.967Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-04-26T17:02:17.983Z] $ docker exec --env ******** --env ******** a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 ssh-agent -k [2021-04-26T17:02:18.176Z] unset SSH_AUTH_SOCK; [2021-04-26T17:02:18.177Z] unset SSH_AGENT_PID; [2021-04-26T17:02:18.177Z] echo Agent pid 51 killed; [2021-04-26T17:02:18.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-26T17:02:18.569Z] + git semver [Pipeline] } [2021-04-26T17:02:18.587Z] $ docker stop --time=1 a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 [2021-04-26T17:02:20.241Z] $ docker rm -f a12aa0dc6167a2164ad44ea78c307131fbbb23f1c954b58b56966c47a826f174 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T17:02:20.747Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-26T17:02:21.195Z] Stashed 1 file(s) [Pipeline] echo [2021-04-26T17:02:21.198Z] [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-26T17:02:21.736Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-26T17:02:22.038Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T17:02:22.337Z] + sudo service docker restart [2021-04-26T17:02:22.337Z] + true [2021-04-26T17:02:22.337Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-26T17:02:22.933Z] ========================================================= [2021-04-26T17:02:22.933Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-26T17:02:22.933Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:02:23.253Z] + 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-26T17:02:27.527Z] Sending build context to Docker daemon 329.8MB [2021-04-26T17:02:27.527Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T17:02:27.527Z] Step 2/6 : FROM ${BASE} [2021-04-26T17:02:27.846Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-26T17:02:27.846Z] 188c0c94c7c5: Pulling fs layer [2021-04-26T17:02:27.846Z] 0ef7d3d256c8: Pulling fs layer [2021-04-26T17:02:27.846Z] de9db76c5a1d: Pulling fs layer [2021-04-26T17:02:27.846Z] bca2f99d35d6: Pulling fs layer [2021-04-26T17:02:27.846Z] 93359f2a8cfa: Pulling fs layer [2021-04-26T17:02:27.846Z] 7c6f9722023f: Pulling fs layer [2021-04-26T17:02:27.846Z] a35cf1a2eb13: Pulling fs layer [2021-04-26T17:02:27.846Z] 93359f2a8cfa: Waiting [2021-04-26T17:02:27.846Z] 7c6f9722023f: Waiting [2021-04-26T17:02:27.846Z] a35cf1a2eb13: Waiting [2021-04-26T17:02:27.846Z] bca2f99d35d6: Waiting [2021-04-26T17:02:27.846Z] de9db76c5a1d: Verifying Checksum [2021-04-26T17:02:27.846Z] de9db76c5a1d: Download complete [2021-04-26T17:02:27.846Z] 0ef7d3d256c8: Verifying Checksum [2021-04-26T17:02:27.846Z] 0ef7d3d256c8: Download complete [2021-04-26T17:02:27.846Z] 93359f2a8cfa: Verifying Checksum [2021-04-26T17:02:27.846Z] 93359f2a8cfa: Download complete [2021-04-26T17:02:27.846Z] 7c6f9722023f: Verifying Checksum [2021-04-26T17:02:27.846Z] 7c6f9722023f: Download complete [2021-04-26T17:02:27.846Z] 188c0c94c7c5: Verifying Checksum [2021-04-26T17:02:27.846Z] 188c0c94c7c5: Download complete [2021-04-26T17:02:28.118Z] 188c0c94c7c5: Pull complete [2021-04-26T17:02:28.471Z] 0ef7d3d256c8: Pull complete [2021-04-26T17:02:28.472Z] de9db76c5a1d: Pull complete [2021-04-26T17:02:29.434Z] a35cf1a2eb13: Verifying Checksum [2021-04-26T17:02:29.434Z] a35cf1a2eb13: Download complete [2021-04-26T17:02:30.387Z] bca2f99d35d6: Download complete [2021-04-26T17:02:35.707Z] bca2f99d35d6: Pull complete [2021-04-26T17:02:35.707Z] 93359f2a8cfa: Pull complete [2021-04-26T17:02:35.707Z] 7c6f9722023f: Pull complete [2021-04-26T17:02:36.350Z] Still waiting to schedule task [2021-04-26T17:02:36.350Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1824’ [2021-04-26T17:02:39.967Z] a35cf1a2eb13: Pull complete [2021-04-26T17:02:39.968Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-26T17:02:39.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-26T17:02:39.968Z] ---> a62c8e92a672 [2021-04-26T17:02:39.968Z] 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-26T17:02:39.968Z] ---> Running in e3737b22f451 [2021-04-26T17:02:40.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:02:41.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:02:41.762Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T17:02:42.337Z] (2/12) Installing file (5.38-r0) [2021-04-26T17:02:42.601Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T17:02:42.601Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T17:02:46.831Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T17:02:46.831Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T17:02:46.831Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T17:02:46.831Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T17:02:46.831Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T17:02:47.094Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T17:02:47.094Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T17:02:47.357Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T17:02:47.357Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T17:02:47.357Z] OK: 233 MiB in 51 packages [2021-04-26T17:02:51.581Z] Removing intermediate container e3737b22f451 [2021-04-26T17:02:51.581Z] ---> 46daa464ec9e [2021-04-26T17:02:51.581Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T17:02:51.581Z] ---> Running in f089e223c8f4 [2021-04-26T17:02:51.581Z] Removing intermediate container f089e223c8f4 [2021-04-26T17:02:51.581Z] ---> cb93cb19d30b [2021-04-26T17:02:51.581Z] Step 5/6 : COPY go.mod . [2021-04-26T17:02:51.581Z] ---> 72aa9f1ccaeb [2021-04-26T17:02:51.581Z] Step 6/6 : RUN go mod download [2021-04-26T17:02:51.581Z] ---> Running in 4e57224f0bab [2021-04-26T17:03:13.610Z] Removing intermediate container 4e57224f0bab [2021-04-26T17:03:13.610Z] ---> 1325f7d83af3 [2021-04-26T17:03:13.610Z] Successfully built 1325f7d83af3 [2021-04-26T17:03:13.610Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:03:13.941Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T17:03:13.941Z] . [Pipeline] withDockerContainer [2021-04-26T17:03:14.064Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2021-04-26T17:03:14.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T17:03:15.133Z] $ docker top 1b4683c93470f5496846e4e6aebba124cf829ff6129b7a5958682db63b21c31d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:03:15.564Z] + go version [2021-04-26T17:03:15.564Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-26T17:03:15.582Z] $ docker stop --time=1 1b4683c93470f5496846e4e6aebba124cf829ff6129b7a5958682db63b21c31d [2021-04-26T17:03:16.933Z] $ docker rm -f 1b4683c93470f5496846e4e6aebba124cf829ff6129b7a5958682db63b21c31d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:03:17.447Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-26T17:03:17.447Z] . [Pipeline] withDockerContainer [2021-04-26T17:03:17.560Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2021-04-26T17:03:17.617Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-26T17:03:18.682Z] $ docker top ba84efaaee0b00297cec180c7d2a5ec08a45e16f71782dde535dff4243b0e343 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T17:03:18.805Z] ========================================================= [2021-04-26T17:03:18.805Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T17:03:18.805Z] ========================================================= [Pipeline] sh [2021-04-26T17:03:19.102Z] + make test [2021-04-26T17:03:19.102Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T17:03:29.144Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T17:03:44.202Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T17:03:50.836Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T17:03:50.836Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T17:03:50.836Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T17:03:52.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T17:03:52.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T17:03:52.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T17:03:52.821Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T17:03:53.804Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T17:03:54.081Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T17:03:57.455Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T17:03:57.455Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T17:03:57.455Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T17:03:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 45.9% of statements [2021-04-26T17:03:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T17:03:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T17:03:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T17:03:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T17:03:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T17:03:59.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T17:03:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements [2021-04-26T17:03:59.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-04-26T17:04:02.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.213s coverage: 27.1% of statements [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T17:04:02.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T17:04:02.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T17:04:02.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T17:04:02.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T17:04:03.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements [2021-04-26T17:04:03.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T17:04:03.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:04:03.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-26T17:04:03.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T17:04:06.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.320s coverage: 28.6% of statements [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T17:04:06.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T17:04:06.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T17:04:06.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.173s coverage: 86.7% of statements [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T17:04:06.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements [2021-04-26T17:04:06.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T17:04:06.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-04-26T17:04:06.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T17:04:06.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T17:04:06.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T17:04:06.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T17:04:08.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.390s coverage: 93.0% of statements [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T17:04:08.642Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T17:04:08.642Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.9% of statements [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T17:04:08.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T17:04:08.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2021-04-26T17:04:08.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements [2021-04-26T17:04:08.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-04-26T17:04:08.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-04-26T17:04:08.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-04-26T17:04:21.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements [2021-04-26T17:04:21.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-04-26T17:04:24.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.216s coverage: 81.9% of statements [2021-04-26T17:04:24.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.2% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.240s coverage: 64.4% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.382s coverage: 66.9% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 41.5% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 9.6% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 88.6% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 28.7% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T17:04:32.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements [2021-04-26T17:04:32.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T17:04:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.138s coverage: 95.6% of statements [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T17:04:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T17:04:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T17:04:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T17:04:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T17:04:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-04-26T17:04:33.928Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-04-26T17:04:34.190Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-26T17:04:34.454Z] GO111MODULE=on go vet ./... [2021-04-26T17:05:06.737Z] gofmt -l . [2021-04-26T17:05:06.737Z] [ "`gofmt -l .`" = "" ] [2021-04-26T17:05:06.737Z] ./bin/test-go-mod-tidy.sh [2021-04-26T17:05:06.737Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-26T17:05:07.365Z] + ls -al . [2021-04-26T17:05:07.365Z] total 820 [2021-04-26T17:05:07.365Z] drwxrwxr-x 10 1001 1001 4096 Apr 26 17:05 . [2021-04-26T17:05:07.365Z] drwxr-xr-x 4 root root 28 Apr 26 17:03 .. [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 17:01 .dockerignore [2021-04-26T17:05:07.365Z] drwxrwxr-x 8 1001 1001 179 Apr 26 17:01 .git [2021-04-26T17:05:07.365Z] drwxrwxr-x 3 1001 1001 125 Apr 26 17:01 .github [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 17:01 .gitignore [2021-04-26T17:05:07.365Z] drwx------ 3 1001 1001 60 Apr 26 17:02 .semver [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 17:01 .sonarcloud.properties [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 17:01 Attribution.txt [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 17:01 CONTRIBUTING.md [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 17:01 Dockerfile.build [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 17:01 Jenkinsfile [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 17:01 LICENSE [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 17:01 Makefile [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 17:01 README.md [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 17:01 SECURITY.md [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 17:02 VERSION [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 17:01 ZMQWindows.md [2021-04-26T17:05:07.365Z] drwxrwxr-x 2 1001 1001 117 Apr 26 17:01 bin [2021-04-26T17:05:07.365Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 17:01 cmd [2021-04-26T17:05:07.365Z] -rw-r--r-- 1 root root 712626 Apr 26 17:04 coverage.out [2021-04-26T17:05:07.365Z] -rw-r--r-- 1 root root 1060 Apr 26 17:05 go.mod [2021-04-26T17:05:07.365Z] -rw-r--r-- 1 root root 22420 Apr 26 17:05 go.sum [2021-04-26T17:05:07.365Z] drwxrwxr-x 8 1001 1001 127 Apr 26 17:01 internal [2021-04-26T17:05:07.365Z] drwxrwxr-x 4 1001 1001 26 Apr 26 17:01 openapi [2021-04-26T17:05:07.365Z] drwxrwxr-x 4 1001 1001 71 Apr 26 17:01 snap [2021-04-26T17:05:07.365Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 17:01 version.go [Pipeline] sh [2021-04-26T17:05:07.667Z] + '[' -e coverage.out ] [2021-04-26T17:05:07.667Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T17:05:07.929Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T17:05:08.337Z] + make build [2021-04-26T17:05:08.337Z] 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-26T17:05:11.913Z] 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-26T17:05:20.136Z] 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-26T17:05:22.073Z] 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-26T17:05:23.481Z] 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-26T17:05:23.748Z] 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-26T17:05:25.677Z] 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-26T17:05:27.602Z] 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-26T17:05:28.551Z] 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-26T17:05:29.958Z] 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-26T17:05:30.922Z] 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-26T17:05:32.325Z] 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-26T17:05:34.281Z] $ docker stop --time=1 ba84efaaee0b00297cec180c7d2a5ec08a45e16f71782dde535dff4243b0e343 [2021-04-26T17:05:36.118Z] $ docker rm -f ba84efaaee0b00297cec180c7d2a5ec08a45e16f71782dde535dff4243b0e343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:05:40.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T17:05:40.921Z] [2021-04-26T17:05:40.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:05:41.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T17:05:41.237Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-26T17:05:41.237Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-26T17:05:41.237Z] ca9280d653b3: Pulling fs layer [2021-04-26T17:05:41.237Z] 7e9c9ca2126c: Pulling fs layer [2021-04-26T17:05:41.502Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-26T17:05:41.502Z] cbdbe7a5bc2a: Download complete [2021-04-26T17:05:41.763Z] cbdbe7a5bc2a: Pull complete [2021-04-26T17:05:42.033Z] ca9280d653b3: Verifying Checksum [2021-04-26T17:05:42.033Z] ca9280d653b3: Download complete [2021-04-26T17:05:42.985Z] 7e9c9ca2126c: Verifying Checksum [2021-04-26T17:05:42.985Z] 7e9c9ca2126c: Download complete [2021-04-26T17:05:43.249Z] ca9280d653b3: Pull complete [2021-04-26T17:05:48.576Z] 7e9c9ca2126c: Pull complete [2021-04-26T17:05:48.576Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-26T17:05:48.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T17:05:48.576Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-26T17:05:48.679Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2021-04-26T17:05:48.731Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-26T17:05:50.526Z] $ docker top f71af3ce5991d347d3330cc3aae0ba5869e21ed7a0358b4c820b465bf66f74b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:05:50.927Z] + docker-compose build --help [2021-04-26T17:05:50.927Z] + grep parallel [2021-04-26T17:05:51.878Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T17:05:51.894Z] $ docker stop --time=1 f71af3ce5991d347d3330cc3aae0ba5869e21ed7a0358b4c820b465bf66f74b7 [2021-04-26T17:05:53.264Z] $ docker rm -f f71af3ce5991d347d3330cc3aae0ba5869e21ed7a0358b4c820b465bf66f74b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:05:53.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-26T17:05:53.766Z] . [Pipeline] withDockerContainer [2021-04-26T17:05:53.865Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2021-04-26T17:05:53.919Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-26T17:05:54.605Z] $ docker top d31ba4917f0c7747d80294c9fc77d456e0654a0089ea028a19581aa57c177590 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:05:55.042Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T17:05:55.988Z] Building docker-core-command-go ... [2021-04-26T17:05:55.988Z] Building docker-core-data-go ... [2021-04-26T17:05:55.988Z] Building docker-core-metadata-go ... [2021-04-26T17:05:55.988Z] Building docker-security-bootstrapper-go ... [2021-04-26T17:05:55.988Z] Building docker-security-proxy-setup-go ... [2021-04-26T17:05:55.988Z] Building docker-security-secretstore-setup-go ... [2021-04-26T17:05:55.988Z] Building docker-support-notifications-go ... [2021-04-26T17:05:55.988Z] Building docker-support-scheduler-go ... [2021-04-26T17:05:55.988Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T17:05:55.988Z] Building docker-security-proxy-setup-go [2021-04-26T17:05:55.988Z] Building docker-core-metadata-go [2021-04-26T17:05:55.988Z] Building docker-support-scheduler-go [2021-04-26T17:05:55.988Z] Building docker-security-bootstrapper-go [2021-04-26T17:05:55.988Z] Building docker-support-notifications-go [2021-04-26T17:06:16.543Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1828 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-26T17:06:16.562Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-04-26T17:06:21.884Z] using credential edgex-jenkins-ssh [2021-04-26T17:06:21.907Z] Cloning the remote Git repository [2021-04-26T17:06:21.971Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T17:06:22.081Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-04-26T17:06:22.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T17:06:22.174Z] > git --version # timeout=10 [2021-04-26T17:06:22.190Z] > git --version # 'git version 2.17.1' [2021-04-26T17:06:22.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T17:06:22.301Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T17:06:34.892Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:06:34.892Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:06:34.892Z] ---> 1325f7d83af3 [2021-04-26T17:06:34.892Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T17:06:34.892Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:06:34.892Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:06:34.892Z] ---> 1325f7d83af3 [2021-04-26T17:06:34.892Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:06:34.892Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:06:34.892Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:06:34.892Z] ---> 1325f7d83af3 [2021-04-26T17:06:34.892Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T17:06:34.892Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:06:34.892Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:06:34.892Z] ---> 1325f7d83af3 [2021-04-26T17:06:34.892Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T17:06:34.892Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:06:34.892Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:06:34.892Z] ---> 1325f7d83af3 [2021-04-26T17:06:34.892Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T17:06:34.892Z] ---> Running in c38eb11c2f7c [2021-04-26T17:06:34.892Z] ---> Running in 0124d5a51314 [2021-04-26T17:06:34.892Z] ---> Running in 9b77cb3670bb [2021-04-26T17:06:34.892Z] ---> Running in 349c4331a0bb [2021-04-26T17:06:34.892Z] ---> Running in 692ccd9d9fba [2021-04-26T17:06:34.892Z] Removing intermediate container 9b77cb3670bb [2021-04-26T17:06:34.892Z] ---> 0761398ad5c1 [2021-04-26T17:06:34.892Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:06:34.892Z] Removing intermediate container 0124d5a51314 [2021-04-26T17:06:34.892Z] ---> cf90fd95554e [2021-04-26T17:06:34.892Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:06:34.892Z] Removing intermediate container 692ccd9d9fba [2021-04-26T17:06:34.892Z] ---> fe9741bbac07 [2021-04-26T17:06:34.892Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:06:34.892Z] Removing intermediate container 349c4331a0bb [2021-04-26T17:06:34.892Z] ---> 846a1005afbe [2021-04-26T17:06:34.892Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:06:34.892Z] Removing intermediate container c38eb11c2f7c [2021-04-26T17:06:34.892Z] ---> 6e1c9b996f06 [2021-04-26T17:06:34.892Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:06:34.892Z] ---> Running in 4a45a6931c9d [2021-04-26T17:06:34.892Z] ---> Running in ee4b05d99450 [2021-04-26T17:06:34.892Z] ---> Running in ef2aa7e64eed [2021-04-26T17:06:34.892Z] ---> Running in 1e24ac313ed7 [2021-04-26T17:06:34.892Z] ---> Running in bf9198cc3b9d [2021-04-26T17:06:34.892Z] Removing intermediate container ee4b05d99450 [2021-04-26T17:06:34.892Z] ---> 808ab57daf30 [2021-04-26T17:06:34.892Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T17:06:34.892Z] ---> Running in 8b931f7ab948 [2021-04-26T17:06:34.892Z] Removing intermediate container 4a45a6931c9d [2021-04-26T17:06:34.892Z] ---> f1019a09ca73 [2021-04-26T17:06:34.892Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T17:06:34.892Z] ---> Running in c07f998213ac [2021-04-26T17:06:35.174Z] Removing intermediate container ef2aa7e64eed [2021-04-26T17:06:35.174Z] ---> 8bcedd790f3c [2021-04-26T17:06:35.174Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T17:06:35.174Z] Removing intermediate container 1e24ac313ed7 [2021-04-26T17:06:35.174Z] ---> 8adf958ba8f6 [2021-04-26T17:06:35.174Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T17:06:35.174Z] Removing intermediate container bf9198cc3b9d [2021-04-26T17:06:35.174Z] ---> 8a5e38a8fe9e [2021-04-26T17:06:35.174Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T17:06:35.439Z] ---> Running in 196fff155478 [2021-04-26T17:06:35.439Z] ---> Running in 2ec2799a7e9a [2021-04-26T17:06:35.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:35.439Z] ---> Running in 1e6476298af6 [2021-04-26T17:06:35.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:35.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:36.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:36.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:36.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:36.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:36.503Z] OK: 233 MiB in 51 packages [2021-04-26T17:06:36.766Z] OK: 233 MiB in 51 packages [2021-04-26T17:06:36.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:37.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:37.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:06:37.293Z] OK: 233 MiB in 51 packages [2021-04-26T17:06:37.293Z] OK: 233 MiB in 51 packages [2021-04-26T17:06:37.293Z] OK: 233 MiB in 51 packages [2021-04-26T17:06:37.869Z] Removing intermediate container c07f998213ac [2021-04-26T17:06:37.869Z] ---> 1ed1acb037c2 [2021-04-26T17:06:37.869Z] Step 6/31 : COPY go.mod . [2021-04-26T17:06:38.133Z] Removing intermediate container 8b931f7ab948 [2021-04-26T17:06:38.133Z] ---> 11e3e8bf263c [2021-04-26T17:06:38.133Z] Step 6/22 : COPY go.mod . [2021-04-26T17:06:38.408Z] ---> 85797f4ca8ae [2021-04-26T17:06:38.408Z] Step 7/31 : RUN go mod download [2021-04-26T17:06:38.408Z] Removing intermediate container 196fff155478 [2021-04-26T17:06:38.408Z] ---> f867ca040802 [2021-04-26T17:06:38.408Z] Step 6/22 : COPY go.mod . [2021-04-26T17:06:38.408Z] ---> 984e750527de [2021-04-26T17:06:38.408Z] Step 7/22 : RUN go mod download [2021-04-26T17:06:38.408Z] ---> Running in 8e3c5c79fa58 [2021-04-26T17:06:38.681Z] Removing intermediate container 1e6476298af6 [2021-04-26T17:06:38.681Z] ---> e35b06ea8378 [2021-04-26T17:06:38.681Z] Step 6/23 : COPY go.mod . [2021-04-26T17:06:38.681Z] Removing intermediate container 2ec2799a7e9a [2021-04-26T17:06:38.681Z] ---> f9456ddff69a [2021-04-26T17:06:38.681Z] Step 6/21 : COPY go.mod . [2021-04-26T17:06:38.681Z] ---> Running in a50173fa4ae7 [2021-04-26T17:06:38.363Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T17:06:38.389Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T17:06:38.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T17:06:38.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T17:06:38.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T17:06:38.478Z] > 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-26T17:06:38.948Z] ---> 234d58eefdaf [2021-04-26T17:06:38.948Z] Step 7/22 : RUN go mod download [2021-04-26T17:06:39.212Z] ---> Running in 424982995cca [2021-04-26T17:06:39.212Z] ---> 6ba4ab9d092a [2021-04-26T17:06:39.212Z] Step 7/23 : RUN go mod download [2021-04-26T17:06:39.212Z] ---> ac8a58c67a56 [2021-04-26T17:06:39.212Z] Step 7/21 : RUN go mod download [2021-04-26T17:06:39.355Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:06:39.481Z] ---> Running in 944a31f0a3f1 [2021-04-26T17:06:39.481Z] ---> Running in 9cd5d6e7cf83 [2021-04-26T17:06:39.833Z] Merge succeeded, producing 435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:06:39.834Z] Checking out Revision 435fc41d67987ddff12c535146ad4fc35898d092 (PR-3391) [2021-04-26T17:06:39.382Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T17:06:39.406Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-04-26T17:06:39.743Z] > git remote # timeout=10 [2021-04-26T17:06:39.758Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T17:06:39.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T17:06:39.784Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T17:06:39.822Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T17:06:39.844Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T17:06:39.862Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-04-26T17:06:41.422Z] Removing intermediate container a50173fa4ae7 [2021-04-26T17:06:41.422Z] ---> bd7942408223 [2021-04-26T17:06:41.422Z] Step 8/22 : COPY . . [2021-04-26T17:06:41.422Z] Removing intermediate container 8e3c5c79fa58 [2021-04-26T17:06:41.422Z] ---> 3646fbdced87 [2021-04-26T17:06:41.422Z] Step 8/31 : COPY . . [2021-04-26T17:06:41.422Z] Removing intermediate container 424982995cca [2021-04-26T17:06:41.422Z] ---> 34cb6d7fa688 [2021-04-26T17:06:41.422Z] Step 8/22 : COPY . . [2021-04-26T17:06:44.295Z] Commit message: "fix: address PR feedback/comments" [2021-04-26T17:06:44.740Z] Removing intermediate container 944a31f0a3f1 [2021-04-26T17:06:44.740Z] ---> cca02d4121da [2021-04-26T17:06:44.740Z] Step 8/23 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-26T17:06:45.005Z] Removing intermediate container 9cd5d6e7cf83 [2021-04-26T17:06:45.005Z] ---> 7412630d2621 [2021-04-26T17:06:45.005Z] Step 8/21 : COPY . . [2021-04-26T17:06:45.866Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-26T17:06:46.266Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-26T17:06:46.607Z] + + sudo service dockertrue restart [2021-04-26T17:06:46.607Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-26T17:06:48.648Z] provisioning config files... [2021-04-26T17:06:48.697Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5327265302175649481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:06:49.071Z] ---> docker-login.sh [2021-04-26T17:06:49.071Z] nexus3.edgexfoundry.org:10001 [2021-04-26T17:06:50.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:06:50.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:06:50.329Z] Configure a credential helper to remove this warning. See [2021-04-26T17:06:50.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:06:50.329Z] [2021-04-26T17:06:50.329Z] Login Succeeded [2021-04-26T17:06:50.329Z] nexus3.edgexfoundry.org:10002 [2021-04-26T17:06:50.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:06:50.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:06:50.601Z] Configure a credential helper to remove this warning. See [2021-04-26T17:06:50.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:06:50.601Z] [2021-04-26T17:06:50.601Z] Login Succeeded [2021-04-26T17:06:50.875Z] nexus3.edgexfoundry.org:10003 [2021-04-26T17:06:51.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:06:51.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:06:51.151Z] Configure a credential helper to remove this warning. See [2021-04-26T17:06:51.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:06:51.151Z] [2021-04-26T17:06:51.151Z] Login Succeeded [2021-04-26T17:06:51.151Z] nexus3.edgexfoundry.org:10004 [2021-04-26T17:06:51.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:06:51.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:06:51.749Z] Configure a credential helper to remove this warning. See [2021-04-26T17:06:51.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:06:51.749Z] [2021-04-26T17:06:51.749Z] Login Succeeded [2021-04-26T17:06:51.749Z] docker.io [2021-04-26T17:06:52.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-26T17:06:52.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-26T17:06:52.352Z] Configure a credential helper to remove this warning. See [2021-04-26T17:06:52.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-26T17:06:52.352Z] [2021-04-26T17:06:52.352Z] Login Succeeded [2021-04-26T17:06:52.627Z] ---> docker-login.sh ends [Pipeline] } [2021-04-26T17:06:52.644Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-26T17:06:52.940Z] ========================================================= [2021-04-26T17:06:52.940Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-26T17:06:52.940Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:06:53.283Z] + 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-26T17:06:55.943Z] Sending build context to Docker daemon 167.6MB [2021-04-26T17:06:55.943Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-26T17:06:55.943Z] Step 2/6 : FROM ${BASE} [2021-04-26T17:06:55.943Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-26T17:06:55.943Z] 5f621e34cdf4: Pulling fs layer [2021-04-26T17:06:55.943Z] a4357932f1b6: Pulling fs layer [2021-04-26T17:06:55.943Z] 18c013af1878: Pulling fs layer [2021-04-26T17:06:55.943Z] 00ac8860ef70: Pulling fs layer [2021-04-26T17:06:55.943Z] 63d7cb157983: Pulling fs layer [2021-04-26T17:06:55.943Z] b116817d02f9: Pulling fs layer [2021-04-26T17:06:55.943Z] 745a02a5169b: Pulling fs layer [2021-04-26T17:06:55.943Z] 00ac8860ef70: Waiting [2021-04-26T17:06:55.943Z] 63d7cb157983: Waiting [2021-04-26T17:06:55.943Z] b116817d02f9: Waiting [2021-04-26T17:06:55.943Z] 745a02a5169b: Waiting [2021-04-26T17:06:55.943Z] 18c013af1878: Verifying Checksum [2021-04-26T17:06:55.943Z] 18c013af1878: Download complete [2021-04-26T17:06:55.943Z] a4357932f1b6: Verifying Checksum [2021-04-26T17:06:55.943Z] a4357932f1b6: Download complete [2021-04-26T17:06:55.943Z] 63d7cb157983: Download complete [2021-04-26T17:06:55.943Z] b116817d02f9: Verifying Checksum [2021-04-26T17:06:55.943Z] b116817d02f9: Download complete [2021-04-26T17:06:55.943Z] 5f621e34cdf4: Download complete [2021-04-26T17:06:56.547Z] 5f621e34cdf4: Pull complete [2021-04-26T17:06:57.152Z] a4357932f1b6: Pull complete [2021-04-26T17:06:57.765Z] 18c013af1878: Pull complete [2021-04-26T17:06:58.039Z] 745a02a5169b: Verifying Checksum [2021-04-26T17:06:58.039Z] 745a02a5169b: Download complete [2021-04-26T17:06:59.022Z] 00ac8860ef70: Verifying Checksum [2021-04-26T17:06:59.022Z] 00ac8860ef70: Download complete [2021-04-26T17:07:09.215Z] 00ac8860ef70: Pull complete [2021-04-26T17:07:09.215Z] 63d7cb157983: Pull complete [2021-04-26T17:07:09.488Z] b116817d02f9: Pull complete [2021-04-26T17:07:13.804Z] 745a02a5169b: Pull complete [2021-04-26T17:07:13.804Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-26T17:07:13.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-26T17:07:13.804Z] ---> b7e6874047d6 [2021-04-26T17:07:13.804Z] 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-26T17:07:17.205Z] ---> Running in cc803d9595e1 [2021-04-26T17:07:18.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:07:18.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:07:19.754Z] (1/12) Installing libmagic (5.38-r0) [2021-04-26T17:07:20.025Z] (2/12) Installing file (5.38-r0) [2021-04-26T17:07:20.025Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-26T17:07:20.299Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-26T17:07:24.300Z] ---> dd8e981c8626 [2021-04-26T17:07:24.300Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T17:07:24.300Z] ---> bd184223fb3b [2021-04-26T17:07:24.300Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T17:07:24.586Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-26T17:07:24.586Z] (6/12) Installing patch (2.7.6-r6) [2021-04-26T17:07:24.586Z] (7/12) Installing build-base (0.5-r2) [2021-04-26T17:07:24.586Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-26T17:07:24.586Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-26T17:07:24.586Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-26T17:07:24.586Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-26T17:07:24.857Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-26T17:07:24.857Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T17:07:24.857Z] OK: 217 MiB in 51 packages [2021-04-26T17:07:25.743Z] ---> Running in df255e234dd5 [2021-04-26T17:07:25.743Z] ---> Running in ee29781bbf65 [2021-04-26T17:07:26.008Z] ---> 42676244f68a [2021-04-26T17:07:26.008Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T17:07:26.008Z] ---> 86d1dd056c55 [2021-04-26T17:07:26.008Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T17:07:26.008Z] ---> a670a536be7f [2021-04-26T17:07:26.008Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T17:07:26.272Z] ---> Running in c843d76f6ff1 [2021-04-26T17:07:26.272Z] ---> Running in 1570866a46fa [2021-04-26T17:07:26.272Z] ---> Running in 5aa30e7c5427 [2021-04-26T17:07:27.706Z] 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-26T17:07:27.706Z] 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-26T17:07:27.706Z] 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-26T17:07:27.706Z] 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-26T17:07:27.706Z] 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-26T17:07:29.218Z] Removing intermediate container cc803d9595e1 [2021-04-26T17:07:29.218Z] ---> 91c5e12abbdb [2021-04-26T17:07:29.218Z] Step 4/6 : WORKDIR /edgex-go [2021-04-26T17:07:29.218Z] ---> Running in 09f6fe186f13 [2021-04-26T17:07:29.218Z] Removing intermediate container 09f6fe186f13 [2021-04-26T17:07:29.218Z] ---> e27201a62717 [2021-04-26T17:07:29.218Z] Step 5/6 : COPY go.mod . [2021-04-26T17:07:30.742Z] ---> f07b5674b25f [2021-04-26T17:07:30.742Z] Step 6/6 : RUN go mod download [2021-04-26T17:07:30.742Z] ---> Running in ad14fb9278cf [2021-04-26T17:07:57.554Z] Removing intermediate container ad14fb9278cf [2021-04-26T17:07:57.554Z] ---> d7bfffea3bda [2021-04-26T17:07:57.554Z] Successfully built d7bfffea3bda [2021-04-26T17:07:57.554Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:07:57.895Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T17:07:57.895Z] . [Pipeline] withDockerContainer [2021-04-26T17:07:58.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-04-26T17:07:58.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T17:07:59.709Z] $ docker top c64ccd93afa666caa8f5d461f39f9db10bfedace46e1967e00a6eb68970d1b96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:08:00.661Z] + go version [2021-04-26T17:08:00.662Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-26T17:08:00.692Z] $ docker stop --time=1 c64ccd93afa666caa8f5d461f39f9db10bfedace46e1967e00a6eb68970d1b96 [2021-04-26T17:08:01.080Z] 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-26T17:08:02.675Z] $ docker rm -f c64ccd93afa666caa8f5d461f39f9db10bfedace46e1967e00a6eb68970d1b96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:08:03.389Z] + docker inspect -f . ci-base-image-arm64 [2021-04-26T17:08:03.389Z] . [Pipeline] withDockerContainer [2021-04-26T17:08:03.653Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-04-26T17:08:03.744Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-26T17:08:05.179Z] $ docker top 95c297d92a5222ab6f4bd40796fec7880abe80912733b11b35144389692b1c6b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-26T17:08:05.488Z] ========================================================= [2021-04-26T17:08:05.488Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-26T17:08:05.488Z] ========================================================= [Pipeline] sh [2021-04-26T17:08:06.133Z] + make test [2021-04-26T17:08:06.133Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-26T17:08:09.323Z] Removing intermediate container ee29781bbf65 [2021-04-26T17:08:09.323Z] ---> 08fa2a82ea16 [2021-04-26T17:08:09.323Z] [2021-04-26T17:08:09.323Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T17:08:09.323Z] 3.12: Pulling from library/alpine [2021-04-26T17:08:09.323Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T17:08:09.323Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T17:08:09.323Z] ---> 13621d1b12d4 [2021-04-26T17:08:09.323Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T17:08:10.729Z] ---> Running in a720033c7c1f [2021-04-26T17:08:14.045Z] Removing intermediate container c843d76f6ff1 [2021-04-26T17:08:14.045Z] ---> a1734229f67e [2021-04-26T17:08:14.045Z] [2021-04-26T17:08:14.045Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T17:08:14.045Z] ---> 13621d1b12d4 [2021-04-26T17:08:14.045Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T17:08:14.045Z] Removing intermediate container a720033c7c1f [2021-04-26T17:08:14.045Z] ---> 2f0bb1d6c80f [2021-04-26T17:08:14.045Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T17:08:14.045Z] Removing intermediate container 1570866a46fa [2021-04-26T17:08:14.045Z] ---> 8c1474f6b303 [2021-04-26T17:08:14.045Z] [2021-04-26T17:08:14.045Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T17:08:14.045Z] ---> 13621d1b12d4 [2021-04-26T17:08:14.045Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T17:08:15.446Z] Removing intermediate container df255e234dd5 [2021-04-26T17:08:15.446Z] ---> f93e7ac8a133 [2021-04-26T17:08:15.446Z] [2021-04-26T17:08:15.446Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T17:08:15.446Z] ---> 13621d1b12d4 [2021-04-26T17:08:15.446Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T17:08:15.446Z] Removing intermediate container 5aa30e7c5427 [2021-04-26T17:08:15.446Z] ---> 4cbe7be3d0ea [2021-04-26T17:08:15.446Z] [2021-04-26T17:08:15.446Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T17:08:15.446Z] ---> 13621d1b12d4 [2021-04-26T17:08:15.446Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T17:08:15.446Z] ---> Running in 364cbfed2624 [2021-04-26T17:08:15.446Z] ---> Running in ff7e5f2849e4 [2021-04-26T17:08:15.446Z] ---> Running in 4fba6da8131a [2021-04-26T17:08:15.710Z] ---> Running in 89498768ce12 [2021-04-26T17:08:15.710Z] ---> Running in 0b8010e7f73e [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T17:08:16.686Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T17:08:16.686Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:08:16.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.686Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T17:08:16.686Z] OK: 6 MiB in 16 packages [2021-04-26T17:08:16.981Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T17:08:16.981Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T17:08:16.981Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T17:08:16.981Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:08:16.981Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T17:08:16.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.981Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T17:08:16.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:08:16.981Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:08:16.981Z] OK: 6 MiB in 15 packages [2021-04-26T17:08:16.981Z] OK: 7 MiB in 18 packages [2021-04-26T17:08:16.981Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T17:08:16.981Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T17:08:16.981Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:08:17.243Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T17:08:17.243Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T17:08:17.243Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:08:17.243Z] OK: 6 MiB in 15 packages [2021-04-26T17:08:17.243Z] OK: 6 MiB in 16 packages [2021-04-26T17:08:18.198Z] Removing intermediate container ff7e5f2849e4 [2021-04-26T17:08:18.198Z] ---> c5d2e518b91a [2021-04-26T17:08:18.198Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T17:08:18.775Z] Removing intermediate container 4fba6da8131a [2021-04-26T17:08:18.775Z] ---> d6587785f7ae [2021-04-26T17:08:18.775Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:08:19.039Z] ---> Running in 7ae918677c8a [2021-04-26T17:08:19.039Z] ---> Running in faa118a975dc [2021-04-26T17:08:19.303Z] Removing intermediate container 364cbfed2624 [2021-04-26T17:08:19.303Z] ---> 44a01c33b908 [2021-04-26T17:08:19.303Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T17:08:19.878Z] Removing intermediate container 0b8010e7f73e [2021-04-26T17:08:19.878Z] ---> 6d80eeb74c1b [2021-04-26T17:08:19.878Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:08:20.140Z] ---> Running in c8e4b04e82f0 [2021-04-26T17:08:20.140Z] ---> Running in 944cd87b9991 [2021-04-26T17:08:20.140Z] Removing intermediate container 7ae918677c8a [2021-04-26T17:08:20.140Z] ---> 2b570ec9de06 [2021-04-26T17:08:20.140Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T17:08:20.140Z] Removing intermediate container 89498768ce12 [2021-04-26T17:08:20.140Z] ---> ed37d851d8d6 [2021-04-26T17:08:20.140Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:08:20.140Z] Removing intermediate container faa118a975dc [2021-04-26T17:08:20.140Z] ---> d84c8a4192f5 [2021-04-26T17:08:20.140Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T17:08:20.403Z] ---> Running in 725432d384d3 [2021-04-26T17:08:20.403Z] ---> Running in f9a5a5548b51 [2021-04-26T17:08:20.403Z] ---> Running in fe719df9abb5 [2021-04-26T17:08:20.403Z] Removing intermediate container c8e4b04e82f0 [2021-04-26T17:08:20.403Z] ---> f7ee17477264 [2021-04-26T17:08:20.403Z] Step 13/21 : WORKDIR /edgex [2021-04-26T17:08:20.672Z] Removing intermediate container 944cd87b9991 [2021-04-26T17:08:20.672Z] ---> e8ba70aca413 [2021-04-26T17:08:20.672Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T17:08:20.672Z] ---> Running in 69362d4b2cef [2021-04-26T17:08:20.672Z] Removing intermediate container 725432d384d3 [2021-04-26T17:08:20.672Z] ---> 4fcbc4412e09 [2021-04-26T17:08:20.673Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T17:08:20.673Z] ---> Running in dc1e29d7cc17 [2021-04-26T17:08:20.935Z] Removing intermediate container f9a5a5548b51 [2021-04-26T17:08:20.935Z] ---> 29eef44dc42a [2021-04-26T17:08:20.935Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T17:08:20.935Z] Removing intermediate container fe719df9abb5 [2021-04-26T17:08:20.935Z] ---> 3c0f3ace913b [2021-04-26T17:08:20.935Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T17:08:20.935Z] ---> Running in 8d3c9edddeb1 [2021-04-26T17:08:20.935Z] ---> Running in 3e060e5c738e [2021-04-26T17:08:21.198Z] ---> Running in a1f5a9a9e109 [2021-04-26T17:08:21.198Z] Removing intermediate container 69362d4b2cef [2021-04-26T17:08:21.198Z] ---> a945d72bcfde [2021-04-26T17:08:21.198Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T17:08:21.198Z] Removing intermediate container dc1e29d7cc17 [2021-04-26T17:08:21.198Z] ---> 458a73aa7313 [2021-04-26T17:08:21.198Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T17:08:21.464Z] ---> Running in d2ce5e912fd7 [2021-04-26T17:08:21.464Z] Removing intermediate container 3e060e5c738e [2021-04-26T17:08:21.464Z] ---> 06ef78b7d5ba [2021-04-26T17:08:21.465Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:08:21.730Z] Removing intermediate container a1f5a9a9e109 [2021-04-26T17:08:21.730Z] ---> 2409407401fb [2021-04-26T17:08:21.730Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T17:08:21.992Z] ---> 05ed97a62891 [2021-04-26T17:08:21.992Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T17:08:22.258Z] ---> Running in 58fd6ddf6be9 [2021-04-26T17:08:22.258Z] ---> 827df447e2b6 [2021-04-26T17:08:22.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T17:08:22.258Z] Removing intermediate container d2ce5e912fd7 [2021-04-26T17:08:22.258Z] ---> 60326d088b7b [2021-04-26T17:08:22.258Z] Step 15/23 : WORKDIR / [2021-04-26T17:08:22.843Z] ---> Running in 501ea80ece4e [2021-04-26T17:08:22.843Z] Removing intermediate container 58fd6ddf6be9 [2021-04-26T17:08:22.843Z] ---> 5b827c0910ec [2021-04-26T17:08:22.843Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:08:22.843Z] ---> 897556760e5d [2021-04-26T17:08:22.843Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T17:08:22.843Z] ---> 85ba583293a0 [2021-04-26T17:08:22.843Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T17:08:23.108Z] Removing intermediate container 501ea80ece4e [2021-04-26T17:08:23.108Z] ---> 3791c9bff6ee [2021-04-26T17:08:23.108Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:08:23.108Z] Removing intermediate container 8d3c9edddeb1 [2021-04-26T17:08:23.108Z] ---> fd925be96be9 [2021-04-26T17:08:23.108Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T17:08:23.376Z] ---> fcd07802b390 [2021-04-26T17:08:23.376Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T17:08:23.376Z] ---> 2ad9f413bdd0 [2021-04-26T17:08:23.376Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T17:08:23.376Z] ---> Running in 04975b7549c4 [2021-04-26T17:08:23.376Z] ---> 32167aef3bcf [2021-04-26T17:08:23.376Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T17:08:23.376Z] ---> Running in 3a1e47daf856 [2021-04-26T17:08:23.640Z] ---> 273bc9b4bfcf [2021-04-26T17:08:23.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T17:08:23.640Z] ---> Running in 7a9c4777b7cc [2021-04-26T17:08:23.640Z] Removing intermediate container 3a1e47daf856 [2021-04-26T17:08:23.640Z] ---> 1046fb411086 [2021-04-26T17:08:23.640Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:08:23.907Z] Removing intermediate container 04975b7549c4 [2021-04-26T17:08:23.907Z] ---> ec41bcafafe3 [2021-04-26T17:08:23.907Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T17:08:24.176Z] ---> Running in c25bfae12618 [2021-04-26T17:08:24.176Z] Removing intermediate container 7a9c4777b7cc [2021-04-26T17:08:24.176Z] ---> a8e6549519af [2021-04-26T17:08:24.176Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T17:08:24.176Z] ---> b91e18ba94f0 [2021-04-26T17:08:24.176Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T17:08:24.751Z] ---> Running in 2eddc6eca965 [2021-04-26T17:08:24.751Z] ---> dad65522dba9 [2021-04-26T17:08:24.751Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T17:08:24.751Z] ---> 3d3ed29ca42a [2021-04-26T17:08:24.751Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T17:08:24.751Z] Removing intermediate container c25bfae12618 [2021-04-26T17:08:24.751Z] ---> 882293d099a4 [2021-04-26T17:08:24.751Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T17:08:24.751Z] ---> 95fa74c3bb4f [2021-04-26T17:08:24.751Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T17:08:25.014Z] ---> Running in 17f3d68bf8e6 [2021-04-26T17:08:25.014Z] ---> Running in cd90fab1641f [2021-04-26T17:08:25.014Z] ---> Running in 03277a10aef1 [2021-04-26T17:08:25.282Z] Removing intermediate container 2eddc6eca965 [2021-04-26T17:08:25.282Z] ---> f9214c44f985 [2021-04-26T17:08:25.282Z] Step 19/21 : LABEL arch=x86_64 [2021-04-26T17:08:25.282Z] ---> 1a8c3af05160 [2021-04-26T17:08:25.282Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T17:08:25.282Z] ---> Running in d429a1c1ca9d [2021-04-26T17:08:25.551Z] Removing intermediate container cd90fab1641f [2021-04-26T17:08:25.551Z] ---> fbec72323e4a [2021-04-26T17:08:25.551Z] Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:08:25.551Z] Removing intermediate container 03277a10aef1 [2021-04-26T17:08:25.551Z] ---> 8db328f7a981 [2021-04-26T17:08:25.551Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:08:25.551Z] ---> Running in 75251fbe9afe [2021-04-26T17:08:25.551Z] ---> Running in 928ba5620ce4 [2021-04-26T17:08:25.819Z] ---> Running in 5b881dc0862d [2021-04-26T17:08:25.819Z] Removing intermediate container d429a1c1ca9d [2021-04-26T17:08:25.819Z] ---> d0385cf7872b [2021-04-26T17:08:25.819Z] Step 20/21 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:08:25.819Z] ---> Running in 21513f2fdc6c [2021-04-26T17:08:26.083Z] Removing intermediate container 75251fbe9afe [2021-04-26T17:08:26.083Z] ---> 86d407b5cdcf [2021-04-26T17:08:26.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:08:26.083Z] Removing intermediate container 5b881dc0862d [2021-04-26T17:08:26.083Z] ---> 7f75f9d19513 [2021-04-26T17:08:26.083Z] Step 20/22 : LABEL arch=x86_64 [2021-04-26T17:08:26.083Z] Removing intermediate container 928ba5620ce4 [2021-04-26T17:08:26.083Z] ---> 1c7545355248 [2021-04-26T17:08:26.083Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T17:08:26.354Z] ---> Running in 4e73a813c92c [2021-04-26T17:08:26.354Z] ---> Running in 48a23eceb20c [2021-04-26T17:08:26.354Z] ---> Running in 3f589510c5d5 [2021-04-26T17:08:26.354Z] Removing intermediate container 21513f2fdc6c [2021-04-26T17:08:26.354Z] ---> d66e1b666039 [2021-04-26T17:08:26.354Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T17:08:26.619Z] ---> Running in eadc4846f431 [2021-04-26T17:08:26.619Z] Removing intermediate container 4e73a813c92c [2021-04-26T17:08:26.619Z] ---> 7cc657ecc401 [2021-04-26T17:08:26.619Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T17:08:26.891Z] Removing intermediate container 48a23eceb20c [2021-04-26T17:08:26.891Z] ---> 4c413392a7dc [2021-04-26T17:08:26.891Z] Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:08:26.891Z] Removing intermediate container 3f589510c5d5 [2021-04-26T17:08:26.891Z] ---> fde98c3c7fc7 [2021-04-26T17:08:26.891Z] [2021-04-26T17:08:26.891Z] Removing intermediate container 17f3d68bf8e6 [2021-04-26T17:08:26.891Z] ---> 4304c2c3e0af [2021-04-26T17:08:26.891Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:08:26.891Z] ---> Running in 082670446fbf [2021-04-26T17:08:26.891Z] ---> Running in 072e475dae46 [2021-04-26T17:08:27.157Z] Removing intermediate container eadc4846f431 [2021-04-26T17:08:27.157Z] ---> 2d4f55d5df64 [2021-04-26T17:08:27.157Z] [2021-04-26T17:08:27.157Z] Successfully built fde98c3c7fc7 [2021-04-26T17:08:27.421Z] Successfully built 2d4f55d5df64 [2021-04-26T17:08:27.421Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-26T17:08:27.421Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-26T17:08:27.421Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-26T17:08:27.421Z] Building docker-core-command-go [2021-04-26T17:08:27.421Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 072e475dae46 [2021-04-26T17:08:27.421Z] ---> 9dae37e7cd3d [2021-04-26T17:08:27.421Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:08:27.421Z] Removing intermediate container 082670446fbf [2021-04-26T17:08:27.421Z] ---> f74a1280a900 [2021-04-26T17:08:27.421Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T17:08:27.421Z] ---> 57903646fd1f [2021-04-26T17:08:27.421Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T17:08:27.686Z] ---> Running in bf641d1d7822 [2021-04-26T17:08:27.686Z] ---> Running in 9842489f266b [2021-04-26T17:08:27.951Z] Removing intermediate container 9842489f266b [2021-04-26T17:08:27.951Z] ---> ca0abe416235 [2021-04-26T17:08:27.951Z] [2021-04-26T17:08:27.951Z] Removing intermediate container bf641d1d7822 [2021-04-26T17:08:27.951Z] ---> 7ebdb01ab86c [2021-04-26T17:08:27.951Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:08:28.216Z] ---> Running in 58d523a7eb07 [2021-04-26T17:08:28.216Z] Successfully built ca0abe416235 [2021-04-26T17:08:28.216Z] Successfully tagged docker-support-notifications-go:latest [2021-04-26T17:08:28.216Z] Building docker-core-data-go [2021-04-26T17:08:28.216Z]  Building docker-support-notifications-go ... done  ---> 613f245e33d0 [2021-04-26T17:08:28.216Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T17:08:28.325Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-26T17:08:28.479Z] Removing intermediate container 58d523a7eb07 [2021-04-26T17:08:28.479Z] ---> 58d6ddf1ec2d [2021-04-26T17:08:28.479Z] [2021-04-26T17:08:28.479Z] Successfully built 58d6ddf1ec2d [2021-04-26T17:08:28.479Z] Successfully tagged docker-core-metadata-go:latest [2021-04-26T17:08:28.479Z] Building docker-security-secretstore-setup-go [2021-04-26T17:08:28.743Z]  Building docker-core-metadata-go ... done  ---> 74e3baf29b10 [2021-04-26T17:08:28.743Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T17:08:29.012Z] ---> 5e68a87878a0 [2021-04-26T17:08:29.012Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T17:08:29.602Z] ---> 184662578ae4 [2021-04-26T17:08:29.602Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T17:08:29.868Z] ---> Running in 09339eafcf93 [2021-04-26T17:08:34.101Z] Removing intermediate container 09339eafcf93 [2021-04-26T17:08:34.101Z] ---> 7b7fa204bac6 [2021-04-26T17:08:34.101Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T17:08:37.428Z] ---> 41b08df2d495 [2021-04-26T17:08:37.428Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T17:08:37.692Z] ---> Running in 1a69e4812c64 [2021-04-26T17:08:42.086Z] Removing intermediate container 1a69e4812c64 [2021-04-26T17:08:42.086Z] ---> 14629f2508db [2021-04-26T17:08:42.086Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T17:08:42.353Z] ---> Running in 64c11b33f899 [2021-04-26T17:08:47.757Z] Removing intermediate container 64c11b33f899 [2021-04-26T17:08:47.757Z] ---> 9521eb35d89b [2021-04-26T17:08:47.757Z] Step 28/31 : CMD ["gate"] [2021-04-26T17:08:53.251Z] ---> Running in 2cb1ab0432c5 [2021-04-26T17:08:55.230Z] Removing intermediate container 2cb1ab0432c5 [2021-04-26T17:08:55.230Z] ---> b287d02191e8 [2021-04-26T17:08:55.230Z] Step 29/31 : LABEL arch=x86_64 [2021-04-26T17:08:55.821Z] ---> Running in fee631037e31 [2021-04-26T17:08:57.789Z] Removing intermediate container fee631037e31 [2021-04-26T17:08:57.789Z] ---> a347b4de6923 [2021-04-26T17:08:57.789Z] Step 30/31 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:08:58.373Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:08:58.373Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:08:58.373Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:08:58.373Z] ---> 1325f7d83af3 [2021-04-26T17:08:58.373Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 6e1c9b996f06 [2021-04-26T17:08:58.373Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:08:58.373Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> Using cache [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder ---> 8a5e38a8fe9e [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] ---> 1325f7d83af3 [2021-04-26T17:08:58.373Z] Step 3/25 : WORKDIR /edgex-go [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 6e1c9b996f06 [2021-04-26T17:08:58.373Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 8a5e38a8fe9e [2021-04-26T17:08:58.373Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> e35b06ea8378 [2021-04-26T17:08:58.373Z] Step 6/25 : COPY go.mod . [2021-04-26T17:08:58.373Z] ---> 1325f7d83af3 [2021-04-26T17:08:58.373Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 6e1c9b996f06 [2021-04-26T17:08:58.373Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:08:58.373Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] Step 5/23 : RUN apk add --update --no-cache make bash git ---> 8a5e38a8fe9e [2021-04-26T17:08:58.373Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 5/23 : RUN apk add --update --no-cache make git [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 1325f7d83af3 [2021-04-26T17:08:58.373Z] ---> e35b06ea8378 [2021-04-26T17:08:58.373Z] Step 3/23 : WORKDIR /edgex-goStep 6/23 : COPY go.mod . [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 6e1c9b996f06 [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> 6ba4ab9d092a [2021-04-26T17:08:58.373Z] Step 7/23 : RUN go mod download [2021-04-26T17:08:58.373Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6ba4ab9d092a [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] Step 7/25 : RUN go mod download ---> Using cache [2021-04-26T17:08:58.373Z] [2021-04-26T17:08:58.373Z] ---> 8a5e38a8fe9e [2021-04-26T17:08:58.373Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> Using cache [2021-04-26T17:08:58.373Z] ---> cca02d4121da [2021-04-26T17:08:58.374Z] ---> cca02d4121da [2021-04-26T17:08:58.374Z] Step 8/25 : COPY . . [2021-04-26T17:08:58.374Z] Step 8/23 : COPY . . [2021-04-26T17:08:58.637Z] ---> Using cache [2021-04-26T17:08:58.637Z] ---> Using cache [2021-04-26T17:08:58.637Z] ---> a670a536be7f [2021-04-26T17:08:58.637Z] ---> a670a536be7f [2021-04-26T17:08:58.637Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/23 : RUN make cmd/core-command/core-command [2021-04-26T17:08:58.637Z] [2021-04-26T17:08:59.590Z] ---> Running in deca1940a034 [2021-04-26T17:08:59.590Z] ---> Running in 49f7a9de05a2 [2021-04-26T17:08:59.590Z] ---> Running in dd25198f242d [2021-04-26T17:08:59.590Z] ---> Running in 1493225e7fdd [2021-04-26T17:08:59.590Z] ---> Running in d742df327a51 [2021-04-26T17:09:00.182Z] Removing intermediate container deca1940a034 [2021-04-26T17:09:00.182Z] ---> 6bc50d57f4f2 [2021-04-26T17:09:00.182Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T17:09:00.484Z] ---> Running in 6f1dbc87ec15 [2021-04-26T17:09:00.484Z] 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-26T17:09:00.804Z] Removing intermediate container 6f1dbc87ec15 [2021-04-26T17:09:00.804Z] ---> 85c6141817dc [2021-04-26T17:09:00.804Z] [2021-04-26T17:09:00.804Z] 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-26T17:09:01.080Z] Successfully built 85c6141817dc [2021-04-26T17:09:01.080Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-26T17:09:01.080Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:09:01.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:09:01.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:09:01.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:09:02.341Z] OK: 233 MiB in 51 packages [2021-04-26T17:09:03.363Z] OK: 233 MiB in 51 packages [2021-04-26T17:09:03.650Z] Removing intermediate container 1493225e7fdd [2021-04-26T17:09:03.650Z] ---> 6c76d5f427c8 [2021-04-26T17:09:03.650Z] Step 6/23 : COPY go.mod . [2021-04-26T17:09:03.923Z] ---> 67a15a6c9d0b [2021-04-26T17:09:03.923Z] Step 7/23 : RUN go mod download [2021-04-26T17:09:04.196Z] ---> Running in f29d3fb64b68 [2021-04-26T17:09:04.196Z] Removing intermediate container d742df327a51 [2021-04-26T17:09:04.196Z] ---> ae33e38ade70 [2021-04-26T17:09:04.196Z] Step 6/23 : COPY go.mod . [2021-04-26T17:09:04.785Z] ---> 6557bb90024a [2021-04-26T17:09:04.785Z] Step 7/23 : RUN go mod download [2021-04-26T17:09:05.057Z] ---> Running in 465c1c9524e8 [2021-04-26T17:09:06.500Z] Removing intermediate container f29d3fb64b68 [2021-04-26T17:09:06.500Z] ---> e04b2848b1f2 [2021-04-26T17:09:06.500Z] Step 8/23 : COPY . . [2021-04-26T17:09:10.819Z] Removing intermediate container 465c1c9524e8 [2021-04-26T17:09:10.819Z] ---> 873ebc0b0d02 [2021-04-26T17:09:10.819Z] Step 8/23 : COPY . . [2021-04-26T17:09:25.070Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-26T17:09:25.070Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-26T17:09:31.821Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-26T17:09:31.821Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-26T17:09:32.917Z] 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-26T17:09:33.275Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-26T17:09:33.275Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-26T17:09:33.275Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-26T17:09:35.279Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-26T17:09:37.918Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-26T17:09:38.525Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-26T17:09:39.569Z] ---> c820a4ff7dfb [2021-04-26T17:09:39.569Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T17:09:39.569Z] ---> f92250a60ec7 [2021-04-26T17:09:39.569Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T17:09:39.569Z] ---> Running in 42e0f6992c4a [2021-04-26T17:09:39.569Z] ---> Running in d1e6cef47f53 [2021-04-26T17:09:39.845Z] 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-26T17:09:39.845Z] 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-26T17:09:44.179Z] Removing intermediate container dd25198f242d [2021-04-26T17:09:44.179Z] ---> fa0e0335092e [2021-04-26T17:09:44.179Z] [2021-04-26T17:09:44.179Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T17:09:44.179Z] ---> 13621d1b12d4 [2021-04-26T17:09:44.179Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T17:09:44.179Z] ---> Using cache [2021-04-26T17:09:44.179Z] ---> 6d80eeb74c1b [2021-04-26T17:09:44.179Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:09:44.179Z] ---> Using cache [2021-04-26T17:09:44.179Z] ---> e8ba70aca413 [2021-04-26T17:09:44.179Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T17:09:45.610Z] Removing intermediate container 49f7a9de05a2 [2021-04-26T17:09:45.610Z] ---> cc8697fe70a7 [2021-04-26T17:09:45.610Z] [2021-04-26T17:09:45.610Z] Step 10/25 : FROM alpine:3.12 [2021-04-26T17:09:45.610Z] ---> 13621d1b12d4 [2021-04-26T17:09:45.610Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T17:09:45.610Z] ---> Running in 60333d64bd09 [2021-04-26T17:09:45.610Z] ---> Running in 93c2fdb154c8 [2021-04-26T17:09:45.918Z] Removing intermediate container 60333d64bd09 [2021-04-26T17:09:45.918Z] ---> 250e68525550 [2021-04-26T17:09:45.918Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T17:09:46.413Z] ---> Running in ab53b287b845 [2021-04-26T17:09:46.413Z] Removing intermediate container ab53b287b845 [2021-04-26T17:09:46.413Z] ---> a92770aec1b7 [2021-04-26T17:09:46.413Z] Step 15/23 : WORKDIR / [2021-04-26T17:09:46.807Z] ---> Running in 0ae277be445e [2021-04-26T17:09:46.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:09:46.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-26T17:09:46.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-26T17:09:46.832Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-26T17:09:47.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:09:47.242Z] Removing intermediate container 0ae277be445e [2021-04-26T17:09:47.242Z] ---> 7402d6681965 [2021-04-26T17:09:47.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:09:47.582Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T17:09:47.582Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T17:09:47.582Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T17:09:47.582Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T17:09:47.582Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T17:09:47.582Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T17:09:47.582Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:09:47.582Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T17:09:48.304Z] OK: 7 MiB in 20 packages [2021-04-26T17:09:48.942Z] ---> f09f93bf470f [2021-04-26T17:09:48.942Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T17:09:50.376Z] Removing intermediate container 93c2fdb154c8 [2021-04-26T17:09:50.376Z] ---> e81db415ca0c [2021-04-26T17:09:50.376Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T17:09:50.376Z] ---> 179ca3a19193 [2021-04-26T17:09:50.376Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T17:09:50.376Z] ---> Running in 6253d2c16764 [2021-04-26T17:09:50.959Z] Removing intermediate container 6253d2c16764 [2021-04-26T17:09:50.959Z] ---> 80eb8f5e082f [2021-04-26T17:09:50.959Z] Step 13/25 : WORKDIR / [2021-04-26T17:09:50.959Z] ---> 2723fe05acab [2021-04-26T17:09:50.959Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T17:09:50.959Z] ---> Running in ed00328c578b [2021-04-26T17:09:52.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.309s coverage: 45.9% of statements [2021-04-26T17:09:52.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-26T17:09:52.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-26T17:09:52.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-26T17:09:52.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-26T17:09:52.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-26T17:09:52.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-26T17:09:52.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.194s coverage: 19.8% of statements [2021-04-26T17:09:52.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements [2021-04-26T17:09:52.915Z] ---> Running in a0c42fbc1918 [2021-04-26T17:09:52.915Z] Removing intermediate container ed00328c578b [2021-04-26T17:09:52.915Z] ---> abb4d289fc04 [2021-04-26T17:09:52.915Z] 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-26T17:09:52.915Z] Removing intermediate container a0c42fbc1918 [2021-04-26T17:09:52.915Z] ---> 80526cc52d08 [2021-04-26T17:09:52.915Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:09:52.915Z] ---> Running in d4b2119f48bd [2021-04-26T17:09:53.195Z] ---> ca9bc40cb330 [2021-04-26T17:09:53.195Z] 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-26T17:09:53.195Z] Removing intermediate container d4b2119f48bd [2021-04-26T17:09:53.195Z] ---> 61d3cf2639f5 [2021-04-26T17:09:53.195Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T17:09:53.464Z] ---> Running in f61c5897d5d3 [2021-04-26T17:09:53.464Z] ---> eebf0bf82edf [2021-04-26T17:09:53.464Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T17:09:53.732Z] Removing intermediate container f61c5897d5d3 [2021-04-26T17:09:53.732Z] ---> 9ce9bda62b3b [2021-04-26T17:09:53.732Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:09:53.732Z] ---> Running in 59cbd5fbaf8a [2021-04-26T17:09:53.998Z] ---> 65d055b5dff8 [2021-04-26T17:09:53.998Z] 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-26T17:09:53.998Z] Removing intermediate container 59cbd5fbaf8a [2021-04-26T17:09:53.998Z] ---> b472b5276ff0 [2021-04-26T17:09:53.998Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:09:54.265Z] ---> Running in 62017ef09a6f [2021-04-26T17:09:54.538Z] ---> 7e66fdf05a35 [2021-04-26T17:09:54.538Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T17:09:54.538Z] Removing intermediate container 62017ef09a6f [2021-04-26T17:09:54.538Z] ---> 4c0b838ea2bb [2021-04-26T17:09:54.538Z] [2021-04-26T17:09:54.809Z] Successfully built 4c0b838ea2bb [2021-04-26T17:09:55.078Z] Successfully tagged docker-core-command-go:latest [2021-04-26T17:09:55.352Z]  Building docker-core-command-go ... done  ---> 2a07f8259dbd [2021-04-26T17:09:55.352Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T17:09:56.772Z] ---> 6148bb8e8114 [2021-04-26T17:09:56.772Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T17:09:57.355Z] ---> 129c5e617493 [2021-04-26T17:09:57.355Z] 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-26T17:09:57.355Z] ---> Running in 02eb0853fa5d [2021-04-26T17:09:59.308Z] Removing intermediate container 02eb0853fa5d [2021-04-26T17:09:59.308Z] ---> 39fea300daa0 [2021-04-26T17:09:59.308Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T17:09:59.308Z] ---> Running in 4a7406d8b12f [2021-04-26T17:09:59.576Z] Removing intermediate container 4a7406d8b12f [2021-04-26T17:09:59.576Z] ---> 82903f750541 [2021-04-26T17:09:59.576Z] Step 23/25 : LABEL arch=x86_64 [2021-04-26T17:09:59.576Z] ---> Running in a7e80c2f118c [2021-04-26T17:10:00.165Z] Removing intermediate container a7e80c2f118c [2021-04-26T17:10:00.165Z] ---> f776b6cf122b [2021-04-26T17:10:00.165Z] Step 24/25 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:10:00.439Z] ---> Running in 2b88ea7c9f73 [2021-04-26T17:10:00.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.430s coverage: 27.1% of statements [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-26T17:10:00.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-26T17:10:00.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.124s coverage: 100.0% of statements [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-26T17:10:00.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-26T17:10:00.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 71.3% of statements [2021-04-26T17:10:00.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-26T17:10:00.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-26T17:10:01.841Z] Removing intermediate container 2b88ea7c9f73 [2021-04-26T17:10:01.841Z] ---> bca38b37b98c [2021-04-26T17:10:01.841Z] Step 25/25 : LABEL version=0.0.0 [2021-04-26T17:10:02.428Z] ---> Running in ad2a72aded49 [2021-04-26T17:10:02.428Z] Removing intermediate container d1e6cef47f53 [2021-04-26T17:10:02.428Z] ---> e05da666c417 [2021-04-26T17:10:02.428Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T17:10:02.428Z] ---> Running in f99354a5fed3 [2021-04-26T17:10:02.696Z] Removing intermediate container ad2a72aded49 [2021-04-26T17:10:02.696Z] ---> 6776e999eb98 [2021-04-26T17:10:02.696Z] [2021-04-26T17:10:02.696Z] Successfully built 6776e999eb98 [2021-04-26T17:10:02.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 82.9% of statements [2021-04-26T17:10:02.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-26T17:10:02.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:10:02.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.156s coverage: 78.9% of statements [2021-04-26T17:10:02.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-26T17:10:02.962Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-26T17:10:02.962Z]  Building docker-security-secretstore-setup-go ... done 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-26T17:10:04.371Z] Removing intermediate container f99354a5fed3 [2021-04-26T17:10:04.371Z] ---> 23d7e93b1172 [2021-04-26T17:10:04.371Z] [2021-04-26T17:10:04.371Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T17:10:04.371Z] 20.10.0: Pulling from library/docker [2021-04-26T17:10:11.040Z] Removing intermediate container 42e0f6992c4a [2021-04-26T17:10:11.040Z] ---> 841932d465f3 [2021-04-26T17:10:11.040Z] [2021-04-26T17:10:11.040Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T17:10:11.040Z] ---> 13621d1b12d4 [2021-04-26T17:10:11.040Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T17:10:11.040Z] ---> Running in b54c5c930357 [2021-04-26T17:10:11.303Z] Removing intermediate container b54c5c930357 [2021-04-26T17:10:11.303Z] ---> 4d948d5f18a3 [2021-04-26T17:10:11.303Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T17:10:11.303Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T17:10:11.303Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T17:10:11.303Z] ---> aefe523efa57 [2021-04-26T17:10:11.303Z] 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-26T17:10:11.303Z] ---> Running in 4c499414adc8 [2021-04-26T17:10:11.303Z] ---> Running in 389a3f92294f [2021-04-26T17:10:11.568Z] Removing intermediate container 4c499414adc8 [2021-04-26T17:10:11.568Z] ---> 53ea293ec06f [2021-04-26T17:10:11.568Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T17:10:11.568Z] Removing intermediate container 389a3f92294f [2021-04-26T17:10:11.568Z] ---> a9263a317eb7 [2021-04-26T17:10:11.568Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T17:10:11.568Z] ---> Running in c2f5856a3949 [2021-04-26T17:10:11.568Z] ---> Running in e02061b4480c [2021-04-26T17:10:11.834Z] Removing intermediate container c2f5856a3949 [2021-04-26T17:10:11.834Z] ---> a1f3bfcd43bc [2021-04-26T17:10:11.834Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:10:11.834Z] ---> Running in b4d8b9c793e8 [2021-04-26T17:10:12.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:10:12.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:10:12.415Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T17:10:12.415Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T17:10:12.415Z] Executing bash-5.0.17-r0.post-install [2021-04-26T17:10:12.415Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T17:10:12.415Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T17:10:12.677Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T17:10:12.677Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T17:10:12.677Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T17:10:12.677Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T17:10:12.677Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T17:10:12.677Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T17:10:12.677Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T17:10:12.678Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T17:10:12.678Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T17:10:13.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-26T17:10:13.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.227s coverage: 100.0% of statements [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-26T17:10:13.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.133s coverage: 100.0% of statements [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-26T17:10:13.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.425s coverage: 86.7% of statements [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-26T17:10:13.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.394s coverage: 97.5% of statements [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-26T17:10:13.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.283s coverage: 78.3% of statements [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-26T17:10:13.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-26T17:10:16.905Z] Removing intermediate container b4d8b9c793e8 [2021-04-26T17:10:16.906Z] ---> ed2b8b236115 [2021-04-26T17:10:16.906Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T17:10:16.906Z] ---> Running in 31c2da6eaf2e [2021-04-26T17:10:16.906Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T17:10:16.906Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T17:10:16.906Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T17:10:16.906Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T17:10:16.906Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T17:10:16.906Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T17:10:16.906Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T17:10:16.906Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T17:10:16.906Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T17:10:16.906Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T17:10:16.906Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T17:10:16.906Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T17:10:16.906Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T17:10:16.906Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T17:10:16.906Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T17:10:16.906Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T17:10:16.906Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T17:10:16.906Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T17:10:16.906Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T17:10:16.906Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T17:10:16.906Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T17:10:16.906Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T17:10:16.906Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T17:10:16.906Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T17:10:17.168Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T17:10:17.168Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T17:10:18.118Z] Executing busybox-1.31.1-r19.trigger [2021-04-26T17:10:18.118Z] OK: 72 MiB in 59 packages [2021-04-26T17:10:18.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-26T17:10:19.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-26T17:10:19.069Z] Collecting docker-compose==1.23.2 [2021-04-26T17:10:19.069Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T17:10:19.331Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T17:10:19.331Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T17:10:19.331Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T17:10:19.331Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T17:10:19.331Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T17:10:19.592Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T17:10:19.592Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T17:10:19.592Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T17:10:19.856Z] 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-26T17:10:19.856Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T17:10:19.856Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T17:10:20.431Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T17:10:20.431Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T17:10:20.431Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:10:20.431Z] OK: 8 MiB in 20 packages [2021-04-26T17:10:20.431Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T17:10:20.431Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T17:10:20.694Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T17:10:20.694Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T17:10:21.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.241s coverage: 93.0% of statements [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-26T17:10:21.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-26T17:10:21.465Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.269s coverage: 0.9% of statements [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-26T17:10:21.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-26T17:10:21.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.167s coverage: 47.1% of statements [2021-04-26T17:10:21.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.150s coverage: 79.5% of statements [2021-04-26T17:10:21.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.151s coverage: 94.1% of statements [2021-04-26T17:10:21.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements [2021-04-26T17:10:22.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.163s coverage: 87.5% of statements [2021-04-26T17:10:22.616Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T17:10:22.616Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T17:10:22.616Z] Removing intermediate container 31c2da6eaf2e [2021-04-26T17:10:22.616Z] ---> 2a83ad69cb8c [2021-04-26T17:10:22.616Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:10:22.616Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T17:10:22.616Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T17:10:22.887Z] ---> ed4f884afefa [2021-04-26T17:10:22.887Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T17:10:22.887Z] Collecting PyYAML<4,>=3.10 [2021-04-26T17:10:22.887Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T17:10:25.450Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T17:10:25.450Z] ---> 3f4793086d20 [2021-04-26T17:10:25.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T17:10:25.450Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T17:10:25.450Z] ---> 5167e3eb19a2 [2021-04-26T17:10:25.450Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T17:10:25.450Z] ---> Running in 408aeb914fc8 [2021-04-26T17:10:25.450Z] 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-26T17:10:25.712Z] Removing intermediate container 408aeb914fc8 [2021-04-26T17:10:25.712Z] ---> ac74dacea678 [2021-04-26T17:10:25.712Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:10:25.712Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T17:10:25.712Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T17:10:25.712Z] ---> Running in 7253f874f84a [2021-04-26T17:10:25.712Z] Collecting idna<2.8,>=2.5 [2021-04-26T17:10:25.712Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T17:10:25.712Z] 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-26T17:10:25.980Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T17:10:25.980Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T17:10:25.980Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T17:10:25.980Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T17:10:25.980Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T17:10:25.981Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T17:10:25.981Z] Removing intermediate container 7253f874f84a [2021-04-26T17:10:25.981Z] ---> 65c3933e2ec3 [2021-04-26T17:10:25.981Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T17:10:25.981Z] ---> Running in 426f076b8282 [2021-04-26T17:10:25.981Z] Installing collected packages: cached-property, dockerpty, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, texttable, docker-compose [2021-04-26T17:10:25.981Z] Running setup.py install for dockerpty: started [2021-04-26T17:10:26.244Z] Removing intermediate container 426f076b8282 [2021-04-26T17:10:26.244Z] ---> 87d27815a3bd [2021-04-26T17:10:26.244Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:10:26.244Z] ---> Running in 09ed608955ba [2021-04-26T17:10:26.507Z] Removing intermediate container 09ed608955ba [2021-04-26T17:10:26.507Z] ---> 35fd1da7f05e [2021-04-26T17:10:26.507Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:10:26.507Z] ---> Running in 87c2937a32f9 [2021-04-26T17:10:26.507Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T17:10:26.507Z] Running setup.py install for docopt: started [2021-04-26T17:10:26.770Z] Removing intermediate container 87c2937a32f9 [2021-04-26T17:10:26.770Z] ---> 76383aa92149 [2021-04-26T17:10:26.770Z] [2021-04-26T17:10:27.032Z] Successfully built 76383aa92149 [2021-04-26T17:10:27.032Z] Successfully tagged docker-core-data-go:latest [2021-04-26T17:10:27.032Z]  Building docker-core-data-go ... done  Running setup.py install for docopt: finished with status 'done' [2021-04-26T17:10:27.295Z] Attempting uninstall: urllib3 [2021-04-26T17:10:27.295Z] Found existing installation: urllib3 1.25.9 [2021-04-26T17:10:27.295Z] Uninstalling urllib3-1.25.9: [2021-04-26T17:10:27.295Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T17:10:27.557Z] Attempting uninstall: idna [2021-04-26T17:10:27.557Z] Found existing installation: idna 2.9 [2021-04-26T17:10:27.557Z] Uninstalling idna-2.9: [2021-04-26T17:10:27.557Z] Successfully uninstalled idna-2.9 [2021-04-26T17:10:27.821Z] Attempting uninstall: requests [2021-04-26T17:10:27.821Z] Found existing installation: requests 2.23.0 [2021-04-26T17:10:27.821Z] Uninstalling requests-2.23.0: [2021-04-26T17:10:27.821Z] Successfully uninstalled requests-2.23.0 [2021-04-26T17:10:28.084Z] Running setup.py install for PyYAML: started [2021-04-26T17:10:28.660Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T17:10:28.660Z] Running setup.py install for texttable: started [2021-04-26T17:10:29.235Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T17:10:29.498Z] 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-26T17:10:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.184s coverage: 94.4% of statements [2021-04-26T17:10:37.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements [2021-04-26T17:10:39.528Z] Removing intermediate container e02061b4480c [2021-04-26T17:10:39.528Z] ---> b8d51053ebe5 [2021-04-26T17:10:39.528Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T17:10:39.528Z] ---> Running in dd7175c0cca5 [2021-04-26T17:10:39.528Z] Removing intermediate container dd7175c0cca5 [2021-04-26T17:10:39.528Z] ---> 3558950c0df7 [2021-04-26T17:10:39.528Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T17:10:39.528Z] ---> Running in b4399fb881e3 [2021-04-26T17:10:39.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.524s coverage: 81.9% of statements [2021-04-26T17:10:39.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-26T17:10:39.789Z] Removing intermediate container b4399fb881e3 [2021-04-26T17:10:39.789Z] ---> 06cf004001ae [2021-04-26T17:10:39.789Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T17:10:40.365Z] ---> e2f96e7acd5d [2021-04-26T17:10:40.365Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T17:10:40.627Z] ---> 0480e43cfc1d [2021-04-26T17:10:40.627Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T17:10:40.890Z] ---> 8cb06aae702f [2021-04-26T17:10:40.890Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T17:10:40.890Z] ---> Running in 27832a291525 [2021-04-26T17:10:41.153Z] Removing intermediate container 27832a291525 [2021-04-26T17:10:41.153Z] ---> bd2e3bc90ff0 [2021-04-26T17:10:41.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:10:41.153Z] ---> Running in 988c738298d1 [2021-04-26T17:10:41.418Z] Removing intermediate container 988c738298d1 [2021-04-26T17:10:41.418Z] ---> 0ae0b2ab5266 [2021-04-26T17:10:41.418Z] Step 21/23 : LABEL arch=x86_64 [2021-04-26T17:10:41.418Z] ---> Running in 6fb11150d796 [2021-04-26T17:10:41.418Z] Removing intermediate container 6fb11150d796 [2021-04-26T17:10:41.418Z] ---> 9c8865930e1a [2021-04-26T17:10:41.418Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:10:41.680Z] ---> Running in 6e88a1cb83be [2021-04-26T17:10:41.680Z] Removing intermediate container 6e88a1cb83be [2021-04-26T17:10:41.680Z] ---> d76404ec3af6 [2021-04-26T17:10:41.680Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:10:41.943Z] ---> Running in c07eeb083f34 [2021-04-26T17:10:41.943Z] Removing intermediate container c07eeb083f34 [2021-04-26T17:10:41.943Z] ---> 8bc4f7f0f6f9 [2021-04-26T17:10:41.943Z] [2021-04-26T17:10:42.207Z] Successfully built 8bc4f7f0f6f9 [2021-04-26T17:10:42.207Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-26T17:10:42.482Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-26T17:10:42.518Z] $ docker stop --time=1 d31ba4917f0c7747d80294c9fc77d456e0654a0089ea028a19581aa57c177590 [2021-04-26T17:10:44.219Z] $ docker rm -f d31ba4917f0c7747d80294c9fc77d456e0654a0089ea028a19581aa57c177590 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T17:10:44.665Z] + docker images [2021-04-26T17:10:44.665Z] + grep docker [2021-04-26T17:10:44.929Z] docker-sys-mgmt-agent-go latest 8bc4f7f0f6f9 3 seconds ago 312MB [2021-04-26T17:10:44.929Z] docker-core-data-go latest 76383aa92149 18 seconds ago 22.9MB [2021-04-26T17:10:44.929Z] docker-security-secretstore-setup-go latest 6776e999eb98 42 seconds ago 26.5MB [2021-04-26T17:10:44.929Z] docker-core-command-go latest 4c0b838ea2bb 50 seconds ago 17.5MB [2021-04-26T17:10:44.929Z] docker-security-bootstrapper-go latest 85c6141817dc About a minute ago 19.3MB [2021-04-26T17:10:44.929Z] docker-core-metadata-go latest 58d6ddf1ec2d 2 minutes ago 19.2MB [2021-04-26T17:10:44.929Z] docker-support-notifications-go latest ca0abe416235 2 minutes ago 18.2MB [2021-04-26T17:10:44.929Z] docker-security-proxy-setup-go latest 2d4f55d5df64 2 minutes ago 26.1MB [2021-04-26T17:10:44.929Z] docker-support-scheduler-go latest fde98c3c7fc7 2 minutes ago 17.7MB [2021-04-26T17:10:44.929Z] 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-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.176s coverage: 92.9% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 79.1% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.0% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.215s coverage: 85.4% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.2% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 64.4% of statements [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-26T17:10:52.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-04-26T17:10:52.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-04-26T17:10:55.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.919s coverage: 66.9% of statements [2021-04-26T17:10:55.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-26T17:10:55.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-26T17:10:55.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-26T17:10:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 41.5% of statements [2021-04-26T17:10:57.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-26T17:10:57.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-26T17:10:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements [2021-04-26T17:10:57.606Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-26T17:10:57.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.079s coverage: 84.8% of statements [2021-04-26T17:11:00.229Z] Still waiting to schedule task [2021-04-26T17:11:00.229Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-26T17:11:04.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-26T17:11:04.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-26T17:11:04.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-26T17:11:04.338Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.140s coverage: 9.6% of statements [2021-04-26T17:11:04.338Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-26T17:11:05.329Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.423s coverage: 88.6% of statements [2021-04-26T17:11:05.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-26T17:11:05.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:11:05.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-26T17:11:13.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.152s coverage: 28.7% of statements [2021-04-26T17:11:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-26T17:11:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-26T17:11:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-26T17:11:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-26T17:11:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-26T17:11:13.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.204s coverage: 99.0% of statements [2021-04-26T17:11:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-26T17:11:13.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-26T17:11:13.658Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.159s coverage: 64.6% of statements [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-26T17:11:13.658Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.382s coverage: 95.6% of statements [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-26T17:11:13.658Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-26T17:11:13.658Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-26T17:11:13.658Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-26T17:11:13.658Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-26T17:11:13.658Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-04-26T17:11:15.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 28.1% of statements [2021-04-26T17:11:15.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-04-26T17:11:16.227Z] GO111MODULE=on go vet ./... [2021-04-26T17:11:52.001Z] Running on prd-ubuntu18.04-docker-8c-8g-1829 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws [2021-04-26T17:11:52.024Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-04-26T17:11:54.298Z] using credential edgex-jenkins-ssh [2021-04-26T17:11:54.311Z] Cloning the remote Git repository [2021-04-26T17:11:54.338Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-26T17:11:54.399Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-04-26T17:11:54.423Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T17:11:54.423Z] > git --version # timeout=10 [2021-04-26T17:11:54.432Z] > git --version # 'git version 2.17.1' [2021-04-26T17:11:54.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T17:11:54.458Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T17:12:06.284Z] Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit 435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:12:06.430Z] Merge succeeded, producing 435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:12:06.431Z] Checking out Revision 435fc41d67987ddff12c535146ad4fc35898d092 (PR-3391) [2021-04-26T17:12:05.457Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T17:12:05.463Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-26T17:12:05.472Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-26T17:12:05.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-26T17:12:05.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T17:12:05.489Z] > 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-26T17:12:06.298Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T17:12:06.303Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-04-26T17:12:06.393Z] > git remote # timeout=10 [2021-04-26T17:12:06.398Z] > git config --get remote.origin.url # timeout=10 [2021-04-26T17:12:06.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-26T17:12:06.416Z] > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 [2021-04-26T17:12:06.427Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-26T17:12:06.439Z] > git config core.sparsecheckout # timeout=10 [2021-04-26T17:12:06.448Z] > git checkout -f 435fc41d67987ddff12c535146ad4fc35898d092 # timeout=10 [2021-04-26T17:12:10.095Z] Commit message: "fix: address PR feedback/comments" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:12:11.311Z] + echo snap-build.sh [2021-04-26T17:12:11.311Z] snap-build.sh [2021-04-26T17:12:11.311Z] + SNAP_BASE_DIR=. [2021-04-26T17:12:11.311Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-04-26T17:12:11.311Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-04-26T17:12:11.311Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-04-26T17:12:11.311Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-04-26T17:12:11.311Z] + cd /w/workspace/edgex-go/7 [2021-04-26T17:12:11.311Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-26T17:12:11.311Z] Reading package lists... [2021-04-26T17:12:11.311Z] Building dependency tree... [2021-04-26T17:12:11.311Z] Reading state information... [2021-04-26T17:12:11.572Z] The following packages were automatically installed and are no longer required: [2021-04-26T17:12:11.572Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-26T17:12:11.572Z] uidmap xdelta3 [2021-04-26T17:12:11.572Z] Use 'sudo apt autoremove' to remove them. [2021-04-26T17:12:11.572Z] The following packages will be REMOVED: [2021-04-26T17:12:11.572Z] lxd* lxd-client* [2021-04-26T17:12:11.833Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-26T17:12:11.834Z] After this operation, 31.7 MB disk space will be freed. [2021-04-26T17:12:12.891Z] (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-26T17:12:12.891Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T17:12:13.835Z] Removing lxd dnsmasq configuration [2021-04-26T17:12:13.835Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T17:12:14.097Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-26T17:12:15.043Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-26T17:12:15.043Z] (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-26T17:12:15.043Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-26T17:12:16.436Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-26T17:12:16.436Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-26T17:12:17.379Z] + sudo snap remove --purge lxd [2021-04-26T17:12:17.640Z] snap "lxd" is not installed [2021-04-26T17:12:17.640Z] + sudo groupadd --force --system lxd [2021-04-26T17:12:17.640Z] ++ whoami [2021-04-26T17:12:17.640Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-26T17:12:17.640Z] + newgrp - lxd [2021-04-26T17:12:17.640Z] + sudo snap install lxd [2021-04-26T17:12:25.787Z] 2021-04-26T17:12:22Z INFO Waiting for automatic snapd restart... [2021-04-26T17:12:38.026Z] lxd 4.13 from Canonical* installed [2021-04-26T17:12:38.026Z] + sudo lxd init --auto [2021-04-26T17:12:38.033Z] gofmt -l . [2021-04-26T17:12:38.034Z] [ "`gofmt -l .`" = "" ] [2021-04-26T17:12:38.034Z] ./bin/test-go-mod-tidy.sh [2021-04-26T17:12:38.034Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-26T17:12:40.165Z] + ls -al . [2021-04-26T17:12:40.166Z] total 848 [2021-04-26T17:12:40.166Z] drwxrwxr-x 9 1001 1001 4096 Apr 26 17:12 . [2021-04-26T17:12:40.166Z] drwxr-xr-x 4 root root 4096 Apr 26 17:08 .. [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 11 Apr 26 17:06 .dockerignore [2021-04-26T17:12:40.166Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 17:06 .git [2021-04-26T17:12:40.166Z] drwxrwxr-x 3 1001 1001 4096 Apr 26 17:06 .github [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 818 Apr 26 17:06 .gitignore [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 166 Apr 26 17:06 .sonarcloud.properties [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 8609 Apr 26 17:06 Attribution.txt [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 3804 Apr 26 17:06 CONTRIBUTING.md [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 931 Apr 26 17:06 Dockerfile.build [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 863 Apr 26 17:06 Jenkinsfile [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 10775 Apr 26 17:06 LICENSE [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 5774 Apr 26 17:06 Makefile [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 7978 Apr 26 17:06 README.md [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 6755 Apr 26 17:06 SECURITY.md [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 5 Apr 26 17:02 VERSION [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 4131 Apr 26 17:06 ZMQWindows.md [2021-04-26T17:12:40.166Z] drwxrwxr-x 2 1001 1001 4096 Apr 26 17:06 bin [2021-04-26T17:12:40.166Z] drwxrwxr-x 14 1001 1001 4096 Apr 26 17:06 cmd [2021-04-26T17:12:40.166Z] -rw-r--r-- 1 root root 712626 Apr 26 17:11 coverage.out [2021-04-26T17:12:40.166Z] -rw-r--r-- 1 root root 1060 Apr 26 17:12 go.mod [2021-04-26T17:12:40.166Z] -rw-r--r-- 1 root root 22420 Apr 26 17:12 go.sum [2021-04-26T17:12:40.166Z] drwxrwxr-x 8 1001 1001 4096 Apr 26 17:06 internal [2021-04-26T17:12:40.166Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 17:06 openapi [2021-04-26T17:12:40.166Z] drwxrwxr-x 4 1001 1001 4096 Apr 26 17:06 snap [2021-04-26T17:12:40.166Z] -rw-rw-r-- 1 1001 1001 168 Apr 26 17:06 version.go [Pipeline] sh [2021-04-26T17:12:40.871Z] + '[' -e coverage.out ] [2021-04-26T17:12:40.871Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-26T17:12:40.894Z] Warning: overwriting stash ‘coverage-report’ [2021-04-26T17:12:42.244Z] Stashed 1 file(s) [Pipeline] sh [2021-04-26T17:12:42.671Z] + make build [2021-04-26T17:12:42.947Z] 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-26T17:12:48.100Z] + sudo snap install --classic snapcraft [2021-04-26T17:12:52.309Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T17:12:52.309Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-26T17:12:52.309Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-26T17:12:52.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T17:12:52.309Z] Dload Upload Total Spent Left Speed [2021-04-26T17:12:52.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4180 0 --:--:-- --:--:-- --:--:-- 4180 [2021-04-26T17:12:52.309Z] 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 11.0M [2021-04-26T17:12:52.309Z] ./yq_linux_amd64 [2021-04-26T17:12:52.309Z] + sudo snapcraft prime --use-lxd [2021-04-26T17:12:53.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-26T17:12:53.696Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-26T17:12:53.696Z] 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-26T17:12:53.696Z] - README.md [2021-04-26T17:12:53.696Z] [2021-04-26T17:12:53.696Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T17:12:54.638Z] Launching a container. [2021-04-26T17:13:06.880Z] Waiting for container to be ready [2021-04-26T17:13:07.141Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-26T17:13:07.141Z] [2021-04-26T17:13:11.347Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-26T17:13:11.347Z] Waiting for network to be ready... [2021-04-26T17:13:11.607Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T17:13:11.607Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-26T17:13:11.607Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T17:13:11.867Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T17:13:11.867Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T17:13:11.867Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T17:13:11.867Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T17:13:11.867Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T17:13:11.867Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T17:13:11.867Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T17:13:12.440Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T17:13:12.440Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T17:13:12.700Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T17:13:12.700Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T17:13:12.700Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T17:13:12.700Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T17:13:12.700Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T17:13:12.700Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T17:13:13.272Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T17:13:13.272Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T17:13:13.272Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T17:13:13.533Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T17:13:13.533Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T17:13:13.533Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T17:13:13.533Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T17:13:13.533Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-26T17:13:13.533Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T17:13:15.311Z] 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-26T17:13:16.076Z] Fetched 24.4 MB in 4s (5762 kB/s) [2021-04-26T17:13:16.651Z] Reading package lists... [2021-04-26T17:13:16.651Z] Reading package lists... [2021-04-26T17:13:16.912Z] Building dependency tree... [2021-04-26T17:13:16.912Z] Reading state information... [2021-04-26T17:13:16.912Z] The following additional packages will be installed: [2021-04-26T17:13:16.912Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T17:13:16.912Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T17:13:16.912Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T17:13:16.912Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-26T17:13:16.912Z] Suggested packages: [2021-04-26T17:13:16.912Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-26T17:13:16.912Z] Recommended packages: [2021-04-26T17:13:16.912Z] gnupg libsasl2-modules [2021-04-26T17:13:16.912Z] The following NEW packages will be installed: [2021-04-26T17:13:16.912Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-26T17:13:16.912Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-26T17:13:16.912Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-26T17:13:16.912Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-26T17:13:16.912Z] The following packages will be upgraded: [2021-04-26T17:13:16.912Z] gpg gpg-agent gpgconf libudev1 [2021-04-26T17:13:17.174Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-26T17:13:17.174Z] Need to get 3529 kB of archives. [2021-04-26T17:13:17.174Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-26T17:13:17.174Z] 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-26T17:13:17.174Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-26T17:13:17.434Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-26T17:13:17.434Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-26T17:13:17.434Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-26T17:13:17.434Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-26T17:13:18.006Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-26T17:13:18.006Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-26T17:13:18.006Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-26T17:13:18.006Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-26T17:13:18.006Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-26T17:13:18.006Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-26T17:13:18.006Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-26T17:13:18.006Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-26T17:13:18.006Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-26T17:13:18.006Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-26T17:13:18.006Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-26T17:13:18.006Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-26T17:13:18.006Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-26T17:13:18.006Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-26T17:13:18.006Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-26T17:13:18.006Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-26T17:13:18.267Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T17:13:18.267Z] Fetched 3529 kB in 1s (3178 kB/s) [2021-04-26T17:13:18.267Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T17:13:18.267Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-26T17:13:18.267Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T17:13:18.528Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-26T17:13:18.528Z] Selecting previously unselected package udev. [2021-04-26T17:13:18.528Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-26T17:13:18.528Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-26T17:13:18.528Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-26T17:13:19.099Z] Selecting previously unselected package libfuse2:amd64. [2021-04-26T17:13:19.099Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T17:13:19.099Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T17:13:19.099Z] Selecting previously unselected package fuse. [2021-04-26T17:13:19.099Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-26T17:13:19.099Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-26T17:13:19.099Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T17:13:19.099Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T17:13:19.360Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T17:13:19.360Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T17:13:19.360Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T17:13:19.621Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T17:13:19.621Z] Selecting previously unselected package libksba8:amd64. [2021-04-26T17:13:19.621Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-26T17:13:19.621Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-26T17:13:19.882Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-26T17:13:19.882Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:19.882Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:19.882Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-26T17:13:19.882Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:19.882Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.144Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-26T17:13:20.144Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.144Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.144Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-26T17:13:20.144Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.144Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.405Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-26T17:13:20.405Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.405Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.405Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-26T17:13:20.405Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.405Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.668Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-26T17:13:20.668Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.668Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.668Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-26T17:13:20.668Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.668Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.668Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-26T17:13:20.668Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-26T17:13:20.668Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:20.929Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-26T17:13:20.929Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T17:13:20.929Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T17:13:20.929Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-26T17:13:20.929Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-26T17:13:20.929Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T17:13:21.190Z] Selecting previously unselected package libldap-common. [2021-04-26T17:13:21.190Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-26T17:13:21.190Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T17:13:21.190Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-26T17:13:21.190Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-26T17:13:21.190Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T17:13:21.190Z] Selecting previously unselected package dirmngr. [2021-04-26T17:13:21.190Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T17:13:21.450Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T17:13:21.450Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T17:13:21.450Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-26T17:13:21.450Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-26T17:13:21.450Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T17:13:21.710Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-26T17:13:21.710Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-26T17:13:21.710Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:21.710Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-26T17:13:21.710Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T17:13:21.710Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-26T17:13:21.972Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-26T17:13:22.009Z] 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-26T17:13:22.233Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.233Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-26T17:13:22.233Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-26T17:13:22.495Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-26T17:13:22.495Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.495Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.495Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.495Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.495Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.495Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.495Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-26T17:13:22.757Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-26T17:13:22.757Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-26T17:13:22.757Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T17:13:23.017Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-26T17:13:23.017Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-26T17:13:23.017Z] This means they are not meant to be enabled using systemctl. [2021-04-26T17:13:23.017Z] Possible reasons for having this kind of units are: [2021-04-26T17:13:23.017Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-26T17:13:23.017Z] .wants/ or .requires/ directory. [2021-04-26T17:13:23.017Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-26T17:13:23.017Z] a requirement dependency on it. [2021-04-26T17:13:23.017Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-26T17:13:23.017Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-26T17:13:23.017Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-26T17:13:23.017Z] instance name specified. [2021-04-26T17:13:23.589Z] Reading package lists... [2021-04-26T17:13:23.589Z] Building dependency tree... [2021-04-26T17:13:23.589Z] Reading state information... [2021-04-26T17:13:23.589Z] The following additional packages will be installed: [2021-04-26T17:13:23.589Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-26T17:13:23.589Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-26T17:13:23.589Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-26T17:13:23.589Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-26T17:13:23.589Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-26T17:13:23.589Z] Suggested packages: [2021-04-26T17:13:23.589Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-26T17:13:23.589Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-26T17:13:23.589Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-26T17:13:23.589Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-26T17:13:23.589Z] systemd-container policykit-1 [2021-04-26T17:13:23.589Z] Recommended packages: [2021-04-26T17:13:23.589Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-26T17:13:23.589Z] The following NEW packages will be installed: [2021-04-26T17:13:23.589Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-26T17:13:23.589Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-26T17:13:23.589Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-26T17:13:23.589Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-26T17:13:23.589Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-26T17:13:23.589Z] The following packages will be upgraded: [2021-04-26T17:13:23.589Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-26T17:13:23.861Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-26T17:13:23.861Z] Need to get 35.2 MB of archives. [2021-04-26T17:13:23.861Z] After this operation, 141 MB of additional disk space will be used. [2021-04-26T17:13:23.861Z] 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-26T17:13:23.861Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-26T17:13:23.861Z] 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-26T17:13:23.861Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-26T17:13:23.861Z] 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-26T17:13:23.861Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-26T17:13:24.126Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-26T17:13:24.126Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-26T17:13:24.126Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-26T17:13:24.126Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-26T17:13:24.126Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-26T17:13:24.126Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-26T17:13:24.126Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-26T17:13:24.126Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-26T17:13:24.126Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-26T17:13:24.126Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-26T17:13:24.126Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-26T17:13:25.070Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-26T17:13:25.070Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-26T17:13:25.070Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-26T17:13:25.070Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-26T17:13:25.070Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-26T17:13:25.070Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-26T17:13:25.070Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-26T17:13:25.070Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-26T17:13:25.070Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-26T17:13:25.070Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-26T17:13:25.070Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-26T17:13:25.070Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-26T17:13:25.070Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-26T17:13:25.330Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T17:13:25.330Z] Fetched 35.2 MB in 1s (24.3 MB/s) [2021-04-26T17:13:25.330Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T17:13:25.330Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-26T17:13:25.590Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T17:13:26.163Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-26T17:13:26.163Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T17:13:26.163Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-26T17:13:26.317Z] 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-26T17:13:26.424Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T17:13:26.424Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-26T17:13:26.424Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-26T17:13:26.684Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-26T17:13:26.684Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-26T17:13:26.684Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-26T17:13:26.684Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-26T17:13:27.255Z] Setting up apt (1.6.13) ... [2021-04-26T17:13:27.255Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-26T17:13:27.516Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-26T17:13:27.516Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-26T17:13:27.516Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T17:13:27.753Z] 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-26T17:13:27.777Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T17:13:27.777Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-26T17:13:27.777Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T17:13:28.038Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:28.038Z] Selecting previously unselected package libexpat1:amd64. [2021-04-26T17:13:28.038Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-26T17:13:28.038Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T17:13:28.299Z] Selecting previously unselected package python3.6-minimal. [2021-04-26T17:13:28.299Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T17:13:28.299Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:28.560Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T17:13:28.560Z] Checking for services that may need to be restarted...done. [2021-04-26T17:13:28.560Z] Checking for services that may need to be restarted...done. [2021-04-26T17:13:28.560Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:28.820Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-26T17:13:28.820Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:29.081Z] Selecting previously unselected package python3-minimal. [2021-04-26T17:13:29.342Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-26T17:13:29.342Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-26T17:13:29.342Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-26T17:13:29.342Z] Selecting previously unselected package mime-support. [2021-04-26T17:13:29.342Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-26T17:13:29.342Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-26T17:13:29.342Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-26T17:13:29.342Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-26T17:13:29.342Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T17:13:29.603Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-26T17:13:29.603Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T17:13:29.603Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:30.174Z] Selecting previously unselected package python3.6. [2021-04-26T17:13:30.174Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-26T17:13:30.174Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:30.174Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-26T17:13:30.174Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-26T17:13:30.174Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T17:13:30.174Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-26T17:13:30.434Z] Selecting previously unselected package python3. [2021-04-26T17:13:30.434Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-26T17:13:30.434Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-26T17:13:30.434Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-26T17:13:30.695Z] Selecting previously unselected package multiarch-support. [2021-04-26T17:13:30.695Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T17:13:30.695Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T17:13:30.695Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-26T17:13:30.695Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-26T17:13:30.695Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-26T17:13:30.695Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-26T17:13:30.695Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T17:13:30.955Z] Selecting previously unselected package libbsd0:amd64. [2021-04-26T17:13:30.955Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-26T17:13:30.955Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T17:13:30.955Z] Selecting previously unselected package sudo. [2021-04-26T17:13:30.955Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-26T17:13:30.955Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T17:13:30.955Z] Selecting previously unselected package apparmor. [2021-04-26T17:13:31.217Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T17:13:31.217Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-26T17:13:31.217Z] Selecting previously unselected package libedit2:amd64. [2021-04-26T17:13:31.217Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-26T17:13:31.217Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T17:13:31.478Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-26T17:13:31.478Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T17:13:31.478Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:31.478Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-26T17:13:31.478Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T17:13:31.478Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:31.478Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-26T17:13:31.478Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-26T17:13:31.478Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T17:13:31.740Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-26T17:13:31.740Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T17:13:31.740Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:32.001Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-26T17:13:32.001Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-26T17:13:32.001Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:32.001Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-26T17:13:32.001Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-26T17:13:32.001Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T17:13:32.056Z] 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-26T17:13:32.262Z] Selecting previously unselected package openssh-client. [2021-04-26T17:13:32.262Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-26T17:13:32.262Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T17:13:32.524Z] Selecting previously unselected package squashfs-tools. [2021-04-26T17:13:32.524Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-26T17:13:32.524Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T17:13:32.524Z] Selecting previously unselected package snapd. [2021-04-26T17:13:32.524Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-26T17:13:32.524Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-26T17:13:34.440Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-26T17:13:34.701Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-26T17:13:34.701Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-26T17:13:34.701Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-26T17:13:34.963Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-26T17:13:34.963Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:34.963Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T17:13:34.963Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-26T17:13:34.963Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-26T17:13:36.352Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-26T17:13:36.352Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-26T17:13:36.352Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-26T17:13:36.352Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:36.352Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:36.352Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-26T17:13:36.928Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-26T17:13:36.928Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:37.197Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-26T17:13:37.197Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-26T17:13:37.197Z] running python rtupdate hooks for python3.6... [2021-04-26T17:13:37.197Z] running python post-rtupdate hooks for python3.6... [2021-04-26T17:13:37.197Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-26T17:13:38.761Z] 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-26T17:13:39.112Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-26T17:13:39.112Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-26T17:13:39.112Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-26T17:13:39.373Z] Setting up snapd (2.48.3+18.04) ... [2021-04-26T17:13:39.634Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-26T17:13:39.895Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-26T17:13:39.895Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-26T17:13:40.156Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-26T17:13:40.416Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T17:13:40.416Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-26T17:13:40.677Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-26T17:13:40.677Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-26T17:13:40.937Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-26T17:13:41.198Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-26T17:13:41.198Z] /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-26T17:13:41.198Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-26T17:13:41.198Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T17:13:42.139Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T17:13:42.139Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T17:13:42.410Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T17:13:43.067Z] 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-26T17:13:43.613Z] Reading package lists... [2021-04-26T17:13:43.613Z] Reading package lists... [2021-04-26T17:13:43.874Z] Building dependency tree... [2021-04-26T17:13:43.874Z] Reading state information... [2021-04-26T17:13:43.874Z] Calculating upgrade... [2021-04-26T17:13:44.134Z] The following packages will be upgraded: [2021-04-26T17:13:44.134Z] advancecomp base-files bash binutils binutils-common [2021-04-26T17:13:44.134Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-26T17:13:44.134Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-26T17:13:44.134Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-26T17:13:44.134Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-26T17:13:44.134Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-26T17:13:44.134Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-26T17:13:44.134Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-26T17:13:44.134Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-26T17:13:44.134Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-26T17:13:44.134Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-26T17:13:44.134Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-26T17:13:44.134Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-26T17:13:44.134Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-26T17:13:44.134Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-26T17:13:44.134Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T17:13:44.134Z] Need to get 64.0 MB of archives. [2021-04-26T17:13:44.134Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-26T17:13:44.134Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-26T17:13:44.395Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-26T17:13:44.395Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-26T17:13:44.395Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-26T17:13:44.395Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-26T17:13:44.395Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-26T17:13:44.395Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-26T17:13:44.395Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-26T17:13:44.395Z] 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-26T17:13:44.395Z] 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-26T17:13:44.395Z] 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-26T17:13:44.395Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-26T17:13:44.395Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-26T17:13:44.395Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-26T17:13:44.395Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-26T17:13:44.395Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-26T17:13:44.395Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-26T17:13:44.395Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-26T17:13:44.395Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-26T17:13:44.395Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-26T17:13:44.395Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-26T17:13:44.656Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-26T17:13:44.656Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-26T17:13:44.656Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-26T17:13:44.656Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-26T17:13:44.656Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-26T17:13:44.656Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-26T17:13:44.656Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-26T17:13:44.656Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-26T17:13:44.656Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-26T17:13:44.656Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-26T17:13:44.656Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-26T17:13:44.656Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-26T17:13:44.657Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-26T17:13:44.657Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-26T17:13:44.657Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-26T17:13:44.657Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-26T17:13:44.657Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-26T17:13:44.657Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-26T17:13:44.657Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-26T17:13:44.657Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-26T17:13:44.657Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-26T17:13:44.657Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-26T17:13:44.657Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-26T17:13:44.657Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-26T17:13:44.657Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-26T17:13:44.657Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-26T17:13:44.657Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-26T17:13:44.657Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-26T17:13:44.657Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-26T17:13:44.657Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-26T17:13:44.657Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-26T17:13:44.657Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-26T17:13:44.657Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-26T17:13:44.657Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-26T17:13:44.657Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-26T17:13:44.918Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-26T17:13:44.918Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-26T17:13:44.918Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-26T17:13:44.918Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-26T17:13:45.180Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-26T17:13:45.180Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-26T17:13:45.180Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-26T17:13:45.180Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-26T17:13:45.180Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-26T17:13:45.180Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-26T17:13:45.441Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-26T17:13:45.441Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-26T17:13:45.441Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-26T17:13:45.441Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-26T17:13:45.441Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-26T17:13:45.441Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-26T17:13:45.441Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-26T17:13:45.441Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-26T17:13:45.441Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-26T17:13:45.441Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-26T17:13:45.441Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-26T17:13:45.702Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-26T17:13:45.702Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-26T17:13:45.702Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-26T17:13:45.702Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-26T17:13:45.702Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-26T17:13:45.702Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-26T17:13:45.702Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-26T17:13:45.702Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-26T17:13:45.702Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-26T17:13:45.702Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-26T17:13:45.965Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-26T17:13:45.965Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-26T17:13:45.965Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-26T17:13:45.965Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-26T17:13:45.965Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-26T17:13:45.965Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-26T17:13:45.965Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-26T17:13:45.965Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-26T17:13:45.965Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-26T17:13:45.965Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-26T17:13:45.965Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-26T17:13:45.965Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-26T17:13:45.965Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-26T17:13:45.965Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-26T17:13:46.227Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T17:13:46.227Z] Fetched 64.0 MB in 2s (33.6 MB/s) [2021-04-26T17:13:46.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:46.490Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T17:13:46.490Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T17:13:47.062Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T17:13:47.062Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T17:13:47.062Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-26T17:13:47.322Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-26T17:13:48.263Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:48.263Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:48.263Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:48.263Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:48.462Z] 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-26T17:13:48.523Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:48.523Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:48.523Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:48.523Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:48.783Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:48.783Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:49.046Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:49.046Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:49.046Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:49.046Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:49.307Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:13:49.307Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T17:13:49.307Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:49.307Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-26T17:13:49.307Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:13:49.567Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T17:13:49.567Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:49.567Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:49.567Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:49.567Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:49.829Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-26T17:13:49.829Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-26T17:13:50.090Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:13:50.090Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T17:13:50.090Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T17:13:50.350Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T17:13:50.611Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T17:13:50.873Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-26T17:13:50.873Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-26T17:13:50.873Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-26T17:13:50.873Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-26T17:13:51.081Z] 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-26T17:13:51.133Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-26T17:13:51.134Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-26T17:13:51.394Z] Installing new version of config file /etc/issue ... [2021-04-26T17:13:51.394Z] Installing new version of config file /etc/issue.net ... [2021-04-26T17:13:51.394Z] Installing new version of config file /etc/lsb-release ... [2021-04-26T17:13:51.394Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-26T17:13:51.655Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-26T17:13:51.655Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-26T17:13:51.655Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-26T17:13:51.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:51.916Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-26T17:13:51.916Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-26T17:13:51.916Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-26T17:13:52.177Z] 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-26T17:13:52.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:52.177Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:52.177Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:52.439Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:52.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:52.439Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-26T17:13:52.439Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-26T17:13:52.698Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-26T17:13:52.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:52.698Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-26T17:13:52.698Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T17:13:52.959Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-26T17:13:53.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:53.221Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T17:13:53.221Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T17:13:53.221Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T17:13:53.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:53.482Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T17:13:53.482Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T17:13:53.482Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-26T17:13:53.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:53.744Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-26T17:13:53.744Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-26T17:13:53.744Z] Setting up grep (3.1-2build1) ... [2021-04-26T17:13:53.744Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:53.744Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T17:13:53.744Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T17:13:54.005Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-26T17:13:54.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:54.005Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T17:13:54.005Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T17:13:54.266Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-26T17:13:54.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:54.266Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T17:13:54.266Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T17:13:54.838Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T17:13:54.838Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T17:13:54.838Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-26T17:13:54.838Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T17:13:55.386Z] 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-26T17:13:55.409Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-26T17:13:55.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:55.669Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-26T17:13:55.669Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-26T17:13:56.611Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T17:13:56.611Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T17:13:56.611Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-26T17:13:56.611Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-26T17:13:56.873Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T17:13:56.873Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:56.873Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-26T17:13:56.873Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-26T17:13:57.135Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-26T17:13:57.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:57.135Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:57.135Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:57.395Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:57.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:57.395Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:57.395Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:57.656Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:57.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:57.656Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:57.656Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:57.917Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:57.917Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:57.917Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:57.917Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:58.178Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:58.178Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:58.178Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T17:13:58.178Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T17:13:58.440Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T17:13:58.440Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T17:13:58.440Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T17:13:58.440Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:58.440Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-26T17:13:58.440Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T17:13:58.701Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T17:13:58.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:58.701Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:58.701Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:58.962Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:58.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:58.962Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:58.962Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:58.962Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:13:59.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:13:59.222Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:13:59.222Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:13:59.794Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:14:00.055Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-26T17:14:00.316Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-26T17:14:00.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:14:00.316Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-26T17:14:00.316Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-26T17:14:00.577Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T17:14:00.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-26T17:14:00.577Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-26T17:14:00.837Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-26T17:14:00.837Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-26T17:14:01.100Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:01.100Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-26T17:14:01.100Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-26T17:14:01.100Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-26T17:14:01.361Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:01.361Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-26T17:14:01.622Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T17:14:01.622Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-26T17:14:01.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:01.886Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-26T17:14:01.886Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-26T17:14:01.886Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [Pipeline] } [2021-04-26T17:14:02.113Z] $ docker stop --time=1 95c297d92a5222ab6f4bd40796fec7880abe80912733b11b35144389692b1c6b [2021-04-26T17:14:02.148Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:02.148Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T17:14:02.148Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T17:14:02.148Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T17:14:02.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:02.409Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T17:14:02.410Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T17:14:02.672Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T17:14:02.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:02.672Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-26T17:14:02.672Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T17:14:02.933Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T17:14:03.196Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:03.196Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-26T17:14:03.196Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-26T17:14:03.196Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-26T17:14:03.196Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-26T17:14:03.458Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T17:14:03.458Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T17:14:03.458Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T17:14:03.720Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:03.720Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-26T17:14:03.720Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-26T17:14:03.720Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-26T17:14:03.982Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:03.982Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-26T17:14:03.982Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-26T17:14:03.982Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-26T17:14:04.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:04.555Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-26T17:14:04.555Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-26T17:14:04.555Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-26T17:14:04.555Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:04.555Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-26T17:14:04.556Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-26T17:14:04.684Z] $ docker rm -f 95c297d92a5222ab6f4bd40796fec7880abe80912733b11b35144389692b1c6b [2021-04-26T17:14:04.817Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-26T17:14:04.817Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:04.817Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-26T17:14:04.817Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-26T17:14:05.410Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-26T17:14:05.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:05.410Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-26T17:14:05.410Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-26T17:14:05.672Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-26T17:14:05.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:05.672Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T17:14:05.672Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-26T17:14:05.976Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T17:14:05.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:05.976Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-26T17:14:05.976Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:14:06.322Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-26T17:14:06.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T17:14:06.429Z] [2021-04-26T17:14:06.429Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T17:14:06.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:06.623Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-26T17:14:06.623Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-26T17:14:06.623Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:14:06.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:06.922Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-26T17:14:06.922Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-26T17:14:07.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T17:14:07.240Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-26T17:14:07.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:07.240Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-26T17:14:07.240Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-26T17:14:07.322Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-26T17:14:07.322Z] 29e5d40040c1: Pulling fs layer [2021-04-26T17:14:07.322Z] 1ce36da41761: Pulling fs layer [2021-04-26T17:14:07.322Z] 25b303627fd3: Pulling fs layer [2021-04-26T17:14:07.322Z] 29e5d40040c1: Verifying Checksum [2021-04-26T17:14:07.322Z] 29e5d40040c1: Download complete [2021-04-26T17:14:07.582Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-26T17:14:07.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:07.582Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-26T17:14:07.582Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-26T17:14:07.582Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-26T17:14:07.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:07.884Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-26T17:14:07.884Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-26T17:14:07.884Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-26T17:14:07.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-26T17:14:07.884Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-26T17:14:07.884Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-26T17:14:08.180Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-26T17:14:08.180Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-26T17:14:08.180Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T17:14:08.180Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T17:14:08.313Z] 29e5d40040c1: Pull complete [2021-04-26T17:14:08.313Z] 1ce36da41761: Verifying Checksum [2021-04-26T17:14:08.313Z] 1ce36da41761: Download complete [2021-04-26T17:14:08.440Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-26T17:14:08.440Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-26T17:14:08.440Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-26T17:14:08.701Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-26T17:14:08.701Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-26T17:14:08.701Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-26T17:14:08.962Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-26T17:14:08.962Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-26T17:14:09.222Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-26T17:14:09.222Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-26T17:14:09.222Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-26T17:14:09.222Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-26T17:14:09.296Z] 1ce36da41761: Pull complete [2021-04-26T17:14:09.483Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-26T17:14:09.483Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-26T17:14:09.483Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-26T17:14:09.744Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-26T17:14:09.744Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-26T17:14:09.744Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-26T17:14:09.890Z] 25b303627fd3: Verifying Checksum [2021-04-26T17:14:09.890Z] 25b303627fd3: Download complete [2021-04-26T17:14:10.005Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-26T17:14:10.005Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-26T17:14:10.266Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-26T17:14:10.266Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-26T17:14:11.206Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-26T17:14:11.206Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-26T17:14:11.206Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-26T17:14:11.206Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-26T17:14:11.206Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T17:14:11.206Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T17:14:11.778Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T17:14:11.778Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T17:14:11.778Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T17:14:12.038Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T17:14:12.299Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-26T17:14:12.299Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-26T17:14:12.299Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:12.299Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:12.559Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:12.559Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:12.828Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:12.828Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:12.828Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:12.828Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:13.767Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:13.767Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:14.708Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:14.708Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:15.279Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:15.279Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:15.849Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:15.849Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:16.789Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-26T17:14:16.789Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-26T17:14:16.789Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T17:14:16.789Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T17:14:16.789Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T17:14:16.789Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T17:14:17.050Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-26T17:14:17.050Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-26T17:14:17.311Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-26T17:14:17.311Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-26T17:14:17.572Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T17:14:17.572Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T17:14:17.572Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-26T17:14:17.572Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-26T17:14:17.834Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-26T17:14:17.834Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-26T17:14:18.095Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:18.095Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-26T17:14:18.095Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:18.095Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:18.095Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:18.095Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-26T17:14:18.095Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-26T17:14:18.095Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-26T17:14:18.356Z] [2021-04-26T17:14:18.356Z] Current default time zone: 'Etc/UTC' [2021-04-26T17:14:18.356Z] Local time is now: Mon Apr 26 17:14:18 UTC 2021. [2021-04-26T17:14:18.356Z] Universal Time is now: Mon Apr 26 17:14:18 UTC 2021. [2021-04-26T17:14:18.356Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-26T17:14:18.356Z] [2021-04-26T17:14:18.356Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-26T17:14:18.356Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:18.356Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-26T17:14:18.617Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-26T17:14:18.617Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-26T17:14:18.617Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-26T17:14:18.617Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-26T17:14:18.617Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-26T17:14:18.617Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-26T17:14:18.617Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-26T17:14:18.882Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:18.882Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-26T17:14:19.143Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:19.143Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T17:14:19.143Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:19.143Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-26T17:14:19.143Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-26T17:14:19.143Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-26T17:14:19.143Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-26T17:14:19.143Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-26T17:14:19.404Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-26T17:14:19.404Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-26T17:14:19.404Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-26T17:14:20.034Z] 25b303627fd3: Pull complete [2021-04-26T17:14:20.034Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-26T17:14:20.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T17:14:20.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-26T17:14:20.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-04-26T17:14:20.349Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-26T17:14:21.317Z] Updating certificates in /etc/ssl/certs... [2021-04-26T17:14:22.258Z] 23 added, 27 removed; done. [2021-04-26T17:14:22.258Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-26T17:14:22.258Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-26T17:14:22.258Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-26T17:14:22.258Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-26T17:14:22.258Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-26T17:14:22.258Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.258Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-26T17:14:22.518Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.518Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.518Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.518Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.518Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.518Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-26T17:14:22.519Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-26T17:14:22.519Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-26T17:14:22.779Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-26T17:14:22.779Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-26T17:14:22.779Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.779Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-26T17:14:22.779Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-26T17:14:22.779Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-26T17:14:22.779Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-26T17:14:23.040Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T17:14:23.040Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-26T17:14:23.040Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-26T17:14:23.040Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-26T17:14:23.040Z] Updating certificates in /etc/ssl/certs... [2021-04-26T17:14:23.192Z] $ docker top 11674d8c42481179904306b0cc390e0708cba2c2e5d75116b945b539c3ee44c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:14:23.610Z] 0 added, 0 removed; done. [2021-04-26T17:14:23.610Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-26T17:14:23.610Z] done. [2021-04-26T17:14:24.140Z] + grep parallel [2021-04-26T17:14:24.140Z] + docker-compose build --help [2021-04-26T17:14:24.180Z] Reading package lists... [2021-04-26T17:14:24.440Z] Building dependency tree... [2021-04-26T17:14:24.440Z] Reading state information... [2021-04-26T17:14:24.440Z] The following NEW packages will be installed: [2021-04-26T17:14:24.440Z] apt-transport-https [2021-04-26T17:14:24.700Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T17:14:24.700Z] Need to get 1692 B of archives. [2021-04-26T17:14:24.700Z] After this operation, 154 kB of additional disk space will be used. [2021-04-26T17:14:24.700Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-26T17:14:24.700Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T17:14:24.700Z] Fetched 1692 B in 0s (8531 B/s) [2021-04-26T17:14:24.700Z] Selecting previously unselected package apt-transport-https. [2021-04-26T17:14:24.960Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-26T17:14:24.960Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-26T17:14:24.960Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-26T17:14:24.960Z] Setting up apt-transport-https (1.6.13) ... [2021-04-26T17:14:25.219Z] Waiting for network to be ready... [2021-04-26T17:14:27.502Z] --parallel Build images in parallel. [Pipeline] } [2021-04-26T17:14:27.792Z] $ docker stop --time=1 11674d8c42481179904306b0cc390e0708cba2c2e5d75116b945b539c3ee44c3 [2021-04-26T17:14:29.697Z] $ docker rm -f 11674d8c42481179904306b0cc390e0708cba2c2e5d75116b945b539c3ee44c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:14:30.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-26T17:14:30.505Z] . [Pipeline] withDockerContainer [2021-04-26T17:14:30.831Z] prd-ubuntu18.04-docker-arm64-4c-16g-1828 does not seem to be running inside a container [2021-04-26T17:14:30.936Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-26T17:14:31.803Z] 2021-04-26T17:14:28Z INFO Waiting for automatic snapd restart... [2021-04-26T17:14:31.803Z] snapd 2.49.2 from Canonical* installed [2021-04-26T17:14:32.069Z] "snapd" switched to the "latest/stable" channel [2021-04-26T17:14:32.069Z] [2021-04-26T17:14:32.299Z] $ docker top 563947d129343540ec1f52c30af667d6d258bdf1a1515f3cd057365133a42380 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:14:33.214Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-26T17:14:35.373Z] core18 20210309 from Canonical* installed [2021-04-26T17:14:35.373Z] "core18" switched to the "latest/stable" channel [2021-04-26T17:14:35.373Z] [2021-04-26T17:14:36.596Z] Building docker-core-command-go ... [2021-04-26T17:14:36.596Z] Building docker-core-data-go ... [2021-04-26T17:14:36.596Z] Building docker-core-metadata-go ... [2021-04-26T17:14:36.596Z] Building docker-security-bootstrapper-go ... [2021-04-26T17:14:36.596Z] Building docker-security-proxy-setup-go ... [2021-04-26T17:14:36.596Z] Building docker-security-secretstore-setup-go ... [2021-04-26T17:14:36.596Z] Building docker-support-notifications-go ... [2021-04-26T17:14:36.596Z] Building docker-support-scheduler-go ... [2021-04-26T17:14:36.597Z] Building docker-sys-mgmt-agent-go ... [2021-04-26T17:14:36.597Z] Building docker-support-scheduler-go [2021-04-26T17:14:36.597Z] Building docker-security-proxy-setup-go [2021-04-26T17:14:36.597Z] Building docker-security-secretstore-setup-go [2021-04-26T17:14:36.597Z] Building docker-core-command-go [2021-04-26T17:14:36.597Z] Building docker-support-notifications-go [2021-04-26T17:14:38.668Z] snapcraft 4.6.2 from Canonical* installed [2021-04-26T17:14:38.668Z] "snapcraft" switched to the "latest/stable" channel [2021-04-26T17:14:38.668Z] [2021-04-26T17:14:42.870Z] 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-26T17:14:42.870Z] - README.md [2021-04-26T17:14:42.870Z] [2021-04-26T17:14:42.870Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-26T17:14:49.454Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T17:14:49.454Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T17:14:49.454Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T17:14:49.454Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T17:14:50.026Z] Reading package lists... [2021-04-26T17:14:50.598Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-26T17:14:57.185Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T17:14:57.185Z] Reading package lists... [2021-04-26T17:14:57.185Z] Building dependency tree... [2021-04-26T17:14:57.185Z] Reading state information... [2021-04-26T17:14:57.185Z] Suggested packages: [2021-04-26T17:14:57.185Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-26T17:14:57.185Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-26T17:14:57.185Z] Recommended packages: [2021-04-26T17:14:57.185Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-26T17:14:57.185Z] The following NEW packages will be installed: [2021-04-26T17:14:57.185Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-26T17:14:57.185Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-26T17:14:57.185Z] pkg-config zip [2021-04-26T17:14:57.185Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-26T17:14:57.185Z] Need to get 7663 kB of archives. [2021-04-26T17:14:57.185Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-26T17:14:57.185Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-26T17:14:57.185Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-26T17:14:57.185Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-26T17:14:57.446Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-26T17:14:57.446Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-26T17:14:57.446Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-26T17:14:57.446Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-26T17:14:57.446Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-26T17:14:57.446Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-26T17:14:57.446Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-26T17:14:57.706Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-26T17:14:57.706Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-26T17:14:57.706Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-26T17:14:57.967Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-26T17:14:57.967Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-26T17:14:57.967Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-26T17:14:57.967Z] Fetched 7663 kB in 1s (7329 kB/s) [2021-04-26T17:14:57.967Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-26T17:14:57.967Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-26T17:14:57.967Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-26T17:14:57.968Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T17:14:58.228Z] Selecting previously unselected package libpsl5:amd64. [2021-04-26T17:14:58.228Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-26T17:14:58.228Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T17:14:58.488Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-26T17:14:58.488Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-26T17:14:58.488Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T17:14:58.489Z] Selecting previously unselected package librtmp1:amd64. [2021-04-26T17:14:58.489Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-26T17:14:58.489Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T17:14:58.489Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-26T17:14:58.489Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-26T17:14:58.489Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T17:14:58.749Z] Selecting previously unselected package liberror-perl. [2021-04-26T17:14:58.749Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-26T17:14:58.749Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-26T17:14:58.749Z] Selecting previously unselected package git-man. [2021-04-26T17:14:58.749Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-26T17:14:58.749Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T17:14:59.009Z] Selecting previously unselected package git. [2021-04-26T17:14:59.009Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-26T17:14:59.009Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T17:14:59.580Z] Selecting previously unselected package libnorm1:amd64. [2021-04-26T17:14:59.580Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-26T17:14:59.580Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T17:14:59.839Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-26T17:14:59.839Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-26T17:14:59.840Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T17:14:59.840Z] Selecting previously unselected package libsodium23:amd64. [2021-04-26T17:14:59.840Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-26T17:14:59.840Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-26T17:15:00.100Z] Selecting previously unselected package libzmq5:amd64. [2021-04-26T17:15:00.100Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T17:15:00.100Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T17:15:00.100Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-26T17:15:00.100Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-26T17:15:00.100Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T17:15:00.361Z] Selecting previously unselected package pkg-config. [2021-04-26T17:15:00.361Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-26T17:15:00.361Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T17:15:00.361Z] Selecting previously unselected package zip. [2021-04-26T17:15:00.361Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-26T17:15:00.361Z] Unpacking zip (3.0-11build1) ... [2021-04-26T17:15:00.622Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-26T17:15:00.622Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-26T17:15:00.622Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-26T17:15:00.622Z] Setting up liberror-perl (0.17025-1) ... [2021-04-26T17:15:00.622Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-26T17:15:00.622Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-26T17:15:00.622Z] No schema files found: doing nothing. [2021-04-26T17:15:00.622Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-26T17:15:00.884Z] Setting up zip (3.0-11build1) ... [2021-04-26T17:15:00.884Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-26T17:15:00.884Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-26T17:15:00.884Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-26T17:15:00.884Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T17:15:00.884Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-26T17:15:00.884Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-26T17:15:00.884Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-26T17:15:01.146Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-26T17:15:07.747Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T17:15:07.747Z] git set to automatically installed. [2021-04-26T17:15:07.747Z] git-man set to automatically installed. [2021-04-26T17:15:07.747Z] libcurl3-gnutls set to automatically installed. [2021-04-26T17:15:07.747Z] liberror-perl set to automatically installed. [2021-04-26T17:15:07.747Z] libglib2.0-0 set to automatically installed. [2021-04-26T17:15:07.747Z] libnghttp2-14 set to automatically installed. [2021-04-26T17:15:07.747Z] libnorm1 set to automatically installed. [2021-04-26T17:15:07.747Z] libpgm-5.2-0 set to automatically installed. [2021-04-26T17:15:07.747Z] libpsl5 set to automatically installed. [2021-04-26T17:15:07.747Z] librtmp1 set to automatically installed. [2021-04-26T17:15:07.747Z] libsodium23 set to automatically installed. [2021-04-26T17:15:07.747Z] libzmq3-dev set to automatically installed. [2021-04-26T17:15:07.747Z] libzmq5 set to automatically installed. [2021-04-26T17:15:07.747Z] pkg-config set to automatically installed. [2021-04-26T17:15:07.747Z] zip set to automatically installed. [2021-04-26T17:15:09.660Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T17:15:16.247Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T17:15:28.647Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-26T17:15:28.647Z] snapd is not logged in, snap install commands will use sudo [2021-04-26T17:15:33.940Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-26T17:15:34.200Z] snap "core18" has no updates available [2021-04-26T17:15:34.771Z] Pulling go-build-helper [2021-04-26T17:15:34.771Z] + snapcraftctl pull [2021-04-26T17:15:36.155Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-26T17:15:36.155Z] Skipping pull go-build-helper (already ran) [2021-04-26T17:15:36.155Z] Building go-build-helper [2021-04-26T17:15:36.155Z] + snapcraftctl build [2021-04-26T17:15:38.069Z] Staging go-build-helper [2021-04-26T17:15:38.069Z] + snapcraftctl stage [2021-04-26T17:15:48.064Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-26T17:15:48.064Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-26T17:15:48.064Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-26T17:15:48.064Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-26T17:15:48.064Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-26T17:15:48.064Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-26T17:15:48.064Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-26T17:15:48.064Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-26T17:15:48.064Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-26T17:15:48.064Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-26T17:15:48.064Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-26T17:15:48.064Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-26T17:15:48.064Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-26T17:15:48.064Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-26T17:15:48.064Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-26T17:15:48.064Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-26T17:15:48.064Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-26T17:15:48.064Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-26T17:15:48.064Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-26T17:15:48.064Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-26T17:15:48.064Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-26T17:15:48.064Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-26T17:15:48.064Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-26T17:15:48.064Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-26T17:15:48.064Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-26T17:15:48.064Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-26T17:15:48.064Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-26T17:15:48.064Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-26T17:15:48.064Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T17:15:48.064Z] Fetched 224 kB in 0s (0 B/s) [2021-04-26T17:15:48.064Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T17:15:48.064Z] Fetched 157 kB in 0s (0 B/s) [2021-04-26T17:15:48.064Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T17:15:48.064Z] Fetched 221 kB in 0s (0 B/s) [2021-04-26T17:15:48.064Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T17:15:48.064Z] Fetched 143 kB in 0s (0 B/s) [2021-04-26T17:15:48.064Z] Pulling app-service-config [2021-04-26T17:15:48.064Z] + snapcraftctl pull [2021-04-26T17:15:48.636Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-26T17:15:49.206Z] Pulling config-common [2021-04-26T17:15:49.206Z] + snapcraftctl pull [2021-04-26T17:15:53.409Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T17:15:53.409Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T17:15:53.409Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T17:15:53.409Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T17:15:53.409Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-26T17:15:53.409Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T17:15:53.409Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-26T17:15:53.409Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T17:15:53.409Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-26T17:15:53.409Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T17:15:53.409Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-26T17:15:53.409Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T17:15:53.409Z] Pulling edgex-go [2021-04-26T17:15:53.409Z] + snapcraftctl pull [2021-04-26T17:15:58.389Z] Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:15:58.389Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:15:58.389Z] ---> d7bfffea3bda [2021-04-26T17:15:58.389Z] Step 3/25 : WORKDIR /edgex-go [2021-04-26T17:15:58.389Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:15:58.389Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:15:58.389Z] ---> d7bfffea3bda [2021-04-26T17:15:58.389Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:15:58.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:15:58.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:15:58.389Z] ---> d7bfffea3bda [2021-04-26T17:15:58.389Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T17:15:58.389Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:15:58.389Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:15:58.389Z] ---> d7bfffea3bda [2021-04-26T17:15:58.389Z] Step 3/21 : WORKDIR /edgex-go [2021-04-26T17:15:58.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:15:58.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:15:58.389Z] ---> d7bfffea3bda [2021-04-26T17:15:58.389Z] Step 3/22 : WORKDIR /edgex-go [2021-04-26T17:15:58.389Z] ---> Running in 89980f3bd008 [2021-04-26T17:15:58.389Z] ---> Running in ef6ff2e61e85 [2021-04-26T17:15:58.389Z] ---> Running in 5b3d18b19257 [2021-04-26T17:15:58.389Z] ---> Running in 6149116a0400 [2021-04-26T17:15:58.389Z] ---> Running in 9bbd34126c76 [2021-04-26T17:15:58.389Z] Removing intermediate container 89980f3bd008 [2021-04-26T17:15:58.389Z] ---> 614bb1225d88 [2021-04-26T17:15:58.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:15:58.389Z] Removing intermediate container 6149116a0400 [2021-04-26T17:15:58.389Z] ---> 6c3c1c47a4e2 [2021-04-26T17:15:58.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:15:58.389Z] Removing intermediate container 9bbd34126c76 [2021-04-26T17:15:58.389Z] ---> a2b2cbc89a6e [2021-04-26T17:15:58.389Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:15:58.389Z] Removing intermediate container ef6ff2e61e85 [2021-04-26T17:15:58.389Z] ---> 6c16384730e9 [2021-04-26T17:15:58.389Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:15:58.389Z] Removing intermediate container 5b3d18b19257 [2021-04-26T17:15:58.389Z] ---> 6773f782efd9 [2021-04-26T17:15:58.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:15:58.389Z] ---> Running in 53e94dbf626d [2021-04-26T17:15:58.389Z] ---> Running in 1bbe33a88405 [2021-04-26T17:15:58.389Z] ---> Running in 85e1c4e9967e [2021-04-26T17:15:58.389Z] ---> Running in ab7d14d5028b [2021-04-26T17:15:58.389Z] ---> Running in 27120616352d [2021-04-26T17:15:58.661Z] Removing intermediate container 53e94dbf626d [2021-04-26T17:15:58.661Z] ---> d55c2a026ba8 [2021-04-26T17:15:58.662Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T17:15:58.946Z] Removing intermediate container 1bbe33a88405 [2021-04-26T17:15:58.946Z] ---> e1c07026e9f7 [2021-04-26T17:15:58.946Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-26T17:15:58.946Z] ---> Running in 0b92b9342586 [2021-04-26T17:15:59.227Z] Removing intermediate container 85e1c4e9967e [2021-04-26T17:15:59.227Z] ---> Running in 0885756c106e [2021-04-26T17:15:59.227Z] ---> 08193ce66ab1 [2021-04-26T17:15:59.227Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-04-26T17:15:59.502Z] ---> Running in 18f7d5aa643f [2021-04-26T17:15:59.787Z] Removing intermediate container ab7d14d5028b [2021-04-26T17:15:59.787Z] ---> 973f17f2d340 [2021-04-26T17:15:59.787Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-26T17:15:59.787Z] Removing intermediate container 27120616352d [2021-04-26T17:15:59.787Z] ---> 331ec3c15add [2021-04-26T17:15:59.787Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-26T17:16:00.063Z] ---> Running in 115bfc7e207c [2021-04-26T17:16:00.063Z] ---> Running in f5e40404e6aa [2021-04-26T17:16:01.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:01.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:01.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:01.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:01.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:01.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:01.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:02.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:02.434Z] OK: 217 MiB in 51 packages [2021-04-26T17:16:02.709Z] OK: 217 MiB in 51 packages [2021-04-26T17:16:02.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:02.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:16:03.314Z] OK: 217 MiB in 51 packages [2021-04-26T17:16:03.590Z] OK: 217 MiB in 51 packages [2021-04-26T17:16:03.590Z] OK: 217 MiB in 51 packages [2021-04-26T17:16:04.203Z] Removing intermediate container 0885756c106e [2021-04-26T17:16:04.204Z] ---> bfc13c21c847 [2021-04-26T17:16:04.204Z] Step 6/21 : COPY go.mod . [2021-04-26T17:16:04.479Z] Removing intermediate container 0b92b9342586 [2021-04-26T17:16:04.479Z] ---> 274fb5a9ddb0 [2021-04-26T17:16:04.479Z] Step 6/23 : COPY go.mod . [2021-04-26T17:16:05.097Z] Removing intermediate container 18f7d5aa643f [2021-04-26T17:16:05.097Z] ---> 3479913c6334 [2021-04-26T17:16:05.097Z] Step 6/25 : COPY go.mod . [2021-04-26T17:16:05.375Z] ---> b2341fe47600 [2021-04-26T17:16:05.375Z] Step 7/21 : RUN go mod download [2021-04-26T17:16:05.375Z] Removing intermediate container 115bfc7e207c [2021-04-26T17:16:05.375Z] ---> 601d19735808 [2021-04-26T17:16:05.375Z] Step 6/22 : COPY go.mod . [2021-04-26T17:16:05.375Z] ---> Running in a4b188972a98 [2021-04-26T17:16:05.650Z] Removing intermediate container f5e40404e6aa [2021-04-26T17:16:05.650Z] ---> fe64e6c896a2 [2021-04-26T17:16:05.650Z] Step 6/22 : COPY go.mod . [2021-04-26T17:16:05.650Z] ---> 9e8b92bd1116 [2021-04-26T17:16:05.650Z] Step 7/23 : RUN go mod download [2021-04-26T17:16:05.928Z] ---> Running in 824bb46ead5e [2021-04-26T17:16:06.202Z] ---> a5b36f646b3c [2021-04-26T17:16:06.202Z] Step 7/25 : RUN go mod download [2021-04-26T17:16:06.478Z] ---> Running in 39698c50f6f4 [2021-04-26T17:16:06.478Z] ---> bb33cb01ab1f [2021-04-26T17:16:06.478Z] Step 7/22 : RUN go mod download [2021-04-26T17:16:06.757Z] ---> 83be30db6ed6 [2021-04-26T17:16:06.757Z] Step 7/22 : RUN go mod download [2021-04-26T17:16:06.757Z] ---> Running in 343af5268d5f [2021-04-26T17:16:07.031Z] ---> Running in e1a94705f22b [2021-04-26T17:16:10.438Z] Removing intermediate container a4b188972a98 [2021-04-26T17:16:10.438Z] ---> e60597a2560d [2021-04-26T17:16:10.438Z] Step 8/21 : COPY . . [2021-04-26T17:16:10.438Z] Removing intermediate container 39698c50f6f4 [2021-04-26T17:16:10.438Z] ---> ceed81262113 [2021-04-26T17:16:10.438Z] Step 8/25 : COPY . . [2021-04-26T17:16:10.438Z] Removing intermediate container 824bb46ead5e [2021-04-26T17:16:10.438Z] ---> 2a815a6aa372 [2021-04-26T17:16:10.438Z] Step 8/23 : COPY . . [2021-04-26T17:16:11.885Z] Removing intermediate container 343af5268d5f [2021-04-26T17:16:11.885Z] ---> bbb50f191703 [2021-04-26T17:16:11.885Z] Step 8/22 : COPY . . [2021-04-26T17:16:12.506Z] Removing intermediate container e1a94705f22b [2021-04-26T17:16:12.506Z] ---> a30de2368fe7 [2021-04-26T17:16:12.506Z] Step 8/22 : COPY . . [2021-04-26T17:16:39.310Z] ---> af90731d6964 [2021-04-26T17:16:39.310Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-26T17:16:39.310Z] ---> 9928fe05ef88 [2021-04-26T17:16:39.310Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-26T17:16:39.310Z] ---> aa32401f02fe [2021-04-26T17:16:39.310Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-26T17:16:39.310Z] ---> ee7f5e73b24f [2021-04-26T17:16:39.310Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-26T17:16:39.310Z] ---> 8e26eadbbea6 [2021-04-26T17:16:39.310Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-26T17:16:39.310Z] ---> Running in bd595f909e91 [2021-04-26T17:16:39.310Z] ---> Running in b32d0501dbbb [2021-04-26T17:16:39.310Z] ---> Running in 202b72cb4ad7 [2021-04-26T17:16:39.310Z] ---> Running in b95ebc229bd6 [2021-04-26T17:16:39.310Z] ---> Running in 4da44836450e [2021-04-26T17:16:40.293Z] 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-26T17:16:40.293Z] 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-26T17:16:40.570Z] 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-26T17:16:40.845Z] 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-26T17:16:40.845Z] 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-26T17:16:49.683Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-26T17:16:49.683Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-26T17:16:49.683Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-26T17:16:49.683Z] Fetched 0 B in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-26T17:16:49.683Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-26T17:16:49.683Z] Fetched 279 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-26T17:16:49.683Z] Fetched 122 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-26T17:16:49.683Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-26T17:16:49.683Z] Fetched 8848 B in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-26T17:16:49.683Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-26T17:16:49.683Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-26T17:16:49.683Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-26T17:16:49.683Z] Fetched 219 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-26T17:16:49.683Z] Fetched 154 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-26T17:16:49.683Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-26T17:16:49.683Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-26T17:16:49.683Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-26T17:16:49.683Z] Fetched 499 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-26T17:16:49.683Z] Fetched 111 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-26T17:16:49.683Z] Fetched 240 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-26T17:16:49.683Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-26T17:16:49.683Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-26T17:16:49.683Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-26T17:16:49.683Z] Fetched 49.2 kB in 6s (402 B/s) [2021-04-26T17:16:49.683Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-26T17:16:49.683Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-26T17:16:49.683Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-26T17:16:49.683Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-26T17:16:49.683Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-26T17:16:49.683Z] Fetched 8720 B in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-26T17:16:49.683Z] Fetched 137 kB in 0s (0 B/s) [2021-04-26T17:16:49.683Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-26T17:16:49.683Z] Fetched 119 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-26T17:16:49.684Z] Fetched 110 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-26T17:16:49.684Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-26T17:16:49.684Z] Fetched 645 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-26T17:16:49.684Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-26T17:16:49.684Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-26T17:16:49.684Z] Fetched 368 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-26T17:16:49.684Z] Fetched 187 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-26T17:16:49.684Z] Fetched 175 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-26T17:16:49.684Z] Fetched 206 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-26T17:16:49.684Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-26T17:16:49.684Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-26T17:16:49.684Z] Fetched 159 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-26T17:16:49.684Z] Fetched 107 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-26T17:16:49.684Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-26T17:16:49.684Z] Pulling static-packages [2021-04-26T17:16:49.684Z] + snapcraftctl pull [2021-04-26T17:16:49.684Z] Pulling version [2021-04-26T17:16:49.684Z] + cd /root/project [2021-04-26T17:16:49.684Z] + [ -f VERSION ] [2021-04-26T17:16:49.684Z] + PROJECT_VERSION=local-dev [2021-04-26T17:16:49.684Z] + git rev-parse --short HEAD [2021-04-26T17:16:49.684Z] + GIT_REVISION=435fc41d [2021-04-26T17:16:49.684Z] + snapcraftctl set-version local-dev [2021-04-26T17:16:49.684Z] Skipping build go-build-helper (already ran) [2021-04-26T17:16:49.684Z] Building app-service-config [2021-04-26T17:16:49.684Z] + make build [2021-04-26T17:16:49.684Z] 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-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-26T17:16:49.684Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-26T17:16:49.684Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-26T17:16:49.684Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-26T17:16:49.684Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-26T17:16:49.684Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-26T17:16:49.684Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-26T17:16:49.684Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-26T17:16:49.684Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-26T17:16:49.684Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-26T17:16:49.684Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-26T17:16:49.684Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-26T17:16:49.684Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-26T17:16:49.684Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-26T17:16:49.684Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-26T17:16:49.684Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-26T17:16:49.684Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-26T17:16:49.684Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-26T17:16:49.684Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-26T17:16:49.684Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-26T17:16:49.684Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-26T17:16:49.684Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-26T17:16:49.684Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-26T17:16:49.684Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-26T17:16:56.259Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-26T17:16:56.259Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-26T17:16:56.259Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-26T17:16:56.259Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-26T17:16:57.200Z] Building config-common [2021-04-26T17:16:57.200Z] + snapcraftctl build [2021-04-26T17:16:59.113Z] Building edgex-go [2021-04-26T17:16:59.375Z] + cd /root/parts/edgex-go/src [2021-04-26T17:16:59.375Z] + make build [2021-04-26T17:16:59.375Z] 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-26T17:16:59.634Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-26T17:16:59.634Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-26T17:16:59.634Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-26T17:16:59.897Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-26T17:16:59.897Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-26T17:16:59.897Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-26T17:16:59.897Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-26T17:16:59.897Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-26T17:16:59.897Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-26T17:16:59.897Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-26T17:16:59.897Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-26T17:16:59.897Z] go: downloading golang.org/x/text v0.3.2 [2021-04-26T17:17:04.106Z] 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-26T17:17:04.365Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-26T17:17:09.643Z] 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-26T17:17:10.582Z] 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-26T17:17:11.968Z] 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-26T17:17:12.538Z] 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-26T17:17:12.798Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-26T17:17:13.058Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-26T17:17:13.058Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-26T17:17:13.058Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-26T17:17:14.968Z] 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-26T17:17:14.968Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-26T17:17:14.968Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-26T17:17:16.347Z] 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-26T17:17:17.730Z] 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-26T17:17:17.730Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-26T17:17:19.111Z] 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-26T17:17:20.493Z] 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-26T17:17:21.434Z] 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-26T17:17:21.434Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-26T17:17:23.349Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-26T17:17:23.349Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-26T17:17:23.349Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-26T17:17:23.349Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-26T17:17:23.349Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-26T17:17:23.349Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-26T17:17:23.349Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-26T17:17:23.349Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-26T17:17:23.349Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-26T17:17:23.349Z] + 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-26T17:17:23.349Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-26T17:17:23.349Z] + 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-26T17:17:23.349Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-26T17:17:23.349Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-26T17:17:23.349Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-26T17:17:23.349Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-26T17:17:23.349Z] + 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-26T17:17:26.644Z] Building static-packages [2021-04-26T17:17:26.644Z] + snapcraftctl build [2021-04-26T17:17:28.618Z] Building version [2021-04-26T17:17:28.618Z] + snapcraftctl build [2021-04-26T17:17:30.530Z] Skipping stage go-build-helper (already ran) [2021-04-26T17:17:30.530Z] Staging app-service-config [2021-04-26T17:17:30.530Z] + snapcraftctl stage [2021-04-26T17:17:31.100Z] Staging config-common [2021-04-26T17:17:31.100Z] + snapcraftctl stage [2021-04-26T17:17:32.482Z] Staging edgex-go [2021-04-26T17:17:32.482Z] + snapcraftctl stage [2021-04-26T17:17:33.432Z] Staging static-packages [2021-04-26T17:17:33.432Z] + snapcraftctl stage [2021-04-26T17:17:34.369Z] Staging version [2021-04-26T17:17:34.369Z] + snapcraftctl stage [2021-04-26T17:17:35.309Z] Priming go-build-helper [2021-04-26T17:17:35.309Z] + snapcraftctl prime [2021-04-26T17:17:36.250Z] Priming app-service-config [2021-04-26T17:17:36.250Z] + snapcraftctl prime [2021-04-26T17:17:37.639Z] Priming config-common [2021-04-26T17:17:37.640Z] + snapcraftctl prime [2021-04-26T17:17:38.581Z] Priming edgex-go [2021-04-26T17:17:38.581Z] + snapcraftctl prime [2021-04-26T17:17:39.967Z] Priming static-packages [2021-04-26T17:17:39.967Z] + snapcraftctl prime [2021-04-26T17:17:42.517Z] Priming version [2021-04-26T17:17:42.517Z] + snapcraftctl prime [2021-04-26T17:17:43.154Z] 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-26T17:18:17.692Z] 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-26T17:18:18.294Z] 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-26T17:18:33.407Z] Removing intermediate container bd595f909e91 [2021-04-26T17:18:33.407Z] ---> 77a1c25b6402 [2021-04-26T17:18:33.407Z] [2021-04-26T17:18:33.407Z] Step 10/25 : FROM alpine:3.12 [2021-04-26T17:18:33.684Z] 3.12: Pulling from library/alpine [2021-04-26T17:18:35.667Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-26T17:18:35.667Z] Status: Downloaded newer image for alpine:3.12 [2021-04-26T17:18:35.667Z] ---> 9852663dfa18 [2021-04-26T17:18:35.667Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-26T17:18:36.272Z] ---> Running in 507518960b95 [2021-04-26T17:18:38.284Z] Removing intermediate container b32d0501dbbb [2021-04-26T17:18:38.284Z] ---> 84a866b4ac92 [2021-04-26T17:18:38.284Z] [2021-04-26T17:18:38.284Z] Step 10/21 : FROM alpine:3.12 [2021-04-26T17:18:38.284Z] ---> 9852663dfa18 [2021-04-26T17:18:38.284Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-26T17:18:38.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:38.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:38.839Z] ---> Running in a6f47553aae3 [2021-04-26T17:18:39.559Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-26T17:18:39.559Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T17:18:39.559Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-26T17:18:39.559Z] (4/6) Installing curl (7.76.1-r0) [2021-04-26T17:18:39.559Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-26T17:18:39.559Z] (6/6) Installing su-exec (0.2-r1) [2021-04-26T17:18:39.559Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:18:39.559Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T17:18:39.876Z] OK: 7 MiB in 20 packages [2021-04-26T17:18:41.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:41.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:42.242Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-26T17:18:42.242Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T17:18:42.242Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-26T17:18:42.242Z] (4/4) Installing curl (7.76.1-r0) [2021-04-26T17:18:42.242Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:18:42.242Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T17:18:42.516Z] OK: 7 MiB in 18 packages [2021-04-26T17:18:44.507Z] Removing intermediate container 507518960b95 [2021-04-26T17:18:44.507Z] ---> c343e287bdd1 [2021-04-26T17:18:44.507Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T17:18:44.507Z] ---> Running in 1a17286d5d8b [2021-04-26T17:18:44.781Z] Removing intermediate container b95ebc229bd6 [2021-04-26T17:18:44.781Z] ---> 568af077f930 [2021-04-26T17:18:44.781Z] [2021-04-26T17:18:44.781Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T17:18:44.781Z] Removing intermediate container 202b72cb4ad7 [2021-04-26T17:18:44.781Z] ---> 068a488299f7 [2021-04-26T17:18:44.781Z] [2021-04-26T17:18:44.781Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T17:18:44.781Z] ---> 9852663dfa18 [2021-04-26T17:18:44.781Z] ---> 9852663dfa18 [2021-04-26T17:18:44.781Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-26T17:18:44.781Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T17:18:44.781Z] Removing intermediate container 4da44836450e [2021-04-26T17:18:44.781Z] ---> 3e4db08e9027 [2021-04-26T17:18:44.781Z] [2021-04-26T17:18:44.781Z] Step 10/22 : FROM alpine:3.12 [2021-04-26T17:18:44.781Z] ---> 9852663dfa18 [2021-04-26T17:18:44.781Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-26T17:18:45.062Z] ---> Running in e21282b18ed2 [2021-04-26T17:18:45.062Z] ---> Running in 2815dab2d13f [2021-04-26T17:18:45.062Z] ---> Running in bcc55118f96c [2021-04-26T17:18:45.353Z] Removing intermediate container 1a17286d5d8b [2021-04-26T17:18:45.353Z] ---> 3b65b454a6a2 [2021-04-26T17:18:45.353Z] Step 13/25 : WORKDIR / [2021-04-26T17:18:45.624Z] Removing intermediate container a6f47553aae3 [2021-04-26T17:18:45.624Z] ---> 68c639e36234 [2021-04-26T17:18:45.624Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-26T17:18:45.898Z] ---> Running in bbffa2b692d2 [2021-04-26T17:18:45.898Z] ---> Running in 4f7cf6e8a6cc [2021-04-26T17:18:46.498Z] Removing intermediate container 4f7cf6e8a6cc [2021-04-26T17:18:46.498Z] ---> 68e557abd711 [2021-04-26T17:18:46.498Z] Step 13/21 : WORKDIR /edgex [2021-04-26T17:18:46.773Z] Removing intermediate container bbffa2b692d2 [2021-04-26T17:18:46.773Z] ---> 8197b137b1a3 [2021-04-26T17:18:46.773Z] 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-26T17:18:46.773Z] ---> Running in 96a73ec6cae6 [2021-04-26T17:18:47.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:47.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:47.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:47.657Z] Removing intermediate container 96a73ec6cae6 [2021-04-26T17:18:47.657Z] ---> 31dae082a4c2 [2021-04-26T17:18:47.657Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-26T17:18:47.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:47.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:47.657Z] ---> 16fb40b9ca3e [2021-04-26T17:18:47.932Z] 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-26T17:18:47.932Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T17:18:47.932Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:18:47.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:18:47.932Z] OK: 5 MiB in 15 packages [2021-04-26T17:18:48.217Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-26T17:18:48.217Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:18:48.217Z] OK: 5 MiB in 15 packages [2021-04-26T17:18:48.825Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-26T17:18:48.825Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-26T17:18:48.825Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:18:48.825Z] Executing ca-certificates-20191127-r4.trigger [2021-04-26T17:18:49.099Z] OK: 6 MiB in 16 packages [2021-04-26T17:18:49.099Z] ---> 5e0fabbbaa4e [2021-04-26T17:18:49.099Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-26T17:18:49.375Z] ---> 5a9610d664e5 [2021-04-26T17:18:49.375Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-26T17:18:50.366Z] Removing intermediate container e21282b18ed2 [2021-04-26T17:18:50.366Z] ---> 50536909f048 [2021-04-26T17:18:50.366Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:18:50.366Z] Removing intermediate container bcc55118f96c [2021-04-26T17:18:50.366Z] ---> 073334aaa555 [2021-04-26T17:18:50.366Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:18:50.643Z] ---> Running in 6de059b34275 [2021-04-26T17:18:50.643Z] ---> Running in c3583cdb7b87 [2021-04-26T17:18:50.915Z] ---> 2a26851e1184 [2021-04-26T17:18:50.915Z] 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-26T17:18:50.915Z] Removing intermediate container 2815dab2d13f [2021-04-26T17:18:50.915Z] ---> 8c54a91d89fa [2021-04-26T17:18:50.915Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:18:51.193Z] ---> d1a0e63adaa5 [2021-04-26T17:18:51.193Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-26T17:18:51.193Z] ---> Running in 5c964e912eb0 [2021-04-26T17:18:51.193Z] Removing intermediate container 6de059b34275 [2021-04-26T17:18:51.193Z] ---> f34246ef1acd [2021-04-26T17:18:51.193Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-26T17:18:51.193Z] Removing intermediate container c3583cdb7b87 [2021-04-26T17:18:51.193Z] ---> 00e98c2695cd [2021-04-26T17:18:51.193Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-26T17:18:51.474Z] ---> Running in 9196405fac19 [2021-04-26T17:18:51.474Z] ---> Running in c6f6e1066424 [2021-04-26T17:18:51.750Z] ---> 0e7cf6232d41 [2021-04-26T17:18:51.750Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-26T17:18:52.026Z] Removing intermediate container 5c964e912eb0 [2021-04-26T17:18:52.026Z] ---> e192c30ed87d [2021-04-26T17:18:52.026Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-26T17:18:52.026Z] Removing intermediate container 9196405fac19 [2021-04-26T17:18:52.026Z] ---> ba0f74542c17 [2021-04-26T17:18:52.026Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T17:18:52.296Z] Removing intermediate container c6f6e1066424 [2021-04-26T17:18:52.296Z] ---> c28ea43eb28c [2021-04-26T17:18:52.296Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T17:18:52.573Z] ---> Running in 0836b87b8c0d [2021-04-26T17:18:52.573Z] ---> Running in 9c7d61658c35 [2021-04-26T17:18:52.573Z] ---> Running in bacdf92f5ae2 [2021-04-26T17:18:52.846Z] ---> 41f153111f82 [2021-04-26T17:18:52.846Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-26T17:18:53.118Z] ---> 0ed1db5f0957 [2021-04-26T17:18:53.118Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-26T17:18:53.118Z] ---> Running in 4fefcc196ed6 [2021-04-26T17:18:53.396Z] Removing intermediate container 0836b87b8c0d [2021-04-26T17:18:53.396Z] ---> 05d746947b0a [2021-04-26T17:18:53.396Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-26T17:18:53.396Z] Removing intermediate container bacdf92f5ae2 [2021-04-26T17:18:53.396Z] ---> c6e3bbde47c7 [2021-04-26T17:18:53.396Z] Step 15/23 : WORKDIR / [2021-04-26T17:18:53.396Z] Removing intermediate container 9c7d61658c35 [2021-04-26T17:18:53.396Z] ---> 1471377a7672 [2021-04-26T17:18:53.396Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:18:53.396Z] ---> Running in 66868d39c06c [2021-04-26T17:18:53.670Z] ---> Running in 7218c2755594 [2021-04-26T17:18:53.944Z] Removing intermediate container 4fefcc196ed6 [2021-04-26T17:18:53.944Z] ---> f9cfe516eb4a [2021-04-26T17:18:53.944Z] Step 18/21 : CMD ["--init=true"] [2021-04-26T17:18:54.219Z] ---> Running in 8b220feca2c1 [2021-04-26T17:18:54.219Z] Removing intermediate container 66868d39c06c [2021-04-26T17:18:54.219Z] ---> f80398421795 [2021-04-26T17:18:54.220Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:18:54.498Z] Removing intermediate container 7218c2755594 [2021-04-26T17:18:54.498Z] ---> 4c3ea9f5eec4 [2021-04-26T17:18:54.498Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:18:54.498Z] ---> ef87462a99fc [2021-04-26T17:18:54.498Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-26T17:18:54.498Z] ---> ea67e4a99b8f [2021-04-26T17:18:54.498Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-26T17:18:54.780Z] Removing intermediate container 8b220feca2c1 [2021-04-26T17:18:54.780Z] ---> 5d5bc00d54c6 [2021-04-26T17:18:54.780Z] Step 19/21 : LABEL arch=arm64 [2021-04-26T17:18:55.078Z] ---> Running in 62bf61c81e6f [2021-04-26T17:18:55.685Z] ---> b58073b1b441 [2021-04-26T17:18:55.685Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-26T17:18:55.961Z] Removing intermediate container 62bf61c81e6f [2021-04-26T17:18:55.961Z] ---> 517b5ad5a76f [2021-04-26T17:18:55.961Z] Step 20/21 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:18:55.961Z] ---> 7fc2f0cb7df9 [2021-04-26T17:18:55.961Z] 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-26T17:18:56.236Z] ---> 6bfe5bea6afc [2021-04-26T17:18:56.236Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-26T17:18:56.236Z] ---> Running in 57b14ba6687c [2021-04-26T17:18:56.236Z] ---> Running in 5f431a1ef6dc [2021-04-26T17:18:56.514Z] ---> 707038b19224 [2021-04-26T17:18:56.514Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-26T17:18:57.118Z] Removing intermediate container 57b14ba6687c [2021-04-26T17:18:57.118Z] ---> 2b81f75ffb8d [2021-04-26T17:18:57.118Z] Step 21/21 : LABEL version=0.0.0 [2021-04-26T17:18:57.393Z] ---> 5e28eabd299b [2021-04-26T17:18:57.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-26T17:18:57.393Z] ---> Running in 4d179bbe21d6 [2021-04-26T17:18:57.667Z] ---> cc78ebe930c0 [2021-04-26T17:18:57.667Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-26T17:18:57.944Z] ---> Running in 0c5c25c51202 [2021-04-26T17:18:58.217Z] Removing intermediate container 4d179bbe21d6 [2021-04-26T17:18:58.217Z] ---> 377620ef308e [2021-04-26T17:18:58.217Z] [2021-04-26T17:18:58.217Z] ---> abe730b52ba7 [2021-04-26T17:18:58.217Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-26T17:18:58.492Z] ---> 2ba691092ee3 [2021-04-26T17:18:58.492Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-26T17:18:58.767Z] Removing intermediate container 0c5c25c51202 [2021-04-26T17:18:58.767Z] ---> ccf3be04f210 [2021-04-26T17:18:58.767Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:18:59.040Z] ---> Running in ffa91d08c526 [2021-04-26T17:18:59.040Z] Successfully built 377620ef308e [2021-04-26T17:18:59.040Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-26T17:18:59.040Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-04-26T17:18:59.040Z] ---> Running in 7afa976260bf [2021-04-26T17:18:59.318Z] ---> 2e2b2d9862ab [2021-04-26T17:18:59.318Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-26T17:18:59.591Z] ---> Running in 0bb157b01b0b [2021-04-26T17:18:59.591Z] Removing intermediate container 5f431a1ef6dc [2021-04-26T17:18:59.591Z] ---> 4713d37cac09 [2021-04-26T17:18:59.591Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-04-26T17:18:59.591Z] Removing intermediate container ffa91d08c526 [2021-04-26T17:18:59.591Z] ---> 8b7b2e1b8e1b [2021-04-26T17:18:59.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:18:59.866Z] Removing intermediate container 7afa976260bf [2021-04-26T17:18:59.866Z] ---> c5fd7e42e5c5 [2021-04-26T17:18:59.866Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T17:18:59.866Z] ---> Running in f9ffb1b0003f [2021-04-26T17:18:59.866Z] ---> Running in adc1ca67a2b7 [2021-04-26T17:18:59.866Z] ---> Running in a988e31231a1 [2021-04-26T17:19:00.151Z] Removing intermediate container 0bb157b01b0b [2021-04-26T17:19:00.151Z] ---> 1d842aff3cfc [2021-04-26T17:19:00.151Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:19:00.151Z] ---> Running in 952232689f8b [2021-04-26T17:19:00.426Z] Removing intermediate container f9ffb1b0003f [2021-04-26T17:19:00.426Z] ---> e640b955a38e [2021-04-26T17:19:00.426Z] Step 23/25 : LABEL arch=arm64 [2021-04-26T17:19:00.712Z] Removing intermediate container a988e31231a1 [2021-04-26T17:19:00.712Z] ---> 923a64b34ff3 [2021-04-26T17:19:00.712Z] Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:19:00.712Z] Removing intermediate container adc1ca67a2b7 [2021-04-26T17:19:00.712Z] ---> 0738bd213008 [2021-04-26T17:19:00.712Z] Step 20/22 : LABEL arch=arm64 [2021-04-26T17:19:00.712Z] ---> Running in f4f5561b2d51 [2021-04-26T17:19:00.991Z] ---> Running in 6c8fb7c5d094 [2021-04-26T17:19:00.991Z] ---> Running in bf5feb94ffd5 [2021-04-26T17:19:01.267Z] Removing intermediate container 952232689f8b [2021-04-26T17:19:01.267Z] ---> 159a822256ae [2021-04-26T17:19:01.267Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T17:19:01.540Z] Removing intermediate container f4f5561b2d51 [2021-04-26T17:19:01.540Z] ---> 9f58f29587c5 [2021-04-26T17:19:01.540Z] Step 24/25 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:19:02.569Z] Removing intermediate container 6c8fb7c5d094 [2021-04-26T17:19:02.569Z] ---> 5edd52d5c4e5 [2021-04-26T17:19:02.569Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T17:19:02.569Z] Removing intermediate container bf5feb94ffd5 [2021-04-26T17:19:02.569Z] ---> Running in 0a01b9115879 [2021-04-26T17:19:02.569Z] ---> 7b6d164bb6f9 [2021-04-26T17:19:02.569Z] Step 21/22 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:19:02.841Z] ---> Running in 943d2cda9709 [2021-04-26T17:19:03.118Z] ---> Running in b0955eeb8ead [2021-04-26T17:19:03.118Z] ---> Running in c4e86a0b9178 [2021-04-26T17:19:03.397Z] Removing intermediate container 0a01b9115879 [2021-04-26T17:19:03.397Z] ---> ff0b925cbc2d [2021-04-26T17:19:03.397Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:19:03.397Z] Removing intermediate container 943d2cda9709 [2021-04-26T17:19:03.397Z] ---> e2d815e1a8c3 [2021-04-26T17:19:03.397Z] Step 25/25 : LABEL version=0.0.0 [2021-04-26T17:19:03.397Z] ---> Running in 74c78c004de1 [2021-04-26T17:19:03.671Z] ---> Running in 7e0e90e0eb53 [2021-04-26T17:19:03.950Z] Removing intermediate container c4e86a0b9178 [2021-04-26T17:19:03.951Z] ---> 88b5a2decd7a [2021-04-26T17:19:03.951Z] [2021-04-26T17:19:03.951Z] Removing intermediate container b0955eeb8ead [2021-04-26T17:19:03.951Z] ---> b3c7535e59da [2021-04-26T17:19:03.951Z] Step 22/22 : LABEL version=0.0.0 [2021-04-26T17:19:04.244Z] Removing intermediate container 74c78c004de1 [2021-04-26T17:19:04.244Z] ---> 22eb4a558359 [2021-04-26T17:19:04.244Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:19:04.520Z] Successfully built 88b5a2decd7a [2021-04-26T17:19:04.520Z] ---> Running in 55a43795d22d [2021-04-26T17:19:04.520Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-26T17:19:04.520Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-26T17:19:04.799Z] ---> Running in 4216ad4c6d98 [2021-04-26T17:19:04.799Z] Removing intermediate container 7e0e90e0eb53 [2021-04-26T17:19:04.799Z] ---> ff2f1c37b51e [2021-04-26T17:19:04.799Z] [2021-04-26T17:19:05.402Z] Removing intermediate container 55a43795d22d [2021-04-26T17:19:05.402Z] ---> 308080b5ca06 [2021-04-26T17:19:05.402Z] [2021-04-26T17:19:05.402Z] Removing intermediate container 4216ad4c6d98 [2021-04-26T17:19:05.402Z] ---> 8a7f1b591b73 [2021-04-26T17:19:05.402Z] [2021-04-26T17:19:05.676Z] Successfully built ff2f1c37b51e [2021-04-26T17:19:05.676Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-26T17:19:05.676Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-26T17:19:05.676Z] Successfully built 308080b5ca06 [2021-04-26T17:19:05.676Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-26T17:19:05.676Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-04-26T17:19:05.949Z] Successfully built 8a7f1b591b73 [2021-04-26T17:19:05.949Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-26T17:19:52.913Z]  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:19:52.913Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:19:52.913Z] ---> d7bfffea3bda [2021-04-26T17:19:52.913Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:19:52.913Z] ---> Using cache [2021-04-26T17:19:52.913Z] ---> 6773f782efd9 [2021-04-26T17:19:52.913Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:19:52.913Z] ---> Using cache [2021-04-26T17:19:52.913Z] ---> 331ec3c15add [2021-04-26T17:19:52.913Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-26T17:19:56.320Z] ---> Running in 740b53579ea6 [2021-04-26T17:19:57.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:19:58.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:19:58.971Z] OK: 217 MiB in 51 packages [2021-04-26T17:20:00.952Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:20:00.952Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:20:00.952Z] ---> d7bfffea3bda [2021-04-26T17:20:00.952Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:20:00.952Z] ---> Using cache [2021-04-26T17:20:00.952Z] ---> 6773f782efd9 [2021-04-26T17:20:00.952Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:20:00.952Z] ---> Using cache [2021-04-26T17:20:00.952Z] ---> 331ec3c15add [2021-04-26T17:20:00.952Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-26T17:20:00.952Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:20:00.952Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:20:00.953Z] ---> d7bfffea3bda [2021-04-26T17:20:00.953Z] Step 3/23 : WORKDIR /edgex-go [2021-04-26T17:20:00.953Z] ---> Using cache [2021-04-26T17:20:00.953Z] ---> 6773f782efd9 [2021-04-26T17:20:00.953Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:20:00.953Z] ---> Using cache [2021-04-26T17:20:00.953Z] ---> 331ec3c15add [2021-04-26T17:20:00.953Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-26T17:20:01.295Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-26T17:20:01.295Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-26T17:20:01.295Z] ---> d7bfffea3bda [2021-04-26T17:20:01.295Z] Step 3/31 : WORKDIR /edgex-go [2021-04-26T17:20:01.295Z] ---> Using cache [2021-04-26T17:20:01.295Z] ---> 6773f782efd9 [2021-04-26T17:20:01.295Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:20:01.295Z] ---> Using cache [2021-04-26T17:20:01.295Z] ---> 331ec3c15add [2021-04-26T17:20:01.295Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-26T17:20:01.570Z] ---> Running in b02e6ad9bebf [2021-04-26T17:20:01.570Z] ---> Running in 2926429f50ca [2021-04-26T17:20:01.570Z] ---> Running in 9c18ba3fae09 [2021-04-26T17:20:02.580Z] Removing intermediate container 740b53579ea6 [2021-04-26T17:20:02.580Z] ---> 59f74d3b8ab7 [2021-04-26T17:20:02.580Z] Step 6/23 : COPY go.mod . [2021-04-26T17:20:03.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:20:03.462Z] ---> 52204c4efb3e [2021-04-26T17:20:03.462Z] Step 7/23 : RUN go mod download [2021-04-26T17:20:03.462Z] ---> Running in 203e447f7f3f [2021-04-26T17:20:03.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:20:03.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:20:04.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:20:04.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:20:04.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:20:04.618Z] OK: 217 MiB in 51 packages [2021-04-26T17:20:04.893Z] OK: 217 MiB in 51 packages [2021-04-26T17:20:05.191Z] OK: 217 MiB in 51 packages [2021-04-26T17:20:06.181Z] Removing intermediate container 2926429f50ca [2021-04-26T17:20:06.181Z] ---> 75686909e0ea [2021-04-26T17:20:06.181Z] Step 6/23 : COPY go.mod . [2021-04-26T17:20:06.777Z] Removing intermediate container b02e6ad9bebf [2021-04-26T17:20:06.777Z] ---> 19b1d62f692c [2021-04-26T17:20:06.777Z] Removing intermediate container 9c18ba3fae09 [2021-04-26T17:20:06.777Z] ---> 423d258d1efa [2021-04-26T17:20:06.777Z] Step 6/23 : COPY go.mod . [2021-04-26T17:20:06.777Z] Step 6/31 : COPY go.mod . [2021-04-26T17:20:07.053Z] Removing intermediate container 203e447f7f3f [2021-04-26T17:20:07.053Z] ---> 4de96452e81c [2021-04-26T17:20:07.053Z] Step 8/23 : COPY . . [2021-04-26T17:20:07.053Z] ---> 336baa7e1313 [2021-04-26T17:20:07.053Z] Step 7/23 : RUN go mod download [2021-04-26T17:20:07.336Z] ---> Running in 7506a7ba3542 [2021-04-26T17:20:07.610Z] ---> ba0e4311751f [2021-04-26T17:20:07.610Z] Step 7/31 : RUN go mod download [2021-04-26T17:20:07.886Z] ---> 4f35495686a6 [2021-04-26T17:20:07.886Z] Step 7/23 : RUN go mod download [2021-04-26T17:20:07.887Z] ---> Running in 124cd9296d73 [2021-04-26T17:20:07.887Z] ---> Running in 73d438a6c851 [2021-04-26T17:20:12.202Z] Removing intermediate container 7506a7ba3542 [2021-04-26T17:20:12.202Z] ---> c1745df2a38c [2021-04-26T17:20:12.202Z] Step 8/23 : COPY . . [2021-04-26T17:20:12.798Z] Removing intermediate container 124cd9296d73 [2021-04-26T17:20:12.798Z] ---> 2cb179bf24c6 [2021-04-26T17:20:12.798Z] Step 8/31 : COPY . . [2021-04-26T17:20:12.798Z] Removing intermediate container 73d438a6c851 [2021-04-26T17:20:12.798Z] ---> dcdf2e7ca357 [2021-04-26T17:20:12.798Z] Step 8/23 : COPY . . [2021-04-26T17:20:34.981Z] ---> ef763a395efe [2021-04-26T17:20:34.981Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-26T17:20:34.981Z] ---> 5557c15df8be [2021-04-26T17:20:34.981Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-26T17:20:34.981Z] ---> da96d553fd59 [2021-04-26T17:20:34.981Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-26T17:20:34.981Z] ---> Running in 46db8b3352d5 [2021-04-26T17:20:34.981Z] ---> Running in 8bf262e29297 [2021-04-26T17:20:34.981Z] ---> Running in c342812930b5 [2021-04-26T17:20:34.981Z] ---> 14f1d03d8f4c [2021-04-26T17:20:34.981Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-26T17:20:34.981Z] ---> Running in 6b1271b4d79d [2021-04-26T17:20:34.981Z] 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-26T17:20:34.981Z] 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-26T17:20:34.981Z] 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-26T17:20:34.981Z] 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-26T17:22:11.928Z] Removing intermediate container c342812930b5 [2021-04-26T17:22:11.928Z] ---> 6934efcbfa8b [2021-04-26T17:22:11.928Z] [2021-04-26T17:22:11.928Z] Step 10/31 : FROM alpine:3.12 [2021-04-26T17:22:11.928Z] ---> 9852663dfa18 [2021-04-26T17:22:11.928Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-26T17:22:11.928Z] Removing intermediate container 8bf262e29297 [2021-04-26T17:22:11.928Z] ---> 83624e673f6e [2021-04-26T17:22:11.928Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-26T17:22:11.928Z] ---> Running in ccf85d5ef2e3 [2021-04-26T17:22:11.928Z] ---> Running in 5036238a8aa7 [2021-04-26T17:22:11.928Z] Removing intermediate container ccf85d5ef2e3 [2021-04-26T17:22:11.928Z] ---> 1205af01041b [2021-04-26T17:22:11.928Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-26T17:22:11.928Z] ---> Running in 3ef067e9754d [2021-04-26T17:22:11.928Z] 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-26T17:22:12.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:22:12.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:22:13.145Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-26T17:22:13.429Z] (2/2) Installing su-exec (0.2-r1) [2021-04-26T17:22:13.429Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:22:13.429Z] OK: 5 MiB in 16 packages [2021-04-26T17:22:14.883Z] Removing intermediate container 3ef067e9754d [2021-04-26T17:22:14.883Z] ---> 1c27ad41cfbc [2021-04-26T17:22:14.883Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-26T17:22:15.167Z] ---> Running in 932041f3bd0a [2021-04-26T17:22:16.157Z] Removing intermediate container 932041f3bd0a [2021-04-26T17:22:16.157Z] ---> 9326e04e9bc2 [2021-04-26T17:22:16.157Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-26T17:22:16.157Z] ---> Running in ca19652f1b97 [2021-04-26T17:22:16.432Z] Removing intermediate container 5036238a8aa7 [2021-04-26T17:22:16.432Z] ---> 14c28c783b94 [2021-04-26T17:22:16.432Z] [2021-04-26T17:22:16.432Z] Step 11/23 : FROM docker:20.10.0 [2021-04-26T17:22:16.432Z] 20.10.0: Pulling from library/docker [2021-04-26T17:22:16.727Z] Removing intermediate container ca19652f1b97 [2021-04-26T17:22:16.727Z] ---> ca77257547e5 [2021-04-26T17:22:16.727Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-26T17:22:17.009Z] ---> Running in 9397caf2c033 [2021-04-26T17:22:22.453Z] Removing intermediate container 9397caf2c033 [2021-04-26T17:22:22.453Z] ---> e2b32f50c0c5 [2021-04-26T17:22:22.453Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-26T17:22:22.453Z] ---> Running in 46d7bf8b587a [2021-04-26T17:22:23.435Z] Removing intermediate container 46db8b3352d5 [2021-04-26T17:22:23.435Z] ---> 8818607570a2 [2021-04-26T17:22:23.435Z] [2021-04-26T17:22:23.435Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T17:22:23.435Z] ---> 9852663dfa18 [2021-04-26T17:22:23.435Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-26T17:22:23.435Z] ---> Using cache [2021-04-26T17:22:23.435Z] ---> 073334aaa555 [2021-04-26T17:22:23.435Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-26T17:22:23.435Z] ---> Using cache [2021-04-26T17:22:23.435Z] ---> 00e98c2695cd [2021-04-26T17:22:23.435Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-26T17:22:23.708Z] Removing intermediate container 46d7bf8b587a [2021-04-26T17:22:23.708Z] ---> 9fc9ca1686ff [2021-04-26T17:22:23.708Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-26T17:22:23.983Z] ---> Running in 9ccd1b20b679 [2021-04-26T17:22:24.964Z] Removing intermediate container 9ccd1b20b679 [2021-04-26T17:22:24.964Z] ---> 04620b3d23be [2021-04-26T17:22:24.964Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-26T17:22:25.238Z] ---> 11ef26003156 [2021-04-26T17:22:25.238Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-26T17:22:25.238Z] ---> Running in 5a2dc3878869 [2021-04-26T17:22:25.512Z] ---> Running in 06ea999b7f19 [2021-04-26T17:22:26.115Z] Removing intermediate container 5a2dc3878869 [2021-04-26T17:22:26.115Z] ---> 7b68b261239d [2021-04-26T17:22:26.115Z] Step 15/23 : WORKDIR / [2021-04-26T17:22:26.389Z] ---> Running in 1e4b99189674 [2021-04-26T17:22:27.831Z] Removing intermediate container 1e4b99189674 [2021-04-26T17:22:27.831Z] ---> c6426a2c7415 [2021-04-26T17:22:27.831Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:22:29.835Z] ---> 7865c43d35a0 [2021-04-26T17:22:29.835Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-26T17:22:29.835Z] Removing intermediate container 06ea999b7f19 [2021-04-26T17:22:29.835Z] ---> fc564b3d4b43 [2021-04-26T17:22:29.835Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:22:31.282Z] ---> c8c3ea454d2d [2021-04-26T17:22:31.282Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-26T17:22:31.558Z] ---> 74a7ac6463ec [2021-04-26T17:22:31.558Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-26T17:22:31.558Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-26T17:22:31.835Z] Removing intermediate container 6b1271b4d79d [2021-04-26T17:22:31.835Z] ---> 60c017683daa [2021-04-26T17:22:31.835Z] [2021-04-26T17:22:31.835Z] Step 10/23 : FROM alpine:3.12 [2021-04-26T17:22:31.835Z] ---> 9852663dfa18 [2021-04-26T17:22:31.835Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-26T17:22:31.835Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-26T17:22:31.835Z] ---> eeaf43b92773 [2021-04-26T17:22:31.835Z] 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-26T17:22:32.114Z] ---> Running in 309cb7f80583 [2021-04-26T17:22:32.114Z] ---> Running in d183dd526712 [2021-04-26T17:22:32.711Z] ---> 9af92b3abd98 [2021-04-26T17:22:32.711Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-26T17:22:32.984Z] ---> Running in 269d13734902 [2021-04-26T17:22:32.984Z] Removing intermediate container 309cb7f80583 [2021-04-26T17:22:32.984Z] ---> ed9d900459de [2021-04-26T17:22:32.984Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-26T17:22:32.984Z] Removing intermediate container d183dd526712 [2021-04-26T17:22:32.984Z] ---> 5b712d598c0d [2021-04-26T17:22:32.984Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-26T17:22:32.985Z] ---> ee5bcf6b577e [2021-04-26T17:22:32.985Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-26T17:22:32.985Z] ---> Running in 2b01f02278f5 [2021-04-26T17:22:33.274Z] ---> Running in c35358dbc446 [2021-04-26T17:22:33.549Z] Removing intermediate container 269d13734902 [2021-04-26T17:22:33.549Z] ---> d936f51eceac [2021-04-26T17:22:33.549Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:22:33.821Z] ---> Running in 5ea2ec4939aa [2021-04-26T17:22:33.821Z] Removing intermediate container 2b01f02278f5 [2021-04-26T17:22:33.821Z] ---> 3a3f7e1b3a52 [2021-04-26T17:22:33.821Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-26T17:22:34.100Z] ---> Running in 813072a16ea2 [2021-04-26T17:22:34.100Z] ---> f21b23ddf8e7 [2021-04-26T17:22:34.100Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-26T17:22:34.374Z] Removing intermediate container 5ea2ec4939aa [2021-04-26T17:22:34.374Z] ---> 8dee19e145b8 [2021-04-26T17:22:34.374Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T17:22:34.655Z] ---> Running in e711b08e5ba4 [2021-04-26T17:22:34.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:22:34.655Z] Removing intermediate container 813072a16ea2 [2021-04-26T17:22:34.655Z] ---> f3dc5db5a69f [2021-04-26T17:22:34.655Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-26T17:22:34.655Z] ---> Running in 8a612f1c5e39 [2021-04-26T17:22:34.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:22:34.928Z] ---> 475ead6cc053 [2021-04-26T17:22:34.928Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-26T17:22:35.203Z] Removing intermediate container e711b08e5ba4 [2021-04-26T17:22:35.203Z] ---> 21ca2867efa7 [2021-04-26T17:22:35.203Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:22:35.482Z] ---> Running in 69ee2ad0b279 [2021-04-26T17:22:35.482Z] (1/39) Installing readline (8.0.4-r0) [2021-04-26T17:22:35.482Z] (2/39) Installing bash (5.0.17-r0) [2021-04-26T17:22:35.482Z] Executing bash-5.0.17-r0.post-install [2021-04-26T17:22:35.482Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-26T17:22:35.482Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-26T17:22:35.483Z] (5/39) Installing curl (7.76.1-r0) [2021-04-26T17:22:35.483Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-26T17:22:35.483Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-26T17:22:35.483Z] (8/39) Installing expat (2.2.9-r1) [2021-04-26T17:22:35.483Z] (9/39) Installing libffi (3.3-r2) [2021-04-26T17:22:35.483Z] (10/39) Installing gdbm (1.13-r1) [2021-04-26T17:22:35.483Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-26T17:22:35.760Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-26T17:22:35.760Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-26T17:22:36.358Z] ---> 79541e942efa [2021-04-26T17:22:36.358Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-26T17:22:36.358Z] Removing intermediate container 69ee2ad0b279 [2021-04-26T17:22:36.358Z] ---> 16330e886ef9 [2021-04-26T17:22:36.358Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:22:37.346Z] ---> Running in f7c56746a624 [2021-04-26T17:22:37.346Z] ---> Running in 58a432192453 [2021-04-26T17:22:37.953Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-26T17:22:37.953Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-26T17:22:37.953Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-26T17:22:37.953Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-26T17:22:37.953Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-26T17:22:37.953Z] Removing intermediate container 58a432192453 [2021-04-26T17:22:37.953Z] ---> b435cbb2b29b [2021-04-26T17:22:37.953Z] [2021-04-26T17:22:37.953Z] Removing intermediate container f7c56746a624 [2021-04-26T17:22:37.953Z] ---> 1ecc1200f43d [2021-04-26T17:22:37.953Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-26T17:22:37.953Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-26T17:22:38.230Z] Removing intermediate container 8a612f1c5e39 [2021-04-26T17:22:38.230Z] ---> 20093c3a680f [2021-04-26T17:22:38.230Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-26T17:22:38.230Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-26T17:22:38.230Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-26T17:22:38.230Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-26T17:22:38.230Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-26T17:22:38.230Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-26T17:22:38.504Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-26T17:22:38.504Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-26T17:22:38.504Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-26T17:22:38.504Z] ---> Running in 0190b95330a6 [2021-04-26T17:22:38.504Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-26T17:22:38.504Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-26T17:22:38.504Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-26T17:22:38.504Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-26T17:22:38.504Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-26T17:22:38.504Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-26T17:22:38.504Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-26T17:22:38.504Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-26T17:22:38.785Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-26T17:22:38.785Z] Successfully built b435cbb2b29b [2021-04-26T17:22:38.785Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-26T17:22:38.785Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-26T17:22:38.785Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-26T17:22:38.785Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-26T17:22:38.785Z]  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger [2021-04-26T17:22:39.065Z] OK: 72 MiB in 59 packages [2021-04-26T17:22:39.340Z] ---> cd4bcb5beee0 [2021-04-26T17:22:39.340Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-26T17:22:39.614Z] ---> Running in 570df5f920d9 [2021-04-26T17:22:39.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-26T17:22:40.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-26T17:22:41.479Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-26T17:22:41.479Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-26T17:22:41.479Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-26T17:22:41.751Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-26T17:22:41.751Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-26T17:22:42.023Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-26T17:22:42.023Z] Executing busybox-1.31.1-r20.trigger [2021-04-26T17:22:42.023Z] Removing intermediate container 570df5f920d9 [2021-04-26T17:22:42.023Z] ---> 807a0769032c [2021-04-26T17:22:42.023Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-26T17:22:42.023Z] OK: 8 MiB in 20 packages [2021-04-26T17:22:42.295Z] ---> Running in 0407ca20fd81 [2021-04-26T17:22:42.896Z] Removing intermediate container 0407ca20fd81 [2021-04-26T17:22:42.896Z] ---> 0cec71192bad [2021-04-26T17:22:42.896Z] Step 28/31 : CMD ["gate"] [2021-04-26T17:22:43.180Z] ---> Running in b3914369d986 [2021-04-26T17:22:43.455Z] Removing intermediate container 0190b95330a6 [2021-04-26T17:22:43.455Z] ---> ef8b64e06f3e [2021-04-26T17:22:43.455Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-26T17:22:43.729Z] Collecting docker-compose==1.23.2 [2021-04-26T17:22:43.729Z] Removing intermediate container b3914369d986 [2021-04-26T17:22:43.729Z] ---> 803c305ef6ec [2021-04-26T17:22:43.729Z] Step 29/31 : LABEL arch=arm64 [2021-04-26T17:22:43.729Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-26T17:22:44.323Z] ---> Running in cb18423f6fd2 [2021-04-26T17:22:44.323Z] ---> 2284c6b3d08b [2021-04-26T17:22:44.323Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-26T17:22:44.595Z] Collecting texttable<0.10,>=0.9.0 [2021-04-26T17:22:44.595Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-26T17:22:44.595Z] Removing intermediate container cb18423f6fd2 [2021-04-26T17:22:44.595Z] ---> e37309ca6e9d [2021-04-26T17:22:44.595Z] Step 30/31 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:22:45.195Z] ---> Running in c32375aba14c [2021-04-26T17:22:45.790Z] ---> 381f97ac44f9 [2021-04-26T17:22:45.790Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-26T17:22:45.790Z] Removing intermediate container c32375aba14c [2021-04-26T17:22:45.790Z] ---> e41d0201503f [2021-04-26T17:22:45.790Z] Step 31/31 : LABEL version=0.0.0 [2021-04-26T17:22:46.064Z] ---> Running in e93020663568 [2021-04-26T17:22:46.667Z] Removing intermediate container e93020663568 [2021-04-26T17:22:46.667Z] ---> e535068af510 [2021-04-26T17:22:46.667Z] [2021-04-26T17:22:46.667Z] ---> adf250422b6e [2021-04-26T17:22:46.667Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-26T17:22:46.940Z] Collecting cached-property<2,>=1.2.0 [2021-04-26T17:22:46.940Z] ---> Running in 8a0234fc35d4 [2021-04-26T17:22:46.940Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-26T17:22:47.214Z] Successfully built e535068af510 [2021-04-26T17:22:47.215Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-26T17:22:47.489Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8a0234fc35d4 [2021-04-26T17:22:47.489Z] ---> 86bb2be54d3d [2021-04-26T17:22:47.489Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:22:47.489Z] ---> Running in 7687d076dae9 [2021-04-26T17:22:47.765Z] Collecting docker<4.0,>=3.6.0 [2021-04-26T17:22:47.765Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-26T17:22:48.043Z] Removing intermediate container 7687d076dae9 [2021-04-26T17:22:48.043Z] ---> a547257eeb98 [2021-04-26T17:22:48.043Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T17:22:48.043Z] ---> Running in c0bc70f21a59 [2021-04-26T17:22:48.316Z] 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-26T17:22:48.594Z] Removing intermediate container c0bc70f21a59 [2021-04-26T17:22:48.594Z] ---> 25c198021679 [2021-04-26T17:22:48.594Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:22:48.594Z] ---> Running in dd6027c6c9f4 [2021-04-26T17:22:48.594Z] Collecting jsonschema<3,>=2.5.1 [2021-04-26T17:22:48.866Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-26T17:22:49.147Z] Removing intermediate container dd6027c6c9f4 [2021-04-26T17:22:49.147Z] ---> 2a16d14f81c7 [2021-04-26T17:22:49.147Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:22:49.419Z] ---> Running in 0dd02d618f8d [2021-04-26T17:22:49.695Z] Removing intermediate container 0dd02d618f8d [2021-04-26T17:22:49.695Z] ---> d5155ab1766c [2021-04-26T17:22:49.695Z] [2021-04-26T17:22:50.288Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-26T17:22:50.288Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-26T17:22:50.288Z] Successfully built d5155ab1766c [2021-04-26T17:22:50.288Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-26T17:22:50.894Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-26T17:22:50.894Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-26T17:22:51.866Z] Collecting PyYAML<4,>=3.10 [2021-04-26T17:22:51.866Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-26T17:22:54.473Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-26T17:22:54.473Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-26T17:22:56.438Z] Collecting docopt<0.7,>=0.6.1 [2021-04-26T17:22:56.438Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-26T17:22:58.399Z] Collecting docker-pycreds>=0.4.0 [2021-04-26T17:22:58.399Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-26T17:22:58.998Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-26T17:22:58.998Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-26T17:22:58.998Z] 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-26T17:22:59.268Z] Collecting idna<2.8,>=2.5 [2021-04-26T17:22:59.268Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-26T17:22:59.268Z] 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-26T17:22:59.268Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-26T17:22:59.268Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-26T17:22:59.268Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-26T17:22:59.268Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-26T17:23:00.236Z] Installing collected packages: texttable, cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, dockerpty, docopt, docker-compose [2021-04-26T17:23:00.237Z] Running setup.py install for texttable: started [2021-04-26T17:23:01.659Z] Running setup.py install for texttable: finished with status 'done' [2021-04-26T17:23:02.281Z] Attempting uninstall: urllib3 [2021-04-26T17:23:02.281Z] Found existing installation: urllib3 1.25.9 [2021-04-26T17:23:02.281Z] Uninstalling urllib3-1.25.9: [2021-04-26T17:23:02.281Z] Successfully uninstalled urllib3-1.25.9 [2021-04-26T17:23:02.884Z] Attempting uninstall: idna [2021-04-26T17:23:02.884Z] Found existing installation: idna 2.9 [2021-04-26T17:23:02.884Z] Uninstalling idna-2.9: [2021-04-26T17:23:03.162Z] Successfully uninstalled idna-2.9 [2021-04-26T17:23:03.765Z] Attempting uninstall: requests [2021-04-26T17:23:03.765Z] Found existing installation: requests 2.23.0 [2021-04-26T17:23:03.765Z] Uninstalling requests-2.23.0: [2021-04-26T17:23:03.765Z] Successfully uninstalled requests-2.23.0 [2021-04-26T17:23:05.188Z] Running setup.py install for PyYAML: started [2021-04-26T17:23:07.154Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-26T17:23:07.154Z] Running setup.py install for dockerpty: started [2021-04-26T17:23:09.119Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-26T17:23:09.119Z] Running setup.py install for docopt: started [2021-04-26T17:23:10.542Z] Running setup.py install for docopt: finished with status 'done' [2021-04-26T17:23:11.512Z] 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-26T17:23:19.784Z] Removing intermediate container c35358dbc446 [2021-04-26T17:23:19.784Z] ---> f8d263041ab4 [2021-04-26T17:23:19.784Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-26T17:23:19.784Z] ---> Running in 614e47a263fc [2021-04-26T17:23:20.059Z] Removing intermediate container 614e47a263fc [2021-04-26T17:23:20.059Z] ---> 9c720af30920 [2021-04-26T17:23:20.059Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-26T17:23:20.059Z] ---> Running in c914a12b7f4b [2021-04-26T17:23:20.655Z] Removing intermediate container c914a12b7f4b [2021-04-26T17:23:20.655Z] ---> 5587d135c61b [2021-04-26T17:23:20.655Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-26T17:23:21.634Z] ---> 7186048b4ebb [2021-04-26T17:23:21.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-26T17:23:22.610Z] ---> d470965a63bf [2021-04-26T17:23:22.610Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-26T17:23:23.591Z] ---> 9dab34633c13 [2021-04-26T17:23:23.591Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-26T17:23:23.591Z] ---> Running in dfc4b857af28 [2021-04-26T17:23:23.865Z] Removing intermediate container dfc4b857af28 [2021-04-26T17:23:23.865Z] ---> beea3b88fde5 [2021-04-26T17:23:23.865Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-26T17:23:24.137Z] ---> Running in 3cc66ffc9182 [2021-04-26T17:23:24.731Z] Removing intermediate container 3cc66ffc9182 [2021-04-26T17:23:24.731Z] ---> dfe48790eee4 [2021-04-26T17:23:24.731Z] Step 21/23 : LABEL arch=arm64 [2021-04-26T17:23:24.731Z] ---> Running in 6a40d1e9347a [2021-04-26T17:23:25.327Z] Removing intermediate container 6a40d1e9347a [2021-04-26T17:23:25.327Z] ---> 6f7ec1c3d985 [2021-04-26T17:23:25.327Z] Step 22/23 : LABEL git_sha=435fc41d67987ddff12c535146ad4fc35898d092 [2021-04-26T17:23:25.327Z] ---> Running in d0fa12d88ee9 [2021-04-26T17:23:25.920Z] Removing intermediate container d0fa12d88ee9 [2021-04-26T17:23:25.920Z] ---> 9437362ac363 [2021-04-26T17:23:25.920Z] Step 23/23 : LABEL version=0.0.0 [2021-04-26T17:23:25.920Z] ---> Running in 5850ec2740fa [2021-04-26T17:23:26.513Z] Removing intermediate container 5850ec2740fa [2021-04-26T17:23:26.513Z] ---> 8c707f739a91 [2021-04-26T17:23:26.513Z] [2021-04-26T17:23:26.786Z] Successfully built 8c707f739a91 [2021-04-26T17:23:26.786Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-26T17:23:27.394Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-26T17:23:27.394Z] $ docker stop --time=1 563947d129343540ec1f52c30af667d6d258bdf1a1515f3cd057365133a42380 [2021-04-26T17:23:29.359Z] $ docker rm -f 563947d129343540ec1f52c30af667d6d258bdf1a1515f3cd057365133a42380 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-26T17:23:29.985Z] + + dockergrep images docker [2021-04-26T17:23:29.985Z] [2021-04-26T17:23:30.256Z] docker-sys-mgmt-agent-go-arm64 latest 8c707f739a91 4 seconds ago 299MB [2021-04-26T17:23:30.256Z] docker-core-data-go-arm64 latest d5155ab1766c 41 seconds ago 21.6MB [2021-04-26T17:23:30.256Z] docker-security-bootstrapper-go-arm64 latest e535068af510 44 seconds ago 18.2MB [2021-04-26T17:23:30.256Z] docker-core-metadata-go-arm64 latest b435cbb2b29b 53 seconds ago 18.1MB [2021-04-26T17:23:30.256Z] docker-core-command-go-arm64 latest 8a7f1b591b73 4 minutes ago 16.5MB [2021-04-26T17:23:30.256Z] docker-support-notifications-go-arm64 latest 308080b5ca06 4 minutes ago 17.2MB [2021-04-26T17:23:30.256Z] docker-security-secretstore-setup-go-arm64 latest ff2f1c37b51e 4 minutes ago 25MB [2021-04-26T17:23:30.256Z] docker-support-scheduler-go-arm64 latest 88b5a2decd7a 4 minutes ago 16.6MB [2021-04-26T17:23:30.256Z] docker-security-proxy-setup-go-arm64 latest 377620ef308e 4 minutes ago 24.7MB [2021-04-26T17:23:30.256Z] 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-26T17:23:31.222Z] ---> job-cost.sh [2021-04-26T17:23:31.223Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hDy9 [2021-04-26T17:24:10.157Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-26T17:25:46.888Z] lf-activate-venv(): INFO: Adding /tmp/venv-hDy9/bin to PATH [2021-04-26T17:25:46.888Z] INFO: No Stack... [2021-04-26T17:25:46.888Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-26T17:25:46.888Z] INFO: Archiving Costs [Pipeline] sh [2021-04-26T17:25:47.231Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2021-04-26T17:25:47.231Z] + cut -d, -f6 [Pipeline] lock [2021-04-26T17:25:47.349Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] [2021-04-26T17:25:47.358Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] did not exist. Created. [2021-04-26T17:25:47.358Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-26T17:25:47.727Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-26T17:25:48.005Z] Stashed 1 file(s) [Pipeline] } [2021-04-26T17:25:48.014Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-7-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-26T17:25:48.876Z] provisioning config files... [2021-04-26T17:25:48.895Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8294348927980816369tmp [Pipeline] { [Pipeline] sh [2021-04-26T17:25:49.221Z] + set +x [2021-04-26T17:25:49.221Z] + curl -s https://codecov.io/bash [2021-04-26T17:25:49.221Z] + bash -s -- [2021-04-26T17:25:49.800Z] [2021-04-26T17:25:49.800Z] _____ _ [2021-04-26T17:25:49.800Z] / ____| | | [2021-04-26T17:25:49.800Z] | | ___ __| | ___ ___ _____ __ [2021-04-26T17:25:49.800Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-26T17:25:49.800Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-26T17:25:49.800Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-26T17:25:49.800Z] Bash-1.0.2 [2021-04-26T17:25:49.800Z] [2021-04-26T17:25:49.800Z] [2021-04-26T17:25:49.800Z] ==> git version 2.24.3 found [2021-04-26T17:25:49.800Z] ==> 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-26T17:25:49.800Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-26T17:25:49.800Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-26T17:25:49.800Z] ==> Jenkins CI detected. [2021-04-26T17:25:49.800Z] project root: . [2021-04-26T17:25:49.800Z] --> token set from env [2021-04-26T17:25:49.800Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-26T17:25:49.800Z] ==> Running gcov in . (disable via -X gcov) [2021-04-26T17:25:49.800Z] ==> Python coveragepy not found [2021-04-26T17:25:49.800Z] ==> Searching for coverage reports in: [2021-04-26T17:25:49.800Z] + . [2021-04-26T17:25:49.800Z] -> Found 1 reports [2021-04-26T17:25:49.800Z] ==> Detecting git/mercurial file structure [2021-04-26T17:25:50.063Z] ==> Reading reports [2021-04-26T17:25:50.063Z] + ./coverage.out bytes=712626 [2021-04-26T17:25:50.063Z] ==> Appending adjustments [2021-04-26T17:25:50.063Z] https://docs.codecov.io/docs/fixing-reports [2021-04-26T17:25:54.287Z] + Found adjustments [2021-04-26T17:25:54.287Z] ==> Gzipping contents [2021-04-26T17:25:54.287Z] 100K /tmp/codecov.Gd4kr4.gz [2021-04-26T17:25:54.287Z] ==> Uploading reports [2021-04-26T17:25:54.287Z] url: https://codecov.io [2021-04-26T17:25:54.287Z] query: branch=PR-3391&commit=435fc41d67987ddff12c535146ad4fc35898d092&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-26T17:25:54.287Z] -> Pinging Codecov [2021-04-26T17:25:54.287Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=435fc41d67987ddff12c535146ad4fc35898d092&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= [2021-04-26T17:25:54.287Z] -> Uploading to [2021-04-26T17:25:54.287Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-26/00271124DB129430A58F1EEE437C3FCB/435fc41d67987ddff12c535146ad4fc35898d092/0a8ba012-fe5b-4635-b1a5-384a86a520ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T172554Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=208c5359a0596f2fb01895fa9da580f62a719fdb4d37c23a70912da6dd863848 [2021-04-26T17:25:54.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-26T17:25:54.287Z] Dload Upload Total Spent Left Speed [2021-04-26T17:25:54.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 192k --:--:-- --:--:-- --:--:-- 192k 100 99k 0 0 100 99k 0 192k --:--:-- --:--:-- --:--:-- 192k [2021-04-26T17:25:54.862Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/435fc41d67987ddff12c535146ad4fc35898d092 [Pipeline] } [2021-04-26T17:25:54.875Z] 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-26T17:25:56.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:25:57.003Z] ---> package-listing.sh [2021-04-26T17:25:57.003Z] ++ facter osfamily [2021-04-26T17:25:57.003Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-26T17:25:57.003Z] + OS_FAMILY=redhat [2021-04-26T17:25:57.003Z] + workspace=/w/workspace/edgex-go/7 [2021-04-26T17:25:57.003Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-26T17:25:57.003Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-26T17:25:57.003Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-26T17:25:57.003Z] + PACKAGES=/tmp/packages_start.txt [2021-04-26T17:25:57.003Z] + '[' /w/workspace/edgex-go/7 ']' [2021-04-26T17:25:57.003Z] + PACKAGES=/tmp/packages_end.txt [2021-04-26T17:25:57.003Z] + case "${OS_FAMILY}" in [2021-04-26T17:25:57.003Z] + rpm -qa [2021-04-26T17:25:57.003Z] + sort [2021-04-26T17:26:02.316Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-26T17:26:02.316Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-26T17:26:02.316Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-26T17:26:02.316Z] + '[' /w/workspace/edgex-go/7 ']' [2021-04-26T17:26:02.316Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-04-26T17:26:02.316Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-04-26T17:26:02.330Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-26T17:26:02.622Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:26:02.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T17:26:02.930Z] [2021-04-26T17:26:02.930Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-26T17:26:03.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T17:26:03.247Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-26T17:26:03.247Z] df20fa9351a1: Pulling fs layer [2021-04-26T17:26:03.247Z] 36b3adc4ff6f: Pulling fs layer [2021-04-26T17:26:03.247Z] 8ad3a11d3b57: Pulling fs layer [2021-04-26T17:26:03.247Z] 46f8f816bc3b: Pulling fs layer [2021-04-26T17:26:03.247Z] 93b61091891f: Pulling fs layer [2021-04-26T17:26:03.247Z] 93b9cdb0e59b: Pulling fs layer [2021-04-26T17:26:03.247Z] 5e14af77c1be: Pulling fs layer [2021-04-26T17:26:03.247Z] 01666e4c0597: Pulling fs layer [2021-04-26T17:26:03.247Z] aa168da1d23b: Pulling fs layer [2021-04-26T17:26:03.247Z] 93b9cdb0e59b: Waiting [2021-04-26T17:26:03.247Z] 5e14af77c1be: Waiting [2021-04-26T17:26:03.247Z] 01666e4c0597: Waiting [2021-04-26T17:26:03.247Z] aa168da1d23b: Waiting [2021-04-26T17:26:03.247Z] 46f8f816bc3b: Waiting [2021-04-26T17:26:03.247Z] 93b61091891f: Waiting [2021-04-26T17:26:03.247Z] 36b3adc4ff6f: Verifying Checksum [2021-04-26T17:26:03.247Z] 36b3adc4ff6f: Download complete [2021-04-26T17:26:03.247Z] 46f8f816bc3b: Verifying Checksum [2021-04-26T17:26:03.247Z] 46f8f816bc3b: Download complete [2021-04-26T17:26:03.512Z] df20fa9351a1: Download complete [2021-04-26T17:26:03.512Z] 93b9cdb0e59b: Verifying Checksum [2021-04-26T17:26:03.512Z] 93b9cdb0e59b: Download complete [2021-04-26T17:26:03.512Z] 93b61091891f: Verifying Checksum [2021-04-26T17:26:03.512Z] 93b61091891f: Download complete [2021-04-26T17:26:03.512Z] 5e14af77c1be: Verifying Checksum [2021-04-26T17:26:03.512Z] 5e14af77c1be: Download complete [2021-04-26T17:26:03.512Z] 01666e4c0597: Verifying Checksum [2021-04-26T17:26:03.512Z] 01666e4c0597: Download complete [2021-04-26T17:26:03.512Z] 8ad3a11d3b57: Verifying Checksum [2021-04-26T17:26:03.512Z] 8ad3a11d3b57: Download complete [2021-04-26T17:26:03.774Z] df20fa9351a1: Pull complete [2021-04-26T17:26:04.039Z] 36b3adc4ff6f: Pull complete [2021-04-26T17:26:04.990Z] 8ad3a11d3b57: Pull complete [2021-04-26T17:26:04.990Z] 46f8f816bc3b: Pull complete [2021-04-26T17:26:05.944Z] aa168da1d23b: Verifying Checksum [2021-04-26T17:26:05.944Z] aa168da1d23b: Download complete [2021-04-26T17:26:06.895Z] 93b61091891f: Pull complete [2021-04-26T17:26:07.159Z] 93b9cdb0e59b: Pull complete [2021-04-26T17:26:07.159Z] 5e14af77c1be: Pull complete [2021-04-26T17:26:07.422Z] 01666e4c0597: Pull complete [2021-04-26T17:26:17.467Z] aa168da1d23b: Pull complete [2021-04-26T17:26:17.467Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-26T17:26:17.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-26T17:26:17.467Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-26T17:26:17.681Z] prd-centos7-docker-4c-2g-1826 does not seem to be running inside a container [2021-04-26T17:26:17.742Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-26T17:26:22.708Z] $ docker top beb069a8fbdd73b4574839c4100e4e487f10393a60cfc0a1566ee5d251c93b66 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-26T17:26:23.212Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-26T17:26:23.517Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-26T17:26:23.823Z] + ls /var/log/sa-host [2021-04-26T17:26:23.823Z] + sadf -c /var/log/sa-host/sa23 [2021-04-26T17:26:23.823Z] file_magic: OK [2021-04-26T17:26:23.823Z] HZ: Using current value: 100 [2021-04-26T17:26:23.823Z] file_header: OK [2021-04-26T17:26:23.823Z] 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-26T17:26:23.823Z] Statistics: [2021-04-26T17:26:23.823Z] Hnuu...uuuununununu... [2021-04-26T17:26:23.823Z] File successfully converted to sysstat format version 12.2.1 [2021-04-26T17:26:23.823Z] + sadf -c /var/log/sa-host/sa26 [2021-04-26T17:26:23.823Z] file_magic: OK [2021-04-26T17:26:23.823Z] HZ: Using current value: 100 [2021-04-26T17:26:23.823Z] file_header: OK [2021-04-26T17:26:23.823Z] 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-26T17:26:23.823Z] Statistics: [2021-04-26T17:26:23.823Z] 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-26T17:26:23.823Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-26T17:26:24.413Z] provisioning config files... [2021-04-26T17:26:24.434Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1358218229400911353tmp [Pipeline] { [Pipeline] echo [2021-04-26T17:26:24.456Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:26:24.754Z] ---> create-netrc.sh [Pipeline] } [2021-04-26T17:26:24.765Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-26T17:26:24.790Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:26:25.087Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-26T17:26:25.099Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:26:25.398Z] ---> sudo-logs.sh [2021-04-26T17:26:25.398Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-26T17:26:25.443Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:26:25.743Z] ---> job-cost.sh [2021-04-26T17:26:25.743Z] lf-activate-venv: SKIPPING [2021-04-26T17:26:25.743Z] DEBUG: total: 0.20999999344348907 [2021-04-26T17:26:25.743Z] INFO: Retrieving Stack Cost... [2021-04-26T17:26:27.136Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-26T17:26:27.398Z] INFO: Archiving Costs [Pipeline] echo [2021-04-26T17:26:27.412Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-26T17:26:27.708Z] ---> logs-deploy.sh [2021-04-26T17:26:27.708Z] lf-activate-venv: SKIPPING [2021-04-26T17:26:27.708Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/7 [2021-04-26T17:26:27.708Z] INFO: archiving workspace using pattern(s): [2021-04-26T17:26:29.647Z] Archives upload complete. [2021-04-26T17:26:29.647Z] INFO: archiving logs to Nexus