Pull request #3210 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a562533c14a3b85d4c48007758f286d837d2a70 rather than 12746f91723dee4d114230c5413fccf75a25cf3a Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-28638’ Running on prd-centos7-docker-4c-2g-28643 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [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 > 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/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 12746f91723dee4d114230c5413fccf75a25cf3a Merge succeeded, producing 12746f91723dee4d114230c5413fccf75a25cf3a Checking out Revision 12746f91723dee4d114230c5413fccf75a25cf3a (PR-3210) > git config core.sparsecheckout # timeout=10 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # 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 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T03:08:08.367Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T03:08:08.627Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T03:08:08.717Z] ========================================================= [2021-03-05T03:08:08.717Z] EdgeX Global Pipelines Version Info [2021-03-05T03:08:08.717Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 [2021-03-05T03:08:10.251Z] ------------------- [2021-03-05T03:08:10.251Z] stable info: [2021-03-05T03:08:10.251Z] ------------------- [2021-03-05T03:08:10.251Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T03:08:10.251Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T03:08:10.251Z] Message: update stable to v1.0.184 [2021-03-05T03:08:11.196Z] ------------------- [2021-03-05T03:08:11.196Z] experimental info: [2021-03-05T03:08:11.196Z] ------------------- [2021-03-05T03:08:11.196Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T03:08:11.196Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T03:08:11.196Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T03:08:11.536Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T03:08:11.621Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T03:08:11.707Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T03:08:11.789Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T03:08:11.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T03:08:11.963Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T03:08:12.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T03:08:12.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T03:08:12.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T03:08:12.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T03:08:12.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T03:08:12.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T03:08:12.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T03:08:12.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T03:08:12.760Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T03:08:12.913Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T03:08:12.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T03:08:13.083Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T03:08:13.163Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T03:08:13.243Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T03:08:13.324Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T03:08:13.409Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T03:08:13.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T03:08:13.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3210 [Pipeline] echo [2021-03-05T03:08:13.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3210 [Pipeline] echo [2021-03-05T03:08:13.758Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12746f91723dee4d114230c5413fccf75a25cf3a [Pipeline] echo [2021-03-05T03:08:13.906Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12746f9 [Pipeline] echo [2021-03-05T03:08:13.993Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T03:08:14.164Z] provisioning config files... [2021-03-05T03:08:14.190Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2459263910283048762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:08:14.537Z] ---> docker-login.sh [2021-03-05T03:08:14.537Z] nexus3.edgexfoundry.org:10001 [2021-03-05T03:08:14.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:08:14.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:08:14.798Z] Configure a credential helper to remove this warning. See [2021-03-05T03:08:14.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:08:14.798Z] [2021-03-05T03:08:14.798Z] Login Succeeded [2021-03-05T03:08:14.798Z] nexus3.edgexfoundry.org:10002 [2021-03-05T03:08:15.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:08:15.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:08:15.059Z] Configure a credential helper to remove this warning. See [2021-03-05T03:08:15.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:08:15.059Z] [2021-03-05T03:08:15.059Z] Login Succeeded [2021-03-05T03:08:15.059Z] nexus3.edgexfoundry.org:10003 [2021-03-05T03:08:15.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:08:15.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:08:15.059Z] Configure a credential helper to remove this warning. See [2021-03-05T03:08:15.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:08:15.060Z] [2021-03-05T03:08:15.060Z] Login Succeeded [2021-03-05T03:08:15.060Z] nexus3.edgexfoundry.org:10004 [2021-03-05T03:08:15.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:08:15.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:08:15.321Z] Configure a credential helper to remove this warning. See [2021-03-05T03:08:15.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:08:15.321Z] [2021-03-05T03:08:15.321Z] Login Succeeded [2021-03-05T03:08:15.321Z] docker.io [2021-03-05T03:08:15.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:08:15.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:08:15.582Z] Configure a credential helper to remove this warning. See [2021-03-05T03:08:15.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:08:15.582Z] [2021-03-05T03:08:15.582Z] Login Succeeded [2021-03-05T03:08:15.582Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T03:08:15.592Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T03:08:16.042Z] ++ 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-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T03:08:16.042Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T03:08:16.042Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T03:08:16.042Z] ++ cut -d/ -f2 [2021-03-05T03:08:16.042Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T03:08:16.111Z] 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-03-05T03:08:17.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T03:08:17.830Z] [2021-03-05T03:08:17.830Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:08:18.193Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T03:08:18.193Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T03:08:18.193Z] 31603596830f: Pulling fs layer [2021-03-05T03:08:18.193Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T03:08:18.193Z] 6ca5941a6612: Pulling fs layer [2021-03-05T03:08:18.193Z] ecc8261a40a4: Pulling fs layer [2021-03-05T03:08:18.193Z] ecc8261a40a4: Waiting [2021-03-05T03:08:18.193Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T03:08:18.193Z] 2a8b12db71e7: Download complete [2021-03-05T03:08:18.457Z] 31603596830f: Verifying Checksum [2021-03-05T03:08:18.457Z] 31603596830f: Download complete [2021-03-05T03:08:18.457Z] ecc8261a40a4: Verifying Checksum [2021-03-05T03:08:18.457Z] ecc8261a40a4: Download complete [2021-03-05T03:08:18.457Z] 6ca5941a6612: Verifying Checksum [2021-03-05T03:08:18.457Z] 6ca5941a6612: Download complete [2021-03-05T03:08:18.723Z] 31603596830f: Pull complete [2021-03-05T03:08:18.985Z] 2a8b12db71e7: Pull complete [2021-03-05T03:08:19.570Z] 6ca5941a6612: Pull complete [2021-03-05T03:08:19.832Z] ecc8261a40a4: Pull complete [2021-03-05T03:08:19.832Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T03:08:19.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T03:08:19.832Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T03:08:19.928Z] prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container [2021-03-05T03:08:19.974Z] $ 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-03-05T03:08:22.377Z] $ docker top ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T03:08:22.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T03:08:22.752Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T03:08:22.935Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T03:08:22.938Z] $ docker exec ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent [2021-03-05T03:08:23.085Z] SSH_AUTH_SOCK=/tmp/ssh-L6Nc2NlvM2g9/agent.12 [2021-03-05T03:08:23.085Z] SSH_AGENT_PID=17 [2021-03-05T03:08:23.098Z] Running ssh-add (command line suppressed) [2021-03-05T03:08:23.210Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_2470146114383491907.key (/w/workspace/edgex-go/7@tmp/private_key_2470146114383491907.key) [2021-03-05T03:08:23.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T03:08:23.624Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T03:08:23.646Z] $ docker exec --env ******** --env ******** ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent -k [2021-03-05T03:08:23.751Z] unset SSH_AUTH_SOCK; [2021-03-05T03:08:23.751Z] unset SSH_AGENT_PID; [2021-03-05T03:08:23.751Z] echo Agent pid 17 killed; [2021-03-05T03:08:23.795Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T03:08:24.015Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T03:08:24.015Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T03:08:24.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T03:08:24.165Z] $ docker exec ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent [2021-03-05T03:08:24.310Z] SSH_AUTH_SOCK=/tmp/ssh-9obXloQg6BSv/agent.45 [2021-03-05T03:08:24.310Z] SSH_AGENT_PID=50 [2021-03-05T03:08:24.318Z] Running ssh-add (command line suppressed) [2021-03-05T03:08:24.432Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_3154084033336845279.key (/w/workspace/edgex-go/7@tmp/private_key_3154084033336845279.key) [2021-03-05T03:08:24.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T03:08:24.819Z] + git semver init [2021-03-05T03:08:24.819Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T03:08:24.819Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-03-05T03:08:24.819Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-03-05T03:08:24.819Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T03:08:24.819Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T03:08:24.819Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T03:08:24.819Z] # $SEMVER_BRANCH = PR-3210 [2021-03-05T03:08:24.819Z] # $SEMVER_TEMP = /tmp/semver-313158950 [2021-03-05T03:08:24.819Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T03:08:43.074Z] # '/tmp/semver-313158950' -> '/w/workspace/edgex-go/7/.semver' [2021-03-05T03:08:43.074Z] # -> Force: false [2021-03-05T03:08:43.074Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-03-05T03:08:43.085Z] $ docker exec --env ******** --env ******** ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent -k [2021-03-05T03:08:43.299Z] unset SSH_AUTH_SOCK; [2021-03-05T03:08:43.300Z] unset SSH_AGENT_PID; [2021-03-05T03:08:43.300Z] echo Agent pid 50 killed; [2021-03-05T03:08:43.368Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T03:08:43.821Z] + git semver [Pipeline] } [2021-03-05T03:08:43.838Z] $ docker stop --time=1 ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b [2021-03-05T03:08:45.411Z] $ docker rm -f ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T03:08:45.951Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T03:08:46.537Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T03:08:46.540Z] [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-03-05T03:08:47.461Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T03:08:47.767Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T03:08:48.068Z] + sudo service docker restart [2021-03-05T03:08:48.068Z] + true [2021-03-05T03:08:48.068Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T03:08:48.661Z] ========================================================= [2021-03-05T03:08:48.661Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T03:08:48.661Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:08:49.105Z] + 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-03-05T03:08:53.371Z] Sending build context to Docker daemon 328.3MB [2021-03-05T03:08:53.371Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T03:08:53.371Z] Step 2/6 : FROM ${BASE} [2021-03-05T03:08:53.371Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T03:08:53.371Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T03:08:53.371Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T03:08:53.371Z] de9db76c5a1d: Pulling fs layer [2021-03-05T03:08:53.371Z] bca2f99d35d6: Pulling fs layer [2021-03-05T03:08:53.371Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T03:08:53.371Z] 7c6f9722023f: Pulling fs layer [2021-03-05T03:08:53.371Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T03:08:53.371Z] 93359f2a8cfa: Waiting [2021-03-05T03:08:53.371Z] bca2f99d35d6: Waiting [2021-03-05T03:08:53.371Z] 7c6f9722023f: Waiting [2021-03-05T03:08:53.371Z] a35cf1a2eb13: Waiting [2021-03-05T03:08:53.371Z] 0ef7d3d256c8: Download complete [2021-03-05T03:08:53.371Z] de9db76c5a1d: Verifying Checksum [2021-03-05T03:08:53.371Z] de9db76c5a1d: Download complete [2021-03-05T03:08:53.371Z] 93359f2a8cfa: Download complete [2021-03-05T03:08:53.371Z] 7c6f9722023f: Verifying Checksum [2021-03-05T03:08:53.371Z] 7c6f9722023f: Download complete [2021-03-05T03:08:53.371Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T03:08:53.371Z] 188c0c94c7c5: Download complete [2021-03-05T03:08:53.638Z] 188c0c94c7c5: Pull complete [2021-03-05T03:08:53.913Z] 0ef7d3d256c8: Pull complete [2021-03-05T03:08:53.913Z] de9db76c5a1d: Pull complete [2021-03-05T03:08:54.872Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T03:08:54.872Z] a35cf1a2eb13: Download complete [2021-03-05T03:08:55.452Z] bca2f99d35d6: Verifying Checksum [2021-03-05T03:08:55.452Z] bca2f99d35d6: Download complete [2021-03-05T03:09:00.764Z] bca2f99d35d6: Pull complete [2021-03-05T03:09:01.025Z] 93359f2a8cfa: Pull complete [2021-03-05T03:09:01.025Z] 7c6f9722023f: Pull complete [2021-03-05T03:09:01.933Z] Still waiting to schedule task [2021-03-05T03:09:01.934Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-05T03:09:05.253Z] a35cf1a2eb13: Pull complete [2021-03-05T03:09:05.253Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T03:09:05.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T03:09:05.253Z] ---> a62c8e92a672 [2021-03-05T03:09:05.253Z] 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-03-05T03:09:05.514Z] ---> Running in 523a92dde012 [2021-03-05T03:09:06.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:09:07.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:09:10.033Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T03:09:10.609Z] (2/12) Installing file (5.38-r0) [2021-03-05T03:09:10.609Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T03:09:10.609Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T03:09:20.612Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T03:09:20.612Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T03:09:20.612Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T03:09:20.612Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T03:09:20.612Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T03:09:20.612Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T03:09:20.612Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T03:09:20.612Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T03:09:20.612Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:09:20.612Z] OK: 233 MiB in 51 packages [2021-03-05T03:09:23.921Z] Removing intermediate container 523a92dde012 [2021-03-05T03:09:23.921Z] ---> a6f3cfb47721 [2021-03-05T03:09:23.921Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T03:09:23.921Z] ---> Running in 6e840368801f [2021-03-05T03:09:23.921Z] Removing intermediate container 6e840368801f [2021-03-05T03:09:23.921Z] ---> 1f8f32bc33a4 [2021-03-05T03:09:23.921Z] Step 5/6 : COPY go.mod . [2021-03-05T03:09:24.182Z] ---> b6eaa9d7d66f [2021-03-05T03:09:24.182Z] Step 6/6 : RUN go mod download [2021-03-05T03:09:24.182Z] ---> Running in 74338ef304cf [2021-03-05T03:09:46.165Z] Removing intermediate container 74338ef304cf [2021-03-05T03:09:46.165Z] ---> 8b974f2a525b [2021-03-05T03:09:46.165Z] Successfully built 8b974f2a525b [2021-03-05T03:09:46.165Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:09:46.471Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T03:09:46.471Z] . [Pipeline] withDockerContainer [2021-03-05T03:09:46.566Z] prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container [2021-03-05T03:09:46.605Z] $ 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-03-05T03:09:47.332Z] $ docker top 936240799a6ef22ff320e9de42a4ffb6cd77b96d459fcf132625c5242e172e96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:09:47.818Z] + go version [2021-03-05T03:09:47.818Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T03:09:47.832Z] $ docker stop --time=1 936240799a6ef22ff320e9de42a4ffb6cd77b96d459fcf132625c5242e172e96 [2021-03-05T03:09:49.174Z] $ docker rm -f 936240799a6ef22ff320e9de42a4ffb6cd77b96d459fcf132625c5242e172e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:09:49.984Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T03:09:49.984Z] . [Pipeline] withDockerContainer [2021-03-05T03:09:50.074Z] prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container [2021-03-05T03:09:50.114Z] $ 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-03-05T03:09:50.865Z] $ docker top 501a4600bd8f5de8b524518941a6aa99c209755d330f054c903e111f98ac37f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T03:09:51.076Z] ========================================================= [2021-03-05T03:09:51.076Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T03:09:51.076Z] ========================================================= [Pipeline] sh [2021-03-05T03:09:51.362Z] + make test [2021-03-05T03:09:51.363Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T03:09:59.539Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T03:10:14.580Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T03:10:19.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T03:10:19.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T03:10:19.925Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T03:10:21.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T03:10:21.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T03:10:21.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T03:10:21.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T03:10:22.813Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T03:10:23.085Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T03:10:25.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T03:10:25.325Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T03:10:25.325Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T03:10:27.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 45.9% of statements [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T03:10:27.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T03:10:27.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-03-05T03:10:30.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T03:10:30.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T03:10:30.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T03:10:30.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 66.2% of statements [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T03:10:30.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.103s coverage: 82.4% of statements [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T03:10:30.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T03:10:33.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T03:10:33.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T03:10:33.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T03:10:33.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T03:10:33.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.093s coverage: 97.5% of statements [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T03:10:33.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T03:10:33.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T03:10:35.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.374s coverage: 92.8% of statements [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T03:10:35.751Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T03:10:35.751Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T03:10:35.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T03:10:35.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 47.1% of statements [2021-03-05T03:10:35.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-03-05T03:10:35.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-03-05T03:10:35.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-03-05T03:10:35.752Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-03-05T03:10:47.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements [2021-03-05T03:10:47.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-03-05T03:10:47.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.050s coverage: 81.4% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 62.4% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 69.1% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 38.4% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T03:11:00.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.105s coverage: 89.3% of statements [2021-03-05T03:11:00.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.075s coverage: 95.6% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T03:11:00.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.023s coverage: 32.1% of statements [2021-03-05T03:11:00.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-05T03:11:00.253Z] GO111MODULE=on go vet ./... [2021-03-05T03:11:26.978Z] gofmt -l . [2021-03-05T03:11:26.978Z] [ "`gofmt -l .`" = "" ] [2021-03-05T03:11:26.978Z] ./bin/test-go-mod-tidy.sh [2021-03-05T03:11:26.978Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T03:11:27.284Z] + ls -al . [2021-03-05T03:11:27.284Z] total 732 [2021-03-05T03:11:27.284Z] drwxrwxr-x 10 1001 1001 4096 Mar 5 03:11 . [2021-03-05T03:11:27.284Z] drwxr-xr-x 4 root root 28 Mar 5 03:09 .. [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 03:08 .dockerignore [2021-03-05T03:11:27.284Z] drwxrwxr-x 8 1001 1001 179 Mar 5 03:08 .git [2021-03-05T03:11:27.284Z] drwxrwxr-x 3 1001 1001 125 Mar 5 03:08 .github [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 03:08 .gitignore [2021-03-05T03:11:27.284Z] drwx------ 3 1001 1001 60 Mar 5 03:08 .semver [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 03:08 .sonarcloud.properties [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 03:08 Attribution.txt [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 03:08 CONTRIBUTING.md [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 03:08 Dockerfile.build [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 03:08 Jenkinsfile [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 03:08 LICENSE [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 03:08 Makefile [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 03:08 README.md [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 03:08 SECURITY.md [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 03:08 VERSION [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 03:08 ZMQWindows.md [2021-03-05T03:11:27.284Z] drwxrwxr-x 2 1001 1001 117 Mar 5 03:08 bin [2021-03-05T03:11:27.284Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 03:08 cmd [2021-03-05T03:11:27.284Z] -rw-r--r-- 1 root root 619454 Mar 5 03:10 coverage.out [2021-03-05T03:11:27.284Z] -rw-r--r-- 1 root root 1055 Mar 5 03:11 go.mod [2021-03-05T03:11:27.284Z] -rw-r--r-- 1 root root 21699 Mar 5 03:11 go.sum [2021-03-05T03:11:27.284Z] drwxrwxr-x 8 1001 1001 127 Mar 5 03:08 internal [2021-03-05T03:11:27.284Z] drwxrwxr-x 4 1001 1001 26 Mar 5 03:08 openapi [2021-03-05T03:11:27.284Z] drwxrwxr-x 4 1001 1001 71 Mar 5 03:08 snap [2021-03-05T03:11:27.284Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 03:08 version.go [Pipeline] sh [2021-03-05T03:11:27.581Z] + '[' -e coverage.out ] [2021-03-05T03:11:27.581Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T03:11:27.758Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T03:11:28.044Z] + make build [2021-03-05T03:11:28.044Z] 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-03-05T03:11:33.366Z] 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-03-05T03:11:40.008Z] 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-03-05T03:11:41.397Z] 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-03-05T03:11:42.800Z] 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-03-05T03:11:43.384Z] 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-03-05T03:11:44.790Z] 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-03-05T03:11:46.180Z] 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-03-05T03:11:47.129Z] 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-03-05T03:11:48.522Z] 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-03-05T03:11:49.471Z] 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-03-05T03:11:50.422Z] 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-03-05T03:11:52.358Z] $ docker stop --time=1 501a4600bd8f5de8b524518941a6aa99c209755d330f054c903e111f98ac37f4 [2021-03-05T03:11:54.017Z] $ docker rm -f 501a4600bd8f5de8b524518941a6aa99c209755d330f054c903e111f98ac37f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:11:59.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T03:11:59.499Z] [2021-03-05T03:11:59.499Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:11:59.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T03:11:59.846Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-05T03:11:59.846Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-05T03:11:59.846Z] ca9280d653b3: Pulling fs layer [2021-03-05T03:11:59.846Z] 7e9c9ca2126c: Pulling fs layer [2021-03-05T03:12:00.418Z] cbdbe7a5bc2a: Download complete [2021-03-05T03:12:00.681Z] ca9280d653b3: Verifying Checksum [2021-03-05T03:12:00.681Z] ca9280d653b3: Download complete [2021-03-05T03:12:00.681Z] cbdbe7a5bc2a: Pull complete [2021-03-05T03:12:01.634Z] ca9280d653b3: Pull complete [2021-03-05T03:12:01.634Z] 7e9c9ca2126c: Download complete [2021-03-05T03:12:06.962Z] 7e9c9ca2126c: Pull complete [2021-03-05T03:12:06.962Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-05T03:12:06.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T03:12:06.962Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-05T03:12:07.104Z] prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container [2021-03-05T03:12:07.182Z] $ 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-03-05T03:12:09.945Z] $ docker top 91d839076289c9344656399416be3f699d68413230e35f2af233ceac38a4173f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:12:10.461Z] + docker-compose build --help [2021-03-05T03:12:10.461Z] + grep parallel [2021-03-05T03:12:11.406Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T03:12:11.419Z] $ docker stop --time=1 91d839076289c9344656399416be3f699d68413230e35f2af233ceac38a4173f [2021-03-05T03:12:13.299Z] $ docker rm -f 91d839076289c9344656399416be3f699d68413230e35f2af233ceac38a4173f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:12:13.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-05T03:12:13.962Z] . [Pipeline] withDockerContainer [2021-03-05T03:12:14.062Z] prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container [2021-03-05T03:12:14.108Z] $ 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-03-05T03:12:14.808Z] $ docker top 5f6db288c22952985ebba115ff03d1870dd77dea0c4b212549984ec3ef64a5ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:12:15.280Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T03:12:16.220Z] Building docker-core-command-go ... [2021-03-05T03:12:16.220Z] Building docker-core-data-go ... [2021-03-05T03:12:16.220Z] Building docker-core-metadata-go ... [2021-03-05T03:12:16.220Z] Building docker-security-bootstrapper-go ... [2021-03-05T03:12:16.220Z] Building docker-security-proxy-setup-go ... [2021-03-05T03:12:16.220Z] Building docker-security-secretstore-setup-go ... [2021-03-05T03:12:16.220Z] Building docker-support-notifications-go ... [2021-03-05T03:12:16.220Z] Building docker-support-scheduler-go ... [2021-03-05T03:12:16.220Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T03:12:16.220Z] Building docker-support-notifications-go [2021-03-05T03:12:16.220Z] Building docker-core-command-go [2021-03-05T03:12:16.220Z] Building docker-security-proxy-setup-go [2021-03-05T03:12:16.220Z] Building docker-core-metadata-go [2021-03-05T03:12:16.220Z] Building docker-security-bootstrapper-go [2021-03-05T03:12:48.424Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:12:48.424Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:12:48.424Z] ---> 8b974f2a525b [2021-03-05T03:12:48.424Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T03:12:48.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:12:48.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:12:48.424Z] ---> 8b974f2a525b [2021-03-05T03:12:48.424Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:12:48.424Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:12:48.424Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:12:48.424Z] ---> 8b974f2a525b [2021-03-05T03:12:48.424Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T03:12:48.424Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:12:48.424Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:12:48.424Z] ---> 8b974f2a525b [2021-03-05T03:12:48.424Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T03:12:48.424Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:12:48.424Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:12:48.424Z] ---> 8b974f2a525b [2021-03-05T03:12:48.424Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:12:48.424Z] ---> Running in b33d2bba7f0a [2021-03-05T03:12:48.424Z] ---> Running in 7ae7f9eca90f [2021-03-05T03:12:48.424Z] ---> Running in 819a75664d1b [2021-03-05T03:12:48.424Z] ---> Running in 02955f7b3200 [2021-03-05T03:12:48.424Z] ---> Running in 351eb02540b7 [2021-03-05T03:12:48.424Z] Removing intermediate container b33d2bba7f0a [2021-03-05T03:12:48.424Z] ---> fc601508a602 [2021-03-05T03:12:48.425Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:12:48.425Z] Removing intermediate container 7ae7f9eca90f [2021-03-05T03:12:48.425Z] ---> cef8b39049b8 [2021-03-05T03:12:48.425Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:12:48.425Z] Removing intermediate container 02955f7b3200 [2021-03-05T03:12:48.425Z] ---> 9f439827bc12 [2021-03-05T03:12:48.425Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:12:48.425Z] Removing intermediate container 351eb02540b7 [2021-03-05T03:12:48.425Z] ---> f68550bd6837 [2021-03-05T03:12:48.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:12:48.425Z] Removing intermediate container 819a75664d1b [2021-03-05T03:12:48.425Z] ---> 0872485dfe8a [2021-03-05T03:12:48.425Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:12:48.425Z] ---> Running in bd77d6aeac36 [2021-03-05T03:12:48.425Z] ---> Running in 8ac9ff9e55ad [2021-03-05T03:12:48.425Z] ---> Running in 9dfd49f57364 [2021-03-05T03:12:48.425Z] ---> Running in 2638bc4f3d8e [2021-03-05T03:12:48.425Z] ---> Running in 72db30c6e837 [2021-03-05T03:12:48.425Z] Removing intermediate container 8ac9ff9e55ad [2021-03-05T03:12:48.425Z] ---> d3fc286e4493 [2021-03-05T03:12:48.425Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:12:48.425Z] ---> Running in 3858d914ffcb [2021-03-05T03:12:48.425Z] Removing intermediate container 9dfd49f57364 [2021-03-05T03:12:48.425Z] ---> dd85b38518d8 [2021-03-05T03:12:48.425Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T03:12:48.425Z] Removing intermediate container bd77d6aeac36 [2021-03-05T03:12:48.425Z] ---> a4cec528249d [2021-03-05T03:12:48.425Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:12:48.425Z] Removing intermediate container 2638bc4f3d8e [2021-03-05T03:12:48.425Z] ---> 8826b3bd2b5a [2021-03-05T03:12:48.425Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T03:12:48.425Z] Removing intermediate container 72db30c6e837 [2021-03-05T03:12:48.425Z] ---> 1969925fb7be [2021-03-05T03:12:48.425Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T03:12:48.425Z] ---> Running in 821cbe79f5d3 [2021-03-05T03:12:48.425Z] ---> Running in 054d450c9e3d [2021-03-05T03:12:48.425Z] ---> Running in 0fc5a37c0e4c [2021-03-05T03:12:48.425Z] ---> Running in 4bdd0d2cb529 [2021-03-05T03:12:48.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:48.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:48.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:48.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:48.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:48.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:49.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:49.391Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28648 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T03:12:49.449Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-05T03:12:49.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:49.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:49.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:12:50.059Z] OK: 233 MiB in 51 packages [2021-03-05T03:12:50.329Z] OK: 233 MiB in 51 packages [2021-03-05T03:12:50.329Z] Removing intermediate container 3858d914ffcb [2021-03-05T03:12:50.329Z] ---> 4530683a483c [2021-03-05T03:12:50.329Z] Step 6/23 : COPY go.mod . [2021-03-05T03:12:50.592Z] ---> 4b947382291d [2021-03-05T03:12:50.592Z] Step 7/23 : RUN go mod download [2021-03-05T03:12:50.855Z] ---> Running in f55934261a72 [2021-03-05T03:12:50.855Z] OK: 233 MiB in 51 packages [2021-03-05T03:12:50.855Z] OK: 233 MiB in 51 packages [2021-03-05T03:12:50.855Z] Removing intermediate container 821cbe79f5d3 [2021-03-05T03:12:50.855Z] ---> 9b36e25a6b24 [2021-03-05T03:12:50.855Z] Step 6/21 : COPY go.mod . [2021-03-05T03:12:51.120Z] OK: 233 MiB in 51 packages [2021-03-05T03:12:51.120Z] ---> c286b4011e72 [2021-03-05T03:12:51.120Z] Step 7/21 : RUN go mod download [2021-03-05T03:12:51.381Z] ---> Running in 1c42952c542e [2021-03-05T03:12:51.643Z] Removing intermediate container 054d450c9e3d [2021-03-05T03:12:51.643Z] ---> 0fea2a1d11cf [2021-03-05T03:12:51.643Z] Step 6/23 : COPY go.mod . [2021-03-05T03:12:52.217Z] Removing intermediate container 0fc5a37c0e4c [2021-03-05T03:12:52.218Z] ---> f802282335b4 [2021-03-05T03:12:52.218Z] Step 6/22 : COPY go.mod . [2021-03-05T03:12:52.481Z] ---> 64dcbdd4b87e [2021-03-05T03:12:52.481Z] Step 7/23 : RUN go mod download [2021-03-05T03:12:52.481Z] Removing intermediate container 4bdd0d2cb529 [2021-03-05T03:12:52.481Z] ---> 94d7e172427b [2021-03-05T03:12:52.481Z] Step 6/31 : COPY go.mod . [2021-03-05T03:12:52.742Z] ---> Running in ff7c2e2e454c [2021-03-05T03:12:52.742Z] ---> 1fde8e47a9c1 [2021-03-05T03:12:52.742Z] Step 7/22 : RUN go mod download [2021-03-05T03:12:53.003Z] ---> Running in c040bdf56d11 [2021-03-05T03:12:53.004Z] ---> 838f5e97bf18 [2021-03-05T03:12:53.004Z] Step 7/31 : RUN go mod download [2021-03-05T03:12:53.270Z] Removing intermediate container f55934261a72 [2021-03-05T03:12:53.270Z] ---> 069af6a410d9 [2021-03-05T03:12:53.270Z] Step 8/23 : COPY . . [2021-03-05T03:12:53.270Z] ---> Running in 61e5242898df [2021-03-05T03:12:54.572Z] using credential edgex-jenkins-ssh [2021-03-05T03:12:54.634Z] Cloning the remote Git repository [2021-03-05T03:12:54.680Z] Removing intermediate container 1c42952c542e [2021-03-05T03:12:54.680Z] ---> be4754c3aadb [2021-03-05T03:12:54.680Z] Step 8/21 : COPY . . [2021-03-05T03:12:54.722Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:12:54.834Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-05T03:12:54.908Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:12:54.909Z] > git --version # timeout=10 [2021-03-05T03:12:54.923Z] > git --version # 'git version 2.17.1' [2021-03-05T03:12:54.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:12:54.998Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T03:13:02.833Z] Removing intermediate container ff7c2e2e454c [2021-03-05T03:13:02.833Z] ---> d7d4c3837249 [2021-03-05T03:13:02.833Z] Step 8/23 : COPY . . [2021-03-05T03:13:02.833Z] Removing intermediate container c040bdf56d11 [2021-03-05T03:13:02.833Z] ---> a07a943f48c2 [2021-03-05T03:13:02.833Z] Step 8/22 : COPY . . [2021-03-05T03:13:02.833Z] Removing intermediate container 61e5242898df [2021-03-05T03:13:02.833Z] ---> 636c34f0bbe7 [2021-03-05T03:13:02.833Z] Step 8/31 : COPY . . [2021-03-05T03:13:10.984Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:13:11.456Z] Merge succeeded, producing 12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:13:11.457Z] Checking out Revision 12746f91723dee4d114230c5413fccf75a25cf3a (PR-3210) [2021-03-05T03:13:10.031Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T03:13:10.056Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T03:13:10.093Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T03:13:10.144Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:13:10.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:13:10.163Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T03:13:11.014Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T03:13:11.037Z] > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 [2021-03-05T03:13:11.367Z] > git remote # timeout=10 [2021-03-05T03:13:11.389Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T03:13:11.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:13:11.427Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T03:13:11.452Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T03:13:11.475Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T03:13:11.547Z] > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 [2021-03-05T03:13:16.215Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T03:13:17.914Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T03:13:18.372Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T03:13:18.715Z] + true [2021-03-05T03:13:18.715Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T03:13:20.878Z] provisioning config files... [2021-03-05T03:13:20.923Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4953381238297707263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:13:21.339Z] ---> docker-login.sh [2021-03-05T03:13:21.339Z] nexus3.edgexfoundry.org:10001 [2021-03-05T03:13:22.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:13:22.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:13:22.607Z] Configure a credential helper to remove this warning. See [2021-03-05T03:13:22.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:13:22.607Z] [2021-03-05T03:13:22.607Z] Login Succeeded [2021-03-05T03:13:22.880Z] nexus3.edgexfoundry.org:10002 [2021-03-05T03:13:23.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:13:23.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:13:23.155Z] Configure a credential helper to remove this warning. See [2021-03-05T03:13:23.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:13:23.155Z] [2021-03-05T03:13:23.155Z] Login Succeeded [2021-03-05T03:13:23.429Z] nexus3.edgexfoundry.org:10003 [2021-03-05T03:13:23.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:13:23.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:13:23.704Z] Configure a credential helper to remove this warning. See [2021-03-05T03:13:23.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:13:23.704Z] [2021-03-05T03:13:23.704Z] Login Succeeded [2021-03-05T03:13:23.704Z] nexus3.edgexfoundry.org:10004 [2021-03-05T03:13:24.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:13:24.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:13:24.303Z] Configure a credential helper to remove this warning. See [2021-03-05T03:13:24.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:13:24.303Z] [2021-03-05T03:13:24.303Z] Login Succeeded [2021-03-05T03:13:24.303Z] docker.io [2021-03-05T03:13:24.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T03:13:24.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T03:13:24.853Z] Configure a credential helper to remove this warning. See [2021-03-05T03:13:24.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T03:13:24.853Z] [2021-03-05T03:13:24.853Z] Login Succeeded [2021-03-05T03:13:24.853Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T03:13:24.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T03:13:25.375Z] ========================================================= [2021-03-05T03:13:25.375Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T03:13:25.375Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:13:25.803Z] + 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-03-05T03:13:28.460Z] Sending build context to Docker daemon 166.6MB [2021-03-05T03:13:28.460Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T03:13:28.460Z] Step 2/6 : FROM ${BASE} [2021-03-05T03:13:28.460Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T03:13:28.460Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T03:13:28.460Z] a4357932f1b6: Pulling fs layer [2021-03-05T03:13:28.460Z] 18c013af1878: Pulling fs layer [2021-03-05T03:13:28.460Z] 00ac8860ef70: Pulling fs layer [2021-03-05T03:13:28.460Z] 63d7cb157983: Pulling fs layer [2021-03-05T03:13:28.460Z] b116817d02f9: Pulling fs layer [2021-03-05T03:13:28.460Z] 745a02a5169b: Pulling fs layer [2021-03-05T03:13:28.460Z] 00ac8860ef70: Waiting [2021-03-05T03:13:28.460Z] 745a02a5169b: Waiting [2021-03-05T03:13:28.460Z] b116817d02f9: Waiting [2021-03-05T03:13:28.460Z] 63d7cb157983: Waiting [2021-03-05T03:13:28.460Z] 18c013af1878: Verifying Checksum [2021-03-05T03:13:28.460Z] 18c013af1878: Download complete [2021-03-05T03:13:28.460Z] a4357932f1b6: Download complete [2021-03-05T03:13:28.460Z] 63d7cb157983: Verifying Checksum [2021-03-05T03:13:28.460Z] 63d7cb157983: Download complete [2021-03-05T03:13:28.460Z] b116817d02f9: Verifying Checksum [2021-03-05T03:13:28.460Z] b116817d02f9: Download complete [2021-03-05T03:13:28.460Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T03:13:28.460Z] 5f621e34cdf4: Download complete [2021-03-05T03:13:29.061Z] 5f621e34cdf4: Pull complete [2021-03-05T03:13:29.678Z] a4357932f1b6: Pull complete [2021-03-05T03:13:29.955Z] 18c013af1878: Pull complete [2021-03-05T03:13:31.394Z] 745a02a5169b: Download complete [2021-03-05T03:13:31.993Z] 00ac8860ef70: Verifying Checksum [2021-03-05T03:13:31.993Z] 00ac8860ef70: Download complete [2021-03-05T03:13:35.003Z] ---> 7668dca57d9d [2021-03-05T03:13:35.004Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T03:13:35.004Z] ---> Running in ec257ebe5034 [2021-03-05T03:13:35.004Z] ---> b9a79182d3c0 [2021-03-05T03:13:35.004Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T03:13:35.265Z] ---> bc93715a05a0 [2021-03-05T03:13:35.265Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T03:13:36.208Z] ---> Running in f341b3116b86 [2021-03-05T03:13:36.782Z] ---> Running in d24ba908681c [2021-03-05T03:13:36.782Z] ---> 72091750a473 [2021-03-05T03:13:36.782Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T03:13:36.782Z] ---> 9ae427e9e954 [2021-03-05T03:13:36.782Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T03:13:37.054Z] ---> Running in f9391b86c09c [2021-03-05T03:13:37.054Z] ---> Running in 617936ccf97e [2021-03-05T03:13:37.316Z] 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-03-05T03:13:37.316Z] 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-03-05T03:13:37.587Z] 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-03-05T03:13:37.854Z] 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-03-05T03:13:38.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-05T03:13:42.243Z] 00ac8860ef70: Pull complete [2021-03-05T03:13:42.243Z] 63d7cb157983: Pull complete [2021-03-05T03:13:42.243Z] b116817d02f9: Pull complete [2021-03-05T03:13:45.657Z] 745a02a5169b: Pull complete [2021-03-05T03:13:45.657Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T03:13:45.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T03:13:45.657Z] ---> b7e6874047d6 [2021-03-05T03:13:45.657Z] 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-03-05T03:13:49.079Z] ---> Running in 20aaba1a6266 [2021-03-05T03:13:50.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:13:51.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:13:52.473Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T03:13:52.473Z] (2/12) Installing file (5.38-r0) [2021-03-05T03:13:52.745Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T03:13:52.745Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T03:13:57.034Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T03:13:57.034Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T03:13:57.034Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T03:13:57.034Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T03:13:57.034Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T03:13:57.034Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T03:13:57.306Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T03:13:57.307Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T03:13:57.307Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:13:57.581Z] OK: 217 MiB in 51 packages [2021-03-05T03:14:01.883Z] Removing intermediate container 20aaba1a6266 [2021-03-05T03:14:01.883Z] ---> 28d2681aaac3 [2021-03-05T03:14:01.883Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T03:14:01.883Z] ---> Running in 459ea438f946 [2021-03-05T03:14:02.156Z] Removing intermediate container 459ea438f946 [2021-03-05T03:14:02.156Z] ---> 4f84e23f3a45 [2021-03-05T03:14:02.156Z] Step 5/6 : COPY go.mod . [2021-03-05T03:14:02.752Z] ---> 4771ed8ddc01 [2021-03-05T03:14:02.752Z] Step 6/6 : RUN go mod download [2021-03-05T03:14:03.025Z] ---> Running in 2688cface3c2 [2021-03-05T03:14:04.816Z] 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-03-05T03:14:19.777Z] Removing intermediate container ec257ebe5034 [2021-03-05T03:14:19.777Z] ---> 7b5407bacb63 [2021-03-05T03:14:19.777Z] [2021-03-05T03:14:19.777Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:14:19.777Z] Removing intermediate container f341b3116b86 [2021-03-05T03:14:19.777Z] ---> 0673f97333f9 [2021-03-05T03:14:19.777Z] [2021-03-05T03:14:19.777Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T03:14:19.777Z] Removing intermediate container 617936ccf97e [2021-03-05T03:14:19.777Z] ---> ce89b1f3e105 [2021-03-05T03:14:19.777Z] [2021-03-05T03:14:19.777Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T03:14:19.777Z] Removing intermediate container f9391b86c09c [2021-03-05T03:14:19.777Z] ---> 9dfdd7a92e5c [2021-03-05T03:14:19.777Z] [2021-03-05T03:14:19.777Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T03:14:19.777Z] 3.12: Pulling from library/alpine [2021-03-05T03:14:19.777Z] 3.12: Pulling from library/alpine [2021-03-05T03:14:19.777Z] 3.12: Pulling from library/alpine [2021-03-05T03:14:19.777Z] 3.12: Pulling from library/alpine [2021-03-05T03:14:19.777Z] Removing intermediate container d24ba908681c [2021-03-05T03:14:19.777Z] ---> b877f5890d48 [2021-03-05T03:14:19.777Z] [2021-03-05T03:14:19.777Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:14:19.777Z] 3.12: Pulling from library/alpine [2021-03-05T03:14:19.777Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:14:19.777Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:14:19.777Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T03:14:19.777Z] Status: Image is up to date for alpine:3.12 [2021-03-05T03:14:19.777Z] ---> 88dd2752d2ea [2021-03-05T03:14:19.777Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:14:19.777Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:14:19.777Z] Status: Image is up to date for alpine:3.12 [2021-03-05T03:14:19.777Z] ---> 88dd2752d2ea [2021-03-05T03:14:19.777Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T03:14:19.777Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:14:19.777Z] Status: Image is up to date for alpine:3.12 [2021-03-05T03:14:19.777Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:14:19.777Z] Status: Image is up to date for alpine:3.12 [2021-03-05T03:14:19.777Z] ---> 88dd2752d2ea [2021-03-05T03:14:19.777Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:14:19.777Z] ---> 88dd2752d2ea [2021-03-05T03:14:19.777Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T03:14:19.777Z] ---> 88dd2752d2ea [2021-03-05T03:14:19.777Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T03:14:19.777Z] ---> Running in bf34b59bb382 [2021-03-05T03:14:19.777Z] ---> Running in 9d2538300f46 [2021-03-05T03:14:19.777Z] ---> Running in 0b3242c6b215 [2021-03-05T03:14:19.777Z] ---> Running in 70e5ade53fa1 [2021-03-05T03:14:19.777Z] ---> Running in c5eb6d618ef0 [2021-03-05T03:14:20.039Z] Removing intermediate container c5eb6d618ef0 [2021-03-05T03:14:20.039Z] ---> 2a0ea03d3ec4 [2021-03-05T03:14:20.039Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T03:14:20.304Z] ---> Running in 24818e1c929a [2021-03-05T03:14:20.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:20.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:20.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:20.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:20.836Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T03:14:20.836Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:14:20.836Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T03:14:20.836Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:14:20.836Z] OK: 6 MiB in 15 packages [2021-03-05T03:14:20.836Z] OK: 6 MiB in 15 packages [2021-03-05T03:14:21.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:21.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:21.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:21.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:21.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:21.374Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T03:14:21.374Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T03:14:21.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:14:21.374Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:14:21.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:14:21.374Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T03:14:21.374Z] OK: 6 MiB in 16 packages [2021-03-05T03:14:21.374Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:14:21.374Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T03:14:21.374Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T03:14:21.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:14:21.374Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:14:21.374Z] OK: 7 MiB in 18 packages [2021-03-05T03:14:21.374Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T03:14:21.374Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T03:14:21.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:14:21.374Z] OK: 6 MiB in 16 packages [2021-03-05T03:14:22.395Z] Removing intermediate container bf34b59bb382 [2021-03-05T03:14:22.395Z] ---> 828ce29605d1 [2021-03-05T03:14:22.395Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:14:22.683Z] ---> Running in fc74f94658ba [2021-03-05T03:14:22.683Z] Removing intermediate container 9d2538300f46 [2021-03-05T03:14:22.683Z] ---> d707e915b0e8 [2021-03-05T03:14:22.683Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:14:23.310Z] ---> Running in 81c230fa86c8 [2021-03-05T03:14:24.719Z] Removing intermediate container fc74f94658ba [2021-03-05T03:14:24.719Z] ---> 497b6a548da7 [2021-03-05T03:14:24.719Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T03:14:24.719Z] Removing intermediate container 0b3242c6b215 [2021-03-05T03:14:24.719Z] ---> 1b1ba29795dc [2021-03-05T03:14:24.719Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:14:24.719Z] ---> Running in d4833d109943 [2021-03-05T03:14:24.719Z] ---> Running in 4b52584d82c3 [2021-03-05T03:14:24.719Z] Removing intermediate container 81c230fa86c8 [2021-03-05T03:14:24.719Z] ---> 76f4d1ffd17e [2021-03-05T03:14:24.719Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T03:14:24.719Z] Removing intermediate container 70e5ade53fa1 [2021-03-05T03:14:24.719Z] ---> f63164bbc0b1 [2021-03-05T03:14:24.719Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:14:24.985Z] Removing intermediate container 24818e1c929a [2021-03-05T03:14:24.985Z] ---> fb2694c4c9f8 [2021-03-05T03:14:24.985Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T03:14:24.985Z] ---> Running in 600b331e1548 [2021-03-05T03:14:24.985Z] ---> Running in d19754863b03 [2021-03-05T03:14:24.985Z] ---> Running in d8a5ff385298 [2021-03-05T03:14:24.985Z] Removing intermediate container d4833d109943 [2021-03-05T03:14:24.985Z] ---> 5d3d1e2102ea [2021-03-05T03:14:24.985Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:14:25.250Z] Removing intermediate container 4b52584d82c3 [2021-03-05T03:14:25.250Z] ---> c206110f5878 [2021-03-05T03:14:25.250Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T03:14:25.250Z] ---> Running in 12917245a4fb [2021-03-05T03:14:25.250Z] ---> Running in 81423d8900d0 [2021-03-05T03:14:25.512Z] Removing intermediate container d8a5ff385298 [2021-03-05T03:14:25.512Z] ---> f87f2561f2d3 [2021-03-05T03:14:25.512Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T03:14:25.512Z] Removing intermediate container 600b331e1548 [2021-03-05T03:14:25.512Z] ---> af9b371e85bf [2021-03-05T03:14:25.512Z] Step 13/21 : WORKDIR /edgex [2021-03-05T03:14:25.512Z] Removing intermediate container d19754863b03 [2021-03-05T03:14:25.512Z] ---> 6dfe3df66ba0 [2021-03-05T03:14:25.512Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:14:25.512Z] ---> Running in 978841ebc69b [2021-03-05T03:14:25.774Z] ---> Running in 85934fba9a2f [2021-03-05T03:14:25.774Z] ---> Running in bc611acbb99b [2021-03-05T03:14:25.774Z] Removing intermediate container 12917245a4fb [2021-03-05T03:14:25.774Z] ---> bde6fe5cf4eb [2021-03-05T03:14:25.774Z] Step 15/23 : WORKDIR / [2021-03-05T03:14:25.774Z] Removing intermediate container 81423d8900d0 [2021-03-05T03:14:25.774Z] ---> a6785bea0e94 [2021-03-05T03:14:25.774Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T03:14:26.035Z] ---> Running in 3c432839566f [2021-03-05T03:14:26.298Z] ---> Running in 1d9f05b71a46 [2021-03-05T03:14:26.298Z] Removing intermediate container 978841ebc69b [2021-03-05T03:14:26.298Z] ---> 424579610870 [2021-03-05T03:14:26.298Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T03:14:26.298Z] Removing intermediate container 85934fba9a2f [2021-03-05T03:14:26.298Z] ---> e3dd3230ece0 [2021-03-05T03:14:26.298Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T03:14:26.298Z] Removing intermediate container bc611acbb99b [2021-03-05T03:14:26.298Z] ---> e3a69a68b260 [2021-03-05T03:14:26.298Z] Step 15/23 : WORKDIR / [2021-03-05T03:14:26.563Z] ---> Running in 576eb1e42cbb [2021-03-05T03:14:26.563Z] ---> Running in ce088221e661 [2021-03-05T03:14:26.563Z] Removing intermediate container 3c432839566f [2021-03-05T03:14:26.563Z] ---> 0c1ff5ba72ae [2021-03-05T03:14:26.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:14:26.828Z] Removing intermediate container 1d9f05b71a46 [2021-03-05T03:14:26.828Z] ---> a8a110a682fd [2021-03-05T03:14:26.828Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:14:26.828Z] ---> 606d2bd0b07a [2021-03-05T03:14:26.828Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T03:14:27.097Z] Removing intermediate container ce088221e661 [2021-03-05T03:14:27.097Z] ---> d6704a7afffc [2021-03-05T03:14:27.097Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:14:27.097Z] ---> ff45999b806f [2021-03-05T03:14:27.097Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T03:14:27.097Z] ---> 9251971db654 [2021-03-05T03:14:27.097Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T03:14:27.364Z] ---> c2d9d57fd77f [2021-03-05T03:14:27.364Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T03:14:27.629Z] ---> 023cde0c7776 [2021-03-05T03:14:27.629Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T03:14:28.204Z] ---> 77e338860ae5 [2021-03-05T03:14:28.204Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T03:14:28.204Z] ---> 67d7f2f08c57 [2021-03-05T03:14:28.204Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T03:14:28.204Z] ---> 6bdf614ad4a5 [2021-03-05T03:14:28.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T03:14:28.204Z] ---> Running in 43dade921d41 [2021-03-05T03:14:28.204Z] ---> e9f23b0c2ea9 [2021-03-05T03:14:28.204Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T03:14:28.204Z] Removing intermediate container 576eb1e42cbb [2021-03-05T03:14:28.204Z] ---> d4a902fdacee [2021-03-05T03:14:28.204Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T03:14:28.470Z] ---> 3196263d16be [2021-03-05T03:14:28.470Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T03:14:28.470Z] ---> 832d62a950a1 [2021-03-05T03:14:28.470Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T03:14:28.732Z] ---> Running in 6c243a73a5fc [2021-03-05T03:14:28.994Z] ---> Running in 668ebe52addd [2021-03-05T03:14:28.994Z] ---> Running in aeaae396fabe [2021-03-05T03:14:28.994Z] Removing intermediate container 43dade921d41 [2021-03-05T03:14:28.994Z] ---> 9695b558abd8 [2021-03-05T03:14:28.994Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T03:14:28.994Z] ---> c04921e2c10b [2021-03-05T03:14:28.994Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T03:14:28.994Z] ---> Running in 5fec74d8a51a [2021-03-05T03:14:29.257Z] ---> Running in 4543a5be7241 [2021-03-05T03:14:29.257Z] Removing intermediate container 668ebe52addd [2021-03-05T03:14:29.257Z] ---> e765a36cd967 [2021-03-05T03:14:29.257Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:14:29.257Z] Removing intermediate container 6c243a73a5fc [2021-03-05T03:14:29.257Z] ---> e48394ad288c [2021-03-05T03:14:29.257Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T03:14:29.257Z] Removing intermediate container aeaae396fabe [2021-03-05T03:14:29.257Z] ---> 6b77e0894ee2 [2021-03-05T03:14:29.257Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:14:29.519Z] ---> Running in 9330dcc2ed63 [2021-03-05T03:14:29.519Z] ---> Running in fb91f2124adf [2021-03-05T03:14:29.519Z] Removing intermediate container 5fec74d8a51a [2021-03-05T03:14:29.519Z] ---> 4f9a5a4ceb91 [2021-03-05T03:14:29.519Z] Step 19/21 : LABEL arch=x86_64 [2021-03-05T03:14:29.519Z] Removing intermediate container 4543a5be7241 [2021-03-05T03:14:29.519Z] ---> f35e109249a0 [2021-03-05T03:14:29.519Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:14:29.781Z] ---> Running in cc01450c3045 [2021-03-05T03:14:29.781Z] ---> 79a532ab8d6e [2021-03-05T03:14:29.781Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T03:14:29.781Z] ---> Running in 09fc16ec2c1d [2021-03-05T03:14:29.781Z] Removing intermediate container 9330dcc2ed63 [2021-03-05T03:14:29.781Z] ---> 961b701072e8 [2021-03-05T03:14:29.781Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T03:14:29.857Z] Removing intermediate container 2688cface3c2 [2021-03-05T03:14:29.857Z] ---> 63d0e9aea248 [2021-03-05T03:14:30.042Z] Removing intermediate container fb91f2124adf [2021-03-05T03:14:30.043Z] ---> a82d976b668c [2021-03-05T03:14:30.043Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T03:14:30.043Z] ---> Running in fe6947388363 [2021-03-05T03:14:30.043Z] ---> Running in 920b0bbdb0cb [2021-03-05T03:14:30.127Z] Successfully built 63d0e9aea248 [2021-03-05T03:14:30.127Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:14:30.303Z] ---> Running in 4022741de64a [2021-03-05T03:14:30.303Z] Removing intermediate container cc01450c3045 [2021-03-05T03:14:30.303Z] ---> 9429afc152ca [2021-03-05T03:14:30.303Z] Step 20/21 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:14:30.303Z] Removing intermediate container 09fc16ec2c1d [2021-03-05T03:14:30.303Z] ---> 01eb8f834530 [2021-03-05T03:14:30.303Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T03:14:30.468Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T03:14:30.469Z] . [Pipeline] withDockerContainer [2021-03-05T03:14:30.570Z] ---> Running in 8084027dfc3d [2021-03-05T03:14:30.570Z] ---> Running in d22b1a0afe87 [2021-03-05T03:14:30.570Z] Removing intermediate container 920b0bbdb0cb [2021-03-05T03:14:30.570Z] ---> 0901b04ed5a8 [2021-03-05T03:14:30.570Z] Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:14:30.570Z] Removing intermediate container 4022741de64a [2021-03-05T03:14:30.570Z] ---> 829a5735cf44 [2021-03-05T03:14:30.570Z] Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:14:30.702Z] prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container [2021-03-05T03:14:30.801Z] $ 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-03-05T03:14:30.837Z] ---> Running in 10c723e6ca6d [2021-03-05T03:14:30.837Z] Removing intermediate container 8084027dfc3d [2021-03-05T03:14:30.837Z] ---> c24c13880567 [2021-03-05T03:14:30.837Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T03:14:30.837Z] ---> Running in 9805b07dc312 [2021-03-05T03:14:31.097Z] ---> Running in 062eb22bc63b [2021-03-05T03:14:31.097Z] Removing intermediate container d22b1a0afe87 [2021-03-05T03:14:31.097Z] ---> bc887f85c563 [2021-03-05T03:14:31.097Z] Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:14:31.097Z] Removing intermediate container 10c723e6ca6d [2021-03-05T03:14:31.097Z] ---> d18a377bcd5a [2021-03-05T03:14:31.097Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:14:31.362Z] ---> Running in 361727febfea [2021-03-05T03:14:31.362Z] Removing intermediate container 9805b07dc312 [2021-03-05T03:14:31.362Z] ---> c00921be2aeb [2021-03-05T03:14:31.362Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T03:14:31.362Z] ---> Running in 69a5b81ee00f [2021-03-05T03:14:31.623Z] Removing intermediate container 062eb22bc63b [2021-03-05T03:14:31.623Z] ---> 34e5ce93f961 [2021-03-05T03:14:31.623Z] [2021-03-05T03:14:31.623Z] ---> Running in 87bd51346905 [2021-03-05T03:14:31.884Z] Removing intermediate container 361727febfea [2021-03-05T03:14:31.884Z] ---> 032990c8dda7 [2021-03-05T03:14:31.884Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:14:31.884Z] Removing intermediate container 69a5b81ee00f [2021-03-05T03:14:31.884Z] ---> ef8ec3b40845 [2021-03-05T03:14:31.884Z] [2021-03-05T03:14:31.884Z] Successfully built 34e5ce93f961 [2021-03-05T03:14:31.884Z] Removing intermediate container fe6947388363 [2021-03-05T03:14:31.884Z] ---> f6aa58be050d [2021-03-05T03:14:31.884Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:14:32.145Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-05T03:14:32.145Z] ---> Running in 38e99be0b7c1 [2021-03-05T03:14:32.145Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-05T03:14:32.145Z] Successfully built ef8ec3b40845 [2021-03-05T03:14:32.145Z] Removing intermediate container 87bd51346905 [2021-03-05T03:14:32.145Z] ---> 2ab7c805c574 [2021-03-05T03:14:32.145Z] [2021-03-05T03:14:32.145Z] Successfully tagged docker-core-metadata-go:latest [2021-03-05T03:14:32.145Z] Building docker-support-scheduler-go [2021-03-05T03:14:32.145Z]  Building docker-core-metadata-go ... done Successfully built 2ab7c805c574 [2021-03-05T03:14:32.145Z] Successfully tagged docker-support-notifications-go:latest [2021-03-05T03:14:32.145Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-05T03:14:32.298Z] $ docker top c29ede3b43be8f934d80c9813c6b326978e810851570b6574058419291b868ce -eo pid,comm [2021-03-05T03:14:32.406Z] Removing intermediate container 38e99be0b7c1 [2021-03-05T03:14:32.406Z] ---> ff91264a4712 [2021-03-05T03:14:32.406Z] [2021-03-05T03:14:32.406Z] ---> d67d8d6976dd [2021-03-05T03:14:32.406Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T03:14:32.406Z] Successfully built ff91264a4712 [2021-03-05T03:14:32.406Z] Successfully tagged docker-core-command-go:latest [2021-03-05T03:14:32.406Z]  Building docker-core-command-go ... done Building docker-core-data-go [Pipeline] { [Pipeline] sh [2021-03-05T03:14:32.982Z] ---> 129f5427305f [2021-03-05T03:14:32.982Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T03:14:33.243Z] ---> 29643c0ce983 [2021-03-05T03:14:33.243Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T03:14:33.300Z] + go version [2021-03-05T03:14:33.300Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T03:14:33.339Z] $ docker stop --time=1 c29ede3b43be8f934d80c9813c6b326978e810851570b6574058419291b868ce [2021-03-05T03:14:33.817Z] ---> c4548b7a4d38 [2021-03-05T03:14:33.818Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T03:14:35.298Z] $ docker rm -f c29ede3b43be8f934d80c9813c6b326978e810851570b6574058419291b868ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:14:36.382Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T03:14:36.382Z] . [Pipeline] withDockerContainer [2021-03-05T03:14:36.653Z] prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container [2021-03-05T03:14:36.763Z] $ 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-03-05T03:14:38.042Z] ---> 9df6076b4b4c [2021-03-05T03:14:38.043Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T03:14:38.172Z] $ docker top 61383e4236e06f26eb1eda1890719cff16f4750a689e6dfbec21582f8f21a056 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T03:14:38.500Z] ========================================================= [2021-03-05T03:14:38.500Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T03:14:38.500Z] ========================================================= [Pipeline] sh [2021-03-05T03:14:39.148Z] + make test [2021-03-05T03:14:39.148Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T03:14:41.355Z] ---> Running in ce3fb74a8de3 [2021-03-05T03:14:42.316Z] Removing intermediate container ce3fb74a8de3 [2021-03-05T03:14:42.316Z] ---> c2c58face935 [2021-03-05T03:14:42.316Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T03:14:43.258Z] ---> 690ac6a15569 [2021-03-05T03:14:43.519Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T03:14:43.781Z] ---> Running in a8d0f0f40a23 [2021-03-05T03:14:51.996Z] Removing intermediate container a8d0f0f40a23 [2021-03-05T03:14:51.996Z] ---> e8b3be9315c5 [2021-03-05T03:14:51.996Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T03:14:53.403Z] ---> Running in a2d68f807227 [2021-03-05T03:14:56.717Z] Removing intermediate container a2d68f807227 [2021-03-05T03:14:56.717Z] ---> 4186679d80e6 [2021-03-05T03:14:56.717Z] Step 28/31 : CMD ["gate"] [2021-03-05T03:14:57.676Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:14:57.676Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:14:57.676Z] ---> 8b974f2a525b [2021-03-05T03:14:57.676Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T03:14:57.676Z] ---> Using cache [2021-03-05T03:14:57.676Z] ---> 0872485dfe8a [2021-03-05T03:14:57.676Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:14:57.676Z] ---> Using cache [2021-03-05T03:14:57.676Z] ---> 1969925fb7be [2021-03-05T03:14:57.676Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T03:14:57.941Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:14:57.941Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:14:57.941Z] ---> 8b974f2a525b [2021-03-05T03:14:57.941Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T03:14:57.941Z] ---> Using cache [2021-03-05T03:14:57.941Z] ---> 0872485dfe8a [2021-03-05T03:14:57.941Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:14:57.941Z] ---> Using cache [2021-03-05T03:14:57.941Z] ---> 1969925fb7be [2021-03-05T03:14:57.941Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T03:14:57.941Z] ---> Using cache [2021-03-05T03:14:57.941Z] ---> 94d7e172427b [2021-03-05T03:14:57.941Z] Step 6/24 : COPY go.mod . [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 838f5e97bf18 [2021-03-05T03:14:58.204Z] Step 7/24 : RUN go mod download [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 636c34f0bbe7 [2021-03-05T03:14:58.204Z] Step 8/24 : COPY . . [2021-03-05T03:14:58.204Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:14:58.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:14:58.204Z] ---> 8b974f2a525b [2021-03-05T03:14:58.204Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 0872485dfe8a [2021-03-05T03:14:58.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 1969925fb7be [2021-03-05T03:14:58.204Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 94d7e172427b [2021-03-05T03:14:58.204Z] Step 6/22 : COPY go.mod . [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 838f5e97bf18 [2021-03-05T03:14:58.204Z] Step 7/22 : RUN go mod download [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 636c34f0bbe7 [2021-03-05T03:14:58.204Z] Step 8/22 : COPY . . [2021-03-05T03:14:58.204Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:14:58.204Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:14:58.204Z] ---> 8b974f2a525b [2021-03-05T03:14:58.204Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 0872485dfe8a [2021-03-05T03:14:58.204Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:14:58.204Z] ---> Using cache [2021-03-05T03:14:58.204Z] ---> 1969925fb7be [2021-03-05T03:14:58.204Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T03:14:58.465Z] ---> Using cache [2021-03-05T03:14:58.465Z] ---> 9ae427e9e954 [2021-03-05T03:14:58.465Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T03:14:58.465Z] ---> Using cache [2021-03-05T03:14:58.465Z] ---> 9ae427e9e954 [2021-03-05T03:14:58.465Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T03:14:59.413Z] ---> Running in 21446391eb69 [2021-03-05T03:14:59.413Z] ---> Running in c22af500dc57 [2021-03-05T03:14:59.413Z] ---> Running in 2987769daaca [2021-03-05T03:14:59.413Z] ---> Running in 51534685c8f6 [2021-03-05T03:14:59.413Z] ---> Running in 17c1bb573a90 [2021-03-05T03:14:59.681Z] Removing intermediate container 21446391eb69 [2021-03-05T03:14:59.681Z] ---> 8d64ac6b91ba [2021-03-05T03:14:59.681Z] Step 29/31 : LABEL arch=x86_64 [2021-03-05T03:14:59.942Z] ---> Running in 5db6884ff610 [2021-03-05T03:15:00.522Z] Removing intermediate container 5db6884ff610 [2021-03-05T03:15:00.522Z] ---> cc3c3a5980ba [2021-03-05T03:15:00.522Z] Step 30/31 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:15:00.784Z] 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-03-05T03:15:00.784Z] ---> Running in 650591b71188 [2021-03-05T03:15:00.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:15:00.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:15:01.046Z] 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-03-05T03:15:01.046Z] Removing intermediate container 650591b71188 [2021-03-05T03:15:01.046Z] ---> 6921fc72954c [2021-03-05T03:15:01.046Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T03:15:01.046Z] ---> Running in d3132b90ec2f [2021-03-05T03:15:01.308Z] Removing intermediate container d3132b90ec2f [2021-03-05T03:15:01.309Z] ---> df699dcb4dab [2021-03-05T03:15:01.309Z] [2021-03-05T03:15:01.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:15:01.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:15:01.369Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T03:15:01.576Z] Successfully built df699dcb4dab [2021-03-05T03:15:01.576Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-05T03:15:01.849Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-03-05T03:15:01.849Z] OK: 233 MiB in 51 packages [2021-03-05T03:15:02.836Z] Removing intermediate container c22af500dc57 [2021-03-05T03:15:02.836Z] ---> c6fc4d89c0be [2021-03-05T03:15:02.836Z] Step 6/26 : COPY go.mod . [2021-03-05T03:15:03.106Z] Removing intermediate container 51534685c8f6 [2021-03-05T03:15:03.106Z] ---> 66fa0340737b [2021-03-05T03:15:03.106Z] Step 6/23 : COPY go.mod . [2021-03-05T03:15:04.548Z] ---> 0d259d69de9e [2021-03-05T03:15:04.548Z] Step 7/26 : RUN go mod download [2021-03-05T03:15:04.548Z] ---> 2735c8884790 [2021-03-05T03:15:04.548Z] Step 7/23 : RUN go mod download [2021-03-05T03:15:04.548Z] ---> Running in 96f09b7bc79a [2021-03-05T03:15:04.548Z] ---> Running in dc14292a4614 [2021-03-05T03:15:07.929Z] Removing intermediate container 96f09b7bc79a [2021-03-05T03:15:07.929Z] ---> f7eeb6d1588a [2021-03-05T03:15:07.929Z] Step 8/26 : COPY . . [2021-03-05T03:15:07.929Z] Removing intermediate container dc14292a4614 [2021-03-05T03:15:07.929Z] ---> 90ecd5d7b963 [2021-03-05T03:15:07.929Z] Step 8/23 : COPY . . [2021-03-05T03:15:29.955Z] 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-03-05T03:15:32.510Z] ---> 8b5e0cf2c91f [2021-03-05T03:15:32.510Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T03:15:32.510Z] ---> Running in 4a0c723a7e3b [2021-03-05T03:15:32.510Z] ---> 2bdc3b6b34e3 [2021-03-05T03:15:32.510Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T03:15:32.510Z] ---> Running in 8c345927194a [2021-03-05T03:15:33.092Z] 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-03-05T03:15:33.092Z] 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-03-05T03:15:36.420Z] Removing intermediate container 2987769daaca [2021-03-05T03:15:36.420Z] ---> c771e2edc022 [2021-03-05T03:15:36.420Z] [2021-03-05T03:15:36.420Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T03:15:36.420Z] ---> 88dd2752d2ea [2021-03-05T03:15:36.420Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T03:15:37.000Z] ---> Running in 65b0cfb47c62 [2021-03-05T03:15:37.265Z] Removing intermediate container 17c1bb573a90 [2021-03-05T03:15:37.265Z] ---> 678292d962a4 [2021-03-05T03:15:37.265Z] [2021-03-05T03:15:37.265Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T03:15:37.265Z] ---> 88dd2752d2ea [2021-03-05T03:15:37.265Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:15:37.265Z] ---> Using cache [2021-03-05T03:15:37.265Z] ---> d707e915b0e8 [2021-03-05T03:15:37.265Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:15:37.265Z] ---> Using cache [2021-03-05T03:15:37.265Z] ---> 76f4d1ffd17e [2021-03-05T03:15:37.265Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T03:15:37.532Z] ---> Running in 2454782a8840 [2021-03-05T03:15:38.122Z] Removing intermediate container 2454782a8840 [2021-03-05T03:15:38.122Z] ---> dd0f430505ab [2021-03-05T03:15:38.122Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T03:15:38.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:15:38.122Z] ---> Running in 8f45f90a1d84 [2021-03-05T03:15:38.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:15:38.390Z] Removing intermediate container 8f45f90a1d84 [2021-03-05T03:15:38.390Z] ---> 23115150ac3a [2021-03-05T03:15:38.390Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:15:38.390Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T03:15:38.390Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:15:38.390Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T03:15:38.390Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T03:15:38.390Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T03:15:38.390Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:15:38.658Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:15:38.658Z] OK: 7 MiB in 19 packages [2021-03-05T03:15:39.247Z] ---> f63d405a8238 [2021-03-05T03:15:39.247Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T03:15:41.222Z] Removing intermediate container 65b0cfb47c62 [2021-03-05T03:15:41.222Z] ---> 3242347a9c0e [2021-03-05T03:15:41.222Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:15:42.187Z] ---> 5d841e61a28d [2021-03-05T03:15:42.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T03:15:42.187Z] ---> Running in f1ad6525d4e1 [2021-03-05T03:15:42.772Z] Removing intermediate container f1ad6525d4e1 [2021-03-05T03:15:42.772Z] ---> 5e4c19990f1d [2021-03-05T03:15:42.772Z] Step 13/24 : WORKDIR / [2021-03-05T03:15:43.043Z] ---> Running in e80be582b182 [2021-03-05T03:15:43.043Z] ---> 1cad9c6f2cfc [2021-03-05T03:15:43.043Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T03:15:43.043Z] ---> Running in 05f2f85aa7ab [2021-03-05T03:15:43.998Z] Removing intermediate container 05f2f85aa7ab [2021-03-05T03:15:43.998Z] ---> 181522941512 [2021-03-05T03:15:43.998Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:15:43.998Z] Removing intermediate container e80be582b182 [2021-03-05T03:15:43.998Z] ---> 843727f9e4c2 [2021-03-05T03:15:43.998Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T03:15:44.269Z] ---> Running in 6fd33003564d [2021-03-05T03:15:44.541Z] ---> 8c53517196ed [2021-03-05T03:15:44.541Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T03:15:44.541Z] Removing intermediate container 6fd33003564d [2021-03-05T03:15:44.541Z] ---> f43a234f7fb8 [2021-03-05T03:15:44.541Z] Step 20/22 : LABEL arch=x86_64 [2021-03-05T03:15:44.813Z] ---> Running in 7d5564fb7a32 [2021-03-05T03:15:44.813Z] ---> 61573c1387a1 [2021-03-05T03:15:44.813Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T03:15:45.080Z] Removing intermediate container 7d5564fb7a32 [2021-03-05T03:15:45.080Z] ---> bd4eedb550f6 [2021-03-05T03:15:45.080Z] Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:15:45.345Z] ---> Running in 4fbbb751b028 [2021-03-05T03:15:45.345Z] ---> e8a6a44ff2ab [2021-03-05T03:15:45.345Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T03:15:45.615Z] Removing intermediate container 4fbbb751b028 [2021-03-05T03:15:45.615Z] ---> 14883ca145ea [2021-03-05T03:15:45.615Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T03:15:45.886Z] ---> Running in 0815cc6112f0 [2021-03-05T03:15:46.154Z] Removing intermediate container 0815cc6112f0 [2021-03-05T03:15:46.154Z] ---> c08796e5c5b9 [2021-03-05T03:15:46.154Z] [2021-03-05T03:15:46.428Z] Successfully built c08796e5c5b9 [2021-03-05T03:15:46.428Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-05T03:15:46.428Z]  Building docker-support-scheduler-go ... done  ---> cb6682ff84d5 [2021-03-05T03:15:46.428Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T03:15:48.039Z] ---> 6f007c48f056 [2021-03-05T03:15:48.039Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T03:15:48.328Z] ---> 1aa01b936012 [2021-03-05T03:15:48.328Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T03:15:48.395Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T03:15:48.686Z] ---> Running in 4d389ca003f7 [2021-03-05T03:15:50.635Z] Removing intermediate container 4d389ca003f7 [2021-03-05T03:15:50.635Z] ---> aa1b500c0c29 [2021-03-05T03:15:50.635Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T03:15:51.594Z] ---> Running in ef4e2d49d607 [2021-03-05T03:15:52.172Z] Removing intermediate container 8c345927194a [2021-03-05T03:15:52.172Z] ---> 950e6fa937db [2021-03-05T03:15:52.172Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T03:15:52.172Z] Removing intermediate container ef4e2d49d607 [2021-03-05T03:15:52.172Z] ---> 2da880120721 [2021-03-05T03:15:52.172Z] Step 22/24 : LABEL arch=x86_64 [2021-03-05T03:15:52.172Z] ---> Running in 402a2c66be96 [2021-03-05T03:15:52.432Z] ---> Running in 2a81f7ac0b29 [2021-03-05T03:15:54.352Z] Removing intermediate container 2a81f7ac0b29 [2021-03-05T03:15:54.352Z] ---> a19da819516b [2021-03-05T03:15:54.352Z] Step 23/24 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:15:54.352Z] ---> Running in 562d95a99a28 [2021-03-05T03:15:54.352Z] 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-03-05T03:15:54.352Z] Removing intermediate container 562d95a99a28 [2021-03-05T03:15:54.352Z] ---> 3f38b0b24d23 [2021-03-05T03:15:54.352Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T03:15:54.352Z] ---> Running in 6da8034e4ce3 [2021-03-05T03:15:55.299Z] Removing intermediate container 6da8034e4ce3 [2021-03-05T03:15:55.299Z] ---> 0733cfb90f9b [2021-03-05T03:15:55.299Z] [2021-03-05T03:15:55.561Z] Successfully built 0733cfb90f9b [2021-03-05T03:15:56.513Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-05T03:15:56.513Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4a0c723a7e3b [2021-03-05T03:15:56.513Z] ---> a7fcb6164db8 [2021-03-05T03:15:56.513Z] [2021-03-05T03:15:56.513Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:15:56.513Z] ---> 88dd2752d2ea [2021-03-05T03:15:56.513Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T03:15:56.513Z] ---> Running in 85a9e1ac2ad4 [2021-03-05T03:15:56.774Z] Removing intermediate container 402a2c66be96 [2021-03-05T03:15:56.774Z] ---> 440822059ca5 [2021-03-05T03:15:56.774Z] [2021-03-05T03:15:56.774Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T03:15:56.774Z] Removing intermediate container 85a9e1ac2ad4 [2021-03-05T03:15:56.774Z] ---> a10f770bf879 [2021-03-05T03:15:56.774Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T03:15:56.774Z] 20.10.0: Pulling from library/docker [2021-03-05T03:15:56.774Z] ---> Running in 9657cde92e0b [2021-03-05T03:15:57.036Z] Removing intermediate container 9657cde92e0b [2021-03-05T03:15:57.036Z] ---> 12e4a9ca922c [2021-03-05T03:15:57.036Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T03:15:57.300Z] ---> Running in 48b76a0c0e71 [2021-03-05T03:15:57.562Z] Removing intermediate container 48b76a0c0e71 [2021-03-05T03:15:57.562Z] ---> 641310d5c2a4 [2021-03-05T03:15:57.562Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:15:57.828Z] ---> Running in ef437d0a40a3 [2021-03-05T03:15:59.228Z] Removing intermediate container ef437d0a40a3 [2021-03-05T03:15:59.228Z] ---> 0bf4c0177818 [2021-03-05T03:15:59.228Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T03:15:59.228Z] ---> Running in a78301c0715b [2021-03-05T03:15:59.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:00.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:00.645Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T03:16:00.906Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T03:16:00.906Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T03:16:01.168Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T03:16:01.429Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T03:16:01.693Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T03:16:01.693Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:16:01.953Z] OK: 8 MiB in 20 packages [2021-03-05T03:16:02.214Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T03:16:02.214Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T03:16:02.214Z] ---> aefe523efa57 [2021-03-05T03:16:02.214Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T03:16:02.480Z] ---> Running in 278b37d29899 [2021-03-05T03:16:02.480Z] Removing intermediate container a78301c0715b [2021-03-05T03:16:02.480Z] ---> 4e6d2f12eed4 [2021-03-05T03:16:02.480Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:16:02.744Z] ---> 189284d28550 [2021-03-05T03:16:02.744Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T03:16:03.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:03.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:03.006Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T03:16:03.006Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T03:16:03.006Z] Executing bash-5.0.17-r0.post-install [2021-03-05T03:16:03.006Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:16:03.006Z] OK: 12 MiB in 22 packages [2021-03-05T03:16:03.269Z] ---> 4268299065e6 [2021-03-05T03:16:03.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T03:16:03.530Z] ---> 08910900fe50 [2021-03-05T03:16:03.530Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T03:16:03.790Z] ---> Running in 6ec414aa6bad [2021-03-05T03:16:03.790Z] Removing intermediate container 278b37d29899 [2021-03-05T03:16:03.790Z] ---> 6fea3e5d0af0 [2021-03-05T03:16:03.790Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T03:16:03.790Z] ---> Running in b420522e96ea [2021-03-05T03:16:03.790Z] Removing intermediate container 6ec414aa6bad [2021-03-05T03:16:03.790Z] ---> 3b1cec633158 [2021-03-05T03:16:03.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:16:04.052Z] ---> Running in 575cbe90cf8d [2021-03-05T03:16:04.052Z] Removing intermediate container b420522e96ea [2021-03-05T03:16:04.052Z] ---> 87146c2e6283 [2021-03-05T03:16:04.052Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T03:16:04.052Z] ---> Running in 15d9ef96f49a [2021-03-05T03:16:04.052Z] Removing intermediate container 575cbe90cf8d [2021-03-05T03:16:04.052Z] ---> 599dfd60cbe3 [2021-03-05T03:16:04.052Z] Step 21/23 : LABEL arch=x86_64 [2021-03-05T03:16:04.315Z] ---> Running in 83f883314d5e [2021-03-05T03:16:04.315Z] Removing intermediate container 15d9ef96f49a [2021-03-05T03:16:04.315Z] ---> ecabbafe8e20 [2021-03-05T03:16:04.315Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T03:16:04.315Z] ---> Running in b1d58589878d [2021-03-05T03:16:04.315Z] Removing intermediate container 83f883314d5e [2021-03-05T03:16:04.315Z] ---> 6cabf4c18d3b [2021-03-05T03:16:04.315Z] Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:16:04.578Z] ---> Running in 25d9f0b60a37 [2021-03-05T03:16:04.578Z] Removing intermediate container b1d58589878d [2021-03-05T03:16:04.578Z] ---> e50afd0ab773 [2021-03-05T03:16:04.578Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T03:16:04.578Z] Removing intermediate container 25d9f0b60a37 [2021-03-05T03:16:04.578Z] ---> 11ec04f7a694 [2021-03-05T03:16:04.578Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:16:04.842Z] ---> Running in 8caa65a44cd3 [2021-03-05T03:16:04.842Z] Removing intermediate container 8caa65a44cd3 [2021-03-05T03:16:04.842Z] ---> c72857e81b19 [2021-03-05T03:16:04.842Z] [2021-03-05T03:16:05.103Z] ---> 1df7bafa664f [2021-03-05T03:16:05.103Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T03:16:05.103Z] Successfully built c72857e81b19 [2021-03-05T03:16:05.103Z] Successfully tagged docker-core-data-go:latest [2021-03-05T03:16:05.363Z]  Building docker-core-data-go ... done  ---> 9c02c0fb20fd [2021-03-05T03:16:05.363Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T03:16:05.623Z] ---> 12f70673ab52 [2021-03-05T03:16:05.623Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T03:16:05.623Z] ---> Running in 3e6e6c393cf9 [2021-03-05T03:16:06.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:06.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:06.195Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T03:16:06.195Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T03:16:06.195Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T03:16:06.195Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T03:16:06.195Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T03:16:06.195Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T03:16:06.195Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T03:16:06.779Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T03:16:07.135Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T03:16:07.135Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T03:16:07.135Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T03:16:07.135Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T03:16:07.135Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T03:16:07.135Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T03:16:07.135Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T03:16:07.135Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T03:16:07.135Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T03:16:07.135Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T03:16:07.135Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T03:16:07.135Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T03:16:07.135Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T03:16:07.135Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T03:16:07.135Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T03:16:07.135Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T03:16:07.395Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T03:16:07.396Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T03:16:07.396Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T03:16:07.396Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T03:16:07.396Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T03:16:07.396Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T03:16:07.396Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T03:16:07.396Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T03:16:07.396Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T03:16:07.396Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T03:16:07.396Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:16:07.396Z] OK: 71 MiB in 55 packages [2021-03-05T03:16:07.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T03:16:09.630Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T03:16:17.400Z] Removing intermediate container 3e6e6c393cf9 [2021-03-05T03:16:17.400Z] ---> 41584b58af22 [2021-03-05T03:16:17.400Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T03:16:17.400Z] ---> Running in a100ff3f85da [2021-03-05T03:16:17.400Z] Collecting docker-compose==1.23.2 [2021-03-05T03:16:17.400Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T03:16:17.400Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T03:16:17.400Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T03:16:17.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T03:16:17.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T03:16:17.964Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T03:16:17.970Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T03:16:17.970Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T03:16:18.541Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T03:16:18.541Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T03:16:18.541Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T03:16:18.541Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T03:16:18.802Z] Collecting PyYAML<4,>=3.10 [2021-03-05T03:16:18.802Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T03:16:19.377Z] 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-03-05T03:16:19.637Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T03:16:19.637Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T03:16:19.897Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T03:16:19.897Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T03:16:19.897Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T03:16:19.897Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T03:16:20.468Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T03:16:20.469Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T03:16:20.469Z] 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-03-05T03:16:20.469Z] 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-03-05T03:16:20.469Z] Collecting idna<2.8,>=2.5 [2021-03-05T03:16:20.469Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T03:16:20.730Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T03:16:20.730Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T03:16:20.730Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T03:16:20.730Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T03:16:20.730Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T03:16:20.730Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T03:16:20.730Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T03:16:20.730Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T03:16:20.991Z] Installing collected packages: docopt, dockerpty, cached-property, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, docker-compose [2021-03-05T03:16:20.991Z] Running setup.py install for docopt: started [2021-03-05T03:16:21.565Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T03:16:21.565Z] Running setup.py install for dockerpty: started [2021-03-05T03:16:21.826Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T03:16:21.826Z] Running setup.py install for PyYAML: started [2021-03-05T03:16:22.397Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T03:16:22.397Z] Attempting uninstall: idna [2021-03-05T03:16:22.397Z] Found existing installation: idna 2.9 [2021-03-05T03:16:22.397Z] Uninstalling idna-2.9: [2021-03-05T03:16:22.397Z] Successfully uninstalled idna-2.9 [2021-03-05T03:16:22.659Z] Attempting uninstall: urllib3 [2021-03-05T03:16:22.659Z] Found existing installation: urllib3 1.25.9 [2021-03-05T03:16:22.659Z] Uninstalling urllib3-1.25.9: [2021-03-05T03:16:22.659Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T03:16:22.919Z] Attempting uninstall: requests [2021-03-05T03:16:22.920Z] Found existing installation: requests 2.23.0 [2021-03-05T03:16:22.920Z] Uninstalling requests-2.23.0: [2021-03-05T03:16:22.920Z] Successfully uninstalled requests-2.23.0 [2021-03-05T03:16:23.179Z] Running setup.py install for texttable: started [2021-03-05T03:16:23.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.419s coverage: 45.9% of statements [2021-03-05T03:16:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T03:16:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T03:16:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T03:16:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T03:16:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T03:16:23.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T03:16:23.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T03:16:23.749Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T03:16:24.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements [2021-03-05T03:16:24.009Z] 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-03-05T03:16:27.313Z] Removing intermediate container a100ff3f85da [2021-03-05T03:16:27.313Z] ---> 797e815c124a [2021-03-05T03:16:27.313Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T03:16:27.313Z] ---> Running in bb5f13de5e0d [2021-03-05T03:16:27.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:27.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T03:16:27.884Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:16:27.884Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T03:16:27.884Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T03:16:28.145Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:16:28.145Z] OK: 72 MiB in 58 packages [2021-03-05T03:16:28.406Z] Removing intermediate container bb5f13de5e0d [2021-03-05T03:16:28.406Z] ---> 65ed32770891 [2021-03-05T03:16:28.406Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T03:16:28.666Z] ---> Running in 1c263edea5aa [2021-03-05T03:16:28.666Z] Removing intermediate container 1c263edea5aa [2021-03-05T03:16:28.666Z] ---> daeb1ecd6294 [2021-03-05T03:16:28.666Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:16:28.926Z] ---> Running in f03a070c91d1 [2021-03-05T03:16:28.926Z] Removing intermediate container f03a070c91d1 [2021-03-05T03:16:28.926Z] ---> f36fa9a718d3 [2021-03-05T03:16:28.926Z] Step 24/26 : LABEL arch=x86_64 [2021-03-05T03:16:28.926Z] ---> Running in d8a51fb20c00 [2021-03-05T03:16:29.188Z] Removing intermediate container d8a51fb20c00 [2021-03-05T03:16:29.188Z] ---> 90f50c618d7a [2021-03-05T03:16:29.188Z] Step 25/26 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:16:29.188Z] ---> Running in e4611e86f9ea [2021-03-05T03:16:29.448Z] Removing intermediate container e4611e86f9ea [2021-03-05T03:16:29.448Z] ---> c050bc6a76f3 [2021-03-05T03:16:29.448Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T03:16:29.448Z] ---> Running in b5a16f8c4cb8 [2021-03-05T03:16:29.709Z] Removing intermediate container b5a16f8c4cb8 [2021-03-05T03:16:29.709Z] ---> c95313950002 [2021-03-05T03:16:29.709Z] [2021-03-05T03:16:29.709Z] Successfully built c95313950002 [2021-03-05T03:16:29.709Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-05T03:16:29.978Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-05T03:16:29.984Z] $ docker stop --time=1 5f6db288c22952985ebba115ff03d1870dd77dea0c4b212549984ec3ef64a5ee [2021-03-05T03:16:30.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.511s coverage: 27.1% of statements [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T03:16:30.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T03:16:30.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T03:16:30.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T03:16:31.385Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 66.2% of statements [2021-03-05T03:16:31.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T03:16:31.385Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T03:16:31.465Z] $ docker rm -f 5f6db288c22952985ebba115ff03d1870dd77dea0c4b212549984ec3ef64a5ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T03:16:31.991Z] + docker images [2021-03-05T03:16:31.991Z] + grep docker [2021-03-05T03:16:32.254Z] docker-sys-mgmt-agent-go latest c95313950002 3 seconds ago 313MB [2021-03-05T03:16:32.254Z] docker-core-data-go latest c72857e81b19 28 seconds ago 22.4MB [2021-03-05T03:16:32.254Z] docker-security-secretstore-setup-go latest 0733cfb90f9b 38 seconds ago 24.9MB [2021-03-05T03:16:32.254Z] docker-support-scheduler-go latest c08796e5c5b9 47 seconds ago 17.2MB [2021-03-05T03:16:32.254Z] docker-security-bootstrapper-go latest df699dcb4dab About a minute ago 18.7MB [2021-03-05T03:16:32.254Z] docker-core-command-go latest ff91264a4712 2 minutes ago 17.2MB [2021-03-05T03:16:32.254Z] docker-security-proxy-setup-go latest 34e5ce93f961 2 minutes ago 24.7MB [2021-03-05T03:16:32.254Z] docker-core-metadata-go latest ef8ec3b40845 2 minutes ago 19MB [2021-03-05T03:16:32.254Z] docker-support-notifications-go latest 2ab7c805c574 2 minutes ago 17.8MB [2021-03-05T03:16:32.254Z] docker 20.10.0 aefe523efa57 2 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-03-05T03:16:33.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.4% of statements [2021-03-05T03:16:33.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T03:16:33.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:16:33.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T03:16:33.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T03:16:40.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.248s coverage: 28.6% of statements [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T03:16:40.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T03:16:40.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T03:16:40.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements [2021-03-05T03:16:40.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T03:16:40.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements [2021-03-05T03:16:40.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T03:16:41.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements [2021-03-05T03:16:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T03:16:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T03:16:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T03:16:41.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T03:16:47.974Z] Still waiting to schedule task [2021-03-05T03:16:47.975Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.1% of statements [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T03:16:52.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.140s coverage: 96.3% of statements [2021-03-05T03:16:52.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-05T03:17:04.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements [2021-03-05T03:17:04.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-05T03:17:04.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.110s coverage: 81.4% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.6% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.6% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.534s coverage: 62.4% of statements [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T03:17:19.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-03-05T03:17:19.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-03-05T03:17:19.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.927s coverage: 69.1% of statements [2021-03-05T03:17:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T03:17:19.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T03:17:22.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 38.4% of statements [2021-03-05T03:17:22.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T03:17:22.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T03:17:22.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements [2021-03-05T03:17:22.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T03:17:22.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-03-05T03:17:29.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.445s coverage: 47.0% of statements [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T03:17:29.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T03:17:29.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T03:17:29.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.403s coverage: 89.3% of statements [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:17:29.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T03:17:35.563Z] Running on prd-ubuntu18.04-docker-8c-8g-28649 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws [2021-03-05T03:17:35.628Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.122s coverage: 29.1% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 95.6% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T03:17:37.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.088s coverage: 100.0% of statements [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-03-05T03:17:37.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-05T03:17:37.764Z] using credential edgex-jenkins-ssh [2021-03-05T03:17:37.815Z] Cloning the remote Git repository [2021-03-05T03:17:37.845Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:17:37.906Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-05T03:17:37.929Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:17:37.929Z] > git --version # timeout=10 [2021-03-05T03:17:37.941Z] > git --version # 'git version 2.17.1' [2021-03-05T03:17:37.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:17:37.964Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T03:17:38.216Z] GO111MODULE=on go vet ./... [2021-03-05T03:17:44.108Z] Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:17:43.488Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T03:17:43.492Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T03:17:43.500Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T03:17:43.510Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T03:17:43.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:17:43.514Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T03:17:44.120Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T03:17:44.123Z] > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 [2021-03-05T03:17:44.250Z] Merge succeeded, producing 12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:17:44.251Z] Checking out Revision 12746f91723dee4d114230c5413fccf75a25cf3a (PR-3210) [2021-03-05T03:17:44.223Z] > git remote # timeout=10 [2021-03-05T03:17:44.233Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T03:17:44.237Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T03:17:44.240Z] > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-05T03:17:44.247Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T03:17:44.258Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T03:17:44.262Z] > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 [2021-03-05T03:17:47.852Z] Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:17:48.998Z] + echo snap-build.sh [2021-03-05T03:17:48.998Z] snap-build.sh [2021-03-05T03:17:48.998Z] + SNAP_BASE_DIR=. [2021-03-05T03:17:48.998Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-03-05T03:17:48.998Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-03-05T03:17:48.998Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-03-05T03:17:48.998Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-03-05T03:17:48.998Z] + cd /w/workspace/edgex-go/7 [2021-03-05T03:17:48.998Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-05T03:17:48.998Z] Reading package lists... [2021-03-05T03:17:49.260Z] Building dependency tree... [2021-03-05T03:17:49.260Z] Reading state information... [2021-03-05T03:17:49.260Z] The following packages were automatically installed and are no longer required: [2021-03-05T03:17:49.260Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-05T03:17:49.260Z] uidmap xdelta3 [2021-03-05T03:17:49.260Z] Use 'sudo apt autoremove' to remove them. [2021-03-05T03:17:49.260Z] The following packages will be REMOVED: [2021-03-05T03:17:49.260Z] lxd* lxd-client* [2021-03-05T03:17:49.832Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-05T03:17:49.832Z] After this operation, 31.7 MB disk space will be freed. [2021-03-05T03:17:50.882Z] (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-03-05T03:17:50.882Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T03:17:51.829Z] Removing lxd dnsmasq configuration [2021-03-05T03:17:51.829Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T03:17:51.829Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-05T03:17:52.403Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-05T03:17:52.666Z] (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-03-05T03:17:52.928Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-05T03:17:54.325Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-05T03:17:54.325Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-05T03:17:55.713Z] + sudo snap remove --purge lxd [2021-03-05T03:17:55.713Z] snap "lxd" is not installed [2021-03-05T03:17:55.713Z] + sudo groupadd --force --system lxd [2021-03-05T03:17:55.713Z] ++ whoami [2021-03-05T03:17:55.713Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-05T03:17:55.974Z] + newgrp - lxd [2021-03-05T03:17:55.974Z] + sudo snap install lxd [2021-03-05T03:18:05.993Z] 2021-03-05T03:18:02Z INFO Waiting for automatic snapd restart... [2021-03-05T03:18:20.937Z] lxd 4.11 from Canonical* installed [2021-03-05T03:18:20.937Z] + sudo lxd init --auto [2021-03-05T03:18:29.092Z] + sudo snap install --classic snapcraft [2021-03-05T03:18:34.393Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T03:18:34.393Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-05T03:18:34.393Z] + patch --verbose -p1 [2021-03-05T03:18:34.393Z] Hmm... Looks like a unified diff to me... [2021-03-05T03:18:34.393Z] The text leading up to this was: [2021-03-05T03:18:34.393Z] -------------------------- [2021-03-05T03:18:34.393Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-05T03:18:34.393Z] |From: Tony Espy [2021-03-05T03:18:34.393Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-05T03:18:34.393Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-05T03:18:34.393Z] | [2021-03-05T03:18:34.393Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-05T03:18:34.393Z] |optimize the snap CI check run for pull requests. When [2021-03-05T03:18:34.393Z] |applied, it essentially strips out everything (apps and [2021-03-05T03:18:34.393Z] |parts) from the snapcraft.yaml file except those required [2021-03-05T03:18:34.394Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-05T03:18:34.394Z] |catch changes to edgex-go that break the snap build. [2021-03-05T03:18:34.394Z] | [2021-03-05T03:18:34.394Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-05T03:18:34.394Z] |to update this patch file, otherwise it may fail to apply, [2021-03-05T03:18:34.394Z] |resulting in a failed snap build CI check in the associated [2021-03-05T03:18:34.394Z] |pull request. [2021-03-05T03:18:34.394Z] | [2021-03-05T03:18:34.394Z] |Note - in addition to applying this patch, the pipeline also [2021-03-05T03:18:34.394Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-05T03:18:34.394Z] |need to build the finally binary .snap file (and it won't [2021-03-05T03:18:34.394Z] |work with the patch applied). This further reduces the build [2021-03-05T03:18:34.394Z] |time. [2021-03-05T03:18:34.394Z] |--- [2021-03-05T03:18:34.394Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-05T03:18:34.394Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-05T03:18:34.394Z] | [2021-03-05T03:18:34.394Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-05T03:18:34.394Z] |index 1e537489..faf42425 100644 [2021-03-05T03:18:34.394Z] |--- a/snap/snapcraft.yaml [2021-03-05T03:18:34.394Z] |+++ b/snap/snapcraft.yaml [2021-03-05T03:18:34.394Z] -------------------------- [2021-03-05T03:18:34.394Z] patching file snap/snapcraft.yaml [2021-03-05T03:18:34.394Z] Using Plan A... [2021-03-05T03:18:34.394Z] Hunk #1 succeeded at 73. [2021-03-05T03:18:34.394Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-05T03:18:34.394Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-05T03:18:34.394Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-05T03:18:34.394Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-05T03:18:34.394Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-05T03:18:34.394Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-05T03:18:34.394Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-05T03:18:34.394Z] Hmm... Ignoring the trailing garbage. [2021-03-05T03:18:34.394Z] done [2021-03-05T03:18:34.394Z] + sudo snapcraft prime --use-lxd [2021-03-05T03:18:35.339Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-05T03:18:35.340Z] 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-03-05T03:18:35.340Z] - README.md [2021-03-05T03:18:35.340Z] - snapcraft.yaml.orig [2021-03-05T03:18:35.340Z] [2021-03-05T03:18:35.340Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-05T03:18:36.286Z] Launching a container. [2021-03-05T03:18:48.550Z] Waiting for container to be ready [2021-03-05T03:18:48.550Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-05T03:18:48.550Z] [2021-03-05T03:18:51.861Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-05T03:18:52.434Z] Waiting for network to be ready... [2021-03-05T03:18:52.696Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T03:18:52.958Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T03:18:53.220Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T03:18:53.220Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T03:18:53.488Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T03:18:53.488Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T03:18:53.752Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T03:18:53.752Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T03:18:53.752Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T03:18:53.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T03:18:53.752Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T03:18:53.752Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T03:18:53.752Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T03:18:53.752Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T03:18:53.752Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T03:18:53.752Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T03:18:53.752Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T03:18:53.752Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T03:18:54.015Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T03:18:54.015Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T03:18:54.278Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T03:18:54.278Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T03:18:54.278Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T03:18:54.278Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T03:18:54.278Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T03:18:54.278Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T03:18:54.278Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T03:18:58.494Z] Fetched 24.0 MB in 5s (4506 kB/s) [2021-03-05T03:18:59.068Z] Reading package lists... [2021-03-05T03:18:59.330Z] Reading package lists... [2021-03-05T03:18:59.593Z] Building dependency tree... [2021-03-05T03:18:59.593Z] Reading state information... [2021-03-05T03:18:59.593Z] The following additional packages will be installed: [2021-03-05T03:18:59.593Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T03:18:59.593Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T03:18:59.593Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T03:18:59.593Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-05T03:18:59.593Z] Suggested packages: [2021-03-05T03:18:59.593Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-05T03:18:59.593Z] Recommended packages: [2021-03-05T03:18:59.593Z] gnupg libsasl2-modules [2021-03-05T03:18:59.856Z] The following NEW packages will be installed: [2021-03-05T03:18:59.856Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-05T03:18:59.856Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-05T03:18:59.856Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-05T03:18:59.856Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-05T03:18:59.856Z] The following packages will be upgraded: [2021-03-05T03:18:59.856Z] gpg gpg-agent gpgconf libudev1 [2021-03-05T03:18:59.856Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-05T03:18:59.856Z] Need to get 3530 kB of archives. [2021-03-05T03:18:59.856Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-05T03:18:59.856Z] 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-03-05T03:18:59.856Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-05T03:18:59.856Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-05T03:18:59.856Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-05T03:18:59.856Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-05T03:19:00.076Z] gofmt -l . [2021-03-05T03:19:00.076Z] [ "`gofmt -l .`" = "" ] [2021-03-05T03:19:00.076Z] ./bin/test-go-mod-tidy.sh [2021-03-05T03:19:00.076Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-05T03:19:00.118Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-05T03:19:00.693Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-05T03:19:00.693Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-05T03:19:00.693Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-05T03:19:00.693Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-05T03:19:00.693Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-05T03:19:00.693Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-05T03:19:00.693Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-05T03:19:00.693Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-05T03:19:00.693Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-05T03:19:00.693Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-05T03:19:00.693Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-05T03:19:00.693Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-05T03:19:00.693Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-05T03:19:00.693Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-05T03:19:00.693Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-05T03:19:00.693Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-05T03:19:00.739Z] + ls -al . [2021-03-05T03:19:00.739Z] total 760 [2021-03-05T03:19:00.739Z] drwxrwxr-x 9 1001 1001 4096 Mar 5 03:18 . [2021-03-05T03:19:00.739Z] drwxr-xr-x 4 root root 4096 Mar 5 03:14 .. [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 11 Mar 5 03:13 .dockerignore [2021-03-05T03:19:00.739Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 03:13 .git [2021-03-05T03:19:00.739Z] drwxrwxr-x 3 1001 1001 4096 Mar 5 03:13 .github [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 818 Mar 5 03:13 .gitignore [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 166 Mar 5 03:13 .sonarcloud.properties [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 8475 Mar 5 03:13 Attribution.txt [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 3804 Mar 5 03:13 CONTRIBUTING.md [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 931 Mar 5 03:13 Dockerfile.build [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 863 Mar 5 03:13 Jenkinsfile [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 10775 Mar 5 03:13 LICENSE [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 5774 Mar 5 03:13 Makefile [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 6524 Mar 5 03:13 README.md [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 6755 Mar 5 03:13 SECURITY.md [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 5 Mar 5 03:08 VERSION [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 4131 Mar 5 03:13 ZMQWindows.md [2021-03-05T03:19:00.739Z] drwxrwxr-x 2 1001 1001 4096 Mar 5 03:13 bin [2021-03-05T03:19:00.739Z] drwxrwxr-x 14 1001 1001 4096 Mar 5 03:13 cmd [2021-03-05T03:19:00.739Z] -rw-r--r-- 1 root root 619454 Mar 5 03:17 coverage.out [2021-03-05T03:19:00.739Z] -rw-r--r-- 1 root root 1055 Mar 5 03:18 go.mod [2021-03-05T03:19:00.739Z] -rw-r--r-- 1 root root 21699 Mar 5 03:18 go.sum [2021-03-05T03:19:00.739Z] drwxrwxr-x 8 1001 1001 4096 Mar 5 03:13 internal [2021-03-05T03:19:00.739Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 03:13 openapi [2021-03-05T03:19:00.739Z] drwxrwxr-x 4 1001 1001 4096 Mar 5 03:13 snap [2021-03-05T03:19:00.739Z] -rw-rw-r-- 1 1001 1001 168 Mar 5 03:13 version.go [Pipeline] sh [2021-03-05T03:19:00.953Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:19:00.953Z] Fetched 3530 kB in 1s (3442 kB/s) [2021-03-05T03:19:00.953Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T03:19:00.953Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:19:00.953Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:19:01.221Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-05T03:19:01.221Z] Selecting previously unselected package udev. [2021-03-05T03:19:01.221Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-05T03:19:01.221Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:19:01.221Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-05T03:19:01.390Z] + '[' -e coverage.out ] [2021-03-05T03:19:01.390Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-05T03:19:01.458Z] Warning: overwriting stash ‘coverage-report’ [2021-03-05T03:19:01.489Z] Selecting previously unselected package libfuse2:amd64. [2021-03-05T03:19:01.489Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T03:19:01.489Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T03:19:01.489Z] Selecting previously unselected package fuse. [2021-03-05T03:19:01.489Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-05T03:19:01.489Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-05T03:19:01.489Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:19:01.489Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:19:01.756Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:19:01.756Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:19:01.756Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:19:01.757Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:19:02.020Z] Selecting previously unselected package libksba8:amd64. [2021-03-05T03:19:02.020Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-05T03:19:02.020Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-05T03:19:02.020Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-05T03:19:02.020Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.020Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.283Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-05T03:19:02.283Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.283Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.283Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-05T03:19:02.283Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.283Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.283Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-05T03:19:02.283Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.283Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.545Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-05T03:19:02.545Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.545Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.545Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-05T03:19:02.545Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.545Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.666Z] Stashed 1 file(s) [Pipeline] sh [2021-03-05T03:19:02.807Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-05T03:19:02.807Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.807Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.807Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-05T03:19:02.807Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.807Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:02.807Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-05T03:19:02.807Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-05T03:19:02.807Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:03.068Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-05T03:19:03.068Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T03:19:03.068Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:19:03.068Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-05T03:19:03.068Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-05T03:19:03.068Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:19:03.068Z] Selecting previously unselected package libldap-common. [2021-03-05T03:19:03.068Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-05T03:19:03.068Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:19:03.329Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-05T03:19:03.329Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-05T03:19:03.329Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:19:03.329Z] Selecting previously unselected package dirmngr. [2021-03-05T03:19:03.329Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:19:03.329Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T03:19:03.428Z] + make build [2021-03-05T03:19:03.428Z] 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-03-05T03:19:03.590Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:19:03.590Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-05T03:19:03.590Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-05T03:19:03.590Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:19:03.590Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-05T03:19:03.590Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-05T03:19:03.851Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:03.851Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-05T03:19:03.851Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:19:03.851Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-05T03:19:04.113Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-05T03:19:04.376Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.376Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-05T03:19:04.376Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-05T03:19:04.376Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-05T03:19:04.638Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-05T03:19:04.638Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-05T03:19:04.638Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-05T03:19:04.902Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:19:05.478Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-05T03:19:05.478Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-05T03:19:05.478Z] This means they are not meant to be enabled using systemctl. [2021-03-05T03:19:05.478Z] Possible reasons for having this kind of units are: [2021-03-05T03:19:05.478Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-05T03:19:05.478Z] .wants/ or .requires/ directory. [2021-03-05T03:19:05.478Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-05T03:19:05.478Z] a requirement dependency on it. [2021-03-05T03:19:05.478Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-05T03:19:05.478Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-05T03:19:05.478Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-05T03:19:05.478Z] instance name specified. [2021-03-05T03:19:05.738Z] Reading package lists... [2021-03-05T03:19:05.738Z] Building dependency tree... [2021-03-05T03:19:06.000Z] Reading state information... [2021-03-05T03:19:06.000Z] The following additional packages will be installed: [2021-03-05T03:19:06.000Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-05T03:19:06.000Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-05T03:19:06.000Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-05T03:19:06.000Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-05T03:19:06.000Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-05T03:19:06.000Z] Suggested packages: [2021-03-05T03:19:06.000Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-05T03:19:06.000Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-05T03:19:06.000Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-05T03:19:06.000Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-05T03:19:06.000Z] systemd-container policykit-1 [2021-03-05T03:19:06.000Z] Recommended packages: [2021-03-05T03:19:06.000Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-05T03:19:06.000Z] The following NEW packages will be installed: [2021-03-05T03:19:06.000Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-05T03:19:06.000Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-05T03:19:06.000Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-05T03:19:06.000Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-05T03:19:06.000Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-05T03:19:06.000Z] The following packages will be upgraded: [2021-03-05T03:19:06.000Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-05T03:19:06.264Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-05T03:19:06.264Z] Need to get 35.2 MB of archives. [2021-03-05T03:19:06.264Z] After this operation, 141 MB of additional disk space will be used. [2021-03-05T03:19:06.264Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-05T03:19:06.264Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-05T03:19:06.835Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-05T03:19:07.096Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-05T03:19:07.096Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-05T03:19:07.096Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-05T03:19:07.096Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-05T03:19:07.096Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-05T03:19:07.096Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-05T03:19:07.096Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-05T03:19:07.096Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-05T03:19:07.096Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-05T03:19:07.096Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-05T03:19:07.096Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-05T03:19:07.096Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-05T03:19:07.096Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-05T03:19:07.096Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-05T03:19:07.096Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-05T03:19:07.096Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-05T03:19:07.096Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-05T03:19:07.096Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-05T03:19:07.096Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-05T03:19:07.096Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-05T03:19:07.096Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-05T03:19:07.096Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-05T03:19:07.356Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-05T03:19:07.357Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-05T03:19:07.357Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-05T03:19:07.357Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-05T03:19:07.357Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-05T03:19:08.742Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:19:08.742Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-03-05T03:19:08.742Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T03:19:08.742Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:19:08.742Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:19:09.314Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:19:09.314Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:19:09.314Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-05T03:19:09.595Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T03:19:09.595Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T03:19:09.595Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T03:19:09.595Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-05T03:19:09.873Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-05T03:19:09.873Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-05T03:19:09.873Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-05T03:19:10.146Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-05T03:19:10.146Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-05T03:19:10.413Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-05T03:19:10.679Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-05T03:19:10.679Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T03:19:10.679Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T03:19:10.948Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-05T03:19:10.948Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:19:10.948Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:11.211Z] Selecting previously unselected package libexpat1:amd64. [2021-03-05T03:19:11.211Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-05T03:19:11.211Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T03:19:11.474Z] Selecting previously unselected package python3.6-minimal. [2021-03-05T03:19:11.474Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:19:11.474Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:11.735Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T03:19:11.998Z] Checking for services that may need to be restarted...done. [2021-03-05T03:19:11.998Z] Checking for services that may need to be restarted...done. [2021-03-05T03:19:11.998Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:11.998Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-05T03:19:11.998Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:12.571Z] Selecting previously unselected package python3-minimal. [2021-03-05T03:19:12.571Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-05T03:19:12.571Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-05T03:19:12.571Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-05T03:19:12.835Z] Selecting previously unselected package mime-support. [2021-03-05T03:19:12.835Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-05T03:19:12.835Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-05T03:19:12.835Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-05T03:19:12.835Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-05T03:19:12.835Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T03:19:12.835Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-05T03:19:12.835Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:19:12.835Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:13.096Z] Selecting previously unselected package python3.6. [2021-03-05T03:19:13.096Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-05T03:19:13.096Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:13.359Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-05T03:19:13.359Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-05T03:19:13.359Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T03:19:13.359Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-05T03:19:13.621Z] Selecting previously unselected package python3. [2021-03-05T03:19:13.621Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-05T03:19:13.621Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-05T03:19:13.621Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-05T03:19:13.621Z] Selecting previously unselected package multiarch-support. [2021-03-05T03:19:13.621Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:19:13.621Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T03:19:13.637Z] 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-03-05T03:19:13.883Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-05T03:19:13.883Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-05T03:19:13.883Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-05T03:19:13.883Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-05T03:19:13.883Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T03:19:13.883Z] Selecting previously unselected package libbsd0:amd64. [2021-03-05T03:19:13.883Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-05T03:19:13.883Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T03:19:14.146Z] Selecting previously unselected package sudo. [2021-03-05T03:19:14.146Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-05T03:19:14.146Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T03:19:14.146Z] Selecting previously unselected package apparmor. [2021-03-05T03:19:14.146Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T03:19:14.146Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-05T03:19:14.408Z] Selecting previously unselected package libedit2:amd64. [2021-03-05T03:19:14.408Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-05T03:19:14.408Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T03:19:14.408Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-05T03:19:14.408Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:19:14.408Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:14.670Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-05T03:19:14.670Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:19:14.670Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:14.670Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-05T03:19:14.670Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-05T03:19:14.670Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T03:19:14.670Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-05T03:19:14.670Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:19:14.670Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:14.931Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-05T03:19:14.931Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-05T03:19:14.931Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:14.931Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-05T03:19:14.931Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-05T03:19:14.931Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T03:19:15.194Z] Selecting previously unselected package openssh-client. [2021-03-05T03:19:15.194Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-05T03:19:15.194Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T03:19:15.458Z] Selecting previously unselected package squashfs-tools. [2021-03-05T03:19:15.458Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-05T03:19:15.458Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T03:19:15.458Z] Selecting previously unselected package snapd. [2021-03-05T03:19:15.458Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-05T03:19:15.458Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-05T03:19:18.032Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-05T03:19:18.032Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-05T03:19:18.032Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-05T03:19:18.032Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-05T03:19:18.293Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-05T03:19:18.293Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:18.293Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:19:18.293Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-05T03:19:18.293Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-05T03:19:19.237Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-05T03:19:19.237Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-05T03:19:19.237Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-05T03:19:19.237Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:19.237Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:19.237Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-05T03:19:20.182Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-05T03:19:20.182Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:20.182Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-05T03:19:20.182Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-05T03:19:20.182Z] running python rtupdate hooks for python3.6... [2021-03-05T03:19:20.182Z] running python post-rtupdate hooks for python3.6... [2021-03-05T03:19:20.444Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-05T03:19:21.837Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-05T03:19:21.837Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-05T03:19:21.837Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-05T03:19:22.099Z] Setting up snapd (2.48.3+18.04) ... [2021-03-05T03:19:22.672Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-05T03:19:22.935Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-05T03:19:22.935Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-05T03:19:23.196Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-05T03:19:23.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T03:19:23.458Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-05T03:19:23.729Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-05T03:19:23.729Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-05T03:19:23.992Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-05T03:19:24.254Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-05T03:19:24.254Z] /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-03-05T03:19:24.254Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-05T03:19:24.254Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T03:19:25.642Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T03:19:25.642Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T03:19:25.642Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T03:19:27.028Z] Reading package lists... [2021-03-05T03:19:27.028Z] Reading package lists... [2021-03-05T03:19:27.288Z] Building dependency tree... [2021-03-05T03:19:27.288Z] Reading state information... [2021-03-05T03:19:27.288Z] Calculating upgrade... [2021-03-05T03:19:27.550Z] The following packages will be upgraded: [2021-03-05T03:19:27.550Z] advancecomp base-files bash binutils binutils-common [2021-03-05T03:19:27.550Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-05T03:19:27.550Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-05T03:19:27.550Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-05T03:19:27.550Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-05T03:19:27.550Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-05T03:19:27.550Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-05T03:19:27.550Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-05T03:19:27.550Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-05T03:19:27.550Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-05T03:19:27.550Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-05T03:19:27.550Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-05T03:19:27.550Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-05T03:19:27.550Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-05T03:19:27.550Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-05T03:19:27.811Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T03:19:27.811Z] Need to get 63.8 MB of archives. [2021-03-05T03:19:27.811Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-05T03:19:27.811Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-05T03:19:27.811Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-05T03:19:28.382Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-05T03:19:28.382Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-05T03:19:28.382Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-05T03:19:28.382Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-05T03:19:28.382Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-05T03:19:28.382Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-05T03:19:28.382Z] 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-03-05T03:19:28.382Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-05T03:19:28.382Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-05T03:19:28.382Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-05T03:19:28.382Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-05T03:19:28.382Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-05T03:19:28.382Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-05T03:19:28.643Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-05T03:19:28.643Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-05T03:19:28.643Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-05T03:19:28.643Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-05T03:19:28.643Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-05T03:19:28.643Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-05T03:19:28.643Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-05T03:19:28.643Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-05T03:19:28.643Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-05T03:19:28.643Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-05T03:19:28.643Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-05T03:19:28.643Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-05T03:19:28.643Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-05T03:19:28.643Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-05T03:19:28.643Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-05T03:19:28.643Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-05T03:19:28.643Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-05T03:19:28.643Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-05T03:19:28.643Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-05T03:19:28.643Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-05T03:19:28.643Z] Get:36 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-03-05T03:19:28.643Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-05T03:19:28.643Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-05T03:19:28.905Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-05T03:19:28.905Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-05T03:19:28.905Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-05T03:19:28.905Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-05T03:19:28.905Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-05T03:19:28.905Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-05T03:19:28.905Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-05T03:19:28.905Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-05T03:19:28.905Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-05T03:19:28.905Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-05T03:19:28.905Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-05T03:19:28.905Z] Get:50 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-03-05T03:19:28.905Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-05T03:19:28.905Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-05T03:19:28.905Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-05T03:19:28.905Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-05T03:19:28.905Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-05T03:19:28.905Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-05T03:19:28.905Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-05T03:19:28.905Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-05T03:19:28.905Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-05T03:19:28.905Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-05T03:19:28.905Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-05T03:19:28.905Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-05T03:19:28.905Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-05T03:19:28.905Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-05T03:19:28.905Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-05T03:19:29.165Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-05T03:19:29.165Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-05T03:19:29.165Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-05T03:19:29.165Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-05T03:19:29.165Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-05T03:19:29.165Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-05T03:19:29.165Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-05T03:19:29.165Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-05T03:19:29.165Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-05T03:19:29.165Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-05T03:19:29.165Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-05T03:19:29.165Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-05T03:19:29.166Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-05T03:19:29.428Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-05T03:19:29.428Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-05T03:19:29.428Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-05T03:19:29.428Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-05T03:19:29.428Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-05T03:19:29.428Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-05T03:19:29.428Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-05T03:19:29.428Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-05T03:19:29.428Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-05T03:19:29.428Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-05T03:19:29.428Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-05T03:19:29.428Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-05T03:19:30.001Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-05T03:19:30.262Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-05T03:19:30.262Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-05T03:19:30.524Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-05T03:19:30.785Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-05T03:19:30.785Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-05T03:19:30.785Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-05T03:19:30.785Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-05T03:19:30.785Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-05T03:19:30.785Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:19:30.785Z] Fetched 63.8 MB in 3s (20.2 MB/s) [2021-03-05T03:19:31.046Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:31.046Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:19:31.046Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:19:31.989Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:19:31.989Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:19:31.989Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-05T03:19:31.989Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-05T03:19:32.931Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:32.931Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:32.931Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:32.931Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:33.213Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:33.213Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:33.213Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:33.213Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:33.492Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:33.492Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:33.492Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:33.492Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:33.492Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:33.492Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:33.753Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:19:33.753Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:19:33.753Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:33.753Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-05T03:19:34.014Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:19:34.014Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:19:34.014Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:34.014Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:34.276Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:34.276Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:34.538Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:34.538Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-05T03:19:34.538Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:19:34.799Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:19:34.799Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:19:35.060Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:19:35.321Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T03:19:35.582Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-05T03:19:35.582Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-05T03:19:35.582Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-05T03:19:35.582Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-05T03:19:35.582Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-05T03:19:35.843Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-05T03:19:35.843Z] Installing new version of config file /etc/issue ... [2021-03-05T03:19:35.843Z] Installing new version of config file /etc/issue.net ... [2021-03-05T03:19:35.843Z] Installing new version of config file /etc/lsb-release ... [2021-03-05T03:19:36.103Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-05T03:19:36.103Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-05T03:19:36.364Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-05T03:19:36.364Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-05T03:19:36.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:36.364Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-05T03:19:36.364Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-05T03:19:36.625Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-05T03:19:36.625Z] 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-03-05T03:19:36.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:36.625Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:36.625Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:36.886Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:36.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:36.886Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-05T03:19:36.886Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-05T03:19:37.147Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-05T03:19:37.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:37.147Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-05T03:19:37.147Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T03:19:37.408Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-05T03:19:37.668Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:37.668Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:19:37.668Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:19:37.929Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T03:19:37.929Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:37.929Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:19:37.929Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:19:38.190Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-05T03:19:38.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:38.190Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-05T03:19:38.190Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-05T03:19:38.451Z] Setting up grep (3.1-2build1) ... [2021-03-05T03:19:38.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:38.451Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T03:19:38.451Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T03:19:38.712Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-05T03:19:38.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:38.712Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:19:38.712Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:19:38.973Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-05T03:19:38.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:38.973Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T03:19:38.973Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:19:39.917Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T03:19:39.917Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:19:39.917Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-05T03:19:39.917Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:19:40.451Z] 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-03-05T03:19:40.490Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-05T03:19:40.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:40.490Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-05T03:19:40.490Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-05T03:19:41.902Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T03:19:41.902Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T03:19:41.902Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-05T03:19:41.902Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-05T03:19:41.902Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T03:19:42.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:42.164Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-05T03:19:42.164Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-05T03:19:42.425Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-05T03:19:42.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:42.726Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:42.726Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:42.726Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:42.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:42.726Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:42.726Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:42.987Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:42.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:42.987Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:42.987Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:43.563Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:43.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:43.563Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:43.563Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:43.825Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:43.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:43.825Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:19:43.825Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:19:43.897Z] 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-03-05T03:19:44.086Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:19:44.086Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:19:44.086Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T03:19:44.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:44.347Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-05T03:19:44.347Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:19:44.347Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T03:19:44.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:44.347Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:44.609Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:44.609Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:44.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:44.609Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:44.609Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:44.870Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:44.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:44.870Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:44.870Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:45.442Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:19:45.704Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-05T03:19:45.966Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-05T03:19:46.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:46.227Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-05T03:19:46.227Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-05T03:19:46.490Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:19:46.490Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-05T03:19:46.490Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-05T03:19:46.490Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-05T03:19:46.490Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-05T03:19:46.752Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:46.752Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-05T03:19:46.752Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-05T03:19:46.752Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-05T03:19:47.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:47.014Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-05T03:19:47.276Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T03:19:47.276Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-05T03:19:47.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:47.276Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-05T03:19:47.276Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-05T03:19:47.538Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-05T03:19:47.538Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:47.538Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T03:19:47.538Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:19:47.798Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:19:47.799Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:47.799Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T03:19:48.060Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:19:48.060Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:19:48.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:48.060Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-05T03:19:48.322Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:19:48.322Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:19:48.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:48.583Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-05T03:19:48.583Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-05T03:19:48.846Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-05T03:19:48.846Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-05T03:19:48.846Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:19:49.110Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:19:49.110Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T03:19:49.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:49.110Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-05T03:19:49.371Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-05T03:19:49.371Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-05T03:19:49.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:49.632Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-05T03:19:49.633Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-05T03:19:49.633Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-05T03:19:49.894Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:49.894Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-05T03:19:49.894Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-05T03:19:50.155Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-05T03:19:50.155Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:50.155Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-05T03:19:50.155Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-05T03:19:50.155Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-05T03:19:50.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:50.417Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-05T03:19:50.417Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-05T03:19:50.626Z] 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-03-05T03:19:50.677Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-05T03:19:50.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:50.938Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-05T03:19:50.938Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-05T03:19:50.938Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-05T03:19:50.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:50.938Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-05T03:19:50.938Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-05T03:19:51.200Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-05T03:19:51.200Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:51.200Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-05T03:19:51.200Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-05T03:19:51.200Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-05T03:19:51.461Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:51.461Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-05T03:19:51.461Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-05T03:19:51.461Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-05T03:19:51.606Z] 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-03-05T03:19:51.722Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:51.722Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-05T03:19:51.722Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-05T03:19:51.722Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-05T03:19:51.984Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:51.984Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T03:19:51.984Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-05T03:19:51.984Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-05T03:19:52.246Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-05T03:19:52.246Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-05T03:19:52.246Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-05T03:19:52.246Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-05T03:19:52.246Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-05T03:19:52.246Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T03:19:52.246Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T03:19:52.506Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-05T03:19:52.506Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-05T03:19:52.506Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-05T03:19:52.767Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-05T03:19:52.767Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-05T03:19:52.767Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-05T03:19:53.029Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-05T03:19:53.029Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-05T03:19:53.291Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-05T03:19:53.291Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-05T03:19:53.291Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-05T03:19:53.291Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-05T03:19:53.553Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-05T03:19:53.553Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-05T03:19:53.553Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-05T03:19:53.815Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-05T03:19:54.389Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-05T03:19:54.389Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-05T03:19:54.389Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-05T03:19:54.389Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-05T03:19:54.649Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-05T03:19:54.649Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-05T03:19:55.605Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-05T03:19:55.605Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-05T03:19:55.605Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-05T03:19:55.605Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-05T03:19:55.866Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:19:55.866Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:19:56.140Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:19:56.140Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:19:56.400Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:19:56.400Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:19:56.400Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-05T03:19:56.400Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-05T03:19:56.661Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:56.661Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:19:56.661Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:56.922Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:19:56.922Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:56.922Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:19:57.013Z] 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-03-05T03:19:57.182Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:57.182Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:19:58.123Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:58.123Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:19:59.544Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:19:59.544Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:20:00.495Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:20:00.495Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:20:00.756Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:20:00.756Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:20:02.142Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-05T03:20:02.142Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-05T03:20:02.142Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T03:20:02.142Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T03:20:02.142Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T03:20:02.142Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T03:20:02.409Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-05T03:20:02.409Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-05T03:20:02.677Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-05T03:20:02.677Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-05T03:20:02.677Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T03:20:02.677Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T03:20:02.943Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-05T03:20:02.943Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-05T03:20:02.943Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-05T03:20:02.943Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-05T03:20:03.205Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:03.205Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-05T03:20:03.205Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:03.205Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:03.205Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:03.205Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-05T03:20:03.205Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-05T03:20:03.470Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-05T03:20:03.470Z] [2021-03-05T03:20:03.470Z] Current default time zone: 'Etc/UTC' [2021-03-05T03:20:03.470Z] Local time is now: Fri Mar 5 03:20:03 UTC 2021. [2021-03-05T03:20:03.470Z] Universal Time is now: Fri Mar 5 03:20:03 UTC 2021. [2021-03-05T03:20:03.470Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-05T03:20:03.470Z] [2021-03-05T03:20:03.470Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-05T03:20:03.470Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:03.470Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-05T03:20:03.760Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-05T03:20:03.760Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-05T03:20:03.760Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-05T03:20:03.760Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-05T03:20:03.760Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-05T03:20:03.760Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-05T03:20:03.760Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-05T03:20:04.021Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:04.021Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-05T03:20:04.021Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:04.283Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:20:04.283Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:04.283Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-05T03:20:04.283Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-05T03:20:04.283Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-05T03:20:04.283Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-05T03:20:04.283Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-05T03:20:04.283Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-05T03:20:04.283Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:20:04.283Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-05T03:20:05.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-03-05T03:20:05.672Z] Updating certificates in /etc/ssl/certs... [2021-03-05T03:20:06.614Z] 23 added, 27 removed; done. [2021-03-05T03:20:06.614Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-05T03:20:06.614Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-05T03:20:06.614Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-05T03:20:06.614Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-05T03:20:06.614Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-05T03:20:06.614Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:06.614Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:20:06.875Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:06.875Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:06.875Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:06.875Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:06.875Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:06.875Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-05T03:20:06.875Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:20:07.137Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-05T03:20:07.137Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-05T03:20:07.137Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-05T03:20:07.137Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:07.137Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-05T03:20:07.137Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-05T03:20:07.137Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-05T03:20:07.398Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-05T03:20:07.398Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:20:07.398Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-05T03:20:07.398Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-05T03:20:07.659Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-05T03:20:07.659Z] Updating certificates in /etc/ssl/certs... [2021-03-05T03:20:07.919Z] 0 added, 0 removed; done. [2021-03-05T03:20:07.919Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-05T03:20:07.919Z] done. [2021-03-05T03:20:08.492Z] Reading package lists... [2021-03-05T03:20:08.753Z] Building dependency tree... [2021-03-05T03:20:08.753Z] Reading state information... [2021-03-05T03:20:09.015Z] The following NEW packages will be installed: [2021-03-05T03:20:09.015Z] apt-transport-https [2021-03-05T03:20:09.276Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T03:20:09.276Z] Need to get 1696 B of archives. [2021-03-05T03:20:09.276Z] After this operation, 153 kB of additional disk space will be used. [2021-03-05T03:20:09.276Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-05T03:20:09.276Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:20:09.276Z] Fetched 1696 B in 0s (8364 B/s) [2021-03-05T03:20:09.276Z] Selecting previously unselected package apt-transport-https. [2021-03-05T03:20:09.276Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-05T03:20:09.276Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-05T03:20:09.537Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T03:20:09.537Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-05T03:20:09.798Z] Waiting for network to be ready... [2021-03-05T03:20:10.717Z] 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-03-05T03:20:15.051Z] 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-03-05T03:20:16.423Z] 2021-03-05T03:20:13Z INFO Waiting for automatic snapd restart... [2021-03-05T03:20:16.423Z] snapd 2.49 from Canonical* installed [2021-03-05T03:20:17.813Z] "snapd" switched to the "latest/stable" channel [2021-03-05T03:20:17.813Z] [2021-03-05T03:20:19.351Z] 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-03-05T03:20:22.035Z] core18 20210128 from Canonical* installed [2021-03-05T03:20:22.035Z] "core18" switched to the "latest/stable" channel [2021-03-05T03:20:22.035Z] [2021-03-05T03:20:23.660Z] 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-03-05T03:20:26.241Z] snapcraft 4.5.1 from Canonical* installed [2021-03-05T03:20:26.812Z] "snapcraft" switched to the "latest/stable" channel [2021-03-05T03:20:26.812Z] [2021-03-05T03:20:30.111Z] 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-03-05T03:20:30.111Z] - README.md [2021-03-05T03:20:30.111Z] - snapcraft.yaml.orig [2021-03-05T03:20:30.111Z] [2021-03-05T03:20:30.111Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] } [2021-03-05T03:20:30.413Z] $ docker stop --time=1 61383e4236e06f26eb1eda1890719cff16f4750a689e6dfbec21582f8f21a056 [2021-03-05T03:20:32.888Z] $ docker rm -f 61383e4236e06f26eb1eda1890719cff16f4750a689e6dfbec21582f8f21a056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:20:34.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:20:34.767Z] [2021-03-05T03:20:34.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:20:35.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:20:35.422Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-05T03:20:35.422Z] 29e5d40040c1: Pulling fs layer [2021-03-05T03:20:35.422Z] 1ce36da41761: Pulling fs layer [2021-03-05T03:20:35.422Z] 25b303627fd3: Pulling fs layer [2021-03-05T03:20:36.022Z] 29e5d40040c1: Verifying Checksum [2021-03-05T03:20:36.022Z] 29e5d40040c1: Download complete [2021-03-05T03:20:36.297Z] 1ce36da41761: Verifying Checksum [2021-03-05T03:20:36.297Z] 1ce36da41761: Download complete [2021-03-05T03:20:36.571Z] 29e5d40040c1: Pull complete [2021-03-05T03:20:36.693Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:20:36.693Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-05T03:20:36.693Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T03:20:36.693Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T03:20:37.286Z] Fetched 88.7 kB in 1s (149 kB/s) [2021-03-05T03:20:38.023Z] 1ce36da41761: Pull complete [2021-03-05T03:20:38.262Z] Reading package lists... [2021-03-05T03:20:38.295Z] 25b303627fd3: Download complete [2021-03-05T03:20:38.833Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-03-05T03:20:45.419Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:20:45.419Z] Reading package lists... [2021-03-05T03:20:45.419Z] Building dependency tree... [2021-03-05T03:20:45.419Z] Reading state information... [2021-03-05T03:20:45.419Z] Suggested packages: [2021-03-05T03:20:45.419Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-05T03:20:45.419Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-05T03:20:45.419Z] Recommended packages: [2021-03-05T03:20:45.419Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-05T03:20:45.419Z] The following NEW packages will be installed: [2021-03-05T03:20:45.419Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-05T03:20:45.419Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-05T03:20:45.419Z] pkg-config zip [2021-03-05T03:20:45.419Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-05T03:20:45.419Z] Need to get 7655 kB of archives. [2021-03-05T03:20:45.419Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-05T03:20:45.419Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-03-05T03:20:45.419Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-05T03:20:45.419Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-05T03:20:45.419Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-05T03:20:45.419Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-05T03:20:45.419Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-05T03:20:45.419Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-05T03:20:45.686Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-05T03:20:45.686Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-05T03:20:45.686Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-05T03:20:45.686Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-05T03:20:45.946Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-05T03:20:45.946Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-05T03:20:45.946Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-05T03:20:45.946Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-05T03:20:46.208Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-05T03:20:46.209Z] Fetched 7655 kB in 1s (10.7 MB/s) [2021-03-05T03:20:46.209Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-05T03:20:46.209Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-05T03:20:46.209Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-05T03:20:46.209Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T03:20:46.469Z] Selecting previously unselected package libpsl5:amd64. [2021-03-05T03:20:46.469Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-05T03:20:46.469Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T03:20:46.469Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-05T03:20:46.469Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-05T03:20:46.469Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T03:20:46.732Z] Selecting previously unselected package librtmp1:amd64. [2021-03-05T03:20:46.732Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-05T03:20:46.732Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T03:20:46.732Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-05T03:20:46.732Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-05T03:20:46.732Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T03:20:46.732Z] Selecting previously unselected package liberror-perl. [2021-03-05T03:20:46.732Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-05T03:20:46.732Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-05T03:20:46.995Z] Selecting previously unselected package git-man. [2021-03-05T03:20:46.995Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-05T03:20:46.995Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:20:47.259Z] Selecting previously unselected package git. [2021-03-05T03:20:47.259Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-05T03:20:47.259Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:20:48.202Z] Selecting previously unselected package libnorm1:amd64. [2021-03-05T03:20:48.202Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-05T03:20:48.202Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T03:20:48.202Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-05T03:20:48.202Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-05T03:20:48.202Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T03:20:48.202Z] Selecting previously unselected package libsodium23:amd64. [2021-03-05T03:20:48.202Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-05T03:20:48.202Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-05T03:20:48.446Z] 25b303627fd3: Pull complete [2021-03-05T03:20:48.446Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-05T03:20:48.446Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:20:48.446Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:20:48.463Z] Selecting previously unselected package libzmq5:amd64. [2021-03-05T03:20:48.463Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T03:20:48.463Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:20:48.463Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-05T03:20:48.463Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-05T03:20:48.463Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [Pipeline] withDockerContainer [2021-03-05T03:20:48.724Z] Selecting previously unselected package pkg-config. [2021-03-05T03:20:48.724Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-05T03:20:48.724Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T03:20:48.724Z] Selecting previously unselected package zip. [2021-03-05T03:20:48.724Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-05T03:20:48.724Z] Unpacking zip (3.0-11build1) ... [2021-03-05T03:20:48.724Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-05T03:20:48.724Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:20:48.724Z] prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container [2021-03-05T03:20:48.838Z] $ 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-03-05T03:20:48.986Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-05T03:20:48.986Z] Setting up liberror-perl (0.17025-1) ... [2021-03-05T03:20:48.986Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-05T03:20:48.986Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-05T03:20:48.986Z] No schema files found: doing nothing. [2021-03-05T03:20:48.986Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-05T03:20:48.986Z] Setting up zip (3.0-11build1) ... [2021-03-05T03:20:48.986Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-05T03:20:48.986Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-05T03:20:48.986Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-05T03:20:49.247Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:20:49.247Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-05T03:20:49.247Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-05T03:20:49.247Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-05T03:20:49.247Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-05T03:20:51.772Z] $ docker top 4578e921b6a373d4d51696237b3001b901542ed028b1fd84f4ad2540863e1cb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:20:52.808Z] + docker-compose build --help [2021-03-05T03:20:52.808Z] + grep parallel [2021-03-05T03:20:55.833Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:20:56.093Z] git set to automatically installed. [2021-03-05T03:20:56.093Z] git-man set to automatically installed. [2021-03-05T03:20:56.093Z] libcurl3-gnutls set to automatically installed. [2021-03-05T03:20:56.093Z] liberror-perl set to automatically installed. [2021-03-05T03:20:56.093Z] libglib2.0-0 set to automatically installed. [2021-03-05T03:20:56.093Z] libnghttp2-14 set to automatically installed. [2021-03-05T03:20:56.093Z] libnorm1 set to automatically installed. [2021-03-05T03:20:56.093Z] libpgm-5.2-0 set to automatically installed. [2021-03-05T03:20:56.093Z] libpsl5 set to automatically installed. [2021-03-05T03:20:56.093Z] librtmp1 set to automatically installed. [2021-03-05T03:20:56.093Z] libsodium23 set to automatically installed. [2021-03-05T03:20:56.093Z] libzmq3-dev set to automatically installed. [2021-03-05T03:20:56.093Z] libzmq5 set to automatically installed. [2021-03-05T03:20:56.093Z] pkg-config set to automatically installed. [2021-03-05T03:20:56.093Z] zip set to automatically installed. [2021-03-05T03:20:56.183Z] --parallel Build images in parallel. [Pipeline] } [2021-03-05T03:20:56.530Z] $ docker stop --time=1 4578e921b6a373d4d51696237b3001b901542ed028b1fd84f4ad2540863e1cb7 [2021-03-05T03:20:58.007Z] snapd is not logged in, snap install commands will use sudo [2021-03-05T03:20:58.489Z] $ docker rm -f 4578e921b6a373d4d51696237b3001b901542ed028b1fd84f4ad2540863e1cb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:20:59.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-05T03:20:59.443Z] . [Pipeline] withDockerContainer [2021-03-05T03:20:59.726Z] prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container [2021-03-05T03:20:59.849Z] $ 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-03-05T03:21:01.263Z] $ docker top e85b6765dbf0ae305daa40b59deda8efafd34dcdaa0c38268a939be8b54d6623 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:21:02.273Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-05T03:21:04.607Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-05T03:21:05.178Z] snap "core18" has no updates available [2021-03-05T03:21:05.793Z] Pulling config-common [2021-03-05T03:21:05.793Z] + snapcraftctl pull [2021-03-05T03:21:06.560Z] Building docker-core-command-go ... [2021-03-05T03:21:06.560Z] Building docker-core-data-go ... [2021-03-05T03:21:06.560Z] Building docker-core-metadata-go ... [2021-03-05T03:21:06.560Z] Building docker-security-bootstrapper-go ... [2021-03-05T03:21:06.560Z] Building docker-security-proxy-setup-go ... [2021-03-05T03:21:06.560Z] Building docker-security-secretstore-setup-go ... [2021-03-05T03:21:06.560Z] Building docker-support-notifications-go ... [2021-03-05T03:21:06.560Z] Building docker-support-scheduler-go ... [2021-03-05T03:21:06.560Z] Building docker-sys-mgmt-agent-go ... [2021-03-05T03:21:06.560Z] Building docker-sys-mgmt-agent-go [2021-03-05T03:21:06.560Z] Building docker-core-command-go [2021-03-05T03:21:06.560Z] Building docker-core-data-go [2021-03-05T03:21:06.560Z] Building docker-support-scheduler-go [2021-03-05T03:21:06.560Z] Building docker-security-secretstore-setup-go [2021-03-05T03:21:06.734Z] Pulling go-build-helper [2021-03-05T03:21:06.995Z] + snapcraftctl pull [2021-03-05T03:21:33.571Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T03:21:33.571Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-05T03:21:33.571Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-05T03:21:33.571Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-05T03:21:33.571Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-05T03:21:33.571Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-05T03:21:33.571Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-05T03:21:33.571Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-05T03:21:33.571Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-05T03:21:33.571Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-05T03:21:33.571Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-05T03:21:33.571Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-05T03:21:33.571Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-05T03:21:33.571Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-05T03:21:33.571Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-05T03:21:33.571Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-05T03:21:33.571Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-05T03:21:33.571Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-05T03:21:33.571Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-05T03:21:33.571Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-05T03:21:33.571Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-05T03:21:33.571Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-05T03:21:33.571Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-05T03:21:33.571Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-05T03:21:33.571Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-05T03:21:33.571Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-05T03:21:33.571Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-05T03:21:33.571Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-05T03:21:33.571Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-05T03:21:33.571Z] Fetched 279 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-05T03:21:33.571Z] Fetched 122 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-05T03:21:33.571Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-05T03:21:33.571Z] Fetched 8848 B in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-05T03:21:33.571Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-05T03:21:33.571Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-05T03:21:33.571Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-05T03:21:33.571Z] Fetched 214 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-05T03:21:33.571Z] Fetched 154 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-05T03:21:33.571Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-05T03:21:33.571Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-05T03:21:33.571Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-05T03:21:33.571Z] Fetched 499 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-05T03:21:33.571Z] Fetched 111 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-05T03:21:33.571Z] Fetched 240 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-05T03:21:33.571Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-05T03:21:33.571Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-05T03:21:33.571Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-05T03:21:33.571Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-05T03:21:33.571Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-05T03:21:33.571Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-05T03:21:33.571Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-05T03:21:33.571Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-05T03:21:33.571Z] Fetched 8720 B in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-05T03:21:33.571Z] Fetched 137 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-05T03:21:33.571Z] Fetched 119 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-05T03:21:33.571Z] Fetched 109 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-05T03:21:33.571Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-05T03:21:33.571Z] Fetched 645 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-05T03:21:33.571Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-05T03:21:33.571Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-05T03:21:33.571Z] Fetched 368 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-05T03:21:33.571Z] Fetched 187 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-05T03:21:33.571Z] Fetched 175 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-05T03:21:33.571Z] Fetched 206 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-05T03:21:33.571Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-05T03:21:33.571Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-05T03:21:33.571Z] Fetched 159 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-05T03:21:33.571Z] Fetched 107 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-05T03:21:33.571Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-05T03:21:33.571Z] Pulling static-packages [2021-03-05T03:21:33.571Z] + snapcraftctl pull [2021-03-05T03:21:34.144Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-05T03:21:34.144Z] Skipping pull go-build-helper (already ran) [2021-03-05T03:21:34.144Z] Skipping pull static-packages (already ran) [2021-03-05T03:21:34.144Z] Building go-build-helper [2021-03-05T03:21:34.144Z] + snapcraftctl build [2021-03-05T03:21:38.428Z] Building static-packages [2021-03-05T03:21:38.428Z] + snapcraftctl build [2021-03-05T03:21:40.346Z] Staging go-build-helper [2021-03-05T03:21:40.346Z] + snapcraftctl stage [2021-03-05T03:21:41.290Z] Staging static-packages [2021-03-05T03:21:41.290Z] + snapcraftctl stage [2021-03-05T03:21:42.232Z] Pulling go115 [2021-03-05T03:21:42.232Z] + snapcraftctl pull [2021-03-05T03:21:43.620Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-05T03:21:43.620Z] Skipping pull go115 (already ran) [2021-03-05T03:21:43.620Z] Building go115 [2021-03-05T03:21:43.620Z] + dpkg --print-architecture [2021-03-05T03:21:43.620Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-05T03:21:43.620Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-05T03:21:43.620Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-05T03:21:43.620Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T03:21:43.620Z] Dload Upload Total Spent Left Speed [2021-03-05T03:21:46.798Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.9M 0 0 25.1M 0 0:00:04 --:--:-- 0:00:04 25.0M 53 115M 53 61.5M 0 0 30.8M 0 0:00:03 0:00:01 0:00:02 30.8M 83 115M 83 95.9M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 100 115M 100 115M 0 0 33.8M 0 0:00:03 0:00:03 --:--:-- 33.8M [2021-03-05T03:21:46.798Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-05T03:21:46.798Z] + sha256sum -c sha256 [2021-03-05T03:21:46.798Z] + grep OK [2021-03-05T03:21:47.748Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-05T03:21:47.748Z] + mkdir -p /root/stage/go1.15 [2021-03-05T03:21:47.748Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-05T03:21:51.957Z] Staging go115 [2021-03-05T03:21:51.957Z] + snapcraftctl stage [2021-03-05T03:22:00.102Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-05T03:22:00.102Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-05T03:22:00.102Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-05T03:22:00.102Z] Fetched 88.7 kB in 0s (0 B/s) [2021-03-05T03:22:00.102Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-05T03:22:00.102Z] Fetched 224 kB in 0s (0 B/s) [2021-03-05T03:22:00.102Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-05T03:22:00.102Z] Fetched 157 kB in 0s (0 B/s) [2021-03-05T03:22:00.102Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-05T03:22:00.102Z] Fetched 221 kB in 0s (0 B/s) [2021-03-05T03:22:00.102Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-05T03:22:00.102Z] Fetched 143 kB in 0s (0 B/s) [2021-03-05T03:22:00.102Z] Pulling edgex-go [2021-03-05T03:22:00.102Z] + snapcraftctl pull [2021-03-05T03:22:01.492Z] Pulling version [2021-03-05T03:22:01.492Z] + cd /root/project [2021-03-05T03:22:01.492Z] + [ -f VERSION ] [2021-03-05T03:22:01.492Z] + PROJECT_VERSION=local-dev [2021-03-05T03:22:01.492Z] + git rev-parse --short HEAD [2021-03-05T03:22:01.492Z] + GIT_REVISION=12746f91 [2021-03-05T03:22:01.492Z] + snapcraftctl set-version local-dev [2021-03-05T03:22:02.438Z] Building config-common [2021-03-05T03:22:02.438Z] + snapcraftctl build [2021-03-05T03:22:04.987Z] Skipping build go-build-helper (already ran) [2021-03-05T03:22:04.987Z] Skipping build static-packages (already ran) [2021-03-05T03:22:04.987Z] Skipping build go115 (already ran) [2021-03-05T03:22:04.987Z] Building edgex-go [2021-03-05T03:22:05.560Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-05T03:22:05.560Z] + cd /root/parts/edgex-go/src [2021-03-05T03:22:05.560Z] + make build [2021-03-05T03:22:05.560Z] 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-03-05T03:22:07.476Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-05T03:22:07.476Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-05T03:22:07.476Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-05T03:22:07.476Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-05T03:22:07.476Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-05T03:22:07.476Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-05T03:22:07.476Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-05T03:22:07.476Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-05T03:22:07.476Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-05T03:22:07.476Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-05T03:22:07.476Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-05T03:22:07.476Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-05T03:22:07.476Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-05T03:22:07.476Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-05T03:22:07.476Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-05T03:22:07.476Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-05T03:22:07.476Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-05T03:22:07.476Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-05T03:22:07.476Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-05T03:22:07.476Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-05T03:22:07.476Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-05T03:22:07.476Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-05T03:22:07.476Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-05T03:22:07.476Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-05T03:22:07.738Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-05T03:22:07.738Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-05T03:22:07.738Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-05T03:22:07.738Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-05T03:22:07.999Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-05T03:22:07.999Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-05T03:22:16.195Z] 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-03-05T03:22:16.195Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-05T03:22:21.498Z] 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-03-05T03:22:22.886Z] 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-03-05T03:22:24.272Z] 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-03-05T03:22:24.272Z] 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-03-05T03:22:24.272Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-05T03:22:24.534Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-05T03:22:24.534Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-05T03:22:24.534Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-05T03:22:26.450Z] 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-03-05T03:22:26.450Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-05T03:22:26.450Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-05T03:22:27.834Z] 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-03-05T03:22:28.324Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:22:28.325Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:22:28.325Z] ---> 63d0e9aea248 [2021-03-05T03:22:28.325Z] Step 3/26 : WORKDIR /edgex-go [2021-03-05T03:22:28.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:22:28.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:22:28.325Z] ---> 63d0e9aea248 [2021-03-05T03:22:28.325Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:22:28.325Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:22:28.325Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:22:28.325Z] ---> 63d0e9aea248 [2021-03-05T03:22:28.325Z] Step 3/24 : WORKDIR /edgex-go [2021-03-05T03:22:28.325Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:22:28.325Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:22:28.325Z] ---> 63d0e9aea248 [2021-03-05T03:22:28.325Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T03:22:28.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:22:28.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:22:28.325Z] ---> 63d0e9aea248 [2021-03-05T03:22:28.325Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:22:28.325Z] ---> Running in d2f5f9d0a1ad [2021-03-05T03:22:28.325Z] ---> Running in 9b492f2ac038 [2021-03-05T03:22:28.325Z] ---> Running in 81dd9a12b0c0 [2021-03-05T03:22:28.325Z] ---> Running in 79b86ab6255b [2021-03-05T03:22:28.325Z] ---> Running in 993167bddcd2 [2021-03-05T03:22:28.325Z] Removing intermediate container 79b86ab6255b [2021-03-05T03:22:28.325Z] ---> dda595bbdb0d [2021-03-05T03:22:28.325Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:22:28.325Z] Removing intermediate container 81dd9a12b0c0 [2021-03-05T03:22:28.325Z] ---> 003ac53d9bc2 [2021-03-05T03:22:28.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:22:28.325Z] Removing intermediate container d2f5f9d0a1ad [2021-03-05T03:22:28.325Z] ---> bef0fd0857ca [2021-03-05T03:22:28.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:22:28.325Z] Removing intermediate container 993167bddcd2 [2021-03-05T03:22:28.325Z] ---> 4ae2a489eec6 [2021-03-05T03:22:28.325Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:22:28.325Z] Removing intermediate container 9b492f2ac038 [2021-03-05T03:22:28.325Z] ---> 011e320acdde [2021-03-05T03:22:28.325Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:22:28.325Z] ---> Running in e261f9c08d39 [2021-03-05T03:22:28.325Z] ---> Running in ba2751f7d4d9 [2021-03-05T03:22:28.325Z] ---> Running in 1aeaf707f155 [2021-03-05T03:22:28.325Z] ---> Running in fe7180e2d1f5 [2021-03-05T03:22:28.325Z] ---> Running in 52782a038d51 [2021-03-05T03:22:28.325Z] Removing intermediate container e261f9c08d39 [2021-03-05T03:22:28.325Z] ---> b754e4f38447 [2021-03-05T03:22:28.325Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:22:28.325Z] Removing intermediate container ba2751f7d4d9 [2021-03-05T03:22:28.325Z] ---> faae657bbb52 [2021-03-05T03:22:28.325Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-05T03:22:28.325Z] ---> Running in 5a395262ba97 [2021-03-05T03:22:28.325Z] ---> Running in 5dbb7a5cfce0 [2021-03-05T03:22:28.325Z] Removing intermediate container 1aeaf707f155 [2021-03-05T03:22:28.325Z] ---> aecc739f375b [2021-03-05T03:22:28.325Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-05T03:22:28.325Z] Removing intermediate container 52782a038d51 [2021-03-05T03:22:28.325Z] ---> f14523067e37 [2021-03-05T03:22:28.325Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-05T03:22:28.325Z] ---> Running in 505ba28b9307 [2021-03-05T03:22:28.325Z] Removing intermediate container fe7180e2d1f5 [2021-03-05T03:22:28.325Z] ---> b851cf32658c [2021-03-05T03:22:28.325Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-05T03:22:28.325Z] ---> Running in 1f6fa4734dbe [2021-03-05T03:22:28.325Z] ---> Running in 146e95d53a62 [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.405Z] 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-03-05T03:22:28.405Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-05T03:22:28.598Z] OK: 217 MiB in 51 packages [2021-03-05T03:22:28.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:28.598Z] OK: 217 MiB in 51 packages [2021-03-05T03:22:29.201Z] OK: 217 MiB in 51 packages [2021-03-05T03:22:29.472Z] OK: 217 MiB in 51 packages [2021-03-05T03:22:29.831Z] 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-03-05T03:22:30.073Z] Removing intermediate container 5a395262ba97 [2021-03-05T03:22:30.073Z] ---> 860a963cc09b [2021-03-05T03:22:30.073Z] Step 6/23 : COPY go.mod . [2021-03-05T03:22:30.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:22:30.345Z] Removing intermediate container 5dbb7a5cfce0 [2021-03-05T03:22:30.345Z] ---> 24c591af3e09 [2021-03-05T03:22:30.345Z] Step 6/23 : COPY go.mod . [2021-03-05T03:22:30.774Z] 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-03-05T03:22:30.774Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-05T03:22:30.947Z] ---> 9bf1f9fccc7e [2021-03-05T03:22:30.947Z] Step 7/23 : RUN go mod download [2021-03-05T03:22:30.947Z] Removing intermediate container 505ba28b9307 [2021-03-05T03:22:30.947Z] ---> 12699b3842e5 [2021-03-05T03:22:30.947Z] Step 6/22 : COPY go.mod . [2021-03-05T03:22:31.239Z] Removing intermediate container 146e95d53a62 [2021-03-05T03:22:31.239Z] ---> ebac809da5e6 [2021-03-05T03:22:31.239Z] Step 6/24 : COPY go.mod . [2021-03-05T03:22:31.239Z] ---> Running in 3ea9f3f09405 [2021-03-05T03:22:31.521Z] ---> 4d37ba097950 [2021-03-05T03:22:31.521Z] Step 7/23 : RUN go mod download [2021-03-05T03:22:31.796Z] ---> Running in 42b02f45e531 [2021-03-05T03:22:32.073Z] ---> ee8c1e88da54 [2021-03-05T03:22:32.073Z] Step 7/22 : RUN go mod download [2021-03-05T03:22:32.168Z] 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-03-05T03:22:32.168Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-05T03:22:32.345Z] ---> 1b694d5a1875 [2021-03-05T03:22:32.345Z] Step 7/24 : RUN go mod download [2021-03-05T03:22:32.345Z] ---> Running in 70158fd9153d [2021-03-05T03:22:32.623Z] ---> Running in fe1146235591 [2021-03-05T03:22:33.237Z] OK: 217 MiB in 51 packages [2021-03-05T03:22:34.084Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-05T03:22:34.084Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-05T03:22:34.084Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-05T03:22:34.084Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-05T03:22:34.084Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-05T03:22:34.084Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-05T03:22:34.084Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-05T03:22:34.084Z] + 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-03-05T03:22:34.084Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-05T03:22:34.084Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-05T03:22:34.084Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-05T03:22:34.084Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-05T03:22:34.084Z] + 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-03-05T03:22:35.250Z] Removing intermediate container 1f6fa4734dbe [2021-03-05T03:22:35.250Z] ---> 22102a03c4a0 [2021-03-05T03:22:35.250Z] Step 6/26 : COPY go.mod . [2021-03-05T03:22:35.470Z] Building version [2021-03-05T03:22:35.470Z] + snapcraftctl build [2021-03-05T03:22:35.527Z] Removing intermediate container 3ea9f3f09405 [2021-03-05T03:22:35.527Z] ---> fd27bf0f280d [2021-03-05T03:22:35.527Z] Step 8/23 : COPY . . [2021-03-05T03:22:36.141Z] Removing intermediate container 42b02f45e531 [2021-03-05T03:22:36.141Z] ---> 8987eed63893 [2021-03-05T03:22:36.141Z] Step 8/23 : COPY . . [2021-03-05T03:22:36.426Z] ---> 4bfb079949ff [2021-03-05T03:22:36.426Z] Step 7/26 : RUN go mod download [2021-03-05T03:22:36.704Z] ---> Running in 3b1ad5d52bd3 [2021-03-05T03:22:36.981Z] Removing intermediate container 70158fd9153d [2021-03-05T03:22:36.982Z] ---> df909eb3af7e [2021-03-05T03:22:36.982Z] Step 8/22 : COPY . . [2021-03-05T03:22:37.606Z] Removing intermediate container fe1146235591 [2021-03-05T03:22:37.607Z] ---> 3b3016ab12c1 [2021-03-05T03:22:37.607Z] Step 8/24 : COPY . . [2021-03-05T03:22:38.023Z] Staging config-common [2021-03-05T03:22:38.023Z] + snapcraftctl stage [2021-03-05T03:22:39.407Z] Skipping stage go-build-helper (already ran) [2021-03-05T03:22:39.407Z] Skipping stage static-packages (already ran) [2021-03-05T03:22:39.407Z] Skipping stage go115 (already ran) [2021-03-05T03:22:39.407Z] Staging edgex-go [2021-03-05T03:22:39.407Z] + snapcraftctl stage [2021-03-05T03:22:40.350Z] Staging version [2021-03-05T03:22:40.350Z] + snapcraftctl stage [2021-03-05T03:22:41.294Z] Priming config-common [2021-03-05T03:22:41.294Z] + snapcraftctl prime [2021-03-05T03:22:42.238Z] Priming go-build-helper [2021-03-05T03:22:42.238Z] + snapcraftctl prime [2021-03-05T03:22:43.177Z] Priming static-packages [2021-03-05T03:22:43.177Z] + snapcraftctl prime [2021-03-05T03:22:44.370Z] Removing intermediate container 3b1ad5d52bd3 [2021-03-05T03:22:44.370Z] ---> dfe2aee74546 [2021-03-05T03:22:44.370Z] Step 8/26 : COPY . . [2021-03-05T03:22:45.730Z] Priming go115 [2021-03-05T03:22:45.730Z] + snapcraftctl prime [2021-03-05T03:22:46.710Z] Priming edgex-go [2021-03-05T03:22:46.710Z] + snapcraftctl prime [2021-03-05T03:22:48.121Z] Priming version [2021-03-05T03:22:48.121Z] + snapcraftctl prime [2021-03-05T03:22:49.063Z] 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-03-05T03:23:06.572Z] ---> 7b158757887e [2021-03-05T03:23:06.572Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-05T03:23:06.572Z] ---> 95830f0e6a12 [2021-03-05T03:23:06.572Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-05T03:23:06.572Z] ---> 33ac5fe9c821 [2021-03-05T03:23:06.572Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-05T03:23:06.572Z] ---> 0f2968cfd554 [2021-03-05T03:23:06.572Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-05T03:23:06.572Z] ---> Running in 308ea1d530b8 [2021-03-05T03:23:06.572Z] ---> f877275728cd [2021-03-05T03:23:06.572Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-05T03:23:06.572Z] ---> Running in 2e7618f45a79 [2021-03-05T03:23:06.572Z] ---> Running in deefc00b1737 [2021-03-05T03:23:06.572Z] ---> Running in e8bf4a756afa [2021-03-05T03:23:06.572Z] ---> Running in 163432f56b6d [2021-03-05T03:23:06.572Z] 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-03-05T03:23:06.572Z] 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-03-05T03:23:06.849Z] 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-03-05T03:23:07.123Z] 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-03-05T03:23:07.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-05T03:24:43.954Z] 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-03-05T03:24:52.295Z] Removing intermediate container e8bf4a756afa [2021-03-05T03:24:52.295Z] ---> 40f20469e210 [2021-03-05T03:24:52.295Z] [2021-03-05T03:24:52.295Z] Step 10/24 : FROM alpine:3.12 [2021-03-05T03:24:52.295Z] 3.12: Pulling from library/alpine [2021-03-05T03:24:52.295Z] Removing intermediate container 163432f56b6d [2021-03-05T03:24:52.295Z] ---> 2f25685e3be4 [2021-03-05T03:24:52.295Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-05T03:24:52.295Z] ---> Running in 49f25f8c0315 [2021-03-05T03:24:52.904Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-05T03:24:52.904Z] Status: Downloaded newer image for alpine:3.12 [2021-03-05T03:24:52.904Z] ---> d10569e2745f [2021-03-05T03:24:52.904Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-05T03:24:53.193Z] ---> Running in 9b6efd878956 [2021-03-05T03:24:53.807Z] 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-03-05T03:24:55.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:24:55.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:24:56.150Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-05T03:24:56.150Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:24:56.150Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-05T03:24:56.150Z] (4/5) Installing curl (7.69.1-r3) [2021-03-05T03:24:56.150Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-05T03:24:56.150Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:24:56.428Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:24:56.708Z] OK: 7 MiB in 19 packages [2021-03-05T03:24:59.364Z] Removing intermediate container 9b6efd878956 [2021-03-05T03:24:59.364Z] ---> 54fd007250fa [2021-03-05T03:24:59.364Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:24:59.968Z] ---> Running in 09b0eb1de9d8 [2021-03-05T03:24:59.968Z] Removing intermediate container 49f25f8c0315 [2021-03-05T03:24:59.968Z] ---> b281030a906a [2021-03-05T03:24:59.968Z] [2021-03-05T03:24:59.968Z] Step 11/26 : FROM docker:20.10.0 [2021-03-05T03:24:59.968Z] 20.10.0: Pulling from library/docker [2021-03-05T03:25:01.512Z] Removing intermediate container 09b0eb1de9d8 [2021-03-05T03:25:01.512Z] ---> 22251a36b031 [2021-03-05T03:25:01.512Z] Step 13/24 : WORKDIR / [2021-03-05T03:25:01.863Z] ---> Running in 23bf24f1e305 [2021-03-05T03:25:03.965Z] Removing intermediate container 23bf24f1e305 [2021-03-05T03:25:03.965Z] ---> 9a3af2365fad [2021-03-05T03:25:03.965Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-05T03:25:06.608Z] ---> c39a9f89b6b5 [2021-03-05T03:25:06.608Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-05T03:25:07.209Z] Removing intermediate container deefc00b1737 [2021-03-05T03:25:07.209Z] ---> 298a69cc7157 [2021-03-05T03:25:07.209Z] [2021-03-05T03:25:07.209Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:25:07.209Z] ---> d10569e2745f [2021-03-05T03:25:07.209Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:25:07.809Z] Removing intermediate container 2e7618f45a79 [2021-03-05T03:25:07.809Z] ---> 8b85a7a5bc00 [2021-03-05T03:25:07.809Z] [2021-03-05T03:25:07.809Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T03:25:07.809Z] ---> d10569e2745f [2021-03-05T03:25:07.809Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:25:07.809Z] ---> Running in 04cc7ab37f68 [2021-03-05T03:25:08.083Z] ---> 372d32c93c90 [2021-03-05T03:25:08.083Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-05T03:25:08.083Z] ---> Running in 38a8727fc6e9 [2021-03-05T03:25:10.074Z] ---> ce9b8abb1e12 [2021-03-05T03:25:10.074Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-05T03:25:10.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:10.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:10.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:10.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:11.339Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T03:25:11.339Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:25:11.339Z] OK: 5 MiB in 15 packages [2021-03-05T03:25:11.339Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-05T03:25:11.339Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:25:11.339Z] OK: 5 MiB in 15 packages [2021-03-05T03:25:13.334Z] ---> 4d3b02e9f79b [2021-03-05T03:25:13.334Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-05T03:25:13.928Z] Removing intermediate container 38a8727fc6e9 [2021-03-05T03:25:13.928Z] ---> 6ba477036794 [2021-03-05T03:25:13.928Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:25:13.928Z] Removing intermediate container 04cc7ab37f68 [2021-03-05T03:25:13.928Z] ---> e4218b3f0e5b [2021-03-05T03:25:13.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:25:14.213Z] ---> Running in 950a5bfd728b [2021-03-05T03:25:14.488Z] ---> Running in dc50123310a1 [2021-03-05T03:25:14.843Z] Removing intermediate container 950a5bfd728b [2021-03-05T03:25:14.843Z] ---> 55b8781c74ab [2021-03-05T03:25:14.843Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-05T03:25:15.118Z] ---> bb659d839152 [2021-03-05T03:25:15.118Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-05T03:25:15.403Z] ---> Running in 8f24ba020e2b [2021-03-05T03:25:15.403Z] Removing intermediate container dc50123310a1 [2021-03-05T03:25:15.403Z] ---> 8d88f0995c77 [2021-03-05T03:25:15.403Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-05T03:25:16.010Z] ---> Running in ed99d72dc56a [2021-03-05T03:25:16.623Z] Removing intermediate container 8f24ba020e2b [2021-03-05T03:25:16.623Z] ---> c12332b2fe73 [2021-03-05T03:25:16.623Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T03:25:16.623Z] ---> 74d08442f882 [2021-03-05T03:25:16.623Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-05T03:25:16.623Z] ---> Running in 0b24f6b58eab [2021-03-05T03:25:16.911Z] ---> Running in 11c3936745c1 [2021-03-05T03:25:16.911Z] Removing intermediate container ed99d72dc56a [2021-03-05T03:25:16.911Z] ---> 0e4c869d1649 [2021-03-05T03:25:16.911Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:25:18.367Z] ---> Running in 835b1688fab0 [2021-03-05T03:25:18.367Z] Removing intermediate container 0b24f6b58eab [2021-03-05T03:25:18.367Z] ---> 5978448e67a1 [2021-03-05T03:25:18.367Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:25:19.810Z] Removing intermediate container 835b1688fab0 [2021-03-05T03:25:19.810Z] ---> 8039aa04e77a [2021-03-05T03:25:19.810Z] Step 15/23 : WORKDIR / [2021-03-05T03:25:20.084Z] ---> fddb7e4813b5 [2021-03-05T03:25:20.084Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-05T03:25:20.360Z] ---> Running in 5d4461ffd265 [2021-03-05T03:25:20.979Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-05T03:25:20.979Z] Removing intermediate container 11c3936745c1 [2021-03-05T03:25:20.979Z] ---> e3beba1247e4 [2021-03-05T03:25:20.979Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-05T03:25:20.979Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-05T03:25:20.979Z] ---> eeaf43b92773 [2021-03-05T03:25:20.979Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-05T03:25:21.263Z] Removing intermediate container 308ea1d530b8 [2021-03-05T03:25:21.263Z] ---> 3cad87f713c9 [2021-03-05T03:25:21.263Z] [2021-03-05T03:25:21.263Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:25:21.263Z] ---> d10569e2745f [2021-03-05T03:25:21.263Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-05T03:25:21.264Z] Removing intermediate container 5d4461ffd265 [2021-03-05T03:25:21.264Z] ---> ae7c929f9adc [2021-03-05T03:25:21.264Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:25:21.544Z] ---> Running in c2c72214ab8d [2021-03-05T03:25:21.544Z] ---> Running in 7a9f32142987 [2021-03-05T03:25:21.544Z] ---> Running in 3a4e9eb7c0d3 [2021-03-05T03:25:21.822Z] ---> fc32d02baa51 [2021-03-05T03:25:21.822Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-05T03:25:22.105Z] Removing intermediate container 3a4e9eb7c0d3 [2021-03-05T03:25:22.105Z] ---> d98ca079a65b [2021-03-05T03:25:22.105Z] Step 22/24 : LABEL arch=arm64 [2021-03-05T03:25:22.105Z] Removing intermediate container 7a9f32142987 [2021-03-05T03:25:22.105Z] ---> 15b9b90407e0 [2021-03-05T03:25:22.105Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-05T03:25:22.380Z] ---> Running in b2f6ca1726a6 [2021-03-05T03:25:22.380Z] ---> Running in f8adf3b48256 [2021-03-05T03:25:22.657Z] ---> 77029c7e0ef2 [2021-03-05T03:25:22.657Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-05T03:25:22.934Z] ---> 32dbd413c066 [2021-03-05T03:25:22.934Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-05T03:25:23.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:23.216Z] ---> Running in 460f0d076028 [2021-03-05T03:25:23.216Z] Removing intermediate container b2f6ca1726a6 [2021-03-05T03:25:23.216Z] ---> 14fd1c29eeb2 [2021-03-05T03:25:23.216Z] Step 23/24 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3aRemoving intermediate container f8adf3b48256 [2021-03-05T03:25:23.216Z] ---> acf7ff3becec [2021-03-05T03:25:23.216Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-05T03:25:23.216Z] [2021-03-05T03:25:23.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:23.497Z] ---> Running in b7ffd1d1dce6 [2021-03-05T03:25:23.497Z] ---> Running in e01d2734b5fa [2021-03-05T03:25:23.780Z] Removing intermediate container 460f0d076028 [2021-03-05T03:25:23.780Z] ---> 98cb65b07e79 [2021-03-05T03:25:23.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:25:23.780Z] (1/2) Installing readline (8.0.4-r0) [2021-03-05T03:25:24.059Z] (2/2) Installing bash (5.0.17-r0) [2021-03-05T03:25:24.059Z] Executing bash-5.0.17-r0.post-install [2021-03-05T03:25:24.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:25:24.059Z] OK: 12 MiB in 22 packages [2021-03-05T03:25:24.059Z] ---> Running in 057a655ae017 [2021-03-05T03:25:24.331Z] Removing intermediate container e01d2734b5fa [2021-03-05T03:25:24.331Z] ---> 3d93c5fbc885 [2021-03-05T03:25:24.332Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:25:24.607Z] Removing intermediate container b7ffd1d1dce6 [2021-03-05T03:25:24.607Z] ---> 1d1e6d41cb8e [2021-03-05T03:25:24.607Z] Step 24/24 : LABEL version=0.0.0 [2021-03-05T03:25:24.607Z] ---> 7b53e2d21156 [2021-03-05T03:25:24.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-05T03:25:24.607Z] ---> Running in a83d5525e361 [2021-03-05T03:25:24.884Z] ---> Running in 83215176b7a2 [2021-03-05T03:25:24.884Z] Removing intermediate container 057a655ae017 [2021-03-05T03:25:24.884Z] ---> 850860b3c197 [2021-03-05T03:25:24.884Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T03:25:25.162Z] ---> Running in 1eeb2c463b1e [2021-03-05T03:25:25.450Z] Removing intermediate container 83215176b7a2 [2021-03-05T03:25:25.450Z] ---> bc90d25c7f89 [2021-03-05T03:25:25.450Z] [2021-03-05T03:25:25.727Z] Removing intermediate container c2c72214ab8d [2021-03-05T03:25:25.727Z] ---> 2b753ce7b4e0 [2021-03-05T03:25:25.727Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-05T03:25:25.727Z] ---> 66f55e149303 [2021-03-05T03:25:25.727Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-05T03:25:26.001Z] ---> Running in 80b9e73a0791 [2021-03-05T03:25:26.001Z] Successfully built bc90d25c7f89 [2021-03-05T03:25:26.274Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-05T03:25:26.274Z] ---> Running in 08707eba0ab9 [2021-03-05T03:25:26.274Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-05T03:25:26.274Z] Removing intermediate container 1eeb2c463b1e [2021-03-05T03:25:26.274Z] ---> 278af16ff3e9 [2021-03-05T03:25:26.274Z] Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:25:26.547Z] ---> Running in a7bd30f08277 [2021-03-05T03:25:26.547Z] Removing intermediate container 80b9e73a0791 [2021-03-05T03:25:26.547Z] ---> 9afa9779fdc4 [2021-03-05T03:25:26.547Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-05T03:25:27.140Z] ---> Running in 3ed0d7d597a8 [2021-03-05T03:25:27.140Z] Removing intermediate container 08707eba0ab9 [2021-03-05T03:25:27.140Z] ---> f98d7fc12ca5 [2021-03-05T03:25:27.140Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:25:27.140Z] Removing intermediate container a7bd30f08277 [2021-03-05T03:25:27.140Z] ---> eb6739e5ea93 [2021-03-05T03:25:27.140Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T03:25:27.422Z] ---> Running in 424d8f5ce55e [2021-03-05T03:25:27.422Z] ---> Running in 28b53f2684d6 [2021-03-05T03:25:28.018Z] Removing intermediate container 3ed0d7d597a8 [2021-03-05T03:25:28.018Z] ---> d93c131b2d5c [2021-03-05T03:25:28.018Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-05T03:25:28.297Z] Removing intermediate container 424d8f5ce55e [2021-03-05T03:25:28.297Z] ---> 853d2f39c039 [2021-03-05T03:25:28.566Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T03:25:28.566Z] Removing intermediate container a83d5525e361 [2021-03-05T03:25:28.566Z] ---> df4d78dfd23c [2021-03-05T03:25:28.566Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-05T03:25:28.566Z] Removing intermediate container 28b53f2684d6 [2021-03-05T03:25:28.566Z] ---> 418a0d8e9a0a [2021-03-05T03:25:28.566Z] [2021-03-05T03:25:28.839Z] ---> Running in a599b5784fe8 [2021-03-05T03:25:28.839Z] Successfully built 418a0d8e9a0a [2021-03-05T03:25:29.434Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-05T03:25:29.434Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-05T03:25:29.434Z] ---> Running in b7b6ace71ac8 [2021-03-05T03:25:29.434Z] ---> Running in fbd8972d266d [2021-03-05T03:25:29.705Z] Removing intermediate container a599b5784fe8 [2021-03-05T03:25:29.705Z] ---> c4b8b6580330 [2021-03-05T03:25:29.705Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-05T03:25:29.985Z] Removing intermediate container fbd8972d266d [2021-03-05T03:25:29.985Z] ---> c33943812b55 [2021-03-05T03:25:29.985Z] Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:25:30.261Z] ---> Running in b76d36d28850 [2021-03-05T03:25:30.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:30.869Z] Removing intermediate container b76d36d28850 [2021-03-05T03:25:30.869Z] ---> 0b7c19e786af [2021-03-05T03:25:30.869Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:25:31.148Z] ---> 2570cdbe644a [2021-03-05T03:25:31.148Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-05T03:25:31.148Z] ---> Running in aa950be6bf2a [2021-03-05T03:25:32.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:32.588Z] Removing intermediate container aa950be6bf2a [2021-03-05T03:25:32.588Z] ---> a8ade1eb3fa3 [2021-03-05T03:25:32.588Z] [2021-03-05T03:25:32.866Z] Successfully built a8ade1eb3fa3 [2021-03-05T03:25:32.866Z] ---> 3a320035582f [2021-03-05T03:25:32.866Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-05T03:25:33.145Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-05T03:25:33.145Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-05T03:25:33.761Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-05T03:25:33.761Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-05T03:25:34.034Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-05T03:25:34.034Z] ---> 59343a2eb0f1 [2021-03-05T03:25:34.034Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-05T03:25:34.034Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-05T03:25:34.307Z] ---> Running in fba5a331628b [2021-03-05T03:25:34.579Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-05T03:25:34.579Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-05T03:25:34.854Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:25:34.854Z] OK: 8 MiB in 20 packages [2021-03-05T03:25:35.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:35.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:25:36.436Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-05T03:25:36.436Z] (2/33) Installing expat (2.2.9-r1) [2021-03-05T03:25:36.436Z] (3/33) Installing libffi (3.3-r2) [2021-03-05T03:25:36.436Z] (4/33) Installing gdbm (1.13-r1) [2021-03-05T03:25:36.436Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-05T03:25:36.436Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-05T03:25:36.436Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-05T03:25:37.033Z] Removing intermediate container b7b6ace71ac8 [2021-03-05T03:25:37.033Z] ---> a456aef04e63 [2021-03-05T03:25:37.033Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:25:38.473Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-05T03:25:38.473Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-05T03:25:38.473Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-05T03:25:38.473Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-05T03:25:38.473Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-05T03:25:38.473Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-05T03:25:38.744Z] ---> 0977b894f395 [2021-03-05T03:25:38.744Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-05T03:25:38.744Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-05T03:25:38.744Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-05T03:25:38.744Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-05T03:25:38.744Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-05T03:25:38.744Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-05T03:25:38.744Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-05T03:25:38.744Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-05T03:25:38.744Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-05T03:25:39.018Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-05T03:25:39.018Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-05T03:25:39.018Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-05T03:25:39.018Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-05T03:25:39.018Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-05T03:25:39.018Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-05T03:25:39.018Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-05T03:25:39.018Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-05T03:25:39.018Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-05T03:25:39.018Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-05T03:25:39.018Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-05T03:25:39.018Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-05T03:25:39.290Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:25:39.290Z] OK: 71 MiB in 55 packages [2021-03-05T03:25:41.290Z] ---> 9373ae45f3d6 [2021-03-05T03:25:41.290Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-05T03:25:42.743Z] ---> 5ea9596f93de [2021-03-05T03:25:42.743Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-05T03:25:43.021Z] ---> Running in c975f6ec27ec [2021-03-05T03:25:43.622Z] Removing intermediate container c975f6ec27ec [2021-03-05T03:25:43.622Z] ---> 29bee1711eac [2021-03-05T03:25:43.910Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:25:44.186Z] ---> Running in 22f7790ab6a9 [2021-03-05T03:25:44.805Z] Removing intermediate container 22f7790ab6a9 [2021-03-05T03:25:44.805Z] ---> ea2c1583916a [2021-03-05T03:25:44.805Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T03:25:45.402Z] ---> Running in 97a61bc78499 [2021-03-05T03:25:46.016Z] Removing intermediate container 97a61bc78499 [2021-03-05T03:25:46.016Z] ---> 10a107126540 [2021-03-05T03:25:46.016Z] Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:25:46.294Z] ---> Running in 22bf0bb7855e [2021-03-05T03:25:46.898Z] Removing intermediate container 22bf0bb7855e [2021-03-05T03:25:46.898Z] ---> 1d03c33e9fba [2021-03-05T03:25:46.898Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:25:47.497Z] ---> Running in 54442dcc862e [2021-03-05T03:25:48.094Z] Removing intermediate container fba5a331628b [2021-03-05T03:25:48.095Z] ---> f5e41ce54027 [2021-03-05T03:25:48.095Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-05T03:25:48.375Z] Removing intermediate container 54442dcc862e [2021-03-05T03:25:48.375Z] ---> 60e71176ed60 [2021-03-05T03:25:48.375Z] [2021-03-05T03:25:48.375Z] ---> Running in 6daddc8ae874 [2021-03-05T03:25:49.356Z] Successfully built 60e71176ed60 [2021-03-05T03:25:49.356Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-05T03:25:49.356Z] Building docker-core-metadata-go [2021-03-05T03:25:53.679Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-05T03:25:53.949Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-05T03:25:54.546Z] Collecting texttable<0.10,>=0.9.0 [2021-03-05T03:25:54.546Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-05T03:25:57.177Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-05T03:25:57.177Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-05T03:25:59.173Z] 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-03-05T03:25:59.173Z] Collecting docopt<0.7,>=0.6.1 [2021-03-05T03:25:59.173Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-05T03:26:01.804Z] Collecting cached-property<2,>=1.2.0 [2021-03-05T03:26:01.804Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-05T03:26:02.082Z] Collecting jsonschema<3,>=2.5.1 [2021-03-05T03:26:02.082Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-05T03:26:03.081Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-05T03:26:03.081Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-05T03:26:03.681Z] Collecting docker<4.0,>=3.6.0 [2021-03-05T03:26:03.681Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-05T03:26:04.785Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:26:04.785Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:26:04.785Z] ---> 63d0e9aea248 [2021-03-05T03:26:04.785Z] Step 3/21 : WORKDIR /edgex-go [2021-03-05T03:26:04.785Z] ---> Using cache [2021-03-05T03:26:04.785Z] ---> 011e320acdde [2021-03-05T03:26:04.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:26:04.785Z] ---> Using cache [2021-03-05T03:26:04.785Z] ---> b851cf32658c [2021-03-05T03:26:04.785Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-05T03:26:04.785Z] ---> Using cache [2021-03-05T03:26:04.785Z] ---> ebac809da5e6 [2021-03-05T03:26:04.785Z] Step 6/21 : COPY go.mod . [2021-03-05T03:26:04.785Z] ---> Using cache [2021-03-05T03:26:04.785Z] ---> 1b694d5a1875 [2021-03-05T03:26:04.785Z] Step 7/21 : RUN go mod download [2021-03-05T03:26:04.785Z] ---> Using cache [2021-03-05T03:26:04.785Z] ---> 3b3016ab12c1 [2021-03-05T03:26:04.785Z] Step 8/21 : COPY . . [2021-03-05T03:26:04.785Z] ---> Using cache [2021-03-05T03:26:04.785Z] ---> 0f2968cfd554 [2021-03-05T03:26:04.785Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-05T03:26:05.457Z] Collecting PyYAML<4,>=3.10 [2021-03-05T03:26:05.457Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-05T03:26:08.888Z] ---> Running in 2d268549e834 [2021-03-05T03:26:10.333Z] 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-03-05T03:26:10.333Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-05T03:26:10.333Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-05T03:26:10.934Z] Collecting docker-pycreds>=0.4.0 [2021-03-05T03:26:10.934Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-05T03:26:11.211Z] 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-03-05T03:26:11.211Z] 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-03-05T03:26:11.819Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-05T03:26:11.819Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-05T03:26:12.424Z] Collecting idna<2.8,>=2.5 [2021-03-05T03:26:12.424Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-05T03:26:12.701Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-05T03:26:12.701Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-05T03:26:12.701Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-05T03:26:12.701Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-05T03:26:13.698Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:26:13.698Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:26:13.698Z] ---> 63d0e9aea248 [2021-03-05T03:26:13.698Z] Step 3/22 : WORKDIR /edgex-go [2021-03-05T03:26:13.698Z] ---> Using cache [2021-03-05T03:26:13.698Z] ---> 011e320acdde [2021-03-05T03:26:13.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:26:13.698Z] ---> Using cache [2021-03-05T03:26:13.698Z] ---> b851cf32658c [2021-03-05T03:26:13.698Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-05T03:26:13.989Z] Installing collected packages: texttable, dockerpty, docopt, cached-property, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose [2021-03-05T03:26:13.989Z] Running setup.py install for texttable: started [2021-03-05T03:26:14.604Z] ---> Running in 91646341a4df [2021-03-05T03:26:16.591Z] Running setup.py install for texttable: finished with status 'done' [2021-03-05T03:26:16.591Z] Running setup.py install for dockerpty: started [2021-03-05T03:26:17.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:26:17.802Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:26:17.802Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:26:17.802Z] ---> 63d0e9aea248 [2021-03-05T03:26:17.802Z] Step 3/31 : WORKDIR /edgex-go [2021-03-05T03:26:17.802Z] ---> Using cache [2021-03-05T03:26:17.802Z] ---> 011e320acdde [2021-03-05T03:26:17.802Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:26:17.802Z] ---> Using cache [2021-03-05T03:26:17.802Z] ---> b851cf32658c [2021-03-05T03:26:17.802Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-05T03:26:17.802Z] ---> Using cache [2021-03-05T03:26:17.802Z] ---> ebac809da5e6 [2021-03-05T03:26:17.802Z] Step 6/31 : COPY go.mod . [2021-03-05T03:26:17.802Z] ---> Using cache [2021-03-05T03:26:17.802Z] ---> 1b694d5a1875 [2021-03-05T03:26:17.802Z] Step 7/31 : RUN go mod download [2021-03-05T03:26:17.802Z] ---> Using cache [2021-03-05T03:26:17.802Z] ---> 3b3016ab12c1 [2021-03-05T03:26:18.087Z] Step 8/31 : COPY . . [2021-03-05T03:26:18.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:26:18.087Z] ---> Using cache [2021-03-05T03:26:18.087Z] ---> 0f2968cfd554 [2021-03-05T03:26:18.087Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-05T03:26:18.365Z] ---> Running in 2809fae734b6 [2021-03-05T03:26:19.348Z] OK: 217 MiB in 51 packages [2021-03-05T03:26:19.348Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-05T03:26:19.348Z] Running setup.py install for docopt: started [2021-03-05T03:26:21.347Z] 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-03-05T03:26:21.948Z] Removing intermediate container 91646341a4df [2021-03-05T03:26:21.948Z] ---> a1e98d54ddfa [2021-03-05T03:26:21.948Z] Step 6/22 : COPY go.mod . [2021-03-05T03:26:21.948Z] Running setup.py install for docopt: finished with status 'done' [2021-03-05T03:26:23.393Z] ---> 3126556591cf [2021-03-05T03:26:23.393Z] Step 7/22 : RUN go mod download [2021-03-05T03:26:23.393Z] Attempting uninstall: urllib3 [2021-03-05T03:26:23.393Z] Found existing installation: urllib3 1.25.9 [2021-03-05T03:26:23.393Z] Uninstalling urllib3-1.25.9: [2021-03-05T03:26:23.393Z] ---> Running in 3f2c78ec4973 [2021-03-05T03:26:23.994Z] Successfully uninstalled urllib3-1.25.9 [2021-03-05T03:26:24.984Z] Attempting uninstall: idna [2021-03-05T03:26:24.984Z] Found existing installation: idna 2.9 [2021-03-05T03:26:24.984Z] Uninstalling idna-2.9: [2021-03-05T03:26:25.264Z] Successfully uninstalled idna-2.9 [2021-03-05T03:26:26.256Z] Attempting uninstall: requests [2021-03-05T03:26:26.256Z] Found existing installation: requests 2.23.0 [2021-03-05T03:26:26.256Z] Uninstalling requests-2.23.0: [2021-03-05T03:26:26.535Z] Successfully uninstalled requests-2.23.0 [2021-03-05T03:26:28.536Z] Running setup.py install for PyYAML: started [2021-03-05T03:26:29.536Z] Removing intermediate container 3f2c78ec4973 [2021-03-05T03:26:29.536Z] ---> c2c07229e003 [2021-03-05T03:26:29.536Z] Step 8/22 : COPY . . [2021-03-05T03:26:31.528Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-05T03:26:31.528Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-05T03:26:31.528Z] ---> 63d0e9aea248 [2021-03-05T03:26:31.528Z] Step 3/23 : WORKDIR /edgex-go [2021-03-05T03:26:31.528Z] ---> Using cache [2021-03-05T03:26:31.528Z] ---> 011e320acdde [2021-03-05T03:26:31.528Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-05T03:26:31.528Z] ---> Using cache [2021-03-05T03:26:31.528Z] ---> b851cf32658c [2021-03-05T03:26:31.528Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-05T03:26:31.528Z] ---> Using cache [2021-03-05T03:26:31.528Z] ---> ebac809da5e6 [2021-03-05T03:26:31.528Z] Step 6/23 : COPY go.mod . [2021-03-05T03:26:31.528Z] ---> Using cache [2021-03-05T03:26:31.528Z] ---> 1b694d5a1875 [2021-03-05T03:26:31.528Z] Step 7/23 : RUN go mod download [2021-03-05T03:26:31.528Z] ---> Using cache [2021-03-05T03:26:31.528Z] ---> 3b3016ab12c1 [2021-03-05T03:26:31.528Z] Step 8/23 : COPY . . [2021-03-05T03:26:31.528Z] ---> Using cache [2021-03-05T03:26:31.528Z] ---> 0f2968cfd554 [2021-03-05T03:26:31.528Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-05T03:26:31.804Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-05T03:26:32.788Z] ---> Running in 0c2c609ffe05 [2021-03-05T03:26:33.072Z] 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-03-05T03:26:34.514Z] 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-03-05T03:26:41.247Z] Removing intermediate container 6daddc8ae874 [2021-03-05T03:26:41.248Z] ---> 7c436fb477d7 [2021-03-05T03:26:41.248Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-05T03:26:41.248Z] ---> Running in 7329f1080fd3 [2021-03-05T03:26:43.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:26:43.882Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:26:44.485Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:26:44.486Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-05T03:26:44.486Z] (3/3) Installing curl (7.69.1-r3) [2021-03-05T03:26:44.486Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:26:44.486Z] OK: 71 MiB in 58 packages [2021-03-05T03:26:47.137Z] Removing intermediate container 7329f1080fd3 [2021-03-05T03:26:47.137Z] ---> 0c767cad5bb9 [2021-03-05T03:26:47.137Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-05T03:26:47.418Z] ---> Running in d81c0015c098 [2021-03-05T03:26:48.873Z] Removing intermediate container d81c0015c098 [2021-03-05T03:26:48.873Z] ---> 779b75ba7a2f [2021-03-05T03:26:48.873Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:26:48.873Z] ---> Running in 25c1acd6b95a [2021-03-05T03:26:49.861Z] Removing intermediate container 25c1acd6b95a [2021-03-05T03:26:49.861Z] ---> c769576f6804 [2021-03-05T03:26:49.861Z] Step 24/26 : LABEL arch=arm64 [2021-03-05T03:26:50.134Z] ---> Running in 76dfc81cb86b [2021-03-05T03:26:50.766Z] ---> 6d10a2d520fa [2021-03-05T03:26:50.766Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-05T03:26:51.047Z] Removing intermediate container 76dfc81cb86b [2021-03-05T03:26:51.047Z] ---> 940f250e2ab0 [2021-03-05T03:26:51.047Z] Step 25/26 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:26:51.047Z] ---> Running in 00f5239cd125 [2021-03-05T03:26:51.328Z] ---> Running in 0545eca497e4 [2021-03-05T03:26:52.315Z] Removing intermediate container 0545eca497e4 [2021-03-05T03:26:52.315Z] ---> d8503dea3369 [2021-03-05T03:26:52.315Z] Step 26/26 : LABEL version=0.0.0 [2021-03-05T03:26:52.315Z] ---> Running in e8256f73785f [2021-03-05T03:26:53.302Z] 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-03-05T03:26:53.302Z] Removing intermediate container e8256f73785f [2021-03-05T03:26:53.302Z] ---> 696e25e34f30 [2021-03-05T03:26:53.302Z] [2021-03-05T03:26:53.903Z] Successfully built 696e25e34f30 [2021-03-05T03:26:53.903Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-05T03:27:26.284Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-05T03:27:38.715Z] Removing intermediate container 2d268549e834 [2021-03-05T03:27:38.715Z] ---> 841cf9aa4b7b [2021-03-05T03:27:38.715Z] [2021-03-05T03:27:38.715Z] Step 10/21 : FROM alpine:3.12 [2021-03-05T03:27:38.715Z] ---> d10569e2745f [2021-03-05T03:27:38.715Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-05T03:27:38.715Z] ---> Running in 7a4e30814f3a [2021-03-05T03:27:40.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:27:40.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:27:41.300Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-05T03:27:41.300Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-05T03:27:41.300Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-05T03:27:41.300Z] (4/4) Installing curl (7.69.1-r3) [2021-03-05T03:27:41.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:27:41.300Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:27:42.202Z] OK: 7 MiB in 18 packages [2021-03-05T03:27:44.502Z] Removing intermediate container 7a4e30814f3a [2021-03-05T03:27:44.502Z] ---> 2157965fc563 [2021-03-05T03:27:44.502Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-05T03:27:44.502Z] ---> Running in 6470a51dabba [2021-03-05T03:27:44.772Z] Removing intermediate container 6470a51dabba [2021-03-05T03:27:44.773Z] ---> 77590087ffc6 [2021-03-05T03:27:44.773Z] Step 13/21 : WORKDIR /edgex [2021-03-05T03:27:45.042Z] ---> Running in aab4acd72902 [2021-03-05T03:27:45.636Z] Removing intermediate container aab4acd72902 [2021-03-05T03:27:45.636Z] ---> 5fa102bd0cbe [2021-03-05T03:27:45.636Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-05T03:27:47.079Z] ---> 4986d61a1610 [2021-03-05T03:27:47.079Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-05T03:27:48.509Z] ---> 9780e631d0f9 [2021-03-05T03:27:48.509Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-05T03:27:50.509Z] ---> 63c363ca0e36 [2021-03-05T03:27:50.509Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-05T03:27:50.786Z] ---> Running in 77466ffac85b [2021-03-05T03:27:51.779Z] Removing intermediate container 77466ffac85b [2021-03-05T03:27:51.779Z] ---> d848ae6c7166 [2021-03-05T03:27:51.779Z] Step 18/21 : CMD ["--init=true"] [2021-03-05T03:27:52.386Z] ---> Running in de8de1137bbe [2021-03-05T03:27:53.381Z] Removing intermediate container de8de1137bbe [2021-03-05T03:27:53.381Z] ---> a15ce05d4174 [2021-03-05T03:27:53.381Z] Step 19/21 : LABEL arch=arm64 [2021-03-05T03:27:53.381Z] ---> Running in 67322072e2d5 [2021-03-05T03:27:53.721Z] Removing intermediate container 2809fae734b6 [2021-03-05T03:27:53.721Z] ---> e86191bf2af0 [2021-03-05T03:27:53.721Z] [2021-03-05T03:27:53.721Z] Step 10/31 : FROM alpine:3.12 [2021-03-05T03:27:53.721Z] ---> d10569e2745f [2021-03-05T03:27:53.721Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-05T03:27:54.005Z] ---> Running in e79cca163699 [2021-03-05T03:27:54.288Z] Removing intermediate container 67322072e2d5 [2021-03-05T03:27:54.288Z] ---> 4fe6749bfa5f [2021-03-05T03:27:54.288Z] Step 20/21 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:27:54.565Z] ---> Running in c444975f5415 [2021-03-05T03:27:54.565Z] Removing intermediate container e79cca163699 [2021-03-05T03:27:54.565Z] ---> 26ea521acc50 [2021-03-05T03:27:54.565Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-05T03:27:54.848Z] ---> Running in 97f66bb7d4a0 [2021-03-05T03:27:55.455Z] Removing intermediate container c444975f5415 [2021-03-05T03:27:55.455Z] ---> 887b2f42b615 [2021-03-05T03:27:55.455Z] Step 21/21 : LABEL version=0.0.0 [2021-03-05T03:27:55.455Z] ---> Running in fab38767b61d [2021-03-05T03:27:56.444Z] Removing intermediate container fab38767b61d [2021-03-05T03:27:56.444Z] ---> af6bc3c17cb4 [2021-03-05T03:27:56.444Z] [2021-03-05T03:27:57.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:27:57.052Z] Successfully built af6bc3c17cb4 [2021-03-05T03:27:57.052Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-05T03:27:57.329Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:27:57.933Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-05T03:27:57.933Z] (2/2) Installing su-exec (0.2-r1) [2021-03-05T03:27:57.933Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:27:57.933Z] OK: 5 MiB in 16 packages [2021-03-05T03:27:59.396Z] Removing intermediate container 97f66bb7d4a0 [2021-03-05T03:27:59.396Z] ---> 5c733b46470c [2021-03-05T03:27:59.396Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-05T03:27:59.682Z] ---> Running in 466085034d29 [2021-03-05T03:28:00.285Z] Removing intermediate container 466085034d29 [2021-03-05T03:28:00.285Z] ---> 8547e2084709 [2021-03-05T03:28:00.285Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-05T03:28:00.567Z] ---> Running in c0ef3dd4588e [2021-03-05T03:28:01.168Z] Removing intermediate container c0ef3dd4588e [2021-03-05T03:28:01.168Z] ---> 0279fce72aed [2021-03-05T03:28:01.168Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-05T03:28:01.446Z] ---> Running in 4643ba18ff31 [2021-03-05T03:28:04.890Z] Removing intermediate container 4643ba18ff31 [2021-03-05T03:28:04.890Z] ---> c5bfab0035da [2021-03-05T03:28:04.890Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-05T03:28:04.890Z] ---> Running in 99559a70712c [2021-03-05T03:28:05.511Z] Removing intermediate container 99559a70712c [2021-03-05T03:28:05.511Z] ---> 210b1867a000 [2021-03-05T03:28:05.511Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-05T03:28:06.980Z] ---> ff83d92d32a5 [2021-03-05T03:28:06.980Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-05T03:28:06.980Z] ---> Running in b80dd2487ab4 [2021-03-05T03:28:09.621Z] Removing intermediate container b80dd2487ab4 [2021-03-05T03:28:09.621Z] ---> 4d3ae7682f8e [2021-03-05T03:28:09.621Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:28:11.084Z] ---> 27a67a65c500 [2021-03-05T03:28:11.084Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-05T03:28:13.066Z] ---> 45260191a43c [2021-03-05T03:28:13.066Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-05T03:28:14.051Z] ---> d147c1fc2ea7 [2021-03-05T03:28:14.051Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-05T03:28:16.026Z] ---> 429535232b86 [2021-03-05T03:28:16.026Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-05T03:28:16.026Z] Removing intermediate container 0c2c609ffe05 [2021-03-05T03:28:16.026Z] ---> 456f1852cc34 [2021-03-05T03:28:16.026Z] [2021-03-05T03:28:16.026Z] Step 10/23 : FROM alpine:3.12 [2021-03-05T03:28:16.026Z] ---> d10569e2745f [2021-03-05T03:28:16.026Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-05T03:28:16.026Z] ---> Using cache [2021-03-05T03:28:16.026Z] ---> e4218b3f0e5b [2021-03-05T03:28:16.026Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:28:16.026Z] ---> Using cache [2021-03-05T03:28:16.026Z] ---> 8d88f0995c77 [2021-03-05T03:28:16.026Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-05T03:28:16.306Z] ---> Running in 64b48e490000 [2021-03-05T03:28:16.306Z] Removing intermediate container 00f5239cd125 [2021-03-05T03:28:16.306Z] ---> f69aab8c4123 [2021-03-05T03:28:16.306Z] [2021-03-05T03:28:16.306Z] Step 10/22 : FROM alpine:3.12 [2021-03-05T03:28:16.306Z] ---> d10569e2745f [2021-03-05T03:28:16.306Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-05T03:28:16.580Z] ---> Running in ef75986b0958 [2021-03-05T03:28:16.580Z] ---> b3a61bd796a1 [2021-03-05T03:28:16.580Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-05T03:28:17.178Z] Removing intermediate container 64b48e490000 [2021-03-05T03:28:17.178Z] ---> c92cd5cced5c [2021-03-05T03:28:17.178Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-05T03:28:17.178Z] ---> Running in 319db7ee3434 [2021-03-05T03:28:17.178Z] ---> Running in c926df890f96 [2021-03-05T03:28:17.777Z] Removing intermediate container 319db7ee3434 [2021-03-05T03:28:17.777Z] ---> 0a53e0f6cf5c [2021-03-05T03:28:17.777Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-05T03:28:17.777Z] Removing intermediate container c926df890f96 [2021-03-05T03:28:17.777Z] ---> 419d624cfb4c [2021-03-05T03:28:17.777Z] Step 15/23 : WORKDIR / [2021-03-05T03:28:18.051Z] ---> Running in 127ecf1cab47 [2021-03-05T03:28:18.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T03:28:18.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T03:28:18.600Z] ---> 5165de69174c [2021-03-05T03:28:18.600Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-05T03:28:18.872Z] Removing intermediate container 127ecf1cab47 [2021-03-05T03:28:18.872Z] ---> eea7c5acc66e [2021-03-05T03:28:18.872Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:28:19.150Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-05T03:28:19.150Z] ---> Running in 11aad6c2d531 [2021-03-05T03:28:19.150Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-05T03:28:19.150Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T03:28:19.150Z] Executing ca-certificates-20191127-r4.trigger [2021-03-05T03:28:19.424Z] OK: 6 MiB in 16 packages [2021-03-05T03:28:20.025Z] ---> 37d46c12a8c4 [2021-03-05T03:28:20.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-05T03:28:21.462Z] Removing intermediate container ef75986b0958 [2021-03-05T03:28:21.462Z] ---> f19ab9ac80ff [2021-03-05T03:28:21.462Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-05T03:28:21.735Z] ---> e9f52378acae [2021-03-05T03:28:21.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-05T03:28:21.735Z] ---> Running in b3cfe38fb776 [2021-03-05T03:28:22.015Z] Removing intermediate container 11aad6c2d531 [2021-03-05T03:28:22.015Z] ---> 0ffc74503d3d [2021-03-05T03:28:22.015Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-05T03:28:22.288Z] ---> Running in ba34feb6cfc6 [2021-03-05T03:28:22.563Z] ---> b1fba107853a [2021-03-05T03:28:22.563Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-05T03:28:22.563Z] Removing intermediate container b3cfe38fb776 [2021-03-05T03:28:22.563Z] ---> 781b97feda37 [2021-03-05T03:28:22.563Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-05T03:28:22.563Z] ---> Running in c2871e4cf853 [2021-03-05T03:28:22.853Z] ---> Running in fd8b83e90212 [2021-03-05T03:28:22.853Z] Removing intermediate container ba34feb6cfc6 [2021-03-05T03:28:22.853Z] ---> 0b2eaa8acbf4 [2021-03-05T03:28:22.853Z] Step 28/31 : CMD ["gate"] [2021-03-05T03:28:23.446Z] ---> Running in 9571870e901f [2021-03-05T03:28:23.446Z] Removing intermediate container c2871e4cf853 [2021-03-05T03:28:23.446Z] ---> 2c5380e5db15 [2021-03-05T03:28:23.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:28:23.446Z] Removing intermediate container fd8b83e90212 [2021-03-05T03:28:23.446Z] ---> 6e4fa4d90852 [2021-03-05T03:28:23.446Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-05T03:28:23.720Z] ---> Running in 8374d2c151b0 [2021-03-05T03:28:23.720Z] ---> Running in 07dc8cc8311c [2021-03-05T03:28:24.000Z] Removing intermediate container 9571870e901f [2021-03-05T03:28:24.000Z] ---> 1e24953c8e43 [2021-03-05T03:28:24.000Z] Step 29/31 : LABEL arch=arm64 [2021-03-05T03:28:24.272Z] ---> Running in 5897aabbb5a9 [2021-03-05T03:28:24.554Z] Removing intermediate container 8374d2c151b0 [2021-03-05T03:28:24.554Z] ---> b4f74f3d9630 [2021-03-05T03:28:24.554Z] Step 21/23 : LABEL arch=arm64 [2021-03-05T03:28:24.554Z] Removing intermediate container 07dc8cc8311c [2021-03-05T03:28:24.554Z] ---> 4bce14061fae [2021-03-05T03:28:24.554Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-05T03:28:24.554Z] ---> Running in 308f5ae1521b [2021-03-05T03:28:24.830Z] Removing intermediate container 5897aabbb5a9 [2021-03-05T03:28:24.830Z] ---> d8d47fa26131 [2021-03-05T03:28:24.830Z] Step 30/31 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:28:25.106Z] ---> Running in a5ef9a16a193 [2021-03-05T03:28:25.106Z] Removing intermediate container 308f5ae1521b [2021-03-05T03:28:25.106Z] ---> 04c55a6e2538 [2021-03-05T03:28:25.106Z] Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:28:25.389Z] ---> Running in 15cc0cb4c709 [2021-03-05T03:28:25.389Z] ---> de2e2f189f76 [2021-03-05T03:28:25.389Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-05T03:28:25.664Z] Removing intermediate container a5ef9a16a193 [2021-03-05T03:28:25.664Z] ---> 0be7c1d52553 [2021-03-05T03:28:25.664Z] Step 31/31 : LABEL version=0.0.0 [2021-03-05T03:28:25.937Z] Removing intermediate container 15cc0cb4c709 [2021-03-05T03:28:25.937Z] ---> 7b42c9ca4bf9 [2021-03-05T03:28:25.937Z] Step 23/23 : LABEL version=0.0.0 [2021-03-05T03:28:26.210Z] ---> Running in 276dca0ec652 [2021-03-05T03:28:26.210Z] ---> Running in bf39000a012f [2021-03-05T03:28:26.806Z] ---> 0f579bb097ac [2021-03-05T03:28:26.806Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-05T03:28:26.806Z] Removing intermediate container 276dca0ec652 [2021-03-05T03:28:26.806Z] ---> 2e1391c3f80f [2021-03-05T03:28:26.806Z] [2021-03-05T03:28:27.078Z] Removing intermediate container bf39000a012f [2021-03-05T03:28:27.078Z] ---> 5128ad854660 [2021-03-05T03:28:27.078Z] [2021-03-05T03:28:27.350Z] Successfully built 2e1391c3f80f [2021-03-05T03:28:27.350Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-05T03:28:27.621Z]  Building docker-security-bootstrapper-go ... done Successfully built 5128ad854660 [2021-03-05T03:28:27.621Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-05T03:28:27.621Z]  Building docker-core-metadata-go ... done  ---> f076578484d0 [2021-03-05T03:28:27.621Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-05T03:28:27.891Z] ---> Running in 47edc2da9db0 [2021-03-05T03:28:28.483Z] Removing intermediate container 47edc2da9db0 [2021-03-05T03:28:28.483Z] ---> 1e95762ed7ed [2021-03-05T03:28:28.483Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-05T03:28:28.483Z] ---> Running in dd6953357616 [2021-03-05T03:28:28.754Z] Removing intermediate container dd6953357616 [2021-03-05T03:28:28.754Z] ---> 8201b24fcafb [2021-03-05T03:28:28.754Z] Step 20/22 : LABEL arch=arm64 [2021-03-05T03:28:29.027Z] ---> Running in fcd4338a064e [2021-03-05T03:28:29.304Z] Removing intermediate container fcd4338a064e [2021-03-05T03:28:29.304Z] ---> 07a3a289cbab [2021-03-05T03:28:29.304Z] Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a [2021-03-05T03:28:29.576Z] ---> Running in bddf464fcb35 [2021-03-05T03:28:29.850Z] Removing intermediate container bddf464fcb35 [2021-03-05T03:28:29.850Z] ---> c24804a1195a [2021-03-05T03:28:29.850Z] Step 22/22 : LABEL version=0.0.0 [2021-03-05T03:28:30.124Z] ---> Running in 9c00ba1ac83e [2021-03-05T03:28:30.721Z] Removing intermediate container 9c00ba1ac83e [2021-03-05T03:28:30.721Z] ---> 337b2a3bd630 [2021-03-05T03:28:30.721Z] [2021-03-05T03:28:30.992Z] Successfully built 337b2a3bd630 [2021-03-05T03:28:30.992Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-05T03:28:31.277Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-05T03:28:31.350Z] $ docker stop --time=1 e85b6765dbf0ae305daa40b59deda8efafd34dcdaa0c38268a939be8b54d6623 [2021-03-05T03:28:33.292Z] $ docker rm -f e85b6765dbf0ae305daa40b59deda8efafd34dcdaa0c38268a939be8b54d6623 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T03:28:33.964Z] + + dockergrep images docker [2021-03-05T03:28:33.964Z] [2021-03-05T03:28:34.243Z] docker-support-notifications-go-arm64 latest 337b2a3bd630 4 seconds ago 16.9MB [2021-03-05T03:28:34.243Z] docker-core-metadata-go-arm64 latest 5128ad854660 8 seconds ago 17.9MB [2021-03-05T03:28:34.243Z] docker-security-bootstrapper-go-arm64 latest 2e1391c3f80f 8 seconds ago 17.8MB [2021-03-05T03:28:34.243Z] docker-security-proxy-setup-go-arm64 latest af6bc3c17cb4 38 seconds ago 23.4MB [2021-03-05T03:28:34.243Z] docker-sys-mgmt-agent-go-arm64 latest 696e25e34f30 About a minute ago 300MB [2021-03-05T03:28:34.243Z] docker-core-data-go-arm64 latest 60e71176ed60 2 minutes ago 21.1MB [2021-03-05T03:28:34.243Z] docker-core-command-go-arm64 latest a8ade1eb3fa3 3 minutes ago 16.2MB [2021-03-05T03:28:34.243Z] docker-support-scheduler-go-arm64 latest 418a0d8e9a0a 3 minutes ago 16.3MB [2021-03-05T03:28:34.243Z] docker-security-secretstore-setup-go-arm64 latest bc90d25c7f89 3 minutes ago 23.7MB [2021-03-05T03:28:34.243Z] docker 20.10.0 eeaf43b92773 2 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-03-05T03:28:35.794Z] ---> job-cost.sh [2021-03-05T03:28:35.795Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x1d6 [2021-03-05T03:29:14.863Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T03:31:36.685Z] lf-activate-venv(): INFO: Adding /tmp/venv-x1d6/bin to PATH [2021-03-05T03:31:36.685Z] INFO: No Stack... [2021-03-05T03:31:36.685Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T03:31:36.685Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T03:31:37.020Z] + cut -d, -f6 [2021-03-05T03:31:37.020Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [Pipeline] lock [2021-03-05T03:31:37.126Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] [2021-03-05T03:31:37.139Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] did not exist. Created. [2021-03-05T03:31:37.139Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T03:31:37.579Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T03:31:37.898Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T03:31:37.913Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3210-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-03-05T03:31:39.550Z] provisioning config files... [2021-03-05T03:31:39.560Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config4968129415337253627tmp [Pipeline] { [Pipeline] sh [2021-03-05T03:31:39.954Z] + set +x [2021-03-05T03:31:39.954Z] + curl -s https://codecov.io/bash [2021-03-05T03:31:39.954Z] + bash -s -- [2021-03-05T03:31:40.226Z] [2021-03-05T03:31:40.226Z] _____ _ [2021-03-05T03:31:40.226Z] / ____| | | [2021-03-05T03:31:40.226Z] | | ___ __| | ___ ___ _____ __ [2021-03-05T03:31:40.226Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-05T03:31:40.226Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-05T03:31:40.226Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-05T03:31:40.226Z] Bash-20210226-7100762 [2021-03-05T03:31:40.226Z] [2021-03-05T03:31:40.226Z] [2021-03-05T03:31:40.226Z] ==> git version 2.24.3 found [2021-03-05T03:31:40.226Z] ==> 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-03-05T03:31:40.226Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-05T03:31:40.226Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-05T03:31:40.226Z] ==> Jenkins CI detected. [2021-03-05T03:31:40.226Z] project root: . [2021-03-05T03:31:40.226Z] --> token set from env [2021-03-05T03:31:40.530Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-05T03:31:40.530Z] ==> Running gcov in . (disable via -X gcov) [2021-03-05T03:31:40.530Z] ==> Python coveragepy not found [2021-03-05T03:31:40.530Z] ==> Searching for coverage reports in: [2021-03-05T03:31:40.530Z] + . [2021-03-05T03:31:40.530Z] -> Found 1 reports [2021-03-05T03:31:40.530Z] ==> Detecting git/mercurial file structure [2021-03-05T03:31:40.530Z] ==> Reading reports [2021-03-05T03:31:40.530Z] + ./coverage.out bytes=619454 [2021-03-05T03:31:40.530Z] ==> Appending adjustments [2021-03-05T03:31:40.530Z] https://docs.codecov.io/docs/fixing-reports [2021-03-05T03:31:43.891Z] + Found adjustments [2021-03-05T03:31:43.891Z] ==> Gzipping contents [2021-03-05T03:31:43.891Z] 92K /tmp/codecov.97e3XO.gz [2021-03-05T03:31:43.891Z] ==> Uploading reports [2021-03-05T03:31:43.891Z] url: https://codecov.io [2021-03-05T03:31:43.891Z] query: branch=PR-3210&commit=12746f91723dee4d114230c5413fccf75a25cf3a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T03:31:43.891Z] -> Pinging Codecov [2021-03-05T03:31:43.891Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3210&commit=12746f91723dee4d114230c5413fccf75a25cf3a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= [2021-03-05T03:31:44.151Z] -> Uploading to [2021-03-05T03:31:44.152Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/12746f91723dee4d114230c5413fccf75a25cf3a/2598cb86-9fe9-4c46-888f-5ef83ad9562a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T033144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=839bc38767048cf7d7bc56331ec199d730a22507c624029adac610a8af43213c [2021-03-05T03:31:44.152Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-05T03:31:44.152Z] Dload Upload Total Spent Left Speed [2021-03-05T03:31:44.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91535 0 0 100 91535 0 155k --:--:-- --:--:-- --:--:-- 155k [2021-03-05T03:31:44.725Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/12746f91723dee4d114230c5413fccf75a25cf3a [Pipeline] } [2021-03-05T03:31:44.734Z] 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-03-05T03:31:46.882Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:31:47.761Z] ---> package-listing.sh [2021-03-05T03:31:47.762Z] ++ facter osfamily [2021-03-05T03:31:47.762Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T03:31:47.762Z] + OS_FAMILY=redhat [2021-03-05T03:31:47.762Z] + workspace=/w/workspace/edgex-go/7 [2021-03-05T03:31:47.762Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T03:31:47.762Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T03:31:47.762Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T03:31:47.762Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T03:31:47.762Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-05T03:31:47.762Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T03:31:47.762Z] + case "${OS_FAMILY}" in [2021-03-05T03:31:47.762Z] + rpm -qa [2021-03-05T03:31:47.762Z] + sort [2021-03-05T03:31:53.054Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T03:31:53.054Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T03:31:53.054Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T03:31:53.054Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-05T03:31:53.054Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-03-05T03:31:53.054Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-03-05T03:31:53.066Z] 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-03-05T03:31:53.354Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:31:53.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T03:31:53.656Z] [2021-03-05T03:31:53.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T03:31:54.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T03:31:54.004Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T03:31:54.004Z] df20fa9351a1: Pulling fs layer [2021-03-05T03:31:54.004Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T03:31:54.004Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T03:31:54.004Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T03:31:54.004Z] 93b61091891f: Pulling fs layer [2021-03-05T03:31:54.004Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T03:31:54.004Z] 5e14af77c1be: Pulling fs layer [2021-03-05T03:31:54.004Z] 01666e4c0597: Pulling fs layer [2021-03-05T03:31:54.004Z] aa168da1d23b: Pulling fs layer [2021-03-05T03:31:54.004Z] 5e14af77c1be: Waiting [2021-03-05T03:31:54.004Z] 46f8f816bc3b: Waiting [2021-03-05T03:31:54.004Z] 93b61091891f: Waiting [2021-03-05T03:31:54.004Z] 93b9cdb0e59b: Waiting [2021-03-05T03:31:54.004Z] 01666e4c0597: Waiting [2021-03-05T03:31:54.004Z] aa168da1d23b: Waiting [2021-03-05T03:31:54.004Z] 36b3adc4ff6f: Download complete [2021-03-05T03:31:54.265Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T03:31:54.265Z] 46f8f816bc3b: Download complete [2021-03-05T03:31:54.265Z] df20fa9351a1: Verifying Checksum [2021-03-05T03:31:54.265Z] df20fa9351a1: Download complete [2021-03-05T03:31:54.265Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T03:31:54.265Z] 8ad3a11d3b57: Download complete [2021-03-05T03:31:54.265Z] 5e14af77c1be: Verifying Checksum [2021-03-05T03:31:54.265Z] 5e14af77c1be: Download complete [2021-03-05T03:31:54.265Z] 01666e4c0597: Verifying Checksum [2021-03-05T03:31:54.265Z] 01666e4c0597: Download complete [2021-03-05T03:31:54.528Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T03:31:54.528Z] 93b9cdb0e59b: Download complete [2021-03-05T03:31:54.528Z] df20fa9351a1: Pull complete [2021-03-05T03:31:54.528Z] 93b61091891f: Verifying Checksum [2021-03-05T03:31:54.528Z] 93b61091891f: Download complete [2021-03-05T03:31:54.794Z] 36b3adc4ff6f: Pull complete [2021-03-05T03:31:55.372Z] 8ad3a11d3b57: Pull complete [2021-03-05T03:31:55.638Z] 46f8f816bc3b: Pull complete [2021-03-05T03:31:56.582Z] aa168da1d23b: Verifying Checksum [2021-03-05T03:31:56.582Z] aa168da1d23b: Download complete [2021-03-05T03:31:57.525Z] 93b61091891f: Pull complete [2021-03-05T03:31:57.785Z] 93b9cdb0e59b: Pull complete [2021-03-05T03:31:58.046Z] 5e14af77c1be: Pull complete [2021-03-05T03:31:58.046Z] 01666e4c0597: Pull complete [2021-03-05T03:32:06.241Z] aa168da1d23b: Pull complete [2021-03-05T03:32:06.241Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T03:32:06.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T03:32:06.241Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T03:32:06.427Z] prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container [2021-03-05T03:32:06.472Z] $ 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-03-05T03:32:14.154Z] $ docker top 2b69b224842ec8a05f546708a5ebf10a95ab515b300360be136c5edcfd35a2f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T03:32:14.651Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T03:32:14.947Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T03:32:15.238Z] + ls /var/log/sa-host [2021-03-05T03:32:15.238Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T03:32:15.238Z] file_magic: OK [2021-03-05T03:32:15.238Z] HZ: Using current value: 100 [2021-03-05T03:32:15.239Z] file_header: OK [2021-03-05T03:32:15.239Z] 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-03-05T03:32:15.239Z] Statistics: [2021-03-05T03:32:15.239Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T03:32:15.239Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T03:32:15.239Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T03:32:15.239Z] file_magic: OK [2021-03-05T03:32:15.239Z] HZ: Using current value: 100 [2021-03-05T03:32:15.239Z] file_header: OK [2021-03-05T03:32:15.239Z] 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-03-05T03:32:15.239Z] Statistics: [2021-03-05T03:32:15.239Z] Hnuu...uuuununununu... [2021-03-05T03:32:15.239Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T03:32:15.852Z] provisioning config files... [2021-03-05T03:32:15.866Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2636913724854322114tmp [Pipeline] { [Pipeline] echo [2021-03-05T03:32:15.937Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:32:16.229Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T03:32:16.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T03:32:16.340Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:32:16.629Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T03:32:16.639Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:32:16.929Z] ---> sudo-logs.sh [2021-03-05T03:32:16.929Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T03:32:16.993Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:32:17.285Z] ---> job-cost.sh [2021-03-05T03:32:17.285Z] lf-activate-venv: SKIPPING [2021-03-05T03:32:17.285Z] DEBUG: total: 0.20999999344348907 [2021-03-05T03:32:17.285Z] INFO: Retrieving Stack Cost... [2021-03-05T03:32:18.669Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T03:32:19.240Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T03:32:19.253Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T03:32:19.555Z] ---> logs-deploy.sh [2021-03-05T03:32:19.555Z] lf-activate-venv: SKIPPING [2021-03-05T03:32:19.555Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3210/7 [2021-03-05T03:32:19.555Z] INFO: archiving workspace using pattern(s): [2021-03-05T03:32:20.938Z] Archives upload complete. [2021-03-05T03:32:21.199Z] INFO: archiving logs to Nexus