Pull request #3238 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 CrossStream for edgexfoundry/edgex-go Loading trusted files from base branch master at 7248181b27c1f196cc7a2300d5170335b9add480 rather than 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 Obtained Jenkinsfile from 7248181b27c1f196cc7a2300d5170335b9add480 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29115 in /w/workspace/edgexfoundry_edgex-go_PR-3238 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 Merge succeeded, producing 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 Checking out Revision 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 (PR-3238) > 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/3238/head:refs/remotes/origin/PR-3238 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # 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 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 Commit message: "fix: Update docker file location" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:02:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:02:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:02:36 ========================================================= 09:02:36 EdgeX Global Pipelines Version Info 09:02:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 457232064efc807b2064f1e7e17a22a404365b55 # timeout=10 09:02:38 ------------------- 09:02:38 stable info: 09:02:38 ------------------- 09:02:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:02:38 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:02:38 Message: update stable to v1.0.184 09:02:39 ------------------- 09:02:39 experimental info: 09:02:39 ------------------- 09:02:39 Commited By: **** collab-it+edgex@linuxfoundation.org 09:02:39 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:02:39 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:02:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:02:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:02:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:02:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:02:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3238 [Pipeline] echo 09:02:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3238 [Pipeline] echo 09:02:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3238 [Pipeline] echo 09:02:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [Pipeline] echo 09:02:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d436c8 [Pipeline] echo 09:02:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:02:42 provisioning config files... 09:02:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6995934805021842199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:02:42 ---> docker-login.sh 09:02:42 nexus3.edgexfoundry.org:10001 09:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:43 Configure a credential helper to remove this warning. See 09:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:43 09:02:43 Login Succeeded 09:02:43 nexus3.edgexfoundry.org:10002 09:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:43 Configure a credential helper to remove this warning. See 09:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:43 09:02:43 Login Succeeded 09:02:43 nexus3.edgexfoundry.org:10003 09:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:43 Configure a credential helper to remove this warning. See 09:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:43 09:02:43 Login Succeeded 09:02:43 nexus3.edgexfoundry.org:10004 09:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:43 Configure a credential helper to remove this warning. See 09:02:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:43 09:02:43 Login Succeeded 09:02:43 docker.io 09:02:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:02:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:02:44 Configure a credential helper to remove this warning. See 09:02:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:02:44 09:02:44 Login Succeeded 09:02:44 ---> docker-login.sh ends [Pipeline] } 09:02:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:02:44 ++ 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 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/core-command/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo core-command,cmd/core-command/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/core-data/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo core-data,cmd/core-data/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/core-metadata/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo core-metadata,cmd/core-metadata/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/security-bootstrapper/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/security-proxy-setup/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/support-notifications/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo support-notifications,cmd/support-notifications/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/support-scheduler/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:02:44 + for file in '`ls cmd/**/Dockerfile`' 09:02:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:02:44 ++ cut -d/ -f2 09:02:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:02:44 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 09:02:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:46 09:02:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:02:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:46 latest: Pulling from edgex-devops/git-semver 09:02:46 31603596830f: Pulling fs layer 09:02:46 2a8b12db71e7: Pulling fs layer 09:02:46 6ca5941a6612: Pulling fs layer 09:02:46 ecc8261a40a4: Pulling fs layer 09:02:46 ecc8261a40a4: Waiting 09:02:46 2a8b12db71e7: Verifying Checksum 09:02:46 2a8b12db71e7: Download complete 09:02:46 31603596830f: Verifying Checksum 09:02:46 31603596830f: Download complete 09:02:46 ecc8261a40a4: Verifying Checksum 09:02:46 ecc8261a40a4: Download complete 09:02:46 6ca5941a6612: Verifying Checksum 09:02:46 6ca5941a6612: Download complete 09:02:46 31603596830f: Pull complete 09:02:46 2a8b12db71e7: Pull complete 09:02:47 6ca5941a6612: Pull complete 09:02:48 ecc8261a40a4: Pull complete 09:02:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:02:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:02:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:02:48 prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container 09:02:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:02:50 $ docker top fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:02:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:02:51 [ssh-agent] Looking for ssh-agent implementation... 09:02:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:02:51 $ docker exec fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent 09:02:51 SSH_AUTH_SOCK=/tmp/ssh-2lkui1b4FDP8/agent.12 09:02:51 SSH_AGENT_PID=17 09:02:51 Running ssh-add (command line suppressed) 09:02:51 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5314314671252954579.key (/w/workspace/edgex-go/4@tmp/private_key_5314314671252954579.key) 09:02:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:02:52 + git tag --points-at HEAD [Pipeline] } 09:02:52 $ docker exec --env ******** --env ******** fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent -k 09:02:52 unset SSH_AUTH_SOCK; 09:02:52 unset SSH_AGENT_PID; 09:02:52 echo Agent pid 17 killed; 09:02:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:02:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:02:52 [ssh-agent] Looking for ssh-agent implementation... 09:02:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:02:52 $ docker exec fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent 09:02:52 SSH_AUTH_SOCK=/tmp/ssh-QJqgTzKQKnk3/agent.46 09:02:52 SSH_AGENT_PID=51 09:02:52 Running ssh-add (command line suppressed) 09:02:52 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8117318532931464011.key (/w/workspace/edgex-go/4@tmp/private_key_8117318532931464011.key) 09:02:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:02:53 + git semver init 09:02:53 # -> Open(): unable to determine branch for HEAD 09:02:53 # $GIT_DIR = /w/workspace/edgex-go/4/.git 09:02:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 09:02:53 # $SEMVER_REMOTE_NAME = origin 09:02:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:02:53 # $SEMVER_USER_NAME = edgex-jenkins 09:02:53 # $SEMVER_BRANCH = PR-3238 09:02:53 # $SEMVER_TEMP = /tmp/semver-876191618 09:02:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:03:15 # '/tmp/semver-876191618' -> '/w/workspace/edgex-go/4/.semver' 09:03:16 # -> Force: false 09:03:16 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 09:03:16 $ docker exec --env ******** --env ******** fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf ssh-agent -k 09:03:16 unset SSH_AUTH_SOCK; 09:03:16 unset SSH_AGENT_PID; 09:03:16 echo Agent pid 51 killed; 09:03:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:03:17 + git semver [Pipeline] } 09:03:17 $ docker stop --time=1 fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf 09:03:19 $ docker rm -f fcc24aaa40aa0ed0a7f3facf20f2d9886ab1125a9adefb1bb4f1994906a415cf [Pipeline] // withDockerContainer [Pipeline] sh 09:03:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:03:20 Stashed 1 file(s) [Pipeline] echo 09:03:20 [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 09:03:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:03:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:03:21 + sudo service docker restart 09:03:21 + true 09:03:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:03:22 ========================================================= 09:03:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:03:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:03:22 + 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 . 09:03:25 Sending build context to Docker daemon 328.4MB 09:03:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:03:25 Step 2/6 : FROM ${BASE} 09:03:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:03:25 188c0c94c7c5: Pulling fs layer 09:03:25 0ef7d3d256c8: Pulling fs layer 09:03:25 de9db76c5a1d: Pulling fs layer 09:03:25 bca2f99d35d6: Pulling fs layer 09:03:25 93359f2a8cfa: Pulling fs layer 09:03:25 7c6f9722023f: Pulling fs layer 09:03:25 a35cf1a2eb13: Pulling fs layer 09:03:25 bca2f99d35d6: Waiting 09:03:25 93359f2a8cfa: Waiting 09:03:25 7c6f9722023f: Waiting 09:03:25 a35cf1a2eb13: Waiting 09:03:25 de9db76c5a1d: Verifying Checksum 09:03:25 de9db76c5a1d: Download complete 09:03:25 0ef7d3d256c8: Download complete 09:03:25 93359f2a8cfa: Verifying Checksum 09:03:25 93359f2a8cfa: Download complete 09:03:25 7c6f9722023f: Verifying Checksum 09:03:25 7c6f9722023f: Download complete 09:03:25 188c0c94c7c5: Verifying Checksum 09:03:25 188c0c94c7c5: Download complete 09:03:26 188c0c94c7c5: Pull complete 09:03:26 0ef7d3d256c8: Pull complete 09:03:26 de9db76c5a1d: Pull complete 09:03:28 a35cf1a2eb13: Verifying Checksum 09:03:28 a35cf1a2eb13: Download complete 09:03:28 bca2f99d35d6: Verifying Checksum 09:03:28 bca2f99d35d6: Download complete 09:03:34 bca2f99d35d6: Pull complete 09:03:34 93359f2a8cfa: Pull complete 09:03:34 7c6f9722023f: Pull complete 09:03:35 Still waiting to schedule task 09:03:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:03:40 a35cf1a2eb13: Pull complete 09:03:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:03:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:03:40 ---> a62c8e92a672 09:03:40 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 09:03:41 ---> Running in c03957d370ef 09:03:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:43 (1/12) Installing libmagic (5.38-r0) 09:03:43 (2/12) Installing file (5.38-r0) 09:03:43 (3/12) Installing libc-dev (0.7.2-r3) 09:03:43 (4/12) Installing g++ (9.3.0-r2) 09:03:56 (5/12) Installing fortify-headers (1.1-r0) 09:03:56 (6/12) Installing patch (2.7.6-r6) 09:03:56 (7/12) Installing build-base (0.5-r2) 09:03:56 (8/12) Installing libsodium (1.0.18-r0) 09:03:56 (9/12) Installing pkgconf (1.7.2-r0) 09:03:56 (10/12) Installing libsodium-dev (1.0.18-r0) 09:03:56 (11/12) Installing libzmq (4.3.3-r0) 09:03:56 (12/12) Installing zeromq-dev (4.3.3-r0) 09:03:56 Executing busybox-1.31.1-r19.trigger 09:03:56 OK: 233 MiB in 51 packages 09:04:00 Removing intermediate container c03957d370ef 09:04:00 ---> 16dd58b8d6cc 09:04:00 Step 4/6 : WORKDIR /edgex-go 09:04:00 ---> Running in 7627f3a764dc 09:04:00 Removing intermediate container 7627f3a764dc 09:04:00 ---> f1794adf43ab 09:04:00 Step 5/6 : COPY go.mod . 09:04:00 ---> f4a2b6d635fa 09:04:00 Step 6/6 : RUN go mod download 09:04:00 ---> Running in a6b9d83b9e2d 09:04:22 Removing intermediate container a6b9d83b9e2d 09:04:22 ---> 4c266b85e9a2 09:04:22 Successfully built 4c266b85e9a2 09:04:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:04:23 + docker inspect -f . ci-base-image-x86_64 09:04:23 . [Pipeline] withDockerContainer 09:04:23 prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container 09:04:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 09:04:24 $ docker top 16785a5e3c8fb08de21ea452e95f98b5d4c16f3a5ad96081f79ccc2b11ba6d0b -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:24 + go version 09:04:24 go version go1.15.5 linux/amd64 [Pipeline] } 09:04:24 $ docker stop --time=1 16785a5e3c8fb08de21ea452e95f98b5d4c16f3a5ad96081f79ccc2b11ba6d0b 09:04:25 $ docker rm -f 16785a5e3c8fb08de21ea452e95f98b5d4c16f3a5ad96081f79ccc2b11ba6d0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:04:26 + docker inspect -f . ci-base-image-x86_64 09:04:26 . [Pipeline] withDockerContainer 09:04:26 prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container 09:04:26 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 09:04:27 $ docker top e3f01d14cda50ae3cfa98ad01fa9d093735b09f1ee4501f09b896a9000ef3369 -eo pid,comm [Pipeline] { [Pipeline] echo 09:04:28 ========================================================= 09:04:28 [edgeXBuildGoParallel] Running Tests and Build... 09:04:28 ========================================================= [Pipeline] sh 09:04:28 + make test 09:04:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:04:36 ? github.com/edgexfoundry/edgex-go [no test files] 09:04:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:04:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:05:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:05:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:05:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:05:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:05:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements 09:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.619s coverage: 27.1% of statements 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:05:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:05:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.127s coverage: 66.2% of statements 09:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:05:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.434s coverage: 82.4% of statements 09:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:05:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.363s coverage: 28.6% of statements 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:05:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:05:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 09:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 09:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements 09:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 09:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.046s coverage: 81.4% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 62.4% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 69.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 38.4% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 87.8% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 95.6% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 09:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 09:05:40 GO111MODULE=on go vet ./... 09:06:06 gofmt -l . 09:06:06 [ "`gofmt -l .`" = "" ] 09:06:06 ./bin/test-go-mod-tidy.sh 09:06:06 ./bin/test-attribution-txt.sh [Pipeline] sh 09:06:07 + ls -al . 09:06:07 total 736 09:06:07 drwxrwxr-x 10 1001 1001 4096 Mar 9 09:06 . 09:06:07 drwxr-xr-x 4 root root 28 Mar 9 09:04 .. 09:06:07 -rw-rw-r-- 1 1001 1001 11 Mar 9 09:02 .dockerignore 09:06:07 drwxrwxr-x 8 1001 1001 179 Mar 9 09:02 .git 09:06:07 drwxrwxr-x 3 1001 1001 125 Mar 9 09:02 .github 09:06:07 -rw-rw-r-- 1 1001 1001 818 Mar 9 09:02 .gitignore 09:06:07 drwx------ 3 1001 1001 60 Mar 9 09:03 .semver 09:06:07 -rw-rw-r-- 1 1001 1001 166 Mar 9 09:02 .sonarcloud.properties 09:06:07 -rw-rw-r-- 1 1001 1001 8475 Mar 9 09:02 Attribution.txt 09:06:07 -rw-rw-r-- 1 1001 1001 3804 Mar 9 09:02 CONTRIBUTING.md 09:06:07 -rw-rw-r-- 1 1001 1001 931 Mar 9 09:02 Dockerfile.build 09:06:07 -rw-rw-r-- 1 1001 1001 863 Mar 9 09:02 Jenkinsfile 09:06:07 -rw-rw-r-- 1 1001 1001 10775 Mar 9 09:02 LICENSE 09:06:07 -rw-rw-r-- 1 1001 1001 5774 Mar 9 09:02 Makefile 09:06:07 -rw-rw-r-- 1 1001 1001 6548 Mar 9 09:02 README.md 09:06:07 -rw-rw-r-- 1 1001 1001 6755 Mar 9 09:02 SECURITY.md 09:06:07 -rw-rw-r-- 1 1001 1001 5 Mar 9 09:03 VERSION 09:06:07 -rw-rw-r-- 1 1001 1001 4131 Mar 9 09:02 ZMQWindows.md 09:06:07 drwxrwxr-x 2 1001 1001 117 Mar 9 09:02 bin 09:06:07 drwxrwxr-x 14 1001 1001 4096 Mar 9 09:02 cmd 09:06:07 -rw-r--r-- 1 root root 622934 Mar 9 09:05 coverage.out 09:06:07 -rw-r--r-- 1 root root 1055 Mar 9 09:06 go.mod 09:06:07 -rw-r--r-- 1 root root 21699 Mar 9 09:06 go.sum 09:06:07 drwxrwxr-x 8 1001 1001 127 Mar 9 09:02 internal 09:06:07 drwxrwxr-x 4 1001 1001 26 Mar 9 09:02 openapi 09:06:07 drwxrwxr-x 4 1001 1001 71 Mar 9 09:02 snap 09:06:07 -rw-rw-r-- 1 1001 1001 168 Mar 9 09:02 version.go [Pipeline] sh 09:06:07 + '[' -e coverage.out ] 09:06:07 + chown 1001:1001 coverage.out [Pipeline] stash 09:06:07 Stashed 1 file(s) [Pipeline] sh 09:06:08 + make build 09:06:08 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 09:06:12 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 09:06:20 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 09:06:22 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 09:06:23 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 09:06:23 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 09:06:25 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 09:06:26 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 09:06:28 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 09:06:28 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 09:06:29 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 09:06:31 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] } 09:06:33 $ docker stop --time=1 e3f01d14cda50ae3cfa98ad01fa9d093735b09f1ee4501f09b896a9000ef3369 09:06:35 $ docker rm -f e3f01d14cda50ae3cfa98ad01fa9d093735b09f1ee4501f09b896a9000ef3369 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:06:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:38 09:06:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:06:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:39 latest: Pulling from edgex-devops/edgex-compose 09:06:39 cbdbe7a5bc2a: Pulling fs layer 09:06:39 ca9280d653b3: Pulling fs layer 09:06:39 7e9c9ca2126c: Pulling fs layer 09:06:39 cbdbe7a5bc2a: Download complete 09:06:40 cbdbe7a5bc2a: Pull complete 09:06:40 ca9280d653b3: Verifying Checksum 09:06:40 ca9280d653b3: Download complete 09:06:41 7e9c9ca2126c: Download complete 09:06:41 ca9280d653b3: Pull complete 09:06:46 7e9c9ca2126c: Pull complete 09:06:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:06:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:06:47 prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container 09:06:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat 09:06:50 $ docker top 43132c265b3ae7b7cfebff4af4339efea9b7b460c5fd516e9253a5a0e2a11dbf -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:50 + docker-compose build --help 09:06:50 + grep parallel 09:06:51 --parallel Build images in parallel. [Pipeline] } 09:06:51 $ docker stop --time=1 43132c265b3ae7b7cfebff4af4339efea9b7b460c5fd516e9253a5a0e2a11dbf 09:06:53 $ docker rm -f 43132c265b3ae7b7cfebff4af4339efea9b7b460c5fd516e9253a5a0e2a11dbf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:06:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:06:53 . [Pipeline] withDockerContainer 09:06:54 prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container 09:06:54 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 09:06:54 $ docker top 7510b8f9c7028bda1c79012ddc44bfe05a045b05d4a07bba9c16c47173741265 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:55 + docker-compose -f ./docker-compose-build.yml build --parallel 09:06:56 Building docker-core-command-go ... 09:06:56 Building docker-core-data-go ... 09:06:56 Building docker-core-metadata-go ... 09:06:56 Building docker-security-bootstrapper-go ... 09:06:56 Building docker-security-proxy-setup-go ... 09:06:56 Building docker-security-secretstore-setup-go ... 09:06:56 Building docker-support-notifications-go ... 09:06:56 Building docker-support-scheduler-go ... 09:06:56 Building docker-sys-mgmt-agent-go ... 09:06:56 Building docker-sys-mgmt-agent-go 09:06:56 Building docker-core-command-go 09:06:56 Building docker-core-data-go 09:06:56 Building docker-support-scheduler-go 09:06:56 Building docker-security-secretstore-setup-go 09:07:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29119 in /w/workspace/edgexfoundry_edgex-go_PR-3238 [Pipeline] { [Pipeline] ws 09:07:21 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 09:07:27 using credential edgex-jenkins-ssh 09:07:27 Cloning the remote Git repository 09:07:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:07:27 > git init /w/workspace/edgex-go/4 # timeout=10 09:07:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:07:27 > git --version # timeout=10 09:07:27 > git --version # 'git version 2.17.1' 09:07:27 using GIT_SSH to set credentials SSH Credentials for GitHub 09:07:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:07:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:07:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:07:28 ---> 4c266b85e9a2 09:07:28 Step 3/23 : WORKDIR /edgex-go 09:07:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:07:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:07:28 ---> 4c266b85e9a2 09:07:28 Step 3/24 : WORKDIR /edgex-go 09:07:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:07:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:07:28 ---> 4c266b85e9a2 09:07:28 Step 3/26 : WORKDIR /edgex-go 09:07:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:07:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:07:28 ---> 4c266b85e9a2 09:07:28 Step 3/23 : WORKDIR /edgex-go 09:07:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:07:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:07:28 ---> 4c266b85e9a2 09:07:28 Step 3/22 : WORKDIR /edgex-go 09:07:28 ---> Running in a668202b5527 09:07:28 ---> Running in adfbc6999482 09:07:28 ---> Running in 232cf3edfbac 09:07:28 ---> Running in 6cafe4b29596 09:07:28 ---> Running in 69c725825cea 09:07:28 Removing intermediate container adfbc6999482 09:07:28 ---> 4f411e01c121 09:07:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:07:28 Removing intermediate container 6cafe4b29596 09:07:28 ---> 30b275eb50a2 09:07:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:07:28 Removing intermediate container a668202b5527 09:07:28 ---> 3c8c17c1e897 09:07:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:07:28 Removing intermediate container 232cf3edfbac 09:07:28 ---> f6e5c27880c4 09:07:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:07:28 Removing intermediate container 69c725825cea 09:07:28 ---> 0010c40cb743 09:07:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:07:29 ---> Running in 3060f1ca84d3 09:07:29 ---> Running in 5050d2496b3a 09:07:29 ---> Running in 6c86885aee7a 09:07:29 ---> Running in 5a0a22f39d5b 09:07:29 ---> Running in 52982f43baf7 09:07:31 Removing intermediate container 5050d2496b3a 09:07:31 ---> cb7ce7edfeba 09:07:31 Step 5/26 : RUN apk add --update --no-cache make bash git 09:07:31 ---> Running in 34fb4bf335e8 09:07:31 Removing intermediate container 5a0a22f39d5b 09:07:31 ---> db7552ec4623 09:07:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:07:31 Removing intermediate container 3060f1ca84d3 09:07:31 ---> 53bcef2461a2 09:07:31 Step 5/24 : RUN apk add --update --no-cache make git 09:07:31 Removing intermediate container 6c86885aee7a 09:07:31 ---> 283b55377343 09:07:31 Step 5/22 : RUN apk add --update --no-cache make git 09:07:31 ---> Running in ebe623a96d54 09:07:31 ---> Running in 3c168efa0647 09:07:31 Removing intermediate container 52982f43baf7 09:07:31 ---> fe5dfedb68c9 09:07:31 Step 5/23 : RUN apk add --update --no-cache make git 09:07:31 ---> Running in e6874ff245b1 09:07:31 ---> Running in b9f7a46a35e0 09:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:07:33 OK: 233 MiB in 51 packages 09:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:07:33 OK: 233 MiB in 51 packages 09:07:33 Removing intermediate container 34fb4bf335e8 09:07:33 ---> 02a53eefbb7d 09:07:33 Step 6/26 : COPY go.mod . 09:07:33 OK: 233 MiB in 51 packages 09:07:33 OK: 233 MiB in 51 packages 09:07:34 ---> 6e5bc91764c1 09:07:34 Step 7/26 : RUN go mod download 09:07:34 OK: 233 MiB in 51 packages 09:07:34 Removing intermediate container ebe623a96d54 09:07:34 ---> 3b46bdc270fc 09:07:34 Step 6/23 : COPY go.mod . 09:07:34 ---> Running in 79c75c2c0156 09:07:34 ---> 8a06f193628a 09:07:34 Step 7/23 : RUN go mod download 09:07:34 Removing intermediate container e6874ff245b1 09:07:34 ---> cb9995e60109 09:07:34 Step 6/22 : COPY go.mod . 09:07:35 ---> Running in 9e06c115e095 09:07:35 Removing intermediate container 3c168efa0647 09:07:35 ---> 540a89495d9b 09:07:35 Step 6/24 : COPY go.mod . 09:07:35 ---> 9ad62b55be2b 09:07:35 Step 7/22 : RUN go mod download 09:07:35 Removing intermediate container b9f7a46a35e0 09:07:35 ---> 25f0e6051dcd 09:07:35 Step 6/23 : COPY go.mod . 09:07:35 ---> Running in 48f158b4573e 09:07:35 ---> 10ad2174ba78 09:07:35 Step 7/24 : RUN go mod download 09:07:35 ---> ea78866088b1 09:07:35 Step 7/23 : RUN go mod download 09:07:35 ---> Running in e074e5945c46 09:07:35 ---> Running in 25f8f6f67eb2 09:07:36 Removing intermediate container 79c75c2c0156 09:07:36 ---> 698aa754f8ac 09:07:36 Step 8/26 : COPY . . 09:07:37 Removing intermediate container 9e06c115e095 09:07:37 ---> d05da47a3a4b 09:07:37 Step 8/23 : COPY . . 09:07:38 Removing intermediate container 48f158b4573e 09:07:38 ---> d3e4767f6bd7 09:07:38 Step 8/22 : COPY . . 09:07:42 Removing intermediate container e074e5945c46 09:07:42 ---> 36c55b1f150c 09:07:42 Step 8/24 : COPY . . 09:07:45 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:07:45 Merge succeeded, producing 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:07:45 Checking out Revision 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 (PR-3238) 09:07:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:07:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:07:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:07:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:07:44 using GIT_SSH to set credentials SSH Credentials for GitHub 09:07:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3238/head:refs/remotes/origin/PR-3238 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:07:45 > git config core.sparsecheckout # timeout=10 09:07:45 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 09:07:45 > git remote # timeout=10 09:07:45 > git config --get remote.origin.url # timeout=10 09:07:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:07:45 > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 09:07:45 > git rev-parse HEAD^{commit} # timeout=10 09:07:45 > git config core.sparsecheckout # timeout=10 09:07:45 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 09:07:49 Removing intermediate container 25f8f6f67eb2 09:07:49 ---> 9783d1eaa95b 09:07:49 Step 8/23 : COPY . . 09:07:50 Commit message: "fix: Update docker file location" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:07:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:07:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:07:52 + sudo service docker restart 09:07:52 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:07:54 provisioning config files... 09:07:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config920458155091283010tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:07:55 ---> docker-login.sh 09:07:55 nexus3.edgexfoundry.org:10001 09:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:56 Configure a credential helper to remove this warning. See 09:07:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:56 09:07:56 Login Succeeded 09:07:56 nexus3.edgexfoundry.org:10002 09:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:57 Configure a credential helper to remove this warning. See 09:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:57 09:07:57 Login Succeeded 09:07:57 nexus3.edgexfoundry.org:10003 09:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:57 Configure a credential helper to remove this warning. See 09:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:57 09:07:57 Login Succeeded 09:07:57 nexus3.edgexfoundry.org:10004 09:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:58 Configure a credential helper to remove this warning. See 09:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:58 09:07:58 Login Succeeded 09:07:58 docker.io 09:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:07:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:07:59 Configure a credential helper to remove this warning. See 09:07:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:07:59 09:07:59 Login Succeeded 09:07:59 ---> docker-login.sh ends [Pipeline] } 09:07:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:07:59 ========================================================= 09:07:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:07:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:08:00 + 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 . 09:08:02 Sending build context to Docker daemon 166.6MB 09:08:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:08:02 Step 2/6 : FROM ${BASE} 09:08:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:08:02 5f621e34cdf4: Pulling fs layer 09:08:02 a4357932f1b6: Pulling fs layer 09:08:02 18c013af1878: Pulling fs layer 09:08:02 00ac8860ef70: Pulling fs layer 09:08:02 63d7cb157983: Pulling fs layer 09:08:02 b116817d02f9: Pulling fs layer 09:08:02 745a02a5169b: Pulling fs layer 09:08:02 00ac8860ef70: Waiting 09:08:02 63d7cb157983: Waiting 09:08:02 b116817d02f9: Waiting 09:08:02 745a02a5169b: Waiting 09:08:02 a4357932f1b6: Verifying Checksum 09:08:02 a4357932f1b6: Download complete 09:08:02 18c013af1878: Verifying Checksum 09:08:02 18c013af1878: Download complete 09:08:02 63d7cb157983: Download complete 09:08:02 b116817d02f9: Download complete 09:08:02 5f621e34cdf4: Verifying Checksum 09:08:02 5f621e34cdf4: Download complete 09:08:03 5f621e34cdf4: Pull complete 09:08:04 a4357932f1b6: Pull complete 09:08:04 18c013af1878: Pull complete 09:08:04 745a02a5169b: Verifying Checksum 09:08:04 745a02a5169b: Download complete 09:08:06 00ac8860ef70: Verifying Checksum 09:08:06 00ac8860ef70: Download complete 09:08:16 ---> 4fc26f686565 09:08:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:08:16 ---> 408f358dc985 09:08:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:08:16 00ac8860ef70: Pull complete 09:08:16 63d7cb157983: Pull complete 09:08:16 b116817d02f9: Pull complete 09:08:18 ---> bb6a261099bc 09:08:18 Step 9/23 : RUN make cmd/core-data/core-data 09:08:18 ---> Running in 253d4f20e28c 09:08:18 ---> Running in 47a6e21698d1 09:08:19 ---> Running in eece3c9d9d41 09:08:19 ---> 57eb16f13a4a 09:08:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:08:19 ---> aa309f489992 09:08:19 Step 9/23 : RUN make cmd/core-command/core-command 09:08:19 ---> Running in 051ba90b4b2c 09:08:19 ---> Running in 57d9332277f8 09:08:20 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 09:08:20 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 09:08:20 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 09:08:20 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 09:08:20 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 09:08:21 745a02a5169b: Pull complete 09:08:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:08:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:08:21 ---> b7e6874047d6 09:08:21 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 09:08:23 ---> Running in 448532b9398d 09:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:08:26 (1/12) Installing libmagic (5.38-r0) 09:08:26 (2/12) Installing file (5.38-r0) 09:08:26 (3/12) Installing libc-dev (0.7.2-r3) 09:08:26 (4/12) Installing g++ (9.3.0-r2) 09:08:37 (5/12) Installing fortify-headers (1.1-r0) 09:08:37 (6/12) Installing patch (2.7.6-r6) 09:08:37 (7/12) Installing build-base (0.5-r2) 09:08:37 (8/12) Installing libsodium (1.0.18-r0) 09:08:37 (9/12) Installing pkgconf (1.7.2-r0) 09:08:37 (10/12) Installing libsodium-dev (1.0.18-r0) 09:08:37 (11/12) Installing libzmq (4.3.3-r0) 09:08:37 (12/12) Installing zeromq-dev (4.3.3-r0) 09:08:37 Executing busybox-1.31.1-r19.trigger 09:08:37 OK: 217 MiB in 51 packages 09:08:42 Removing intermediate container 448532b9398d 09:08:42 ---> b5e710cbd1ee 09:08:42 Step 4/6 : WORKDIR /edgex-go 09:08:42 ---> Running in d8735428e6f4 09:08:42 Removing intermediate container d8735428e6f4 09:08:42 ---> 2d276b8cb2ca 09:08:42 Step 5/6 : COPY go.mod . 09:08:43 ---> c83c924a6a6f 09:08:43 Step 6/6 : RUN go mod download 09:08:43 ---> Running in 42ff6e0f2465 09:08:52 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 09:08:55 Removing intermediate container 47a6e21698d1 09:08:55 ---> 8a651076f90f 09:08:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:08:55 ---> Running in ae4303621b2f 09:09:01 Removing intermediate container 051ba90b4b2c 09:09:01 ---> b42cc6fe10e8 09:09:01 09:09:01 Step 10/24 : FROM alpine:3.12 09:09:01 3.12: Pulling from library/alpine 09:09:01 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 09:09:01 Removing intermediate container 57d9332277f8 09:09:01 ---> 39335c52c50f 09:09:01 09:09:01 Step 10/23 : FROM alpine:3.12 09:09:01 3.12: Pulling from library/alpine 09:09:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:09:02 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:09:02 Status: Downloaded newer image for alpine:3.12 09:09:02 ---> 88dd2752d2ea 09:09:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:09:02 Status: Downloaded newer image for alpine:3.12 09:09:02 ---> 88dd2752d2ea 09:09:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:09:02 Removing intermediate container 253d4f20e28c 09:09:02 ---> eccb7ac042b6 09:09:02 09:09:02 Step 10/22 : FROM alpine:3.12 09:09:02 ---> 88dd2752d2ea 09:09:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:09:03 ---> Running in 66dfa46580bf 09:09:03 ---> Running in dcc8a5f52c37 09:09:03 ---> Running in 328a3f367232 09:09:05 Removing intermediate container ae4303621b2f 09:09:05 ---> f63abd8e793d 09:09:05 09:09:05 Step 11/26 : FROM docker:20.10.0 09:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:05 20.10.0: Pulling from library/docker 09:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:05 Removing intermediate container eece3c9d9d41 09:09:05 ---> 28f25d5f9c19 09:09:05 09:09:05 Step 10/23 : FROM alpine:3.12 09:09:05 ---> 88dd2752d2ea 09:09:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:05 ---> Running in 39a6e6963b2a 09:09:05 (1/5) Installing ca-certificates (20191127-r4) 09:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:09:05 (3/5) Installing libcurl (7.69.1-r3) 09:09:05 (4/5) Installing curl (7.69.1-r3) 09:09:05 (1/1) Installing dumb-init (1.2.2-r1) 09:09:05 (5/5) Installing dumb-init (1.2.2-r1) 09:09:05 Executing busybox-1.31.1-r19.trigger 09:09:05 Executing busybox-1.31.1-r19.trigger 09:09:05 Executing ca-certificates-20191127-r4.trigger 09:09:05 OK: 6 MiB in 15 packages 09:09:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:05 OK: 7 MiB in 19 packages 09:09:05 (1/1) Installing dumb-init (1.2.2-r1) 09:09:05 Executing busybox-1.31.1-r19.trigger 09:09:05 OK: 6 MiB in 15 packages 09:09:05 Removing intermediate container 39a6e6963b2a 09:09:05 ---> 80a2dacff1c1 09:09:05 Step 12/23 : ENV APP_PORT=48080 09:09:06 ---> Running in 98cd1fef8030 09:09:07 Removing intermediate container 98cd1fef8030 09:09:07 ---> 54e920d6b03b 09:09:07 Step 13/23 : EXPOSE $APP_PORT 09:09:07 ---> Running in c8173190d1f2 09:09:07 Removing intermediate container 66dfa46580bf 09:09:07 ---> df73b2d2f573 09:09:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:09:08 ---> Running in 95488b230921 09:09:08 Removing intermediate container c8173190d1f2 09:09:08 ---> 92f786cb7065 09:09:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:08 Removing intermediate container 328a3f367232 09:09:08 ---> 080af66a5b95 09:09:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:09:08 Removing intermediate container dcc8a5f52c37 09:09:08 ---> 5cb833532b7e 09:09:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:09:08 ---> Running in dfbe8be28f12 09:09:08 ---> Running in 254a4425a95f 09:09:08 ---> Running in 40f956af16ee 09:09:09 Removing intermediate container 95488b230921 09:09:09 ---> b6c1522e7b84 09:09:09 Step 13/23 : ENV APP_PORT=48082 09:09:09 ---> Running in 612b9e0645d6 09:09:09 Removing intermediate container 40f956af16ee 09:09:09 ---> 8cd4f46b20c3 09:09:09 Step 13/24 : WORKDIR / 09:09:09 Removing intermediate container dfbe8be28f12 09:09:09 ---> 8ce2101831f3 09:09:09 Step 13/22 : ENV APP_PORT=48085 09:09:09 ---> Running in a21ad7753de4 09:09:09 Removing intermediate container 612b9e0645d6 09:09:09 ---> d0b115fcb457 09:09:09 Step 14/23 : EXPOSE $APP_PORT 09:09:09 ---> Running in 24305adc61f9 09:09:09 ---> Running in 14ce0fa05a73 09:09:10 Removing intermediate container a21ad7753de4 09:09:10 ---> 28d093fb9347 09:09:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:09:10 Removing intermediate container 42ff6e0f2465 09:09:10 ---> 7156977c513b 09:09:10 Successfully built 7156977c513b 09:09:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:09:10 Removing intermediate container 24305adc61f9 09:09:10 ---> 6b4a50098f17 09:09:10 Step 14/22 : EXPOSE $APP_PORT 09:09:10 Removing intermediate container 14ce0fa05a73 09:09:10 ---> 283cbe46657f 09:09:10 + docker inspect -f . ci-base-image-arm64 09:09:10 . [Pipeline] withDockerContainer 09:09:11 Step 15/23 : WORKDIR / 09:09:11 ---> Running in 46fa857cdf0d 09:09:11 ---> 90b3fb1ef230 09:09:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:09:11 prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container 09:09:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 09:09:11 ---> Running in 0f5a74a79fcb 09:09:11 Removing intermediate container 46fa857cdf0d 09:09:11 ---> e775431c1aa7 09:09:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:11 Removing intermediate container 254a4425a95f 09:09:11 ---> ef15f0fcc9ab 09:09:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:09:11 Removing intermediate container 0f5a74a79fcb 09:09:11 ---> c67e5952a035 09:09:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:11 ---> ffc558693eaf 09:09:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:09:11 ---> Running in 9e833559797c 09:09:12 ---> 1840c461cd9d 09:09:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:09:12 ---> 3b300f9e84c5 09:09:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:09:12 ---> b8f91c77a14b 09:09:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:09:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:12 $ docker top 35e4e8c84a8b02aab69b064b3576fd8c31bf8e514ab09d2d04d3c6e70e19a6df -eo pid,comm [Pipeline] { [Pipeline] sh 09:09:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:09:13 ---> 30f2d9ace3c4 09:09:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:09:13 Status: Downloaded newer image for docker:20.10.0 09:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:13 ---> aefe523efa57 09:09:13 Step 12/26 : RUN apk add --no-cache bash 09:09:13 ---> e3fecaa02656 09:09:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:09:13 ---> e7abb551073c 09:09:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:09:13 ---> Running in dc894e381e74 09:09:13 + go version 09:09:13 go version go1.15.5 linux/arm64 [Pipeline] } 09:09:13 $ docker stop --time=1 35e4e8c84a8b02aab69b064b3576fd8c31bf8e514ab09d2d04d3c6e70e19a6df 09:09:13 ---> 4089c3bc831e 09:09:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:09:13 ---> 4aef0207c3e3 09:09:13 Step 19/23 : ENTRYPOINT ["/core-command"] 09:09:13 ---> Running in 73e8cd366d06 09:09:14 ---> Running in bb72b589db3a 09:09:14 ---> 1513e45a2dae 09:09:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:09:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:14 (1/6) Installing dumb-init (1.2.2-r1) 09:09:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:14 Removing intermediate container 73e8cd366d06 09:09:14 ---> 81a45496d517 09:09:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:09:14 (2/6) Installing libgcc (9.3.0-r2) 09:09:14 ---> Running in 900ca5f4be79 09:09:14 (3/6) Installing libsodium (1.0.18-r0) 09:09:14 Removing intermediate container bb72b589db3a 09:09:14 ---> e31a1e0bf13f 09:09:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:09:14 (1/2) Installing readline (8.0.4-r0) 09:09:14 (2/2) Installing bash (5.0.17-r0) 09:09:14 Executing bash-5.0.17-r0.post-install 09:09:14 Executing busybox-1.31.1-r19.trigger 09:09:14 OK: 12 MiB in 22 packages 09:09:14 (4/6) Installing libstdc++ (9.3.0-r2) 09:09:14 ---> 3ffe14a9d001 09:09:14 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/ 09:09:14 ---> Running in d9f35ab8f9c0 09:09:14 (5/6) Installing libzmq (4.3.3-r0) 09:09:14 Removing intermediate container 900ca5f4be79 09:09:14 ---> 08fa669d590e 09:09:14 Step 20/22 : LABEL arch=x86_64 09:09:14 (6/6) Installing zeromq (4.3.3-r0) 09:09:14 ---> Running in e9eb52418527 09:09:14 Executing busybox-1.31.1-r19.trigger 09:09:14 OK: 8 MiB in 20 packages 09:09:14 ---> Running in 6f46c1721c87 09:09:14 Removing intermediate container d9f35ab8f9c0 09:09:14 ---> a80c3ed92198 09:09:14 Step 21/23 : LABEL arch=x86_64 09:09:15 ---> Running in 65b01fadebab 09:09:15 Removing intermediate container dc894e381e74 09:09:15 ---> ffd4968aa387 09:09:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:09:15 Removing intermediate container 6f46c1721c87 09:09:15 ---> 2d91e729e892 09:09:15 Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:09:15 $ docker rm -f 35e4e8c84a8b02aab69b064b3576fd8c31bf8e514ab09d2d04d3c6e70e19a6df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:09:16 ---> Running in 68ad7b529801 09:09:16 ---> Running in fac94e323a4a 09:09:16 Removing intermediate container 65b01fadebab 09:09:16 ---> f787abe08f42 09:09:16 Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:09:16 Removing intermediate container 9e833559797c 09:09:16 ---> 344e2686809f 09:09:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:09:16 + docker inspect -f . ci-base-image-arm64 09:09:16 . [Pipeline] withDockerContainer 09:09:16 ---> Running in 9d50ec4ee506 09:09:16 Removing intermediate container 68ad7b529801 09:09:16 ---> 6f2672f5fb6b 09:09:16 Step 14/26 : ENV APP_PORT=48090 09:09:16 Removing intermediate container fac94e323a4a 09:09:16 ---> 158468116c9b 09:09:16 Step 22/22 : LABEL version=0.0.0 09:09:16 prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container 09:09:16 ---> Running in 3215c81f0150 09:09:16 ---> Running in 5a4272581100 09:09:16 Removing intermediate container 9d50ec4ee506 09:09:16 ---> 29daa47a1a7c 09:09:16 Step 23/23 : LABEL version=0.0.0 09:09:16 ---> 0e56f769ee79 09:09:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:09:16 Removing intermediate container e9eb52418527 09:09:16 ---> c066eb24c239 09:09:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:09:16 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 09:09:17 ---> Running in a3e656d88b0f 09:09:17 ---> Running in ff080df24122 09:09:17 Removing intermediate container 3215c81f0150 09:09:17 ---> 2687b674d6bb 09:09:17 Step 15/26 : EXPOSE $APP_PORT 09:09:17 Removing intermediate container 5a4272581100 09:09:17 ---> 3b0f44ceb51e 09:09:17 09:09:17 ---> Running in 11ec0b85de8c 09:09:17 Removing intermediate container a3e656d88b0f 09:09:17 ---> e9d9f72eb88a 09:09:17 09:09:17 Removing intermediate container ff080df24122 09:09:17 ---> 0feff9caaf80 09:09:17 Step 22/24 : LABEL arch=x86_64 09:09:17 ---> e0f4c8fb1b5e 09:09:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:09:17 Successfully built 3b0f44ceb51e 09:09:17 Successfully tagged docker-support-scheduler-go:latest 09:09:17 Building docker-security-proxy-setup-go 09:09:17  Building docker-support-scheduler-go ... done  ---> Running in 6f5459be343a 09:09:17 Removing intermediate container 11ec0b85de8c 09:09:17 ---> 9bff19d2b31c 09:09:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:09:17 Successfully built e9d9f72eb88a 09:09:17 Successfully tagged docker-core-command-go:latest 09:09:17  Building docker-core-command-go ... done Building docker-support-notifications-go 09:09:17 ---> 168bccf333be 09:09:17 Step 19/23 : ENTRYPOINT ["/core-data"] 09:09:17 Removing intermediate container 6f5459be343a 09:09:17 ---> be861d6a1eed 09:09:17 Step 23/24 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:09:19 ---> Running in 32a378b0d7bd 09:09:19 ---> Running in ec4f93329844 09:09:19 ---> 5eafe96052e1 09:09:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:09:19 Removing intermediate container 32a378b0d7bd 09:09:19 ---> c70a6a2a7759 09:09:19 Step 24/24 : LABEL version=0.0.0 09:09:19 $ docker top 00ebab817c9769f6feaccf5dfffa2c0dd7d3b4d89adee1af98617ddca4eb977d -eo pid,comm [Pipeline] { [Pipeline] echo 09:09:19 ========================================================= 09:09:19 [edgeXBuildGoParallel] Running Tests and Build... 09:09:19 ========================================================= [Pipeline] sh 09:09:20 + make test 09:09:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:09:21 Removing intermediate container ec4f93329844 09:09:21 ---> b59dd278d629 09:09:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:09:21 ---> Running in 262634fc817a 09:09:22 ---> Running in 1aac8bbd3ac3 09:09:24 ---> e7a53f8c5f9d 09:09:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:09:26 Removing intermediate container 1aac8bbd3ac3 09:09:26 ---> 542baa1e3b57 09:09:26 Step 21/23 : LABEL arch=x86_64 09:09:26 Removing intermediate container 262634fc817a 09:09:26 ---> c2e11f1e8e76 09:09:26 09:09:26 ---> 1e07146d7bdf 09:09:26 Step 19/26 : RUN apk --no-cache add py3-pip 09:09:26 ---> Running in 8d29cdf9a1dc 09:09:26 Successfully built c2e11f1e8e76 09:09:27 ---> Running in 6ec99cbe96f7 09:09:27 Successfully tagged docker-security-secretstore-setup-go:latest 09:09:27 Building docker-security-bootstrapper-go 09:09:32  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8d29cdf9a1dc 09:09:32 ---> e27274edc7dc 09:09:32 Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:09:35 ---> Running in c9ea7c15258e 09:09:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:37 Removing intermediate container c9ea7c15258e 09:09:37 ---> c11a4fee06c7 09:09:37 Step 23/23 : LABEL version=0.0.0 09:09:37 (1/33) Installing libbz2 (1.0.8-r1) 09:09:37 (2/33) Installing expat (2.2.9-r1) 09:09:37 (3/33) Installing libffi (3.3-r2) 09:09:37 (4/33) Installing gdbm (1.13-r1) 09:09:37 (5/33) Installing xz-libs (5.2.5-r0) 09:09:37 (6/33) Installing sqlite-libs (3.32.1-r0) 09:09:37 (7/33) Installing python3 (3.8.5-r1) 09:09:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:09:37 ---> 4c266b85e9a2 09:09:37 Step 3/21 : WORKDIR /edgex-go 09:09:37 ---> Using cache 09:09:37 ---> 0010c40cb743 09:09:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:37 ---> Using cache 09:09:37 ---> fe5dfedb68c9 09:09:37 Step 5/21 : RUN apk add --update --no-cache make git 09:09:37 ---> Using cache 09:09:37 ---> 25f0e6051dcd 09:09:37 Step 6/21 : COPY go.mod . 09:09:37 ---> Using cache 09:09:37 ---> ea78866088b1 09:09:37 Step 7/21 : RUN go mod download 09:09:37 ---> Using cache 09:09:37 ---> 9783d1eaa95b 09:09:37 Step 8/21 : COPY . . 09:09:37 ---> Using cache 09:09:37 ---> aa309f489992 09:09:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:09:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:09:41 ---> 4c266b85e9a2 09:09:41 Step 3/22 : WORKDIR /edgex-go 09:09:41 ---> Using cache 09:09:41 ---> 0010c40cb743 09:09:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:41 ---> Using cache 09:09:41 ---> fe5dfedb68c9 09:09:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:09:42 ? github.com/edgexfoundry/edgex-go [no test files] 09:09:43 ---> Running in 9753b18a28d4 09:09:43 ---> Running in 74350d2cdd75 09:09:43 (8/33) Installing py3-appdirs (1.4.4-r1) 09:09:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:09:44 (10/33) Installing py3-parsing (2.4.7-r0) 09:09:44 (11/33) Installing py3-six (1.15.0-r0) 09:09:44 ---> Running in 3ea4c9ad521f 09:09:44 (12/33) Installing py3-packaging (20.4-r0) 09:09:45 (13/33) Installing py3-setuptools (47.0.0-r0) 09:09:45 (14/33) Installing py3-chardet (3.0.4-r4) 09:09:45 (15/33) Installing py3-idna (2.9-r0) 09:09:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:09:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:09:46 (18/33) Installing py3-requests (2.23.0-r0) 09:09:46 (19/33) Installing py3-msgpack (1.0.0-r0) 09:09:47 (20/33) Installing py3-lockfile (0.12.2-r3) 09:09:47 Removing intermediate container 74350d2cdd75 09:09:47 ---> ed5c10ae7c1c 09:09:47 09:09:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:09:47 (22/33) Installing py3-colorama (0.4.3-r0) 09:09:47 (23/33) Installing py3-distlib (0.3.0-r0) 09:09:47 (24/33) Installing py3-distro (1.5.0-r1) 09:09:47 (25/33) Installing py3-webencodings (0.5.1-r3) 09:09:47 (26/33) Installing py3-html5lib (1.0.1-r4) 09:09:48 (27/33) Installing py3-pytoml (0.1.21-r0) 09:09:48 (28/33) Installing py3-pep517 (0.8.2-r0) 09:09:48 (29/33) Installing py3-progress (1.5-r0) 09:09:48 (30/33) Installing py3-toml (0.10.1-r0) 09:09:48 (31/33) Installing py3-retrying (1.3.3-r0) 09:09:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:09:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:09:48 ---> 4c266b85e9a2 09:09:48 Step 3/31 : WORKDIR /edgex-go 09:09:48 ---> Using cache 09:09:48 ---> 0010c40cb743 09:09:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:09:48 ---> Using cache 09:09:48 ---> fe5dfedb68c9 09:09:48 Step 5/31 : RUN apk add --update --no-cache make git 09:09:48 ---> Using cache 09:09:48 ---> 25f0e6051dcd 09:09:48 Step 6/31 : COPY go.mod . 09:09:48 ---> Using cache 09:09:48 ---> ea78866088b1 09:09:48 Step 7/31 : RUN go mod download 09:09:48 ---> Using cache 09:09:48 ---> 9783d1eaa95b 09:09:48 Step 8/31 : COPY . . 09:09:48 ---> Using cache 09:09:48 ---> aa309f489992 09:09:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:09:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:09:48 (33/33) Installing py3-pip (20.1.1-r0) 09:09:49 Successfully built ed5c10ae7c1c 09:09:49 Successfully tagged docker-core-data-go:latest 09:09:49 Building docker-core-metadata-go 09:09:49  Building docker-core-data-go ... done 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 09:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:09:50 Executing busybox-1.31.1-r19.trigger 09:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:09:50 OK: 71 MiB in 55 packages 09:09:50 ---> Running in e416759f193f 09:09:51 OK: 233 MiB in 51 packages 09:09:52 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 09:09:54 Removing intermediate container 3ea4c9ad521f 09:09:54 ---> b98e220b6c11 09:09:54 Step 6/22 : COPY go.mod . 09:09:55 ---> 77a001a521d0 09:09:55 Step 7/22 : RUN go mod download 09:09:56 ---> Running in f4abda41e889 09:10:01 Removing intermediate container f4abda41e889 09:10:01 ---> a4b53b79e8d3 09:10:01 Step 8/22 : COPY . . 09:10:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:10:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:10:12 ---> 4c266b85e9a2 09:10:12 Step 3/23 : WORKDIR /edgex-go 09:10:12 ---> Using cache 09:10:12 ---> 0010c40cb743 09:10:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:10:12 ---> Using cache 09:10:12 ---> fe5dfedb68c9 09:10:12 Step 5/23 : RUN apk add --update --no-cache make git 09:10:12 ---> Using cache 09:10:12 ---> 25f0e6051dcd 09:10:12 Step 6/23 : COPY go.mod . 09:10:12 ---> Using cache 09:10:12 ---> ea78866088b1 09:10:12 Step 7/23 : RUN go mod download 09:10:12 ---> Using cache 09:10:12 ---> 9783d1eaa95b 09:10:12 Step 8/23 : COPY . . 09:10:12 ---> Using cache 09:10:12 ---> aa309f489992 09:10:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:10:13 ---> Running in cc74a7f2b0aa 09:10:16 Removing intermediate container 6ec99cbe96f7 09:10:16 ---> a71c50fa1d19 09:10:16 Step 20/26 : RUN pip install docker-compose==1.23.2 09:10:17 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 09:10:19 ---> Running in 1c8865b8d853 09:10:19 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 09:10:27 Collecting docker-compose==1.23.2 09:10:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:10:27 Collecting PyYAML<4,>=3.10 09:10:27 Downloading PyYAML-3.13.tar.gz (270 kB) 09:10:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:10:31 Removing intermediate container e416759f193f 09:10:31 ---> ad61a1b99fc2 09:10:31 09:10:31 Step 10/31 : FROM alpine:3.12 09:10:31 ---> 88dd2752d2ea 09:10:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:10:31 ---> 20155f2fc3e3 09:10:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:10:32 Collecting docker<4.0,>=3.6.0 09:10:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:10:32 ---> Running in 15f27cc587ce 09:10:32 ---> Running in aa435a3db58b 09:10:32 Removing intermediate container 9753b18a28d4 09:10:32 ---> 93e130f26582 09:10:32 09:10:32 Step 10/21 : FROM alpine:3.12 09:10:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:10:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:10:32 ---> 88dd2752d2ea 09:10:32 Step 11/21 : RUN apk add --update --no-cache curl 09:10:32 Removing intermediate container 15f27cc587ce 09:10:32 ---> 5927c09a1c9c 09:10:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:10:33 ---> Running in e0ef9d568eeb 09:10:33 Collecting websocket-client<1.0,>=0.32.0 09:10:33 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:10:33 ---> Running in b1779000df03 09:10:33 Collecting cached-property<2,>=1.2.0 09:10:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:10:33 Collecting dockerpty<0.5,>=0.4.1 09:10:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:10:33 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 09:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:10:34 Collecting jsonschema<3,>=2.5.1 09:10:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:10:34 Collecting docopt<0.7,>=0.6.1 09:10:34 Downloading docopt-0.6.2.tar.gz (25 kB) 09:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:10:34 (1/4) Installing ca-certificates (20191127-r4) 09:10:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:10:34 (3/4) Installing libcurl (7.69.1-r3) 09:10:34 (4/4) Installing curl (7.69.1-r3) 09:10:34 Executing busybox-1.31.1-r19.trigger 09:10:34 Executing ca-certificates-20191127-r4.trigger 09:10:34 (1/2) Installing dumb-init (1.2.2-r1) 09:10:34 (2/2) Installing su-exec (0.2-r1) 09:10:34 Executing busybox-1.31.1-r19.trigger 09:10:34 OK: 7 MiB in 18 packages 09:10:34 OK: 6 MiB in 16 packages 09:10:35 Collecting texttable<0.10,>=0.9.0 09:10:35 Downloading texttable-0.9.1.tar.gz (11 kB) 09:10:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:10:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:10:36 Collecting docker-pycreds>=0.4.0 09:10:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:10:37 Collecting idna<2.8,>=2.5 09:10:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:10:37 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) 09:10:37 Collecting urllib3<1.25,>=1.21.1 09:10:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:10:37 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) 09:10:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:10:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:10:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:10:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:10:37 Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose 09:10:37 Running setup.py install for PyYAML: started 09:10:38 Removing intermediate container b1779000df03 09:10:38 ---> 90b1a952b3db 09:10:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:10:38 Removing intermediate container e0ef9d568eeb 09:10:38 ---> 2ee1a2006e1b 09:10:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:10:38 ---> Running in 89bfdf3ee4ae 09:10:38 ---> Running in 2c47ed0d49c5 09:10:38 Removing intermediate container 89bfdf3ee4ae 09:10:38 ---> 58a22d1171c4 09:10:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:10:38 Removing intermediate container 2c47ed0d49c5 09:10:38 ---> a8142c6e65e9 09:10:38 Step 13/21 : WORKDIR /edgex 09:10:38 Running setup.py install for PyYAML: finished with status 'done' 09:10:38 Attempting uninstall: idna 09:10:38 Found existing installation: idna 2.9 09:10:38 Uninstalling idna-2.9: 09:10:39 ---> Running in d9809f227fc9 09:10:39 Successfully uninstalled idna-2.9 09:10:39 ---> Running in 9671cb2ef874 09:10:39 Attempting uninstall: urllib3 09:10:39 Found existing installation: urllib3 1.25.9 09:10:39 Uninstalling urllib3-1.25.9: 09:10:39 Successfully uninstalled urllib3-1.25.9 09:10:39 Removing intermediate container d9809f227fc9 09:10:39 ---> 49c275f8abf8 09:10:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:10:41 ---> Running in a0c0bc6d91ca 09:10:41 Removing intermediate container 9671cb2ef874 09:10:41 ---> e97b5948c744 09:10:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:10:41 Attempting uninstall: requests 09:10:41 Found existing installation: requests 2.23.0 09:10:41 Uninstalling requests-2.23.0: 09:10:41 Successfully uninstalled requests-2.23.0 09:10:42 ---> d24034d1a378 09:10:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:10:42 Running setup.py install for dockerpty: started 09:10:42 ---> c583a45ef93f 09:10:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:10:43 Running setup.py install for dockerpty: finished with status 'done' 09:10:43 Removing intermediate container a0c0bc6d91ca 09:10:43 ---> c5ef831df6de 09:10:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:10:44 Running setup.py install for docopt: started 09:10:44 ---> 79ba72847bdd 09:10:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:10:44 ---> Running in 41af11edee66 09:10:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:10:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:10:44 ---> Running in ee59e4257db0 09:10:44 Running setup.py install for docopt: finished with status 'done' 09:10:44 Running setup.py install for texttable: started 09:10:44 Removing intermediate container 41af11edee66 09:10:44 ---> 247428d01b5c 09:10:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:10:44 Removing intermediate container ee59e4257db0 09:10:44 ---> dd5b52816fc8 09:10:44 Step 18/21 : CMD ["--init=true"] 09:10:45 ---> Running in 7e948df52169 09:10:45 Running setup.py install for texttable: finished with status 'done' 09:10:47 ---> 6f6c0ac9ae2b 09:10:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:10:47 Removing intermediate container 7e948df52169 09:10:47 ---> d2a092d8bca2 09:10:47 Step 19/21 : LABEL arch=x86_64 09:10:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:10:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:10:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:10:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:10:48 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 09:10:48 ---> Running in 2b15fa8dd405 09:10:48 ---> Running in f55aacbaad93 09:10:49 Removing intermediate container cc74a7f2b0aa 09:10:49 ---> b3b716d5ba0d 09:10:49 09:10:49 Step 10/23 : FROM alpine:3.12 09:10:49 ---> 88dd2752d2ea 09:10:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:10:49 ---> Using cache 09:10:49 ---> 080af66a5b95 09:10:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:10:49 ---> Using cache 09:10:49 ---> 8ce2101831f3 09:10:49 Step 13/23 : ENV APP_PORT=48081 09:10:49 Removing intermediate container f55aacbaad93 09:10:49 ---> 806f0215b495 09:10:49 Step 20/21 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:10:49 ---> Running in c23b6f278d63 09:10:49 ---> Running in a54fba610113 09:10:50 Removing intermediate container c23b6f278d63 09:10:50 ---> 333e496a0b5c 09:10:50 Step 14/23 : EXPOSE $APP_PORT 09:10:51 ---> Running in bb253cb53861 09:10:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:10:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:10:51 Removing intermediate container a54fba610113 09:10:51 ---> 13d6e580b9db 09:10:51 Step 21/21 : LABEL version=0.0.0 09:10:52 Removing intermediate container 1c8865b8d853 09:10:52 ---> bc987e26ea70 09:10:52 Step 21/26 : RUN apk --no-cache add curl 09:10:52 Removing intermediate container bb253cb53861 09:10:52 ---> b1a01910bfdf 09:10:52 Step 15/23 : WORKDIR / 09:10:52 ---> Running in 6b864decc886 09:10:52 ---> Running in 761fa8a66b8e 09:10:53 ---> Running in 99d48c1a3df9 09:10:53 Removing intermediate container 6b864decc886 09:10:53 ---> cd8a159f0e2a 09:10:53 09:10:54 Removing intermediate container 2b15fa8dd405 09:10:54 ---> 9124f1a8e820 09:10:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:10:54 Successfully built cd8a159f0e2a 09:10:54 Removing intermediate container 99d48c1a3df9 09:10:54 ---> 341f9a9af9c9 09:10:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:10:54 Successfully tagged docker-security-proxy-setup-go:latest 09:10:54  Building docker-security-proxy-setup-go ... done  ---> f65786264a9e 09:10:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:10:54 ---> 7c8ca2c99ae3 09:10:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:10:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:10:54 (2/3) Installing libcurl (7.69.1-r3) 09:10:54 (3/3) Installing curl (7.69.1-r3) 09:10:54 Executing busybox-1.31.1-r19.trigger 09:10:54 OK: 72 MiB in 58 packages 09:10:55 ---> 3eb4701489ff 09:10:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:10:55 ---> 2c1afe4b17e5 09:10:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:10:56 ---> c8bd7d1ae542 09:10:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:10:56 Removing intermediate container 761fa8a66b8e 09:10:56 ---> 71450d84fd9d 09:10:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:10:56 ---> 02dded80594a 09:10:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:10:56 ---> Running in 73498a7646ed 09:10:56 ---> Running in 977249c37097 09:10:56 Removing intermediate container 73498a7646ed 09:10:56 ---> 9ca9a956e57c 09:10:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:10:58 ---> 64f472e02cc1 09:10:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:10:58 ---> Running in 19e748036e89 09:10:58 Removing intermediate container 977249c37097 09:10:58 ---> 6002cc9211ec 09:10:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:10:58 Removing intermediate container aa435a3db58b 09:10:58 ---> 529b496e6885 09:10:58 09:10:58 Step 10/22 : FROM alpine:3.12 09:10:58 ---> 88dd2752d2ea 09:10:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:10:58 ---> Running in 92a07a545086 09:10:59 ---> Running in 25cf9fdb727a 09:10:59 ---> bd61dca3f3ac 09:10:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:10:59 Removing intermediate container 19e748036e89 09:10:59 ---> 6f07af0f27ab 09:10:59 Step 24/26 : LABEL arch=x86_64 09:10:59 ---> Running in 7313524faeb1 09:10:59 ---> Running in a1f7f75905d7 09:10:59 Removing intermediate container 92a07a545086 09:10:59 ---> f667f45a503f 09:10:59 Step 21/23 : LABEL arch=x86_64 09:10:59 ---> Running in 83ce8c8c7dda 09:10:59 Removing intermediate container 7313524faeb1 09:10:59 ---> 02b94d0f627e 09:10:59 Step 25/26 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:10:59 Removing intermediate container a1f7f75905d7 09:10:59 ---> e93699bb3f88 09:10:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:11:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:11:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:11:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:11:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:11:00 ---> Running in 1620e3fb1a0f 09:11:00 Removing intermediate container 83ce8c8c7dda 09:11:00 ---> 738372cbf3fc 09:11:00 Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:11:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:11:00 ---> Running in 6f52338ff5be 09:11:00 Removing intermediate container 1620e3fb1a0f 09:11:00 ---> 40ca5f822469 09:11:00 Step 26/26 : LABEL version=0.0.0 09:11:00 (1/2) Installing ca-certificates (20191127-r4) 09:11:00 (2/2) Installing dumb-init (1.2.2-r1) 09:11:00 Executing busybox-1.31.1-r19.trigger 09:11:00 Executing ca-certificates-20191127-r4.trigger 09:11:00 OK: 6 MiB in 16 packages 09:11:00 ---> 1b31b58ea9f3 09:11:00 Step 26/31 : RUN chmod +x /entrypoint.sh 09:11:00 ---> Running in 7cae9a36d4d3 09:11:00 Removing intermediate container 6f52338ff5be 09:11:00 ---> 12762e059ceb 09:11:00 Step 23/23 : LABEL version=0.0.0 09:11:01 ---> Running in 226f970f04fb 09:11:01 ---> Running in 3e4bdb9e2ecf 09:11:02 Removing intermediate container 7cae9a36d4d3 09:11:02 ---> 9cb02bb39bad 09:11:02 09:11:02 Removing intermediate container 25cf9fdb727a 09:11:02 ---> f07870e87cc8 09:11:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:11:02 Successfully built 9cb02bb39bad 09:11:02 Removing intermediate container 3e4bdb9e2ecf 09:11:02 ---> 8905c0c86cc9 09:11:02 09:11:02 Successfully tagged docker-sys-mgmt-agent-go:latest 09:11:02  Building docker-sys-mgmt-agent-go ... done  ---> Running in 22298982d2c7 09:11:02 Successfully built 8905c0c86cc9 09:11:03 Successfully tagged docker-core-metadata-go:latest 09:11:03  Building docker-core-metadata-go ... done Removing intermediate container 22298982d2c7 09:11:03 ---> dbaac81b1eb4 09:11:03 Step 13/22 : ENV APP_PORT=48060 09:11:03 ---> Running in efcbf21d0c5a 09:11:03 Removing intermediate container efcbf21d0c5a 09:11:03 ---> 4e67620b53b0 09:11:03 Step 14/22 : EXPOSE $APP_PORT 09:11:03 ---> Running in 1088a2bff571 09:11:03 Removing intermediate container 226f970f04fb 09:11:03 ---> 4c118af0159e 09:11:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:11:03 Removing intermediate container 1088a2bff571 09:11:03 ---> 0bf5e41128e5 09:11:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:11:03 ---> Running in ce0d51485022 09:11:04 ---> 63d5c821422d 09:11:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:11:04 Removing intermediate container ce0d51485022 09:11:04 ---> e3def93e6486 09:11:04 Step 28/31 : CMD ["gate"] 09:11:04 ---> Running in 5865f8067cec 09:11:04 Removing intermediate container 5865f8067cec 09:11:04 ---> be06175218bd 09:11:04 Step 29/31 : LABEL arch=x86_64 09:11:04 ---> 118b06f16d56 09:11:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:11:04 ---> Running in 68536eb92856 09:11:04 Removing intermediate container 68536eb92856 09:11:04 ---> 3ae73c05e016 09:11:04 Step 30/31 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:11:05 ---> e0b05b646b30 09:11:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:11:05 ---> Running in 4aa169411a77 09:11:05 ---> Running in 429a57e66efd 09:11:05 Removing intermediate container 4aa169411a77 09:11:05 ---> 32872eecfa52 09:11:05 Step 31/31 : LABEL version=0.0.0 09:11:05 Removing intermediate container 429a57e66efd 09:11:05 ---> cb68cbd3fd47 09:11:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:11:05 ---> Running in 262ee723193d 09:11:05 ---> Running in 2d407dba017f 09:11:05 Removing intermediate container 262ee723193d 09:11:05 ---> 1b57a9e4dbe0 09:11:05 09:11:06 Removing intermediate container 2d407dba017f 09:11:06 ---> 1f0fbba55e50 09:11:06 Step 20/22 : LABEL arch=x86_64 09:11:06 Successfully built 1b57a9e4dbe0 09:11:06 ---> Running in f7b9d04a377e 09:11:06 Successfully tagged docker-security-bootstrapper-go:latest 09:11:06  Building docker-security-bootstrapper-go ... done Removing intermediate container f7b9d04a377e 09:11:06 ---> a804ce39afab 09:11:06 Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:11:06 ---> Running in 8fb21a0ced80 09:11:06 Removing intermediate container 8fb21a0ced80 09:11:06 ---> 8c68de90a199 09:11:06 Step 22/22 : LABEL version=0.0.0 09:11:06 ---> Running in 6b1bdd8aa1e2 09:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.387s coverage: 45.9% of statements 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements 09:11:06 Removing intermediate container 6b1bdd8aa1e2 09:11:06 ---> 90ca6cb11166 09:11:06 09:11:06 Successfully built 90ca6cb11166 09:11:06 Successfully tagged docker-support-notifications-go:latest 09:11:07  Building docker-support-notifications-go ... done  [Pipeline] } 09:11:07 $ docker stop --time=1 7510b8f9c7028bda1c79012ddc44bfe05a045b05d4a07bba9c16c47173741265 09:11:08 $ docker rm -f 7510b8f9c7028bda1c79012ddc44bfe05a045b05d4a07bba9c16c47173741265 [Pipeline] // withDockerContainer [Pipeline] sh 09:11:09 + docker images 09:11:09 + grep docker 09:11:09 docker-support-notifications-go latest 90ca6cb11166 3 seconds ago 17.8MB 09:11:09 docker-security-bootstrapper-go latest 1b57a9e4dbe0 4 seconds ago 18.7MB 09:11:09 docker-core-metadata-go latest 8905c0c86cc9 7 seconds ago 19MB 09:11:09 docker-sys-mgmt-agent-go latest 9cb02bb39bad 8 seconds ago 313MB 09:11:09 docker-security-proxy-setup-go latest cd8a159f0e2a 16 seconds ago 24.7MB 09:11:09 docker-core-data-go latest ed5c10ae7c1c About a minute ago 22.4MB 09:11:09 docker-security-secretstore-setup-go latest c2e11f1e8e76 About a minute ago 24.9MB 09:11:09 docker-core-command-go latest e9d9f72eb88a About a minute ago 17.2MB 09:11:09 docker-support-scheduler-go latest 3b0f44ceb51e About a minute ago 17.2MB 09:11:09 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 09:11:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:11:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:11:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:11:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:11:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.345s coverage: 66.2% of statements 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:11:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:11:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.759s coverage: 82.4% of statements 09:11:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:11:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:11:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:11:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.276s coverage: 28.6% of statements 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:11:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.420s coverage: 97.5% of statements 09:11:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:11:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 09:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:11:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:11:25 Still waiting to schedule task 09:11:25 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:11:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements 09:11:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 09:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 09:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 09:11:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.103s coverage: 81.4% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.154s coverage: 91.6% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.557s coverage: 62.4% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 09:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 69.0% of statements 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:12:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.509s coverage: 38.4% of statements 09:12:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:12:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:12:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.123s coverage: 89.5% of statements 09:12:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:12:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements 09:12:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.0% of statements 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:12:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.195s coverage: 100.0% of statements 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:12:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:12:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.8% of statements 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:12:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.065s coverage: 29.1% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.191s coverage: 95.6% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:12:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 09:12:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 09:12:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 09:12:20 GO111MODULE=on go vet ./... 09:12:32 Running on prd-ubuntu18.04-docker-8c-8g-29124 in /w/workspace/edgexfoundry_edgex-go_PR-3238 [Pipeline] { [Pipeline] ws 09:12:32 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 09:12:34 using credential edgex-jenkins-ssh 09:12:34 Cloning the remote Git repository 09:12:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:12:35 > git init /w/workspace/edgex-go/4 # timeout=10 09:12:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:12:35 > git --version # timeout=10 09:12:35 > git --version # 'git version 2.17.1' 09:12:35 using GIT_SSH to set credentials SSH Credentials for GitHub 09:12:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:12:42 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:12:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:12:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:12:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:12:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:12:41 using GIT_SSH to set credentials SSH Credentials for GitHub 09:12:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3238/head:refs/remotes/origin/PR-3238 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:12:42 > git config core.sparsecheckout # timeout=10 09:12:42 Merge succeeded, producing 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:12:42 Checking out Revision 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 (PR-3238) 09:12:42 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 09:12:42 > git remote # timeout=10 09:12:42 > git config --get remote.origin.url # timeout=10 09:12:42 using GIT_SSH to set credentials SSH Credentials for GitHub 09:12:42 > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 09:12:42 > git rev-parse HEAD^{commit} # timeout=10 09:12:42 > git config core.sparsecheckout # timeout=10 09:12:42 > git checkout -f 5d436c84e8e48e7e05179fd2a049d6a14a0f7385 # timeout=10 09:12:46 Commit message: "fix: Update docker file location" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:12:47 + echo snap-build.sh 09:12:47 snap-build.sh 09:12:47 + SNAP_BASE_DIR=. 09:12:47 + '[' '!' -z /w/workspace/edgex-go/4 ']' 09:12:47 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 09:12:47 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 09:12:47 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 09:12:47 + cd /w/workspace/edgex-go/4 09:12:47 + sudo apt-get remove -qy --purge lxd lxd-client 09:12:47 Reading package lists... 09:12:47 Building dependency tree... 09:12:47 Reading state information... 09:12:47 The following packages were automatically installed and are no longer required: 09:12:47 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:12:47 uidmap xdelta3 09:12:47 Use 'sudo apt autoremove' to remove them. 09:12:47 The following packages will be REMOVED: 09:12:47 lxd* lxd-client* 09:12:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:12:48 After this operation, 31.7 MB disk space will be freed. 09:12:50 (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.) 09:12:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:12:51 Removing lxd dnsmasq configuration 09:12:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:12:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:12:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:12:52 (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.) 09:12:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:12:54 Processing triggers for systemd (237-3ubuntu10.42) ... 09:12:55 Processing triggers for ureadahead (0.100.0-21) ... 09:12:57 + sudo snap remove --purge lxd 09:12:57 snap "lxd" is not installed 09:12:57 + sudo groupadd --force --system lxd 09:12:57 ++ whoami 09:12:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:12:57 + newgrp - lxd 09:12:57 + sudo snap install lxd 09:13:09 2021-03-09T09:13:06Z INFO Waiting for automatic snapd restart... 09:13:24 lxd 4.11 from Canonical* installed 09:13:24 + sudo lxd init --auto 09:13:32 + sudo snap install --classic snapcraft 09:13:39 snapcraft 4.5.4 from Canonical* installed 09:13:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:13:39 + patch --verbose -p1 09:13:39 Hmm... Looks like a unified diff to me... 09:13:39 The text leading up to this was: 09:13:39 -------------------------- 09:13:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:13:39 |From: Tony Espy 09:13:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:13:39 |Subject: [PATCH] optimize snap build for pipeline CI check 09:13:39 | 09:13:39 |This patch is used by the EdgeX CI pipeline builds to 09:13:39 |optimize the snap CI check run for pull requests. When 09:13:39 |applied, it essentially strips out everything (apps and 09:13:39 |parts) from the snapcraft.yaml file except those required 09:13:39 |to build edgex-go, as the whole idea of the CI check is to 09:13:39 |catch changes to edgex-go that break the snap build. 09:13:39 | 09:13:39 |In general, anyone updating snapcraft.yaml will also need 09:13:39 |to update this patch file, otherwise it may fail to apply, 09:13:39 |resulting in a failed snap build CI check in the associated 09:13:39 |pull request. 09:13:39 | 09:13:39 |Note - in addition to applying this patch, the pipeline also 09:13:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:13:39 |need to build the finally binary .snap file (and it won't 09:13:39 |work with the patch applied). This further reduces the build 09:13:39 |time. 09:13:39 |--- 09:13:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:13:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:13:39 | 09:13:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:13:39 |index 1e537489..faf42425 100644 09:13:39 |--- a/snap/snapcraft.yaml 09:13:39 |+++ b/snap/snapcraft.yaml 09:13:39 -------------------------- 09:13:39 patching file snap/snapcraft.yaml 09:13:39 Using Plan A... 09:13:39 Hunk #1 succeeded at 73. 09:13:39 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 09:13:39 Hunk #3 succeeded at 217 (offset 3 lines). 09:13:39 Hunk #4 succeeded at 225 (offset 3 lines). 09:13:39 Hunk #5 succeeded at 232 (offset 3 lines). 09:13:39 Hunk #6 succeeded at 259 (offset 3 lines). 09:13:39 Hunk #7 succeeded at 293 (offset 3 lines). 09:13:39 Hunk #8 succeeded at 352 (offset 11 lines). 09:13:39 Hmm... Ignoring the trailing garbage. 09:13:39 done 09:13:39 + sudo snapcraft prime --use-lxd 09:13:42 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:13:42 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: 09:13:42 - README.md 09:13:42 - snapcraft.yaml.orig 09:13:42 09:13:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:13:43 Launching a container. 09:13:43 gofmt -l . 09:13:43 [ "`gofmt -l .`" = "" ] 09:13:43 ./bin/test-go-mod-tidy.sh 09:13:43 ./bin/test-attribution-txt.sh [Pipeline] sh 09:13:43 + ls -al . 09:13:43 total 764 09:13:43 drwxrwxr-x 9 1001 1001 4096 Mar 9 09:13 . 09:13:43 drwxr-xr-x 4 root root 4096 Mar 9 09:09 .. 09:13:43 -rw-rw-r-- 1 1001 1001 11 Mar 9 09:07 .dockerignore 09:13:43 drwxrwxr-x 8 1001 1001 4096 Mar 9 09:07 .git 09:13:43 drwxrwxr-x 3 1001 1001 4096 Mar 9 09:07 .github 09:13:43 -rw-rw-r-- 1 1001 1001 818 Mar 9 09:07 .gitignore 09:13:43 -rw-rw-r-- 1 1001 1001 166 Mar 9 09:07 .sonarcloud.properties 09:13:43 -rw-rw-r-- 1 1001 1001 8475 Mar 9 09:07 Attribution.txt 09:13:43 -rw-rw-r-- 1 1001 1001 3804 Mar 9 09:07 CONTRIBUTING.md 09:13:43 -rw-rw-r-- 1 1001 1001 931 Mar 9 09:07 Dockerfile.build 09:13:43 -rw-rw-r-- 1 1001 1001 863 Mar 9 09:07 Jenkinsfile 09:13:43 -rw-rw-r-- 1 1001 1001 10775 Mar 9 09:07 LICENSE 09:13:43 -rw-rw-r-- 1 1001 1001 5774 Mar 9 09:07 Makefile 09:13:43 -rw-rw-r-- 1 1001 1001 6548 Mar 9 09:07 README.md 09:13:43 -rw-rw-r-- 1 1001 1001 6755 Mar 9 09:07 SECURITY.md 09:13:43 -rw-rw-r-- 1 1001 1001 5 Mar 9 09:03 VERSION 09:13:43 -rw-rw-r-- 1 1001 1001 4131 Mar 9 09:07 ZMQWindows.md 09:13:43 drwxrwxr-x 2 1001 1001 4096 Mar 9 09:07 bin 09:13:43 drwxrwxr-x 14 1001 1001 4096 Mar 9 09:07 cmd 09:13:43 -rw-r--r-- 1 root root 622934 Mar 9 09:12 coverage.out 09:13:43 -rw-r--r-- 1 root root 1055 Mar 9 09:13 go.mod 09:13:43 -rw-r--r-- 1 root root 21699 Mar 9 09:13 go.sum 09:13:43 drwxrwxr-x 8 1001 1001 4096 Mar 9 09:07 internal 09:13:43 drwxrwxr-x 4 1001 1001 4096 Mar 9 09:07 openapi 09:13:43 drwxrwxr-x 4 1001 1001 4096 Mar 9 09:07 snap 09:13:43 -rw-rw-r-- 1 1001 1001 168 Mar 9 09:07 version.go [Pipeline] sh 09:13:44 + '[' -e coverage.out ] 09:13:44 + chown 1001:1001 coverage.out [Pipeline] stash 09:13:44 Warning: overwriting stash ‘coverage-report’ 09:13:45 Stashed 1 file(s) [Pipeline] sh 09:13:46 + make build 09:13:46 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 09:13:56 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 09:13:58 Waiting for container to be ready 09:13:58 To start your first instance, try: lxc launch ubuntu:18.04 09:13:58 09:14:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:14:02 Waiting for network to be ready... 09:14:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:14:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:14:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:14:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 09:14:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:14:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:14:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:14:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:14:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:14:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:14:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:14:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:14:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 09:14:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:14:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 09:14:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 09:14:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 09:14:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:14:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:14:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 09:14:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:14:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 09:14:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:14:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 09:14:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 09:14:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 09:14:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:14:10 Fetched 24.0 MB in 7s (3680 kB/s) 09:14:12 Reading package lists... 09:14:12 Reading package lists... 09:14:12 Building dependency tree... 09:14:12 Reading state information... 09:14:12 The following additional packages will be installed: 09:14:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:14:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:14:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:14:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:14:12 Suggested packages: 09:14:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:14:12 Recommended packages: 09:14:12 gnupg libsasl2-modules 09:14:12 The following NEW packages will be installed: 09:14:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:14:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:14:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:14:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:14:12 The following packages will be upgraded: 09:14:12 gpg gpg-agent gpgconf libudev1 09:14:12 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 09:14:12 Need to get 3530 kB of archives. 09:14:12 After this operation, 13.3 MB of additional disk space will be used. 09:14:12 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] 09:14:12 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] 09:14:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 09:14:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 09:14:12 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:14:13 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:14:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:14:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:14:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 09:14:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 09:14:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 09:14:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:14:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:14:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:14:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:14:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:14:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:14:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:14:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:14:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:14:13 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:14:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 09:14:13 debconf: delaying package configuration, since apt-utils is not installed 09:14:13 Fetched 3530 kB in 1s (3171 kB/s) 09:14:13 (Reading database ... 12511 files and directories currently installed.) 09:14:13 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:14:14 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:14:14 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:14:14 Selecting previously unselected package udev. 09:14:14 (Reading database ... 12511 files and directories currently installed.) 09:14:14 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:14:14 Unpacking udev (237-3ubuntu10.44) ... 09:14:14 Selecting previously unselected package libfuse2:amd64. 09:14:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:14:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:14:15 Selecting previously unselected package fuse. 09:14:15 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:14:15 Unpacking fuse (2.9.7-1ubuntu1) ... 09:14:15 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 09:14:15 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:14:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 09:14:15 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:14:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 09:14:15 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:14:15 Selecting previously unselected package libksba8:amd64. 09:14:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:14:15 Unpacking libksba8:amd64 (1.3.5-2) ... 09:14:16 Selecting previously unselected package libroken18-heimdal:amd64. 09:14:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:16 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:14:16 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:16 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:14:16 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:16 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:14:16 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:16 Selecting previously unselected package libwind0-heimdal:amd64. 09:14:16 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:16 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:14:16 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:14:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:14:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:14:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:14:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:17 Selecting previously unselected package libsasl2-modules-db:amd64. 09:14:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:14:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:14:17 Selecting previously unselected package libsasl2-2:amd64. 09:14:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:14:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:14:17 Selecting previously unselected package libldap-common. 09:14:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 09:14:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:14:17 Selecting previously unselected package libldap-2.4-2:amd64. 09:14:17 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 09:14:17 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:14:18 Selecting previously unselected package dirmngr. 09:14:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 09:14:18 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 09:14:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:14:18 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 09:14:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:14:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:14:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:14:18 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 09:14:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:18 Setting up libksba8:amd64 (1.3.5-2) ... 09:14:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:14:18 Setting up udev (237-3ubuntu10.44) ... 09:14:18 invoke-rc.d: policy-rc.d denied execution of start. 09:14:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Processing triggers for systemd (237-3ubuntu10) ... 09:14:19 Setting up fuse (2.9.7-1ubuntu1) ... 09:14:19 Setting up gpg (2.2.4-1ubuntu1.4) ... 09:14:19 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:14:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:14:19 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 09:14:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:14:20 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:14:20 settings in the [Install] section, and DefaultInstance for template units). 09:14:20 This means they are not meant to be enabled using systemctl. 09:14:20 Possible reasons for having this kind of units are: 09:14:20 1) A unit may be statically enabled by being symlinked from another unit's 09:14:20 .wants/ or .requires/ directory. 09:14:20 2) A unit's purpose may be to act as a helper for some other unit which has 09:14:20 a requirement dependency on it. 09:14:20 3) A unit may be started when needed via activation (socket, path, timer, 09:14:20 D-Bus, udev, scripted systemctl call, ...). 09:14:20 4) In case of template units, the unit is meant to be enabled with some 09:14:20 instance name specified. 09:14:20 Reading package lists... 09:14:21 Building dependency tree... 09:14:21 Reading state information... 09:14:21 The following additional packages will be installed: 09:14:21 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:14:21 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:14:21 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:14:21 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:14:21 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:14:21 Suggested packages: 09:14:21 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:14:21 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:14:21 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:14:21 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:14:21 systemd-container policykit-1 09:14:21 Recommended packages: 09:14:21 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:14:21 The following NEW packages will be installed: 09:14:21 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:14:21 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:14:21 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:14:21 multiarch-support openssh-client python3 python3-minimal python3.6 09:14:21 python3.6-minimal snapd squashfs-tools sudo 09:14:21 The following packages will be upgraded: 09:14:21 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:14:21 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 09:14:21 Need to get 35.2 MB of archives. 09:14:21 After this operation, 141 MB of additional disk space will be used. 09:14:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:14:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:14:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:14:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 09:14:22 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:14:22 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:14:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:14:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:14:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:14:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:14:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:14:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:14:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:14:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 09:14:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:14:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 09:14:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:14:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 09:14:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:14:22 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 09:14:22 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:14:22 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:14:22 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:14:22 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:14:22 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:14:22 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:14:22 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:14:22 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 09:14:22 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:14:22 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 09:14:23 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 09:14:23 debconf: delaying package configuration, since apt-utils is not installed 09:14:23 Fetched 35.2 MB in 2s (15.0 MB/s) 09:14:23 (Reading database ... 12757 files and directories currently installed.) 09:14:23 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:14:24 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:14:24 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:14:24 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:14:25 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:14:25 (Reading database ... 12757 files and directories currently installed.) 09:14:25 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:14:25 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:14:25 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:14:25 (Reading database ... 12757 files and directories currently installed.) 09:14:25 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:14:25 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 09:14:25 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:14:27 Setting up apt (1.6.12ubuntu0.2) ... 09:14:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:14:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:14:27 (Reading database ... 12764 files and directories currently installed.) 09:14:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:14:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:14:28 Selecting previously unselected package libpython3.6-minimal:amd64. 09:14:28 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:14:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:14:28 Selecting previously unselected package libexpat1:amd64. 09:14:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:14:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:14:28 Selecting previously unselected package python3.6-minimal. 09:14:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:14:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:14:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 09:14:28 Checking for services that may need to be restarted...done. 09:14:28 Checking for services that may need to be restarted...done. 09:14:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:14:29 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:14:29 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:14:29 Selecting previously unselected package python3-minimal. 09:14:29 (Reading database ... 13012 files and directories currently installed.) 09:14:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:14:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:14:30 Selecting previously unselected package mime-support. 09:14:30 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:14:30 Unpacking mime-support (3.60ubuntu1) ... 09:14:30 Selecting previously unselected package libmpdec2:amd64. 09:14:30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:14:30 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:14:30 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:14:30 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:14:30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:14:30 Selecting previously unselected package python3.6. 09:14:30 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:14:30 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:14:30 Selecting previously unselected package libpython3-stdlib:amd64. 09:14:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:14:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:14:30 Setting up python3-minimal (3.6.7-1~18.04) ... 09:14:31 Selecting previously unselected package python3. 09:14:31 (Reading database ... 13442 files and directories currently installed.) 09:14:31 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:14:31 Unpacking python3 (3.6.7-1~18.04) ... 09:14:31 Selecting previously unselected package multiarch-support. 09:14:31 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:14:31 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:14:31 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:14:31 Selecting previously unselected package liblzo2-2:amd64. 09:14:31 (Reading database ... 13479 files and directories currently installed.) 09:14:31 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:14:31 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:14:31 Selecting previously unselected package libbsd0:amd64. 09:14:31 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:14:31 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:14:31 Selecting previously unselected package sudo. 09:14:31 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:14:31 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:14:31 Selecting previously unselected package apparmor. 09:14:31 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:14:31 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:14:32 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 09:14:32 Selecting previously unselected package libedit2:amd64. 09:14:32 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:14:32 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:14:32 Selecting previously unselected package libkrb5support0:amd64. 09:14:32 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:14:32 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:14:32 Selecting previously unselected package libk5crypto3:amd64. 09:14:32 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:14:32 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:14:32 Selecting previously unselected package libkeyutils1:amd64. 09:14:32 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:14:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:14:32 Selecting previously unselected package libkrb5-3:amd64. 09:14:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:14:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:14:33 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 09:14:33 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:14:33 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:14:33 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:14:33 Selecting previously unselected package libssl1.0.0:amd64. 09:14:33 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 09:14:33 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:14:33 Selecting previously unselected package openssh-client. 09:14:33 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:14:33 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:14:33 Selecting previously unselected package squashfs-tools. 09:14:33 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:14:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:14:34 Selecting previously unselected package snapd. 09:14:34 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 09:14:34 Unpacking snapd (2.48.3+18.04) ... 09:14:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:14:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:14:37 Setting up mime-support (3.60ubuntu1) ... 09:14:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:14:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:14:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:14:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:14:37 Setting up systemd (237-3ubuntu10.44) ... 09:14:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:14:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:14:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:14:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:14:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:14:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:14:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:14:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:14:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:14:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:14:39 Setting up python3 (3.6.7-1~18.04) ... 09:14:39 running python rtupdate hooks for python3.6... 09:14:39 running python post-rtupdate hooks for python3.6... 09:14:39 Setting up apparmor (2.12-4ubuntu5.1) ... 09:14:39 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 09:14:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:14:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:14:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:14:41 Setting up snapd (2.48.3+18.04) ... 09:14:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:14:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:14:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:14:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:14:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:14:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:14:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:14:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:14:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:14:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:14:44 /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' 09:14:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:14:44 Processing triggers for systemd (237-3ubuntu10.44) ... 09:14:45 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 09:14:46 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 09:14:46 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:14:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:14:48 Reading package lists... 09:14:48 Reading package lists... 09:14:49 Building dependency tree... 09:14:49 Reading state information... 09:14:49 Calculating upgrade... 09:14:49 The following packages will be upgraded: 09:14:49 advancecomp base-files bash binutils binutils-common 09:14:49 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:14:49 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:14:49 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:14:49 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:14:49 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:14:49 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:14:49 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 09:14:49 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 09:14:49 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 09:14:49 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 09:14:49 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 09:14:49 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 09:14:49 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 09:14:49 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:14:49 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:14:49 Need to get 63.8 MB of archives. 09:14:49 After this operation, 5202 kB of additional disk space will be used. 09:14:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 09:14:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:14:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:14:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:14:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:14:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:14:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:14:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:14:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:14:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:14:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:14:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:14:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:14:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:14:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:14:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:14:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:14:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:14:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:14:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:14:50 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:14:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:14:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:14:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:14:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:14:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:14:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:14:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:14:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:14:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:14:50 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:14:50 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:14:50 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:14:50 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:14:50 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:14:50 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 09:14:50 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:14:50 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:14:50 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:14:50 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 09:14:50 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:14:50 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:14:50 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:14:50 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:14:50 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:14:50 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:14:50 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:14:50 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 09:14:50 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 09:14:50 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 09:14:50 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 09:14:50 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:14:50 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:14:50 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:14:50 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:14:50 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:14:50 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 09:14:50 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:14:50 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:14:50 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:14:50 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:14:50 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:14:51 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:14:51 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:14:51 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:14:51 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:14:51 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:14:51 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:14:51 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:14:51 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:14:51 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:14:51 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:14:51 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:14:51 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:14:51 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:14:51 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:14:51 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:14:51 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:14:51 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:14:51 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:14:51 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:14:51 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:14:51 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:14:51 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:14:51 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:14:51 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:14:51 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:14:51 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 09:14:51 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:14:51 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:14:51 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:14:51 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:14:51 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:14:51 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:14:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:14:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:14:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:14:51 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:14:51 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:14:51 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:14:51 debconf: delaying package configuration, since apt-utils is not installed 09:14:51 Fetched 63.8 MB in 2s (33.8 MB/s) 09:14:52 (Reading database ... 13912 files and directories currently installed.) 09:14:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:14:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:14:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:14:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:14:53 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 09:14:53 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 09:14:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:54 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 09:14:54 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:54 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:55 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:55 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:14:55 (Reading database ... 13911 files and directories currently installed.) 09:14:55 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:55 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:14:55 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:14:55 (Reading database ... 13911 files and directories currently installed.) 09:14:55 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:55 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:14:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:14:56 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:14:56 (Reading database ... 13911 files and directories currently installed.) 09:14:56 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:14:56 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:14:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:14:57 (Reading database ... 13911 files and directories currently installed.) 09:14:57 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:14:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:14:57 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:14:57 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:14:57 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 09:14:57 Setting up base-files (10.1ubuntu2.10) ... 09:14:57 Installing new version of config file /etc/issue ... 09:14:57 Installing new version of config file /etc/issue.net ... 09:14:57 Installing new version of config file /etc/lsb-release ... 09:14:57 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:14:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:14:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:14:58 Removing obsolete conffile /etc/default/motd-news ... 09:14:58 (Reading database ... 13912 files and directories currently installed.) 09:14:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:14:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:14:58 Setting up bash (4.4.18-2ubuntu1.2) ... 09:14:58 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 09:14:58 (Reading database ... 13912 files and directories currently installed.) 09:14:58 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:14:58 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:14:58 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:14:59 (Reading database ... 13912 files and directories currently installed.) 09:14:59 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:14:59 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:14:59 Setting up tar (1.29b-2ubuntu0.2) ... 09:14:59 (Reading database ... 13912 files and directories currently installed.) 09:14:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:14:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:14:59 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:14:59 (Reading database ... 13912 files and directories currently installed.) 09:14:59 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:14:59 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:15:00 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:15:00 (Reading database ... 13912 files and directories currently installed.) 09:15:00 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:15:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:15:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:15:00 (Reading database ... 13912 files and directories currently installed.) 09:15:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:15:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:15:00 Setting up grep (3.1-2build1) ... 09:15:00 (Reading database ... 13912 files and directories currently installed.) 09:15:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:15:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:15:00 Setting up login (1:4.5-1ubuntu2) ... 09:15:01 (Reading database ... 13912 files and directories currently installed.) 09:15:01 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:15:01 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:15:01 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:15:01 (Reading database ... 13912 files and directories currently installed.) 09:15:01 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:15:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:15:01 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 09:15:02 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:15:02 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:15:02 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:15:02 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:15:03 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:15:03 (Reading database ... 13912 files and directories currently installed.) 09:15:03 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:15:03 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:15:04 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:15:04 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:15:04 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:15:04 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:15:04 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:15:05 (Reading database ... 13912 files and directories currently installed.) 09:15:05 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:15:05 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:15:05 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:15:05 (Reading database ... 13912 files and directories currently installed.) 09:15:05 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:05 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:05 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:15:05 (Reading database ... 13912 files and directories currently installed.) 09:15:05 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:05 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:05 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:15:05 (Reading database ... 13912 files and directories currently installed.) 09:15:05 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:06 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:06 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:15:06 (Reading database ... 13912 files and directories currently installed.) 09:15:06 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:06 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:06 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:15:06 (Reading database ... 13912 files and directories currently installed.) 09:15:06 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:15:06 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:15:06 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:15:06 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:15:06 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:15:06 (Reading database ... 13912 files and directories currently installed.) 09:15:06 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:15:06 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:15:06 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:15:07 (Reading database ... 13912 files and directories currently installed.) 09:15:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:07 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:07 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:15:07 (Reading database ... 13912 files and directories currently installed.) 09:15:07 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:07 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:07 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:15:07 (Reading database ... 13912 files and directories currently installed.) 09:15:07 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:07 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:15:08 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] } 09:15:08 $ docker stop --time=1 00ebab817c9769f6feaccf5dfffa2c0dd7d3b4d89adee1af98617ddca4eb977d 09:15:08 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:15:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:15:09 (Reading database ... 13912 files and directories currently installed.) 09:15:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:15:09 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:15:09 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:15:10 (Reading database ... 13912 files and directories currently installed.) 09:15:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:15:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:15:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:15:10 (Reading database ... 13914 files and directories currently installed.) 09:15:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:15:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:15:10 Setting up debconf (1.5.66ubuntu1) ... 09:15:10 (Reading database ... 13914 files and directories currently installed.) 09:15:10 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:15:10 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:15:10 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:15:11 (Reading database ... 13914 files and directories currently installed.) 09:15:11 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:15:11 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:15:11 $ docker rm -f 00ebab817c9769f6feaccf5dfffa2c0dd7d3b4d89adee1af98617ddca4eb977d 09:15:11 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:15:11 (Reading database ... 13914 files and directories currently installed.) 09:15:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:15:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:15:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:15:11 (Reading database ... 13914 files and directories currently installed.) 09:15:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:15:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:15:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:15:12 (Reading database ... 13914 files and directories currently installed.) 09:15:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:15:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:15:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 09:15:12 (Reading database ... 13914 files and directories currently installed.) 09:15:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:15:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:15:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:15:12 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:15:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:15:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:15:13 09:15:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 09:15:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:15:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:15:13 (Reading database ... 13914 files and directories currently installed.) 09:15:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [Pipeline] sh 09:15:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:15:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:15:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:15:13 latest: Pulling from edgex-devops/edgex-compose-arm64 09:15:13 29e5d40040c1: Pulling fs layer 09:15:13 1ce36da41761: Pulling fs layer 09:15:13 25b303627fd3: Pulling fs layer 09:15:13 (Reading database ... 13914 files and directories currently installed.) 09:15:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:15:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:15:13 29e5d40040c1: Verifying Checksum 09:15:13 29e5d40040c1: Download complete 09:15:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:15:14 1ce36da41761: Verifying Checksum 09:15:14 1ce36da41761: Download complete 09:15:14 (Reading database ... 13914 files and directories currently installed.) 09:15:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:15:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:15:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:15:14 (Reading database ... 13914 files and directories currently installed.) 09:15:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 09:15:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 09:15:14 29e5d40040c1: Pull complete 09:15:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 09:15:14 (Reading database ... 13914 files and directories currently installed.) 09:15:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:15:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:15:15 Setting up passwd (1:4.5-1ubuntu2) ... 09:15:15 (Reading database ... 13914 files and directories currently installed.) 09:15:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 09:15:15 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:15:15 Setting up gpgv (2.2.4-1ubuntu1.4) ... 09:15:15 (Reading database ... 13914 files and directories currently installed.) 09:15:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:15:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:15:15 1ce36da41761: Pull complete 09:15:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:15:15 25b303627fd3: Verifying Checksum 09:15:15 25b303627fd3: Download complete 09:15:16 (Reading database ... 13914 files and directories currently installed.) 09:15:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:15:16 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:15:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:15:16 (Reading database ... 13914 files and directories currently installed.) 09:15:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:15:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:15:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:15:16 (Reading database ... 13914 files and directories currently installed.) 09:15:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:15:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:15:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:15:16 (Reading database ... 13914 files and directories currently installed.) 09:15:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:15:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:15:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:15:17 (Reading database ... 13914 files and directories currently installed.) 09:15:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:15:17 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:15:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:15:17 (Reading database ... 13915 files and directories currently installed.) 09:15:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:15:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:15:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:15:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:15:17 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:15:17 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:15:18 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:15:18 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:15:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:15:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:15:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:15:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:15:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:15:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:15:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:15:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:15:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:15:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:15:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:15:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:15:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:15:19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:15:19 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:15:19 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:15:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:15:21 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:15:21 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:15:21 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:15:21 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:15:21 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:15:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:15:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:15:22 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:15:22 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:15:22 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:15:22 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:15:22 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:22 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:22 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:22 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:22 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:22 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:23 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:24 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:24 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:25 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:25 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:26 25b303627fd3: Pull complete 09:15:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:15:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:15:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:15:26 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:26 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:26 prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container 09:15:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose-arm64:latest cat 09:15:26 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:26 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:28 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:15:28 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:15:28 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:15:28 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:15:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:15:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:15:28 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:15:28 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:15:28 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:15:28 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:15:28 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:15:28 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:15:28 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:15:28 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:15:29 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:15:29 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:15:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:15:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:15:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:15:29 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:15:29 $ docker top 4da29726b20773cf685f1e2e3652d3140fbbb9d35028258ed93efbc0b6ffe548 -eo pid,comm 09:15:29 09:15:29 Current default time zone: 'Etc/UTC' 09:15:29 Local time is now: Tue Mar 9 09:15:29 UTC 2021. 09:15:29 Universal Time is now: Tue Mar 9 09:15:29 UTC 2021. 09:15:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:15:29 09:15:29 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:15:29 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:29 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 09:15:29 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:15:29 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:15:29 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:15:29 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:15:29 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:15:29 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:15:29 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [Pipeline] { [Pipeline] sh 09:15:30 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:30 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:15:30 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:15:30 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 09:15:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:30 Setting up patch (2.7.6-2ubuntu1.1) ... 09:15:30 + docker-compose build --help 09:15:30 + grep parallel 09:15:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:15:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:15:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 09:15:30 Installing new version of config file /etc/ssl/openssl.cnf ... 09:15:30 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:15:30 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:15:30 Setting up ca-certificates (20210119~18.04.1) ... 09:15:33 Updating certificates in /etc/ssl/certs... 09:15:33 --parallel Build images in parallel. [Pipeline] } 09:15:33 $ docker stop --time=1 4da29726b20773cf685f1e2e3652d3140fbbb9d35028258ed93efbc0b6ffe548 09:15:34 23 added, 27 removed; done. 09:15:34 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:15:34 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:15:34 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:15:34 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:15:34 Setting up pkgbinarymangler (138.18.04.1) ... 09:15:34 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 09:15:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up perl (5.26.1-6ubuntu0.5) ... 09:15:34 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 09:15:34 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:15:34 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:15:34 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 09:15:34 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:15:34 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:15:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:15:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:15:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:15:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:15:35 Processing triggers for systemd (237-3ubuntu10.44) ... 09:15:35 Processing triggers for mime-support (3.60ubuntu1) ... 09:15:35 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:15:35 Updating certificates in /etc/ssl/certs... 09:15:35 $ docker rm -f 4da29726b20773cf685f1e2e3652d3140fbbb9d35028258ed93efbc0b6ffe548 [Pipeline] // withDockerContainer 09:15:36 0 added, 0 removed; done. 09:15:36 Running hooks in /etc/ca-certificates/update.d... 09:15:36 done. [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:15:36 . [Pipeline] withDockerContainer 09:15:37 prd-ubuntu18.04-docker-arm64-4c-16g-29119 does not seem to be running inside a container 09:15:37 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 09:15:37 Reading package lists... 09:15:37 Building dependency tree... 09:15:37 Reading state information... 09:15:37 The following NEW packages will be installed: 09:15:37 apt-transport-https 09:15:37 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:15:37 Need to get 1696 B of archives. 09:15:37 After this operation, 153 kB of additional disk space will be used. 09:15:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:15:38 debconf: delaying package configuration, since apt-utils is not installed 09:15:38 Fetched 1696 B in 0s (22.4 kB/s) 09:15:38 Selecting previously unselected package apt-transport-https. 09:15:38 (Reading database ... 13920 files and directories currently installed.) 09:15:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:15:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:15:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:15:38 $ docker top ca446aee79b9e2840bdb43d9ed3fae90a295cccbd32c9ff54ad1c2f3cb7f8fb2 -eo pid,comm 09:15:38 Waiting for network to be ready... [Pipeline] { [Pipeline] sh 09:15:39 + docker-compose -f ./docker-compose-build.yml build --parallel 09:15:43 Building docker-core-command-go ... 09:15:43 Building docker-core-data-go ... 09:15:43 Building docker-core-metadata-go ... 09:15:43 Building docker-security-bootstrapper-go ... 09:15:43 Building docker-security-proxy-setup-go ... 09:15:43 Building docker-security-secretstore-setup-go ... 09:15:43 Building docker-support-notifications-go ... 09:15:43 Building docker-support-scheduler-go ... 09:15:43 Building docker-sys-mgmt-agent-go ... 09:15:43 Building docker-support-notifications-go 09:15:43 Building docker-core-metadata-go 09:15:43 Building docker-sys-mgmt-agent-go 09:15:43 Building docker-security-proxy-setup-go 09:15:43 Building docker-support-scheduler-go 09:15:46 2021-03-09T09:15:44Z INFO Waiting for automatic snapd restart... 09:15:47 snapd 2.49 from Canonical* installed 09:15:49 "snapd" switched to the "latest/stable" channel 09:15:49 09:15:55 core18 20210128 from Canonical* installed 09:15:55 "core18" switched to the "latest/stable" channel 09:15:55 09:16:04 snapcraft 4.5.4 from Canonical* installed 09:16:04 "snapcraft" switched to the "latest/stable" channel 09:16:04 09:16:08 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: 09:16:08 - README.md 09:16:08 - snapcraft.yaml.orig 09:16:08 09:16:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:16:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:16:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:16:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:16:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:16:16 Reading package lists... 09:16:17 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.7 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 09:16:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:16:24 Reading package lists... 09:16:24 Building dependency tree... 09:16:24 Reading state information... 09:16:24 Suggested packages: 09:16:24 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:16:24 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:16:24 Recommended packages: 09:16:24 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:16:24 The following NEW packages will be installed: 09:16:24 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:16:24 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:16:24 pkg-config zip 09:16:24 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:16:24 Need to get 7656 kB of archives. 09:16:24 After this operation, 43.7 MB of additional disk space will be used. 09:16:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 09:16:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:16:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:16:24 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:16:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:16:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:16:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:16:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:16:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:16:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:16:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:16:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:16:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:16:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:16:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:16:24 debconf: delaying package configuration, since apt-utils is not installed 09:16:24 Fetched 7656 kB in 1s (10.6 MB/s) 09:16:25 Selecting previously unselected package libglib2.0-0:amd64. 09:16:25 (Reading database ... 13924 files and directories currently installed.) 09:16:25 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 09:16:25 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 09:16:25 Selecting previously unselected package libpsl5:amd64. 09:16:25 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:16:25 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:16:25 Selecting previously unselected package libnghttp2-14:amd64. 09:16:25 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:16:25 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:16:25 Selecting previously unselected package librtmp1:amd64. 09:16:25 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:16:25 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:16:25 Selecting previously unselected package libcurl3-gnutls:amd64. 09:16:25 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:16:25 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:16:25 Selecting previously unselected package liberror-perl. 09:16:25 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:16:25 Unpacking liberror-perl (0.17025-1) ... 09:16:25 Selecting previously unselected package git-man. 09:16:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:16:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:16:25 Selecting previously unselected package git. 09:16:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:16:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:16:26 Selecting previously unselected package libnorm1:amd64. 09:16:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:16:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:16:27 Selecting previously unselected package libpgm-5.2-0:amd64. 09:16:27 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:16:27 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:16:27 Selecting previously unselected package libsodium23:amd64. 09:16:27 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:16:27 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:16:27 Selecting previously unselected package libzmq5:amd64. 09:16:27 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:16:27 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:16:27 Selecting previously unselected package libzmq3-dev:amd64. 09:16:27 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:16:27 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:16:27 Selecting previously unselected package pkg-config. 09:16:27 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:16:27 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:16:27 Selecting previously unselected package zip. 09:16:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:16:27 Unpacking zip (3.0-11build1) ... 09:16:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:16:27 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:16:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:16:27 Setting up liberror-perl (0.17025-1) ... 09:16:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:16:28 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 09:16:28 No schema files found: doing nothing. 09:16:28 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:16:28 Setting up zip (3.0-11build1) ... 09:16:28 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:16:28 Setting up libsodium23:amd64 (1.0.16-2) ... 09:16:28 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:16:28 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:16:28 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:16:28 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:16:28 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:16:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:16:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:16:35 git set to automatically installed. 09:16:35 git-man set to automatically installed. 09:16:35 libcurl3-gnutls set to automatically installed. 09:16:35 liberror-perl set to automatically installed. 09:16:35 libglib2.0-0 set to automatically installed. 09:16:35 libnghttp2-14 set to automatically installed. 09:16:35 libnorm1 set to automatically installed. 09:16:35 libpgm-5.2-0 set to automatically installed. 09:16:35 libpsl5 set to automatically installed. 09:16:35 librtmp1 set to automatically installed. 09:16:35 libsodium23 set to automatically installed. 09:16:35 libzmq3-dev set to automatically installed. 09:16:35 libzmq5 set to automatically installed. 09:16:35 pkg-config set to automatically installed. 09:16:35 zip set to automatically installed. 09:16:37 snapd is not logged in, snap install commands will use sudo 09:16:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:16:43 snap "core18" has no updates available 09:16:45 Pulling config-common 09:16:45 + snapcraftctl pull 09:16:46 Pulling go-build-helper 09:16:46 + snapcraftctl pull 09:17:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:17:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:17:05 ---> 7156977c513b 09:17:05 Step 3/22 : WORKDIR /edgex-go 09:17:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:17:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:17:05 ---> 7156977c513b 09:17:05 Step 3/22 : WORKDIR /edgex-go 09:17:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:17:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:17:05 ---> 7156977c513b 09:17:05 Step 3/21 : WORKDIR /edgex-go 09:17:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:17:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:17:05 ---> 7156977c513b 09:17:05 Step 3/23 : WORKDIR /edgex-go 09:17:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:17:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:17:05 ---> 7156977c513b 09:17:05 Step 3/26 : WORKDIR /edgex-go 09:17:05 ---> Running in 50949b0ace0a 09:17:05 ---> Running in 75bdad3f02ba 09:17:05 ---> Running in 2b266efb90c4 09:17:05 ---> Running in f53a51791eb2 09:17:05 ---> Running in 39088108e79c 09:17:05 Removing intermediate container 2b266efb90c4 09:17:05 ---> d1a988ec68a0 09:17:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:05 Removing intermediate container 75bdad3f02ba 09:17:05 ---> 214f946c0634 09:17:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:05 Removing intermediate container 50949b0ace0a 09:17:05 ---> 6f2c697d2c79 09:17:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:05 Removing intermediate container f53a51791eb2 09:17:05 ---> 12100712d0d3 09:17:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:05 Removing intermediate container 39088108e79c 09:17:05 ---> 054dc39980ce 09:17:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:17:05 ---> Running in bf761e3f0c85 09:17:05 ---> Running in f222beff6f9e 09:17:05 ---> Running in 0463b3d82156 09:17:05 ---> Running in fd0f555cc70b 09:17:05 ---> Running in 3cb7e80ddb8d 09:17:05 Removing intermediate container bf761e3f0c85 09:17:05 ---> 980e126df35d 09:17:05 Step 5/26 : RUN apk add --update --no-cache make bash git 09:17:05 ---> Running in fa389753ac54 09:17:05 Removing intermediate container fd0f555cc70b 09:17:05 ---> c47f1aca86d6 09:17:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:17:05 ---> Running in acc69058917c 09:17:05 Removing intermediate container f222beff6f9e 09:17:05 ---> f07424626e4c 09:17:05 Step 5/21 : RUN apk add --update --no-cache make git 09:17:05 Removing intermediate container 0463b3d82156 09:17:05 ---> 8e4694bfc460 09:17:05 Step 5/22 : RUN apk add --update --no-cache make git 09:17:05 Removing intermediate container 3cb7e80ddb8d 09:17:05 ---> 588c8716f6e3 09:17:05 Step 5/23 : RUN apk add --update --no-cache make git 09:17:05 ---> Running in 0152cc8c41be 09:17:05 ---> Running in 7d3362725780 09:17:05 ---> Running in 6272db595a26 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:17:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:17:05 OK: 217 MiB in 51 packages 09:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:17:06 OK: 217 MiB in 51 packages 09:17:07 OK: 217 MiB in 51 packages 09:17:07 OK: 217 MiB in 51 packages 09:17:07 OK: 217 MiB in 51 packages 09:17:07 Removing intermediate container fa389753ac54 09:17:07 ---> e45e5ecaeee2 09:17:07 Step 6/26 : COPY go.mod . 09:17:08 Removing intermediate container acc69058917c 09:17:08 ---> cb5904f732e2 09:17:08 Step 6/22 : COPY go.mod . 09:17:08 ---> 06f010323866 09:17:08 Step 7/26 : RUN go mod download 09:17:08 Removing intermediate container 0152cc8c41be 09:17:08 ---> 1c4a16dab306 09:17:08 Step 6/21 : COPY go.mod . 09:17:08 ---> Running in cc41a7bac005 09:17:09 Removing intermediate container 7d3362725780 09:17:09 ---> 3a78d85010c6 09:17:09 Step 6/23 : COPY go.mod . 09:17:09 Removing intermediate container 6272db595a26 09:17:09 ---> 6f5f00f071ed 09:17:09 Step 6/22 : COPY go.mod . 09:17:09 ---> bb385e3f3eff 09:17:09 Step 7/22 : RUN go mod download 09:17:09 ---> Running in cf942f02b522 09:17:10 ---> c7a7e801da86 09:17:10 Step 7/21 : RUN go mod download 09:17:10 ---> Running in 29d926e3ef4d 09:17:10 ---> af8fba4f8738 09:17:10 Step 7/23 : RUN go mod download 09:17:10 ---> edbb865b56f3 09:17:10 Step 7/22 : RUN go mod download 09:17:10 ---> Running in e5ec216587c7 09:17:10 ---> Running in a3a6240d08b3 09:17:13 Removing intermediate container cc41a7bac005 09:17:13 ---> a136bf1b7e17 09:17:13 Step 8/26 : COPY . . 09:17:13 Removing intermediate container cf942f02b522 09:17:13 ---> cd9479c9e639 09:17:13 Step 8/22 : COPY . . 09:17:15 Removing intermediate container 29d926e3ef4d 09:17:15 ---> fee6329558b5 09:17:15 Step 8/21 : COPY . . 09:17:16 Removing intermediate container e5ec216587c7 09:17:16 ---> 993b6ceabd4a 09:17:16 Removing intermediate container a3a6240d08b3 09:17:16 Step 8/23 : COPY . . ---> 41db0aa579c4 09:17:16 09:17:16 Step 8/22 : COPY . . 09:17:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:17:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:17:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 09:17:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:17:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 09:17:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:17:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 09:17:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 09:17:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 09:17:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:17:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:17:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:17:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:17:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:17:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:17:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:17:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:17:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:17:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:17:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 09:17:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:17:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 09:17:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:17:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 09:17:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 09:17:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 09:17:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:17:19 Fetched 24.0 MB in 6s (3946 kB/s) 09:17:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:17:19 Fetched 96.5 kB in 0s (0 B/s) 09:17:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:17:19 Fetched 279 kB in 0s (0 B/s) 09:17:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:17:19 Fetched 122 kB in 0s (0 B/s) 09:17:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:17:19 Fetched 77.8 kB in 0s (0 B/s) 09:17:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:17:19 Fetched 8848 B in 0s (0 B/s) 09:17:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:17:19 Fetched 47.8 kB in 0s (0 B/s) 09:17:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:17:19 Fetched 45.6 kB in 0s (0 B/s) 09:17:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:17:19 Fetched 15.0 kB in 0s (0 B/s) 09:17:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:17:19 Fetched 214 kB in 0s (0 B/s) 09:17:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:17:19 Fetched 154 kB in 0s (0 B/s) 09:17:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:17:19 Fetched 50.6 kB in 0s (0 B/s) 09:17:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:17:19 Fetched 14.8 kB in 0s (0 B/s) 09:17:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:17:19 Fetched 41.8 kB in 0s (0 B/s) 09:17:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:17:19 Fetched 499 kB in 0s (0 B/s) 09:17:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:17:19 Fetched 111 kB in 0s (0 B/s) 09:17:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:17:19 Fetched 240 kB in 0s (0 B/s) 09:17:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:17:19 Fetched 29.3 kB in 0s (0 B/s) 09:17:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:17:19 Fetched 85.5 kB in 0s (0 B/s) 09:17:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:17:19 Fetched 24.5 kB in 0s (0 B/s) 09:17:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:17:19 Fetched 49.2 kB in 0s (0 B/s) 09:17:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:17:19 Fetched 54.2 kB in 0s (0 B/s) 09:17:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:17:19 Fetched 30.8 kB in 0s (0 B/s) 09:17:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:17:19 Fetched 15.8 kB in 0s (0 B/s) 09:17:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:17:19 Fetched 85.9 kB in 0s (0 B/s) 09:17:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:17:19 Fetched 8720 B in 0s (0 B/s) 09:17:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:17:19 Fetched 137 kB in 0s (0 B/s) 09:17:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:17:19 Fetched 119 kB in 0s (0 B/s) 09:17:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:17:19 Fetched 109 kB in 0s (0 B/s) 09:17:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:17:19 Fetched 11.1 kB in 0s (0 B/s) 09:17:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:17:19 Fetched 645 kB in 0s (0 B/s) 09:17:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:17:19 Fetched 41.3 kB in 0s (0 B/s) 09:17:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:17:19 Fetched 17.9 kB in 0s (0 B/s) 09:17:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:17:19 Fetched 368 kB in 0s (0 B/s) 09:17:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:17:19 Fetched 187 kB in 0s (0 B/s) 09:17:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:17:19 Fetched 175 kB in 0s (0 B/s) 09:17:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:17:19 Fetched 206 kB in 0s (0 B/s) 09:17:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 09:17:19 Fetched 1301 kB in 0s (0 B/s) 09:17:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:17:19 Fetched 36.2 kB in 0s (0 B/s) 09:17:19 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:17:19 Fetched 159 kB in 0s (0 B/s) 09:17:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:17:19 Fetched 107 kB in 0s (0 B/s) 09:17:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:17:19 Fetched 48.7 kB in 0s (0 B/s) 09:17:19 Pulling static-packages 09:17:19 + snapcraftctl pull 09:17:20 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:17:20 Skipping pull go-build-helper (already ran) 09:17:20 Skipping pull static-packages (already ran) 09:17:20 Building go-build-helper 09:17:20 + snapcraftctl build 09:17:25 Building static-packages 09:17:25 + snapcraftctl build 09:17:29 Staging go-build-helper 09:17:29 + snapcraftctl stage 09:17:30 Staging static-packages 09:17:30 + snapcraftctl stage 09:17:31 Pulling go115 09:17:31 + snapcraftctl pull 09:17:33 'edgex-go' has dependencies that need to be staged: go115 09:17:33 Skipping pull go115 (already ran) 09:17:33 Building go115 09:17:33 + dpkg --print-architecture 09:17:33 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 09:17:33 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 09:17:33 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 09:17:33 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:33 Dload Upload Total Spent Left Speed 09:17:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.5M 0 0 17.9M 0 0:00:06 --:--:-- 0:00:06 17.9M 37 115M 37 43.4M 0 0 22.2M 0 0:00:05 0:00:01 0:00:04 22.2M 55 115M 55 64.0M 0 0 22.9M 0 0:00:05 0:00:02 0:00:03 22.9M 80 115M 80 93.4M 0 0 24.6M 0 0:00:04 0:00:03 0:00:01 24.6M 100 115M 100 115M 0 0 26.0M 0 0:00:04 0:00:04 --:--:-- 26.0M 09:17:37 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 09:17:37 + sha256sum -c sha256 09:17:37 + grep OK 09:17:38 go1.15.2.linux-amd64.tar.gz: OK 09:17:38 + mkdir -p /root/stage/go1.15 09:17:38 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 09:17:42 ---> e03c6b280ea4 09:17:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:17:42 ---> f41015cbec75 09:17:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:17:42 ---> 084004ce5c9b 09:17:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:17:42 ---> f3a9ecb9b02b 09:17:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:17:42 ---> Running in f29f7fb8112f 09:17:42 ---> 199e9d945de3 09:17:42 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:17:42 ---> Running in 6a39d4f4e79b 09:17:42 ---> Running in 51f8decbe4a0 09:17:42 ---> Running in cc4d87e51279 09:17:42 ---> Running in 664578fa05c0 09:17:42 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 09:17:42 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 09:17:42 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 09:17:43 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 09:17:43 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 09:17:45 Staging go115 09:17:45 + snapcraftctl stage 09:17:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:17:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:17:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:17:51 Fetched 0 B in 0s (0 B/s) 09:17:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:17:51 Fetched 224 kB in 0s (0 B/s) 09:17:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:17:51 Fetched 157 kB in 0s (0 B/s) 09:17:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:17:51 Fetched 221 kB in 0s (0 B/s) 09:17:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:17:51 Fetched 143 kB in 0s (0 B/s) 09:17:51 Pulling edgex-go 09:17:51 + snapcraftctl pull 09:17:55 Pulling version 09:17:55 + cd /root/project 09:17:55 + [ -f VERSION ] 09:17:55 + PROJECT_VERSION=local-dev 09:17:55 + git rev-parse --short HEAD 09:17:55 + GIT_REVISION=5d436c84 09:17:55 + snapcraftctl set-version local-dev 09:17:56 Building config-common 09:17:56 + snapcraftctl build 09:17:59 Skipping build go-build-helper (already ran) 09:17:59 Skipping build static-packages (already ran) 09:17:59 Skipping build go115 (already ran) 09:18:00 Building edgex-go 09:18:01 + 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/6120/bin/scriptlet-bin 09:18:01 + cd /root/parts/edgex-go/src 09:18:01 + make build 09:18:01 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 09:18:02 go: downloading github.com/gorilla/mux v1.8.0 09:18:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 09:18:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 09:18:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:18:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 09:18:03 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 09:18:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 09:18:03 go: downloading github.com/google/uuid v1.2.0 09:18:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 09:18:03 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:18:03 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:18:03 go: downloading github.com/pelletier/go-toml v1.2.0 09:18:03 go: downloading github.com/hashicorp/consul/api v1.8.1 09:18:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:18:03 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:18:03 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:18:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:18:03 go: downloading github.com/go-kit/kit v0.8.0 09:18:03 go: downloading github.com/pebbe/zmq4 v1.2.5 09:18:03 go: downloading github.com/BurntSushi/toml v0.3.1 09:18:03 go: downloading github.com/pkg/errors v0.8.1 09:18:03 go: downloading github.com/imdario/mergo v0.3.11 09:18:03 go: downloading github.com/x448/float16 v0.8.4 09:18:03 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:18:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:18:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:18:03 go: downloading github.com/hashicorp/serf v0.9.5 09:18:03 go: downloading github.com/leodido/go-urn v1.2.0 09:18:03 go: downloading github.com/go-playground/universal-translator v0.17.0 09:18:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:18:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:18:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:18:03 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:18:03 go: downloading github.com/mitchellh/copystructure v1.0.0 09:18:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:18:03 go: downloading github.com/go-playground/locales v0.13.0 09:18:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:18:03 go: downloading github.com/fatih/color v1.9.0 09:18:03 go: downloading github.com/mattn/go-isatty v0.0.12 09:18:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:18:03 go: downloading github.com/mattn/go-colorable v0.1.6 09:18:03 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 09:18:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:18:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:18:14 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 09:18:14 go: downloading gopkg.in/yaml.v2 v2.4.0 09:18:20 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 09:18:22 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 09:18:23 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 09:18:24 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 09:18:24 go: downloading github.com/stretchr/testify v1.7.0 09:18:24 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:18:24 go: downloading github.com/davecgh/go-spew v1.1.1 09:18:24 go: downloading github.com/pmezard/go-difflib v1.0.0 09:18:26 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 09:18:26 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:18:26 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:18:28 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 09:18:29 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 09:18:29 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 09:18:31 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 09:18:32 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 09:18:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:18:33 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 09:18:33 go: downloading github.com/lib/pq v1.9.0 09:18:36 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:18:36 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:18:36 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:18:36 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:18:36 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:18:36 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:18:36 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:18:36 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:18:36 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:18:36 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:18:36 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:18:36 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:18:36 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:18:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:18:36 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:18:36 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:18:36 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:18:36 + 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 09:18:36 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:18:36 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:18:36 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:18:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:18:36 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:18:36 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:18:36 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:18:38 Building version 09:18:38 + snapcraftctl build 09:18:41 Staging config-common 09:18:41 + snapcraftctl stage 09:18:43 Skipping stage go-build-helper (already ran) 09:18:43 Skipping stage static-packages (already ran) 09:18:43 Skipping stage go115 (already ran) 09:18:43 Staging edgex-go 09:18:43 + snapcraftctl stage 09:18:44 Staging version 09:18:44 + snapcraftctl stage 09:18:45 Priming config-common 09:18:45 + snapcraftctl prime 09:18:47 Priming go-build-helper 09:18:47 + snapcraftctl prime 09:18:48 Priming static-packages 09:18:48 + snapcraftctl prime 09:18:52 Priming go115 09:18:52 + snapcraftctl prime 09:18:53 Priming edgex-go 09:18:53 + snapcraftctl prime 09:18:55 Priming version 09:18:55 + snapcraftctl prime 09:18:56 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] } 09:19:20 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 09:19:27 Removing intermediate container 6a39d4f4e79b 09:19:27 ---> b7aea763f1e1 09:19:27 09:19:27 Step 10/21 : FROM alpine:3.12 09:19:27 3.12: Pulling from library/alpine 09:19:27 Removing intermediate container f29f7fb8112f 09:19:27 ---> 1f3b9206447e 09:19:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:19:27 ---> Running in c22e2d9fb39f 09:19:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:19:28 Status: Downloaded newer image for alpine:3.12 09:19:28 ---> d10569e2745f 09:19:28 Step 11/21 : RUN apk add --update --no-cache curl 09:19:29 ---> Running in a6913ca15c57 09:19:29 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 09:19:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:32 (1/4) Installing ca-certificates (20191127-r4) 09:19:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:19:32 (3/4) Installing libcurl (7.69.1-r3) 09:19:32 (4/4) Installing curl (7.69.1-r3) 09:19:32 Executing busybox-1.31.1-r19.trigger 09:19:32 Executing ca-certificates-20191127-r4.trigger 09:19:33 OK: 7 MiB in 18 packages 09:19:36 Removing intermediate container c22e2d9fb39f 09:19:36 ---> d62578f7bdb1 09:19:36 09:19:36 Step 11/26 : FROM docker:20.10.0 09:19:36 Removing intermediate container a6913ca15c57 09:19:36 ---> 5e70837b6f81 09:19:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:19:36 20.10.0: Pulling from library/docker 09:19:36 ---> Running in 28571c7cc7e6 09:19:38 Removing intermediate container 28571c7cc7e6 09:19:38 ---> 277a47181c0e 09:19:38 Step 13/21 : WORKDIR /edgex 09:19:39 ---> Running in 9395d8334a04 09:19:40 Removing intermediate container 9395d8334a04 09:19:40 ---> cf63c86ab0c1 09:19:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:19:43 ---> d5f30470362d 09:19:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:19:44 Removing intermediate container 664578fa05c0 09:19:44 ---> 4cf6f15840d7 09:19:44 09:19:44 Step 10/22 : FROM alpine:3.12 09:19:44 ---> d10569e2745f 09:19:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:19:44 ---> Running in 8606ecaad881 09:19:45 ---> c0a51e876f5d 09:19:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:19:45 Removing intermediate container 51f8decbe4a0 09:19:45 ---> 4a274c37ac9f 09:19:45 09:19:45 Step 10/22 : FROM alpine:3.12 09:19:45 ---> d10569e2745f 09:19:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:19:46 ---> Running in cc621c4c6276 09:19:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:47 (1/1) Installing dumb-init (1.2.2-r1) 09:19:47 Executing busybox-1.31.1-r19.trigger 09:19:47 OK: 5 MiB in 15 packages 09:19:47 ---> 4ee364b24ae8 09:19:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:19:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:48 ---> Running in b97300226a53 09:19:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:49 (1/2) Installing ca-certificates (20191127-r4) 09:19:49 (2/2) Installing dumb-init (1.2.2-r1) 09:19:49 Executing busybox-1.31.1-r19.trigger 09:19:49 Executing ca-certificates-20191127-r4.trigger 09:19:49 OK: 6 MiB in 16 packages 09:19:49 Removing intermediate container b97300226a53 09:19:49 ---> 04961a75b519 09:19:49 Step 18/21 : CMD ["--init=true"] 09:19:50 ---> Running in 87c68af1d813 09:19:50 Removing intermediate container 8606ecaad881 09:19:50 ---> c1bf77771eb3 09:19:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:19:50 ---> Running in d9ab161970f2 09:19:51 Removing intermediate container 87c68af1d813 09:19:51 ---> 049bb503eeb6 09:19:51 Step 19/21 : LABEL arch=arm64 09:19:51 ---> Running in fe47925deb2d 09:19:51 Removing intermediate container d9ab161970f2 09:19:51 ---> e8242d847a3c 09:19:51 Step 13/22 : ENV APP_PORT=48085 09:19:51 Removing intermediate container cc621c4c6276 09:19:51 ---> 28796c0895ac 09:19:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:19:51 ---> Running in 18cefee5d371 09:19:52 ---> Running in c2af1883c14b 09:19:52 Removing intermediate container fe47925deb2d 09:19:52 ---> 088d14907ade 09:19:52 Step 20/21 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:19:52 Removing intermediate container cc4d87e51279 09:19:52 ---> 25bd601456f4 09:19:52 09:19:52 Step 10/23 : FROM alpine:3.12 09:19:52 ---> d10569e2745f 09:19:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:19:52 ---> Using cache 09:19:52 ---> c1bf77771eb3 09:19:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:19:52 ---> Using cache 09:19:52 ---> e8242d847a3c 09:19:52 Step 13/23 : ENV APP_PORT=48081 09:19:53 ---> Running in 8b30b6a92824 09:19:53 Removing intermediate container 18cefee5d371 09:19:53 ---> 3cdd8fbb4de0 09:19:53 Step 14/22 : EXPOSE $APP_PORT 09:19:53 ---> Running in 988bde7df926 09:19:53 Removing intermediate container c2af1883c14b 09:19:53 ---> 9afc3d562b26 09:19:53 Step 13/22 : ENV APP_PORT=48060 09:19:53 ---> Running in a14e629bbd26 09:19:53 ---> Running in 62c9c37ed42d 09:19:53 Removing intermediate container 8b30b6a92824 09:19:53 ---> 8c762701533d 09:19:53 Step 21/21 : LABEL version=0.0.0 09:19:53 ---> Running in 8ec492d0f790 09:19:53 Removing intermediate container 988bde7df926 09:19:53 ---> 37ffcd8b9296 09:19:53 Step 14/23 : EXPOSE $APP_PORT 09:19:54 Removing intermediate container a14e629bbd26 09:19:54 ---> 81d93b1902cd 09:19:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:19:54 ---> Running in f900c54d3258 09:19:54 Removing intermediate container 62c9c37ed42d 09:19:54 ---> c5a752a8a077 09:19:54 Step 14/22 : EXPOSE $APP_PORT 09:19:54 Removing intermediate container 8ec492d0f790 09:19:54 ---> 5e83e4731bb6 09:19:54 09:19:54 ---> Running in 8e6c11608b38 09:19:55 Successfully built 5e83e4731bb6 09:19:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:19:55  Building docker-security-proxy-setup-go ... done Removing intermediate container f900c54d3258 09:19:55 ---> f41e40ea5151 09:19:55 Step 15/23 : WORKDIR / 09:19:55 Building docker-core-command-go 09:19:55 ---> a708296541c0 09:19:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Removing intermediate container 8e6c11608b38 09:19:55 09:19:55 ---> Running in 3e102c3b24f6 09:19:55 ---> 635c41d21ae6 09:19:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:19:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:19:55 Status: Downloaded newer image for docker:20.10.0 09:19:55 ---> eeaf43b92773 09:19:55 Step 12/26 : RUN apk add --no-cache bash 09:19:56 Removing intermediate container 3e102c3b24f6 09:19:56 ---> 4fd67a77800b 09:19:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:19:56 ---> Running in 595331bdc2dc 09:19:57 ---> f409f584beed 09:19:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:19:57 ---> cd65b2f434ed 09:19:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:19:58 ---> ba099fec6322 09:19:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:59 ---> aab6e251851f 09:19:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:19:59 ---> 219c54ebdfae 09:19:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:19:59 ---> Running in bda4b2d62b24 09:19:59 (1/2) Installing readline (8.0.4-r0) 09:19:59 (2/2) Installing bash (5.0.17-r0) 09:19:59 Executing bash-5.0.17-r0.post-install 09:19:59 Executing busybox-1.31.1-r19.trigger 09:19:59 OK: 12 MiB in 22 packages 09:20:00 ---> 0e0bebd88509 09:20:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:20:01 Removing intermediate container bda4b2d62b24 09:20:01 ---> b4e197f1fac8 09:20:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:20:01 ---> 6f87352f4047 09:20:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:20:01 ---> Running in ad43d2aa666d 09:20:01 ---> Running in be57354a2732 09:20:01 ---> 946c31719525 09:20:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:20:02 ---> Running in ec564ff016e6 09:20:02 Removing intermediate container ad43d2aa666d 09:20:02 ---> a4fa1981cfa7 09:20:02 Step 20/22 : LABEL arch=arm64 09:20:02 Removing intermediate container 595331bdc2dc 09:20:02 ---> 5c4009e10e2d 09:20:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:20:02 Removing intermediate container be57354a2732 09:20:02 ---> 4d8c65e7781e 09:20:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:20:02 ---> Running in 953018788c55 09:20:02 ---> Running in cd4666193763 09:20:02 ---> Running in eeac4d2e0b83 09:20:02 Removing intermediate container ec564ff016e6 09:20:02 ---> d568924d4610 09:20:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:20:02 ---> Running in 9f7d25dc0af6 09:20:03 Removing intermediate container 953018788c55 09:20:03 ---> 8c0d2cd46dbe 09:20:03 Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:20:03 Removing intermediate container cd4666193763 09:20:03 ---> 6a05f5356e43 09:20:03 Step 14/26 : ENV APP_PORT=48090 09:20:03 Removing intermediate container eeac4d2e0b83 09:20:03 ---> d5c55d57fa5b 09:20:03 Step 20/22 : LABEL arch=arm64 09:20:03 ---> Running in 9093cfebc70d 09:20:03 ---> Running in 0dd62fad7fc9 09:20:03 ---> Running in a13977fa4ade 09:20:03 Removing intermediate container 9f7d25dc0af6 09:20:03 ---> bb1d6cbef6f6 09:20:03 Step 21/23 : LABEL arch=arm64 09:20:04 ---> Running in d231be16fc03 09:20:04 Removing intermediate container 0dd62fad7fc9 09:20:04 ---> a84a1264cac7 09:20:04 Step 22/22 : LABEL version=0.0.0 09:20:04 Removing intermediate container 9093cfebc70d 09:20:04 ---> 4d1dc11dd701 09:20:04 Step 15/26 : EXPOSE $APP_PORT 09:20:04 Removing intermediate container a13977fa4ade 09:20:04 ---> d6ecd71fe72b 09:20:04 Step 21/22 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:20:04 ---> Running in d4a4bd219b34 09:20:04 ---> Running in 14dbe01e4c80 09:20:04 Removing intermediate container d231be16fc03 09:20:04 ---> 2220cfdd87c3 09:20:04 Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:20:04 ---> Running in cf1f5bab5318 09:20:05 ---> Running in 25f211961cc2 09:20:05 Removing intermediate container d4a4bd219b34 09:20:05 ---> 417210fa4a85 09:20:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:20:05 Removing intermediate container 14dbe01e4c80 09:20:05 ---> ff5de8801565 09:20:05 09:20:05 Removing intermediate container cf1f5bab5318 09:20:05 ---> f05e0ad614cd 09:20:05 Step 22/22 : LABEL version=0.0.0 09:20:06 Successfully built ff5de8801565 09:20:06 Successfully tagged docker-support-scheduler-go-arm64:latest 09:20:06  Building docker-support-scheduler-go ... done Building docker-core-data-go 09:20:06 Removing intermediate container 25f211961cc2 09:20:06 ---> c75e92bfda85 09:20:06 Step 23/23 : LABEL version=0.0.0 09:20:06 ---> Running in a8e0ac3a82e9 09:20:06 ---> Running in e5559a2b4642 09:20:06 Removing intermediate container a8e0ac3a82e9 09:20:07 ---> 6c44540e0078 09:20:07 ---> c0a8a968d0e9 09:20:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:20:07 09:20:07 Removing intermediate container e5559a2b4642 09:20:07 ---> cc8b80b8b7bc 09:20:07 09:20:07 Successfully built 6c44540e0078 09:20:07 Successfully tagged docker-support-notifications-go-arm64:latest 09:20:07  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 09:20:07 Successfully built cc8b80b8b7bc 09:20:08 Successfully tagged docker-core-metadata-go-arm64:latest 09:20:08  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 09:20:08 ---> 1210cbfd3363 09:20:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:20:09 ---> 7caba81d8152 09:20:09 Step 19/26 : RUN apk --no-cache add py3-pip 09:20:09 ---> Running in e4c6e042cac7 09:20:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:20:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:20:11 (1/33) Installing libbz2 (1.0.8-r1) 09:20:11 (2/33) Installing expat (2.2.9-r1) 09:20:11 (3/33) Installing libffi (3.3-r2) 09:20:11 (4/33) Installing gdbm (1.13-r1) 09:20:11 (5/33) Installing xz-libs (5.2.5-r0) 09:20:11 (6/33) Installing sqlite-libs (3.32.1-r0) 09:20:11 (7/33) Installing python3 (3.8.5-r1) 09:20:13 (8/33) Installing py3-appdirs (1.4.4-r1) 09:20:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:20:13 (10/33) Installing py3-parsing (2.4.7-r0) 09:20:13 (11/33) Installing py3-six (1.15.0-r0) 09:20:13 (12/33) Installing py3-packaging (20.4-r0) 09:20:13 (13/33) Installing py3-setuptools (47.0.0-r0) 09:20:13 (14/33) Installing py3-chardet (3.0.4-r4) 09:20:13 (15/33) Installing py3-idna (2.9-r0) 09:20:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:20:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:20:13 (18/33) Installing py3-requests (2.23.0-r0) 09:20:13 (19/33) Installing py3-msgpack (1.0.0-r0) 09:20:13 (20/33) Installing py3-lockfile (0.12.2-r3) 09:20:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:20:13 (22/33) Installing py3-colorama (0.4.3-r0) 09:20:13 (23/33) Installing py3-distlib (0.3.0-r0) 09:20:13 (24/33) Installing py3-distro (1.5.0-r1) 09:20:13 (25/33) Installing py3-webencodings (0.5.1-r3) 09:20:13 (26/33) Installing py3-html5lib (1.0.1-r4) 09:20:13 (27/33) Installing py3-pytoml (0.1.21-r0) 09:20:13 (28/33) Installing py3-pep517 (0.8.2-r0) 09:20:13 (29/33) Installing py3-progress (1.5-r0) 09:20:13 (30/33) Installing py3-toml (0.10.1-r0) 09:20:13 (31/33) Installing py3-retrying (1.3.3-r0) 09:20:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:20:13 (33/33) Installing py3-pip (20.1.1-r0) 09:20:13 Executing busybox-1.31.1-r19.trigger 09:20:13 OK: 71 MiB in 55 packages 09:20:24 Removing intermediate container e4c6e042cac7 09:20:24 ---> da19b38c9aa3 09:20:24 Step 20/26 : RUN pip install docker-compose==1.23.2 09:20:24 ---> Running in c1518712a47d 09:20:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:20:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:20:28 ---> 7156977c513b 09:20:28 Step 3/23 : WORKDIR /edgex-go 09:20:28 ---> Using cache 09:20:28 ---> 054dc39980ce 09:20:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:28 ---> Using cache 09:20:28 ---> 588c8716f6e3 09:20:28 Step 5/23 : RUN apk add --update --no-cache make git 09:20:28 ---> Using cache 09:20:28 ---> 3a78d85010c6 09:20:28 Step 6/23 : COPY go.mod . 09:20:28 ---> Using cache 09:20:28 ---> af8fba4f8738 09:20:28 Step 7/23 : RUN go mod download 09:20:28 ---> Using cache 09:20:28 ---> 993b6ceabd4a 09:20:28 Step 8/23 : COPY . . 09:20:28 ---> Using cache 09:20:28 ---> f3a9ecb9b02b 09:20:28 Step 9/23 : RUN make cmd/core-command/core-command 09:20:29 Collecting docker-compose==1.23.2 09:20:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:20:29 ---> Running in d2f1fcc4278d 09:20:31 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 09:20:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:20:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:20:31 Collecting dockerpty<0.5,>=0.4.1 09:20:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:20:35 Collecting docker<4.0,>=3.6.0 09:20:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:20:35 Collecting docopt<0.7,>=0.6.1 09:20:35 Downloading docopt-0.6.2.tar.gz (25 kB) 09:20:37 Collecting jsonschema<3,>=2.5.1 09:20:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:20:39 Collecting PyYAML<4,>=3.10 09:20:39 Downloading PyYAML-3.13.tar.gz (270 kB) 09:20:42 Collecting texttable<0.10,>=0.9.0 09:20:42 Downloading texttable-0.9.1.tar.gz (11 kB) 09:20:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:20:45 Collecting websocket-client<1.0,>=0.32.0 09:20:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:20:46 Collecting cached-property<2,>=1.2.0 09:20:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:20:46 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) 09:20:47 Collecting urllib3<1.25,>=1.21.1 09:20:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:20:47 Collecting idna<2.8,>=2.5 09:20:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:20:47 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) 09:20:48 Collecting docker-pycreds>=0.4.0 09:20:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:20:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:20:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:20:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:20:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:20:49 Installing collected packages: urllib3, idna, requests, dockerpty, docker-pycreds, websocket-client, docker, docopt, jsonschema, PyYAML, texttable, cached-property, docker-compose 09:20:49 Attempting uninstall: urllib3 09:20:49 Found existing installation: urllib3 1.25.9 09:20:49 Uninstalling urllib3-1.25.9: 09:20:49 Successfully uninstalled urllib3-1.25.9 09:20:50 Attempting uninstall: idna 09:20:50 Found existing installation: idna 2.9 09:20:50 Uninstalling idna-2.9: 09:20:50 Successfully uninstalled idna-2.9 09:20:51 Attempting uninstall: requests 09:20:51 Found existing installation: requests 2.23.0 09:20:51 Uninstalling requests-2.23.0: 09:20:51 Successfully uninstalled requests-2.23.0 09:20:51 Running setup.py install for dockerpty: started 09:20:53 Running setup.py install for dockerpty: finished with status 'done' 09:20:55 Running setup.py install for docopt: started 09:20:57 Running setup.py install for docopt: finished with status 'done' 09:20:58 Running setup.py install for PyYAML: started 09:20:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:20:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:20:59 ---> 7156977c513b 09:20:59 Step 3/23 : WORKDIR /edgex-go 09:20:59 ---> Using cache 09:20:59 ---> 054dc39980ce 09:20:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:59 ---> Using cache 09:20:59 ---> 588c8716f6e3 09:20:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:20:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:20:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:20:59 ---> 7156977c513b 09:20:59 Step 3/31 : WORKDIR /edgex-go 09:20:59 ---> Using cache 09:20:59 ---> 054dc39980ce 09:20:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:59 ---> Using cache 09:20:59 ---> 588c8716f6e3 09:20:59 Step 5/31 : RUN apk add --update --no-cache make git 09:20:59 ---> Using cache 09:20:59 ---> 3a78d85010c6 09:20:59 Step 6/31 : COPY go.mod . 09:20:59 ---> Using cache 09:20:59 ---> af8fba4f8738 09:20:59 Step 7/31 : RUN go mod download 09:20:59 ---> Using cache 09:20:59 ---> 993b6ceabd4a 09:20:59 Step 8/31 : COPY . . 09:20:59 ---> Using cache 09:20:59 ---> f3a9ecb9b02b 09:20:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:20:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:20:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:20:59 ---> 7156977c513b 09:20:59 Step 3/24 : WORKDIR /edgex-go 09:20:59 ---> Using cache 09:20:59 ---> 054dc39980ce 09:20:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:59 ---> Using cache 09:20:59 ---> 588c8716f6e3 09:20:59 Step 5/24 : RUN apk add --update --no-cache make git 09:20:59 ---> Using cache 09:20:59 ---> 3a78d85010c6 09:20:59 Step 6/24 : COPY go.mod . 09:20:59 ---> Using cache 09:20:59 ---> af8fba4f8738 09:20:59 Step 7/24 : RUN go mod download 09:20:59 ---> Using cache 09:20:59 ---> 993b6ceabd4a 09:20:59 Step 8/24 : COPY . . 09:20:59 ---> Using cache 09:20:59 ---> f3a9ecb9b02b 09:20:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:21:00 Running setup.py install for PyYAML: finished with status 'done' 09:21:00 Running setup.py install for texttable: started 09:21:03 Running setup.py install for texttable: finished with status 'done' 09:21:04 ---> Running in c977f3f51d60 09:21:04 ---> Running in 39607f90eff4 09:21:04 ---> Running in 6d41dd4ffb40 09:21:04 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 09:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:21:06 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 09:21:06 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 09:21:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:21:07 OK: 217 MiB in 51 packages 09:21:10 Removing intermediate container c977f3f51d60 09:21:10 ---> 13d0f241496a 09:21:10 Step 6/23 : COPY go.mod . 09:21:10 Removing intermediate container c1518712a47d 09:21:10 ---> 9a42dafac5d1 09:21:10 Step 21/26 : RUN apk --no-cache add curl 09:21:11 ---> Running in 0886e8f6db84 09:21:11 ---> a2972c634b8d 09:21:11 Step 7/23 : RUN go mod download 09:21:11 ---> Running in 3e7dde623d54 09:21:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:21:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:21:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:21:14 (2/3) Installing libcurl (7.69.1-r3) 09:21:14 (3/3) Installing curl (7.69.1-r3) 09:21:14 Executing busybox-1.31.1-r19.trigger 09:21:14 OK: 71 MiB in 58 packages 09:21:16 Removing intermediate container 3e7dde623d54 09:21:16 ---> 08c3fdda09e4 09:21:16 Step 8/23 : COPY . . 09:21:17 Removing intermediate container 0886e8f6db84 09:21:17 ---> 97e76104fe11 09:21:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:21:17 ---> Running in c1a8ba130ffa 09:21:18 Removing intermediate container c1a8ba130ffa 09:21:18 ---> 0ba2921b535e 09:21:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:21:18 ---> Running in 2f2f5138ba5d 09:21:20 Removing intermediate container 2f2f5138ba5d 09:21:20 ---> edabcebabe12 09:21:20 Step 24/26 : LABEL arch=arm64 09:21:20 ---> Running in 72d2ffc2b9d7 09:21:22 Removing intermediate container 72d2ffc2b9d7 09:21:22 ---> 1df13394ab51 09:21:22 Step 25/26 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:21:23 ---> Running in d98d6d266b61 09:21:24 Removing intermediate container d98d6d266b61 09:21:24 ---> d6c5a3f2dec2 09:21:24 Step 26/26 : LABEL version=0.0.0 09:21:24 ---> Running in 9f9b3b88c539 09:21:25 Removing intermediate container 9f9b3b88c539 09:21:25 ---> 725ca48d4be4 09:21:25 09:21:26 Successfully built 725ca48d4be4 09:21:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:21:37  Building docker-sys-mgmt-agent-go ... done  ---> 905e036a32d8 09:21:37 Step 9/23 : RUN make cmd/core-data/core-data 09:21:37 ---> Running in 550d623243e9 09:21:38 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 09:21:56 Removing intermediate container d2f1fcc4278d 09:21:56 ---> e546a9274e84 09:21:56 09:21:56 Step 10/23 : FROM alpine:3.12 09:21:56 ---> d10569e2745f 09:21:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:21:56 ---> Using cache 09:21:56 ---> c1bf77771eb3 09:21:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:21:56 ---> Using cache 09:21:56 ---> e8242d847a3c 09:21:56 Step 13/23 : ENV APP_PORT=48082 09:21:56 ---> Running in 3e84a948d7a8 09:21:56 Removing intermediate container 3e84a948d7a8 09:21:56 ---> dfc3cf87089e 09:21:56 Step 14/23 : EXPOSE $APP_PORT 09:21:56 ---> Running in 6b85f4a82e8f 09:21:56 Removing intermediate container 6b85f4a82e8f 09:21:56 ---> 91cf8ed39d6c 09:21:56 Step 15/23 : WORKDIR / 09:21:56 ---> Running in bab3aa716a45 09:21:57 Removing intermediate container bab3aa716a45 09:21:57 ---> bb17edce1b02 09:21:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:21:58 ---> f09b9bdba612 09:21:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:22:00 ---> 6bb5141e843f 09:22:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:22:01 ---> 955425fbd9e4 09:22:01 Step 19/23 : ENTRYPOINT ["/core-command"] 09:22:01 ---> Running in 960013872ebe 09:22:02 Removing intermediate container 960013872ebe 09:22:02 ---> 354d52e91072 09:22:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:02 ---> Running in fbfb097700c4 09:22:03 Removing intermediate container fbfb097700c4 09:22:03 ---> 3c7d96a0f128 09:22:03 Step 21/23 : LABEL arch=arm64 09:22:03 ---> Running in 865eea3adc18 09:22:04 Removing intermediate container 865eea3adc18 09:22:04 ---> 8344633288b9 09:22:04 Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:22:04 ---> Running in 11b3015c50ec 09:22:05 Removing intermediate container 11b3015c50ec 09:22:05 ---> 4887de442f29 09:22:05 Step 23/23 : LABEL version=0.0.0 09:22:05 ---> Running in e45ace0d6877 09:22:05 Removing intermediate container e45ace0d6877 09:22:05 ---> 98cffa716018 09:22:05 09:22:06 Successfully built 98cffa716018 09:22:06 Successfully tagged docker-core-command-go-arm64:latest 09:22:16  Building docker-core-command-go ... done 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 09:22:31 Removing intermediate container 39607f90eff4 09:22:31 ---> 44b72e8c4a25 09:22:31 09:22:31 Step 10/24 : FROM alpine:3.12 09:22:31 ---> d10569e2745f 09:22:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:22:31 ---> Running in 39dc177f8aef 09:22:31 Removing intermediate container 6d41dd4ffb40 09:22:31 ---> 8b9aad40bba0 09:22:31 09:22:31 Step 10/31 : FROM alpine:3.12 09:22:31 ---> d10569e2745f 09:22:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:22:31 ---> Running in 782531bd592d 09:22:31 Removing intermediate container 782531bd592d 09:22:31 ---> 50a205f7bc54 09:22:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:22:31 ---> Running in 174397d3563f 09:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:22:32 (1/5) Installing ca-certificates (20191127-r4) 09:22:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:22:32 (3/5) Installing libcurl (7.69.1-r3) 09:22:32 (4/5) Installing curl (7.69.1-r3) 09:22:33 (5/5) Installing dumb-init (1.2.2-r1) 09:22:33 Executing busybox-1.31.1-r19.trigger 09:22:33 Executing ca-certificates-20191127-r4.trigger 09:22:33 OK: 7 MiB in 19 packages 09:22:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:22:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:22:34 (1/2) Installing dumb-init (1.2.2-r1) 09:22:34 (2/2) Installing su-exec (0.2-r1) 09:22:34 Executing busybox-1.31.1-r19.trigger 09:22:34 OK: 5 MiB in 16 packages 09:22:36 Removing intermediate container 39dc177f8aef 09:22:36 ---> 9956c0c5baa7 09:22:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:22:36 ---> Running in b0ae32da6df1 09:22:36 Removing intermediate container 174397d3563f 09:22:36 ---> 1c464a18bd83 09:22:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:22:36 ---> Running in b857340b5a6b 09:22:36 Removing intermediate container b0ae32da6df1 09:22:36 ---> 8ee18c3b32e8 09:22:36 Step 13/24 : WORKDIR / 09:22:37 ---> Running in 6e70984b918a 09:22:37 Removing intermediate container b857340b5a6b 09:22:37 ---> e6cc64027570 09:22:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:22:37 ---> Running in c797faf7d15c 09:22:37 Removing intermediate container 6e70984b918a 09:22:37 ---> 8500f41b1173 09:22:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:22:38 Removing intermediate container c797faf7d15c 09:22:38 ---> fb5397b5496f 09:22:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:22:38 ---> Running in 85d784bbe8d8 09:22:39 ---> 35591eee773a 09:22:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:22:40 ---> 17feb748a0b1 09:22:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:22:41 ---> a9578184806e 09:22:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:22:41 Removing intermediate container 85d784bbe8d8 09:22:41 ---> 5f565a434bb4 09:22:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:22:41 ---> Running in 1026df95ca5c 09:22:42 Removing intermediate container 1026df95ca5c 09:22:42 ---> 1d1711ec2a79 09:22:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:22:42 ---> d6286d33a53a 09:22:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:22:43 ---> b567760a88ef 09:22:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:22:43 ---> Running in 729e2d61f82f 09:22:44 ---> 63600e76b231 09:22:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:22:45 ---> 1cc214b6824e 09:22:45 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/ 09:22:45 ---> Running in 632be51b2203 09:22:46 Removing intermediate container 729e2d61f82f 09:22:46 ---> 1bba48d4e9cb 09:22:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:22:47 ---> c022aba6e81d 09:22:47 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:22:49 ---> 5ad7f6aa0157 09:22:49 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:22:49 Removing intermediate container 632be51b2203 09:22:49 ---> 244977762c2f 09:22:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:22:49 ---> Running in ecb8540a9829 09:22:50 ---> fdc98605a146 09:22:50 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:22:50 Removing intermediate container ecb8540a9829 09:22:50 ---> 82bfe0187777 09:22:50 Step 22/24 : LABEL arch=arm64 09:22:50 ---> Running in b39f96f26fe4 09:22:51 Removing intermediate container b39f96f26fe4 09:22:51 ---> fe8d0b06f3d1 09:22:51 Step 23/24 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:22:51 ---> Running in 58c171fe5bdd 09:22:51 ---> ce8279525ae9 09:22:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:22:51 Removing intermediate container 58c171fe5bdd 09:22:51 ---> d14e31708ca9 09:22:51 Step 24/24 : LABEL version=0.0.0 09:22:52 ---> Running in 33a13502a860 09:22:52 ---> 13bfe2522386 09:22:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:22:53 Removing intermediate container 33a13502a860 09:22:53 ---> 945c86eb028d 09:22:53 09:22:53 ---> Running in 5764ba1d9512 09:22:53 Successfully built 945c86eb028d 09:22:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:22:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5764ba1d9512 09:22:54 ---> b23114ccf01f 09:22:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:22:54 Removing intermediate container 550d623243e9 09:22:54 ---> e7157d4729d2 09:22:54 09:22:54 Step 10/23 : FROM alpine:3.12 09:22:54 ---> d10569e2745f 09:22:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:22:54 ---> Running in 1fa59b95a348 09:22:54 ---> 17244f04332d 09:22:54 Step 26/31 : RUN chmod +x /entrypoint.sh 09:22:55 ---> Running in c27221faa485 09:22:55 Removing intermediate container 1fa59b95a348 09:22:55 ---> 26550522031a 09:22:55 Step 12/23 : ENV APP_PORT=48080 09:22:55 ---> Running in 55e4ff7d4462 09:22:56 Removing intermediate container 55e4ff7d4462 09:22:56 ---> 2c48b0b457d7 09:22:56 Step 13/23 : EXPOSE $APP_PORT 09:22:56 ---> Running in 78cd6f1a81eb 09:22:57 Removing intermediate container 78cd6f1a81eb 09:22:57 ---> ab14069c9749 09:22:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:22:57 ---> Running in ac8037260c1a 09:22:58 Removing intermediate container c27221faa485 09:22:58 ---> 312ba2f43aa1 09:22:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:22:58 ---> Running in 0fd8f4081605 09:22:58 Removing intermediate container 0fd8f4081605 09:22:58 ---> 15baa1d1a972 09:22:58 Step 28/31 : CMD ["gate"] 09:22:59 ---> Running in 46c3d8ed0936 09:23:00 Removing intermediate container ac8037260c1a 09:23:00 ---> 8a1fc68dab05 09:23:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:23:00 Removing intermediate container 46c3d8ed0936 09:23:00 ---> a6ec9bd75794 09:23:00 Step 29/31 : LABEL arch=arm64 09:23:00 ---> Running in 7f507c18fb23 09:23:00 ---> Running in d3a224a85ab4 09:23:00 Removing intermediate container d3a224a85ab4 09:23:00 ---> 7d0880c77be9 09:23:00 Step 30/31 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:23:01 ---> Running in 88dbd62c8185 09:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:23:01 Removing intermediate container 88dbd62c8185 09:23:01 ---> 94c044087e48 09:23:01 Step 31/31 : LABEL version=0.0.0 09:23:01 ---> Running in d803ed9c78f9 09:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:23:02 Removing intermediate container d803ed9c78f9 09:23:02 ---> b7e34abf2a9b 09:23:02 09:23:02 Successfully built b7e34abf2a9b 09:23:02 (1/6) Installing dumb-init (1.2.2-r1) 09:23:02 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:23:03  Building docker-security-bootstrapper-go ... done (2/6) Installing libgcc (9.3.0-r2) 09:23:03 (3/6) Installing libsodium (1.0.18-r0) 09:23:03 (4/6) Installing libstdc++ (9.3.0-r2) 09:23:03 (5/6) Installing libzmq (4.3.3-r0) 09:23:03 (6/6) Installing zeromq (4.3.3-r0) 09:23:03 Executing busybox-1.31.1-r19.trigger 09:23:03 OK: 8 MiB in 20 packages 09:23:05 Removing intermediate container 7f507c18fb23 09:23:05 ---> 06689354b1dc 09:23:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:23:05 ---> 111fece2bad7 09:23:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:23:07 ---> 8f76ae4e0b8c 09:23:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:23:07 ---> 475c4cb66dfb 09:23:07 Step 19/23 : ENTRYPOINT ["/core-data"] 09:23:07 ---> Running in bf278fe88a0e 09:23:08 Removing intermediate container bf278fe88a0e 09:23:08 ---> 5357569a5e80 09:23:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:23:08 ---> Running in 59e81a601946 09:23:09 Removing intermediate container 59e81a601946 09:23:09 ---> 40cd3889ad33 09:23:09 Step 21/23 : LABEL arch=arm64 09:23:09 ---> Running in 4607245ee56d 09:23:09 Removing intermediate container 4607245ee56d 09:23:09 ---> 3260dd2d2516 09:23:09 Step 22/23 : LABEL git_sha=5d436c84e8e48e7e05179fd2a049d6a14a0f7385 09:23:09 ---> Running in b5e5fb3e18ae 09:23:10 Removing intermediate container b5e5fb3e18ae 09:23:10 ---> 5f8137e0b01e 09:23:10 Step 23/23 : LABEL version=0.0.0 09:23:10 ---> Running in cf903b792574 09:23:10 Removing intermediate container cf903b792574 09:23:10 ---> 6efcc1dd4110 09:23:10 09:23:11 Successfully built 6efcc1dd4110 09:23:11 Successfully tagged docker-core-data-go-arm64:latest 09:23:11  Building docker-core-data-go ... done  [Pipeline] } 09:23:11 $ docker stop --time=1 ca446aee79b9e2840bdb43d9ed3fae90a295cccbd32c9ff54ad1c2f3cb7f8fb2 09:23:13 $ docker rm -f ca446aee79b9e2840bdb43d9ed3fae90a295cccbd32c9ff54ad1c2f3cb7f8fb2 [Pipeline] // withDockerContainer [Pipeline] sh 09:23:14 + grep docker 09:23:14 + docker images 09:23:14 docker-core-data-go-arm64 latest 6efcc1dd4110 4 seconds ago 21.1MB 09:23:14 docker-security-bootstrapper-go-arm64 latest b7e34abf2a9b 12 seconds ago 17.8MB 09:23:14 docker-security-secretstore-setup-go-arm64 latest 945c86eb028d 22 seconds ago 23.7MB 09:23:14 docker-core-command-go-arm64 latest 98cffa716018 About a minute ago 16.2MB 09:23:14 docker-sys-mgmt-agent-go-arm64 latest 725ca48d4be4 About a minute ago 300MB 09:23:14 docker-support-notifications-go-arm64 latest 6c44540e0078 3 minutes ago 16.9MB 09:23:14 docker-core-metadata-go-arm64 latest cc8b80b8b7bc 3 minutes ago 17.9MB 09:23:14 docker-support-scheduler-go-arm64 latest ff5de8801565 3 minutes ago 16.3MB 09:23:14 docker-security-proxy-setup-go-arm64 latest 5e83e4731bb6 3 minutes ago 23.4MB 09:23:14 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 09:23:15 ---> job-cost.sh 09:23:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fvMN 09:23:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:25:30 lf-activate-venv(): INFO: Adding /tmp/venv-fvMN/bin to PATH 09:25:30 INFO: No Stack... 09:25:30 INFO: Retrieving Pricing Info for: lf-standard-4 09:25:30 INFO: Archiving Costs [Pipeline] sh 09:25:31 + cat /w/workspace/edgex-go/4/archives/cost.csv 09:25:31 + cut -d, -f6 [Pipeline] lock 09:25:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] 09:25:31 Resource [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] did not exist. Created. 09:25:31 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3238-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:25:31 + echo total: 0.20999999344348907 [Pipeline] stash 09:25:32 Stashed 1 file(s) [Pipeline] } 09:25:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3238-4-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 09:25:33 provisioning config files... 09:25:33 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4302115550815847518tmp [Pipeline] { [Pipeline] sh 09:25:33 + set +x 09:25:33 + curl -s https://codecov.io/bash 09:25:33 + bash -s -- 09:25:34 09:25:34 _____ _ 09:25:34 / ____| | | 09:25:34 | | ___ __| | ___ ___ _____ __ 09:25:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:25:34 | |___| (_) | (_| | __/ (_| (_) \ V / 09:25:34 \_____\___/ \__,_|\___|\___\___/ \_/ 09:25:34 Bash-20210226-7100762 09:25:34 09:25:34 09:25:34 ==> git version 2.24.3 found 09:25:34 ==> 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 09:25:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:25:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:25:34 ==> Jenkins CI detected. 09:25:34 project root: . 09:25:34 --> token set from env 09:25:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:25:34 ==> Running gcov in . (disable via -X gcov) 09:25:34 ==> Python coveragepy not found 09:25:34 ==> Searching for coverage reports in: 09:25:34 + . 09:25:34 -> Found 1 reports 09:25:34 ==> Detecting git/mercurial file structure 09:25:34 ==> Reading reports 09:25:34 + ./coverage.out bytes=622934 09:25:34 ==> Appending adjustments 09:25:34 https://docs.codecov.io/docs/fixing-reports 09:25:38 + Found adjustments 09:25:38 ==> Gzipping contents 09:25:38 92K /tmp/codecov.1idORu.gz 09:25:38 ==> Uploading reports 09:25:38 url: https://codecov.io 09:25:38 query: branch=PR-3238&commit=5d436c84e8e48e7e05179fd2a049d6a14a0f7385&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3238%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3238&job=&cmd_args= 09:25:38 -> Pinging Codecov 09:25:38 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3238&commit=5d436c84e8e48e7e05179fd2a049d6a14a0f7385&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3238%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3238&job=&cmd_args= 09:25:38 -> Uploading to 09:25:38 https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/5d436c84e8e48e7e05179fd2a049d6a14a0f7385/01dd1fbf-0c09-44e9-a2d6-73e7d0ec5a1b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T092538Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=11c44592ea13052f03aad00f3c603b54c12c6d4d396767d88b3ae6d09acd3c63 09:25:38 % Total % Received % Xferd Average Speed Time Time Time Current 09:25:38 Dload Upload Total Spent Left Speed 09:25:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92068 0 0 100 92068 0 170k --:--:-- --:--:-- --:--:-- 170k 09:25:39 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5d436c84e8e48e7e05179fd2a049d6a14a0f7385 [Pipeline] } 09:25:39 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 09:25:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:25:42 ---> package-listing.sh 09:25:42 ++ facter osfamily 09:25:42 ++ tr '[:upper:]' '[:lower:]' 09:25:42 + OS_FAMILY=redhat 09:25:42 + workspace=/w/workspace/edgex-go/4 09:25:42 + START_PACKAGES=/tmp/packages_start.txt 09:25:42 + END_PACKAGES=/tmp/packages_end.txt 09:25:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:25:42 + PACKAGES=/tmp/packages_start.txt 09:25:42 + '[' /w/workspace/edgex-go/4 ']' 09:25:42 + PACKAGES=/tmp/packages_end.txt 09:25:42 + case "${OS_FAMILY}" in 09:25:42 + rpm -qa 09:25:42 + sort 09:25:47 + '[' -f /tmp/packages_start.txt ']' 09:25:47 + '[' -f /tmp/packages_end.txt ']' 09:25:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:25:47 + '[' /w/workspace/edgex-go/4 ']' 09:25:47 + mkdir -p /w/workspace/edgex-go/4/archives/ 09:25:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 09:25:47 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:25:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:25:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:25:48 09:25:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:25:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:25:48 alpine: Pulling from edgex-lftools-log-publisher 09:25:48 df20fa9351a1: Pulling fs layer 09:25:48 36b3adc4ff6f: Pulling fs layer 09:25:48 8ad3a11d3b57: Pulling fs layer 09:25:48 46f8f816bc3b: Pulling fs layer 09:25:48 93b61091891f: Pulling fs layer 09:25:48 93b9cdb0e59b: Pulling fs layer 09:25:48 5e14af77c1be: Pulling fs layer 09:25:48 01666e4c0597: Pulling fs layer 09:25:48 aa168da1d23b: Pulling fs layer 09:25:48 93b9cdb0e59b: Waiting 09:25:48 5e14af77c1be: Waiting 09:25:48 01666e4c0597: Waiting 09:25:48 aa168da1d23b: Waiting 09:25:48 93b61091891f: Waiting 09:25:48 36b3adc4ff6f: Download complete 09:25:48 46f8f816bc3b: Verifying Checksum 09:25:48 46f8f816bc3b: Download complete 09:25:48 df20fa9351a1: Download complete 09:25:48 93b9cdb0e59b: Verifying Checksum 09:25:48 93b9cdb0e59b: Download complete 09:25:48 5e14af77c1be: Verifying Checksum 09:25:48 5e14af77c1be: Download complete 09:25:48 93b61091891f: Verifying Checksum 09:25:48 93b61091891f: Download complete 09:25:48 01666e4c0597: Verifying Checksum 09:25:48 01666e4c0597: Download complete 09:25:48 8ad3a11d3b57: Verifying Checksum 09:25:48 df20fa9351a1: Pull complete 09:25:49 36b3adc4ff6f: Pull complete 09:25:49 8ad3a11d3b57: Pull complete 09:25:50 46f8f816bc3b: Pull complete 09:25:51 aa168da1d23b: Verifying Checksum 09:25:51 aa168da1d23b: Download complete 09:25:52 93b61091891f: Pull complete 09:25:53 93b9cdb0e59b: Pull complete 09:25:53 5e14af77c1be: Pull complete 09:25:53 01666e4c0597: Pull complete 09:26:03 aa168da1d23b: Pull complete 09:26:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:26:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:26:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:26:03 prd-centos7-docker-4c-2g-29115 does not seem to be running inside a container 09:26:03 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:26:07 $ docker top 63d7bb62b22d10471cfc5dfb93f4d1c8af0c2b704bd39353c29612df7c0ca225 -eo pid,comm [Pipeline] { [Pipeline] sh 09:26:08 + touch /tmp/pre-build-complete [Pipeline] sh 09:26:08 + mkdir -p /var/log/sa [Pipeline] sh 09:26:09 + ls /var/log/sa-host 09:26:09 + sadf -c /var/log/sa-host/sa09 09:26:09 file_magic: OK 09:26:09 HZ: Using current value: 100 09:26:09 file_header: OK 09:26:09 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 09:26:09 Statistics: 09:26:09 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... 09:26:09 File successfully converted to sysstat format version 12.2.1 09:26:09 + sadf -c /var/log/sa-host/sa23 09:26:09 file_magic: OK 09:26:09 HZ: Using current value: 100 09:26:09 file_header: OK 09:26:09 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 09:26:09 Statistics: 09:26:09 Hnuu...uuuununununu... 09:26:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:26:11 provisioning config files... 09:26:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6985330574136297956tmp [Pipeline] { [Pipeline] echo 09:26:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:26:11 ---> create-netrc.sh [Pipeline] } 09:26:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:26:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:26:12 ---> python-tools-install.sh [Pipeline] echo 09:26:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:26:12 ---> sudo-logs.sh 09:26:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:26:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:26:12 ---> job-cost.sh 09:26:12 lf-activate-venv: SKIPPING 09:26:12 DEBUG: total: 0.20999999344348907 09:26:12 INFO: Retrieving Stack Cost... 09:26:13 INFO: Retrieving Pricing Info for: v1-standard-2 09:26:14 INFO: Archiving Costs [Pipeline] echo 09:26:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:26:14 ---> logs-deploy.sh 09:26:14 lf-activate-venv: SKIPPING 09:26:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3238/4 09:26:14 INFO: archiving workspace using pattern(s): 09:26:15 Archives upload complete. 09:26:15 INFO: archiving logs to Nexus