Pull request #3210 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a562533c14a3b85d4c48007758f286d837d2a70 rather than 12746f91723dee4d114230c5413fccf75a25cf3a Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28638’ Running on prd-centos7-docker-4c-2g-28643 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 12746f91723dee4d114230c5413fccf75a25cf3a Merge succeeded, producing 12746f91723dee4d114230c5413fccf75a25cf3a Checking out Revision 12746f91723dee4d114230c5413fccf75a25cf3a (PR-3210) > git config core.sparsecheckout # timeout=10 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:08:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:08:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:08:08 ========================================================= 03:08:08 EdgeX Global Pipelines Version Info 03:08:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 73c7208b626d1b8730b4f21ac98b5bd82715006c # timeout=10 03:08:10 ------------------- 03:08:10 stable info: 03:08:10 ------------------- 03:08:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:08:10 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:08:10 Message: update stable to v1.0.184 03:08:11 ------------------- 03:08:11 experimental info: 03:08:11 ------------------- 03:08:11 Commited By: **** collab-it+edgex@linuxfoundation.org 03:08:11 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:08:11 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:08:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:08:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:08:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:08:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:08:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:08:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:08:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3210 [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3210 [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3210 [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12746f91723dee4d114230c5413fccf75a25cf3a [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12746f9 [Pipeline] echo 03:08:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:08:14 provisioning config files... 03:08:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2459263910283048762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:14 ---> docker-login.sh 03:08:14 nexus3.edgexfoundry.org:10001 03:08:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:14 Configure a credential helper to remove this warning. See 03:08:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:14 03:08:14 Login Succeeded 03:08:14 nexus3.edgexfoundry.org:10002 03:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:15 Configure a credential helper to remove this warning. See 03:08:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:15 03:08:15 Login Succeeded 03:08:15 nexus3.edgexfoundry.org:10003 03:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:15 Configure a credential helper to remove this warning. See 03:08:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:15 03:08:15 Login Succeeded 03:08:15 nexus3.edgexfoundry.org:10004 03:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:15 Configure a credential helper to remove this warning. See 03:08:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:15 03:08:15 Login Succeeded 03:08:15 docker.io 03:08:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:15 Configure a credential helper to remove this warning. See 03:08:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:15 03:08:15 Login Succeeded 03:08:15 ---> docker-login.sh ends [Pipeline] } 03:08:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:16 ++ 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 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/core-command/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo core-command,cmd/core-command/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/core-data/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo core-data,cmd/core-data/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/core-metadata/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo core-metadata,cmd/core-metadata/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/security-bootstrapper/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/security-proxy-setup/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/support-notifications/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo support-notifications,cmd/support-notifications/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/support-scheduler/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:08:16 + for file in '`ls cmd/**/Dockerfile`' 03:08:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:08:16 ++ cut -d/ -f2 03:08:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:08:16 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 03:08:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:17 03:08:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:08:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:18 latest: Pulling from edgex-devops/git-semver 03:08:18 31603596830f: Pulling fs layer 03:08:18 2a8b12db71e7: Pulling fs layer 03:08:18 6ca5941a6612: Pulling fs layer 03:08:18 ecc8261a40a4: Pulling fs layer 03:08:18 ecc8261a40a4: Waiting 03:08:18 2a8b12db71e7: Verifying Checksum 03:08:18 2a8b12db71e7: Download complete 03:08:18 31603596830f: Verifying Checksum 03:08:18 31603596830f: Download complete 03:08:18 ecc8261a40a4: Verifying Checksum 03:08:18 ecc8261a40a4: Download complete 03:08:18 6ca5941a6612: Verifying Checksum 03:08:18 6ca5941a6612: Download complete 03:08:18 31603596830f: Pull complete 03:08:18 2a8b12db71e7: Pull complete 03:08:19 6ca5941a6612: Pull complete 03:08:19 ecc8261a40a4: Pull complete 03:08:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:08:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:08:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:08:19 prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container 03:08:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:08:22 $ docker top ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:08:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:22 [ssh-agent] Looking for ssh-agent implementation... 03:08:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:22 $ docker exec ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent 03:08:23 SSH_AUTH_SOCK=/tmp/ssh-L6Nc2NlvM2g9/agent.12 03:08:23 SSH_AGENT_PID=17 03:08:23 Running ssh-add (command line suppressed) 03:08:23 Identity added: /w/workspace/edgex-go/7@tmp/private_key_2470146114383491907.key (/w/workspace/edgex-go/7@tmp/private_key_2470146114383491907.key) 03:08:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:23 + git tag --points-at HEAD [Pipeline] } 03:08:23 $ docker exec --env ******** --env ******** ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent -k 03:08:23 unset SSH_AUTH_SOCK; 03:08:23 unset SSH_AGENT_PID; 03:08:23 echo Agent pid 17 killed; 03:08:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:08:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:08:24 [ssh-agent] Looking for ssh-agent implementation... 03:08:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:08:24 $ docker exec ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent 03:08:24 SSH_AUTH_SOCK=/tmp/ssh-9obXloQg6BSv/agent.45 03:08:24 SSH_AGENT_PID=50 03:08:24 Running ssh-add (command line suppressed) 03:08:24 Identity added: /w/workspace/edgex-go/7@tmp/private_key_3154084033336845279.key (/w/workspace/edgex-go/7@tmp/private_key_3154084033336845279.key) 03:08:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:08:24 + git semver init 03:08:24 # -> Open(): unable to determine branch for HEAD 03:08:24 # $GIT_DIR = /w/workspace/edgex-go/7/.git 03:08:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 03:08:24 # $SEMVER_REMOTE_NAME = origin 03:08:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:08:24 # $SEMVER_USER_NAME = edgex-jenkins 03:08:24 # $SEMVER_BRANCH = PR-3210 03:08:24 # $SEMVER_TEMP = /tmp/semver-313158950 03:08:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:08:43 # '/tmp/semver-313158950' -> '/w/workspace/edgex-go/7/.semver' 03:08:43 # -> Force: false 03:08:43 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 03:08:43 $ docker exec --env ******** --env ******** ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b ssh-agent -k 03:08:43 unset SSH_AUTH_SOCK; 03:08:43 unset SSH_AGENT_PID; 03:08:43 echo Agent pid 50 killed; 03:08:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:08:43 + git semver [Pipeline] } 03:08:43 $ docker stop --time=1 ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b 03:08:45 $ docker rm -f ae3933a81fde9c7210f176d8e3fc1e0d98f7089de4dd6bb27c73304fcbecaf3b [Pipeline] // withDockerContainer [Pipeline] sh 03:08:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:08:46 Stashed 1 file(s) [Pipeline] echo 03:08:46 [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 03:08:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:08:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:08:48 + sudo service docker restart 03:08:48 + true 03:08:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:08:48 ========================================================= 03:08:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:08:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:49 + 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 . 03:08:53 Sending build context to Docker daemon 328.3MB 03:08:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:08:53 Step 2/6 : FROM ${BASE} 03:08:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:08:53 188c0c94c7c5: Pulling fs layer 03:08:53 0ef7d3d256c8: Pulling fs layer 03:08:53 de9db76c5a1d: Pulling fs layer 03:08:53 bca2f99d35d6: Pulling fs layer 03:08:53 93359f2a8cfa: Pulling fs layer 03:08:53 7c6f9722023f: Pulling fs layer 03:08:53 a35cf1a2eb13: Pulling fs layer 03:08:53 93359f2a8cfa: Waiting 03:08:53 bca2f99d35d6: Waiting 03:08:53 7c6f9722023f: Waiting 03:08:53 a35cf1a2eb13: Waiting 03:08:53 0ef7d3d256c8: Download complete 03:08:53 de9db76c5a1d: Verifying Checksum 03:08:53 de9db76c5a1d: Download complete 03:08:53 93359f2a8cfa: Download complete 03:08:53 7c6f9722023f: Verifying Checksum 03:08:53 7c6f9722023f: Download complete 03:08:53 188c0c94c7c5: Verifying Checksum 03:08:53 188c0c94c7c5: Download complete 03:08:53 188c0c94c7c5: Pull complete 03:08:53 0ef7d3d256c8: Pull complete 03:08:53 de9db76c5a1d: Pull complete 03:08:54 a35cf1a2eb13: Verifying Checksum 03:08:54 a35cf1a2eb13: Download complete 03:08:55 bca2f99d35d6: Verifying Checksum 03:08:55 bca2f99d35d6: Download complete 03:09:00 bca2f99d35d6: Pull complete 03:09:01 93359f2a8cfa: Pull complete 03:09:01 7c6f9722023f: Pull complete 03:09:01 Still waiting to schedule task 03:09:01 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:09:05 a35cf1a2eb13: Pull complete 03:09:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:09:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:09:05 ---> a62c8e92a672 03:09:05 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 03:09:05 ---> Running in 523a92dde012 03:09:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:09:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:09:10 (1/12) Installing libmagic (5.38-r0) 03:09:10 (2/12) Installing file (5.38-r0) 03:09:10 (3/12) Installing libc-dev (0.7.2-r3) 03:09:10 (4/12) Installing g++ (9.3.0-r2) 03:09:20 (5/12) Installing fortify-headers (1.1-r0) 03:09:20 (6/12) Installing patch (2.7.6-r6) 03:09:20 (7/12) Installing build-base (0.5-r2) 03:09:20 (8/12) Installing libsodium (1.0.18-r0) 03:09:20 (9/12) Installing pkgconf (1.7.2-r0) 03:09:20 (10/12) Installing libsodium-dev (1.0.18-r0) 03:09:20 (11/12) Installing libzmq (4.3.3-r0) 03:09:20 (12/12) Installing zeromq-dev (4.3.3-r0) 03:09:20 Executing busybox-1.31.1-r19.trigger 03:09:20 OK: 233 MiB in 51 packages 03:09:23 Removing intermediate container 523a92dde012 03:09:23 ---> a6f3cfb47721 03:09:23 Step 4/6 : WORKDIR /edgex-go 03:09:23 ---> Running in 6e840368801f 03:09:23 Removing intermediate container 6e840368801f 03:09:23 ---> 1f8f32bc33a4 03:09:23 Step 5/6 : COPY go.mod . 03:09:24 ---> b6eaa9d7d66f 03:09:24 Step 6/6 : RUN go mod download 03:09:24 ---> Running in 74338ef304cf 03:09:46 Removing intermediate container 74338ef304cf 03:09:46 ---> 8b974f2a525b 03:09:46 Successfully built 8b974f2a525b 03:09:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:09:46 + docker inspect -f . ci-base-image-x86_64 03:09:46 . [Pipeline] withDockerContainer 03:09:46 prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container 03:09:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:09:47 $ docker top 936240799a6ef22ff320e9de42a4ffb6cd77b96d459fcf132625c5242e172e96 -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:47 + go version 03:09:47 go version go1.15.5 linux/amd64 [Pipeline] } 03:09:47 $ docker stop --time=1 936240799a6ef22ff320e9de42a4ffb6cd77b96d459fcf132625c5242e172e96 03:09:49 $ docker rm -f 936240799a6ef22ff320e9de42a4ffb6cd77b96d459fcf132625c5242e172e96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:49 + docker inspect -f . ci-base-image-x86_64 03:09:49 . [Pipeline] withDockerContainer 03:09:50 prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container 03:09:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:09:50 $ docker top 501a4600bd8f5de8b524518941a6aa99c209755d330f054c903e111f98ac37f4 -eo pid,comm [Pipeline] { [Pipeline] echo 03:09:51 ========================================================= 03:09:51 [edgeXBuildGoParallel] Running Tests and Build... 03:09:51 ========================================================= [Pipeline] sh 03:09:51 + make test 03:09:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:09:59 ? github.com/edgexfoundry/edgex-go [no test files] 03:10:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:10:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:10:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:10:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:10:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:10:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:10:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:10:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:10:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 45.9% of statements 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:10:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 66.2% of statements 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:10:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.103s coverage: 82.4% of statements 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:10:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.093s coverage: 97.5% of statements 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.374s coverage: 92.8% of statements 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 47.1% of statements 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 03:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 03:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.050s coverage: 81.4% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 62.4% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 69.1% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 38.4% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.105s coverage: 89.3% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.698s coverage: 29.1% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.075s coverage: 95.6% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:11:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.023s coverage: 32.1% of statements 03:11:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 03:11:00 GO111MODULE=on go vet ./... 03:11:26 gofmt -l . 03:11:26 [ "`gofmt -l .`" = "" ] 03:11:26 ./bin/test-go-mod-tidy.sh 03:11:26 ./bin/test-attribution-txt.sh [Pipeline] sh 03:11:27 + ls -al . 03:11:27 total 732 03:11:27 drwxrwxr-x 10 1001 1001 4096 Mar 5 03:11 . 03:11:27 drwxr-xr-x 4 root root 28 Mar 5 03:09 .. 03:11:27 -rw-rw-r-- 1 1001 1001 11 Mar 5 03:08 .dockerignore 03:11:27 drwxrwxr-x 8 1001 1001 179 Mar 5 03:08 .git 03:11:27 drwxrwxr-x 3 1001 1001 125 Mar 5 03:08 .github 03:11:27 -rw-rw-r-- 1 1001 1001 818 Mar 5 03:08 .gitignore 03:11:27 drwx------ 3 1001 1001 60 Mar 5 03:08 .semver 03:11:27 -rw-rw-r-- 1 1001 1001 166 Mar 5 03:08 .sonarcloud.properties 03:11:27 -rw-rw-r-- 1 1001 1001 8475 Mar 5 03:08 Attribution.txt 03:11:27 -rw-rw-r-- 1 1001 1001 3804 Mar 5 03:08 CONTRIBUTING.md 03:11:27 -rw-rw-r-- 1 1001 1001 931 Mar 5 03:08 Dockerfile.build 03:11:27 -rw-rw-r-- 1 1001 1001 863 Mar 5 03:08 Jenkinsfile 03:11:27 -rw-rw-r-- 1 1001 1001 10775 Mar 5 03:08 LICENSE 03:11:27 -rw-rw-r-- 1 1001 1001 5774 Mar 5 03:08 Makefile 03:11:27 -rw-rw-r-- 1 1001 1001 6524 Mar 5 03:08 README.md 03:11:27 -rw-rw-r-- 1 1001 1001 6755 Mar 5 03:08 SECURITY.md 03:11:27 -rw-rw-r-- 1 1001 1001 5 Mar 5 03:08 VERSION 03:11:27 -rw-rw-r-- 1 1001 1001 4131 Mar 5 03:08 ZMQWindows.md 03:11:27 drwxrwxr-x 2 1001 1001 117 Mar 5 03:08 bin 03:11:27 drwxrwxr-x 14 1001 1001 4096 Mar 5 03:08 cmd 03:11:27 -rw-r--r-- 1 root root 619454 Mar 5 03:10 coverage.out 03:11:27 -rw-r--r-- 1 root root 1055 Mar 5 03:11 go.mod 03:11:27 -rw-r--r-- 1 root root 21699 Mar 5 03:11 go.sum 03:11:27 drwxrwxr-x 8 1001 1001 127 Mar 5 03:08 internal 03:11:27 drwxrwxr-x 4 1001 1001 26 Mar 5 03:08 openapi 03:11:27 drwxrwxr-x 4 1001 1001 71 Mar 5 03:08 snap 03:11:27 -rw-rw-r-- 1 1001 1001 168 Mar 5 03:08 version.go [Pipeline] sh 03:11:27 + '[' -e coverage.out ] 03:11:27 + chown 1001:1001 coverage.out [Pipeline] stash 03:11:27 Stashed 1 file(s) [Pipeline] sh 03:11:28 + make build 03:11:28 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 03:11:33 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 03:11:40 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 03:11:41 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 03:11:42 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 03:11:43 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 03:11:44 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 03:11:46 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 03:11:47 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 03:11:48 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 03:11:49 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 03:11:50 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] } 03:11:52 $ docker stop --time=1 501a4600bd8f5de8b524518941a6aa99c209755d330f054c903e111f98ac37f4 03:11:54 $ docker rm -f 501a4600bd8f5de8b524518941a6aa99c209755d330f054c903e111f98ac37f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:59 03:11:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:11:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:11:59 latest: Pulling from edgex-devops/edgex-compose 03:11:59 cbdbe7a5bc2a: Pulling fs layer 03:11:59 ca9280d653b3: Pulling fs layer 03:11:59 7e9c9ca2126c: Pulling fs layer 03:12:00 cbdbe7a5bc2a: Download complete 03:12:00 ca9280d653b3: Verifying Checksum 03:12:00 ca9280d653b3: Download complete 03:12:00 cbdbe7a5bc2a: Pull complete 03:12:01 ca9280d653b3: Pull complete 03:12:01 7e9c9ca2126c: Download complete 03:12:06 7e9c9ca2126c: Pull complete 03:12:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:12:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:12:07 prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container 03:12:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:12:09 $ docker top 91d839076289c9344656399416be3f699d68413230e35f2af233ceac38a4173f -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:10 + docker-compose build --help 03:12:10 + grep parallel 03:12:11 --parallel Build images in parallel. [Pipeline] } 03:12:11 $ docker stop --time=1 91d839076289c9344656399416be3f699d68413230e35f2af233ceac38a4173f 03:12:13 $ docker rm -f 91d839076289c9344656399416be3f699d68413230e35f2af233ceac38a4173f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:12:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:12:13 . [Pipeline] withDockerContainer 03:12:14 prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container 03:12:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:12:14 $ docker top 5f6db288c22952985ebba115ff03d1870dd77dea0c4b212549984ec3ef64a5ee -eo pid,comm [Pipeline] { [Pipeline] sh 03:12:15 + docker-compose -f ./docker-compose-build.yml build --parallel 03:12:16 Building docker-core-command-go ... 03:12:16 Building docker-core-data-go ... 03:12:16 Building docker-core-metadata-go ... 03:12:16 Building docker-security-bootstrapper-go ... 03:12:16 Building docker-security-proxy-setup-go ... 03:12:16 Building docker-security-secretstore-setup-go ... 03:12:16 Building docker-support-notifications-go ... 03:12:16 Building docker-support-scheduler-go ... 03:12:16 Building docker-sys-mgmt-agent-go ... 03:12:16 Building docker-support-notifications-go 03:12:16 Building docker-core-command-go 03:12:16 Building docker-security-proxy-setup-go 03:12:16 Building docker-core-metadata-go 03:12:16 Building docker-security-bootstrapper-go 03:12:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:12:48 ---> 8b974f2a525b 03:12:48 Step 3/31 : WORKDIR /edgex-go 03:12:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:12:48 ---> 8b974f2a525b 03:12:48 Step 3/23 : WORKDIR /edgex-go 03:12:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:12:48 ---> 8b974f2a525b 03:12:48 Step 3/22 : WORKDIR /edgex-go 03:12:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:12:48 ---> 8b974f2a525b 03:12:48 Step 3/21 : WORKDIR /edgex-go 03:12:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:12:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:12:48 ---> 8b974f2a525b 03:12:48 Step 3/23 : WORKDIR /edgex-go 03:12:48 ---> Running in b33d2bba7f0a 03:12:48 ---> Running in 7ae7f9eca90f 03:12:48 ---> Running in 819a75664d1b 03:12:48 ---> Running in 02955f7b3200 03:12:48 ---> Running in 351eb02540b7 03:12:48 Removing intermediate container b33d2bba7f0a 03:12:48 ---> fc601508a602 03:12:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:48 Removing intermediate container 7ae7f9eca90f 03:12:48 ---> cef8b39049b8 03:12:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:48 Removing intermediate container 02955f7b3200 03:12:48 ---> 9f439827bc12 03:12:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:48 Removing intermediate container 351eb02540b7 03:12:48 ---> f68550bd6837 03:12:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:48 Removing intermediate container 819a75664d1b 03:12:48 ---> 0872485dfe8a 03:12:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:48 ---> Running in bd77d6aeac36 03:12:48 ---> Running in 8ac9ff9e55ad 03:12:48 ---> Running in 9dfd49f57364 03:12:48 ---> Running in 2638bc4f3d8e 03:12:48 ---> Running in 72db30c6e837 03:12:48 Removing intermediate container 8ac9ff9e55ad 03:12:48 ---> d3fc286e4493 03:12:48 Step 5/23 : RUN apk add --update --no-cache make git 03:12:48 ---> Running in 3858d914ffcb 03:12:48 Removing intermediate container 9dfd49f57364 03:12:48 ---> dd85b38518d8 03:12:48 Step 5/21 : RUN apk add --update --no-cache make git 03:12:48 Removing intermediate container bd77d6aeac36 03:12:48 ---> a4cec528249d 03:12:48 Step 5/23 : RUN apk add --update --no-cache make git 03:12:48 Removing intermediate container 2638bc4f3d8e 03:12:48 ---> 8826b3bd2b5a 03:12:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:12:48 Removing intermediate container 72db30c6e837 03:12:48 ---> 1969925fb7be 03:12:48 Step 5/31 : RUN apk add --update --no-cache make git 03:12:48 ---> Running in 821cbe79f5d3 03:12:48 ---> Running in 054d450c9e3d 03:12:48 ---> Running in 0fc5a37c0e4c 03:12:48 ---> Running in 4bdd0d2cb529 03:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28648 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws 03:12:49 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 03:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:12:50 OK: 233 MiB in 51 packages 03:12:50 OK: 233 MiB in 51 packages 03:12:50 Removing intermediate container 3858d914ffcb 03:12:50 ---> 4530683a483c 03:12:50 Step 6/23 : COPY go.mod . 03:12:50 ---> 4b947382291d 03:12:50 Step 7/23 : RUN go mod download 03:12:50 ---> Running in f55934261a72 03:12:50 OK: 233 MiB in 51 packages 03:12:50 OK: 233 MiB in 51 packages 03:12:50 Removing intermediate container 821cbe79f5d3 03:12:50 ---> 9b36e25a6b24 03:12:50 Step 6/21 : COPY go.mod . 03:12:51 OK: 233 MiB in 51 packages 03:12:51 ---> c286b4011e72 03:12:51 Step 7/21 : RUN go mod download 03:12:51 ---> Running in 1c42952c542e 03:12:51 Removing intermediate container 054d450c9e3d 03:12:51 ---> 0fea2a1d11cf 03:12:51 Step 6/23 : COPY go.mod . 03:12:52 Removing intermediate container 0fc5a37c0e4c 03:12:52 ---> f802282335b4 03:12:52 Step 6/22 : COPY go.mod . 03:12:52 ---> 64dcbdd4b87e 03:12:52 Step 7/23 : RUN go mod download 03:12:52 Removing intermediate container 4bdd0d2cb529 03:12:52 ---> 94d7e172427b 03:12:52 Step 6/31 : COPY go.mod . 03:12:52 ---> Running in ff7c2e2e454c 03:12:52 ---> 1fde8e47a9c1 03:12:52 Step 7/22 : RUN go mod download 03:12:53 ---> Running in c040bdf56d11 03:12:53 ---> 838f5e97bf18 03:12:53 Step 7/31 : RUN go mod download 03:12:53 Removing intermediate container f55934261a72 03:12:53 ---> 069af6a410d9 03:12:53 Step 8/23 : COPY . . 03:12:53 ---> Running in 61e5242898df 03:12:54 using credential edgex-jenkins-ssh 03:12:54 Cloning the remote Git repository 03:12:54 Removing intermediate container 1c42952c542e 03:12:54 ---> be4754c3aadb 03:12:54 Step 8/21 : COPY . . 03:12:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:12:54 > git init /w/workspace/edgex-go/7 # timeout=10 03:12:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:12:54 > git --version # timeout=10 03:12:54 > git --version # 'git version 2.17.1' 03:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:02 Removing intermediate container ff7c2e2e454c 03:13:02 ---> d7d4c3837249 03:13:02 Step 8/23 : COPY . . 03:13:02 Removing intermediate container c040bdf56d11 03:13:02 ---> a07a943f48c2 03:13:02 Step 8/22 : COPY . . 03:13:02 Removing intermediate container 61e5242898df 03:13:02 ---> 636c34f0bbe7 03:13:02 Step 8/31 : COPY . . 03:13:10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 12746f91723dee4d114230c5413fccf75a25cf3a 03:13:11 Merge succeeded, producing 12746f91723dee4d114230c5413fccf75a25cf3a 03:13:11 Checking out Revision 12746f91723dee4d114230c5413fccf75a25cf3a (PR-3210) 03:13:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:13:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:13:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:13:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:13:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:13:11 > git config core.sparsecheckout # timeout=10 03:13:11 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 03:13:11 > git remote # timeout=10 03:13:11 > git config --get remote.origin.url # timeout=10 03:13:11 using GIT_SSH to set credentials SSH Credentials for GitHub 03:13:11 > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 03:13:11 > git rev-parse HEAD^{commit} # timeout=10 03:13:11 > git config core.sparsecheckout # timeout=10 03:13:11 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 03:13:16 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:13:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:13:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:13:18 + true 03:13:18 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:13:20 provisioning config files... 03:13:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4953381238297707263tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:13:21 ---> docker-login.sh 03:13:21 nexus3.edgexfoundry.org:10001 03:13:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:22 Configure a credential helper to remove this warning. See 03:13:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:22 03:13:22 Login Succeeded 03:13:22 nexus3.edgexfoundry.org:10002 03:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:23 Configure a credential helper to remove this warning. See 03:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:23 03:13:23 Login Succeeded 03:13:23 nexus3.edgexfoundry.org:10003 03:13:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:23 Configure a credential helper to remove this warning. See 03:13:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:23 03:13:23 Login Succeeded 03:13:23 nexus3.edgexfoundry.org:10004 03:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:24 Configure a credential helper to remove this warning. See 03:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:24 03:13:24 Login Succeeded 03:13:24 docker.io 03:13:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:13:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:13:24 Configure a credential helper to remove this warning. See 03:13:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:13:24 03:13:24 Login Succeeded 03:13:24 ---> docker-login.sh ends [Pipeline] } 03:13:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:13:25 ========================================================= 03:13:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:13:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:13:25 + 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 . 03:13:28 Sending build context to Docker daemon 166.6MB 03:13:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:13:28 Step 2/6 : FROM ${BASE} 03:13:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:13:28 5f621e34cdf4: Pulling fs layer 03:13:28 a4357932f1b6: Pulling fs layer 03:13:28 18c013af1878: Pulling fs layer 03:13:28 00ac8860ef70: Pulling fs layer 03:13:28 63d7cb157983: Pulling fs layer 03:13:28 b116817d02f9: Pulling fs layer 03:13:28 745a02a5169b: Pulling fs layer 03:13:28 00ac8860ef70: Waiting 03:13:28 745a02a5169b: Waiting 03:13:28 b116817d02f9: Waiting 03:13:28 63d7cb157983: Waiting 03:13:28 18c013af1878: Verifying Checksum 03:13:28 18c013af1878: Download complete 03:13:28 a4357932f1b6: Download complete 03:13:28 63d7cb157983: Verifying Checksum 03:13:28 63d7cb157983: Download complete 03:13:28 b116817d02f9: Verifying Checksum 03:13:28 b116817d02f9: Download complete 03:13:28 5f621e34cdf4: Verifying Checksum 03:13:28 5f621e34cdf4: Download complete 03:13:29 5f621e34cdf4: Pull complete 03:13:29 a4357932f1b6: Pull complete 03:13:29 18c013af1878: Pull complete 03:13:31 745a02a5169b: Download complete 03:13:31 00ac8860ef70: Verifying Checksum 03:13:31 00ac8860ef70: Download complete 03:13:35 ---> 7668dca57d9d 03:13:35 Step 9/23 : RUN make cmd/core-command/core-command 03:13:35 ---> Running in ec257ebe5034 03:13:35 ---> b9a79182d3c0 03:13:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:13:35 ---> bc93715a05a0 03:13:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:13:36 ---> Running in f341b3116b86 03:13:36 ---> Running in d24ba908681c 03:13:36 ---> 72091750a473 03:13:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:13:36 ---> 9ae427e9e954 03:13:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:13:37 ---> Running in f9391b86c09c 03:13:37 ---> Running in 617936ccf97e 03:13:37 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 03:13:37 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 03:13:37 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 03:13:37 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 03:13:38 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 03:13:42 00ac8860ef70: Pull complete 03:13:42 63d7cb157983: Pull complete 03:13:42 b116817d02f9: Pull complete 03:13:45 745a02a5169b: Pull complete 03:13:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:13:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:13:45 ---> b7e6874047d6 03:13:45 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 03:13:49 ---> Running in 20aaba1a6266 03:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:52 (1/12) Installing libmagic (5.38-r0) 03:13:52 (2/12) Installing file (5.38-r0) 03:13:52 (3/12) Installing libc-dev (0.7.2-r3) 03:13:52 (4/12) Installing g++ (9.3.0-r2) 03:13:57 (5/12) Installing fortify-headers (1.1-r0) 03:13:57 (6/12) Installing patch (2.7.6-r6) 03:13:57 (7/12) Installing build-base (0.5-r2) 03:13:57 (8/12) Installing libsodium (1.0.18-r0) 03:13:57 (9/12) Installing pkgconf (1.7.2-r0) 03:13:57 (10/12) Installing libsodium-dev (1.0.18-r0) 03:13:57 (11/12) Installing libzmq (4.3.3-r0) 03:13:57 (12/12) Installing zeromq-dev (4.3.3-r0) 03:13:57 Executing busybox-1.31.1-r19.trigger 03:13:57 OK: 217 MiB in 51 packages 03:14:01 Removing intermediate container 20aaba1a6266 03:14:01 ---> 28d2681aaac3 03:14:01 Step 4/6 : WORKDIR /edgex-go 03:14:01 ---> Running in 459ea438f946 03:14:02 Removing intermediate container 459ea438f946 03:14:02 ---> 4f84e23f3a45 03:14:02 Step 5/6 : COPY go.mod . 03:14:02 ---> 4771ed8ddc01 03:14:02 Step 6/6 : RUN go mod download 03:14:03 ---> Running in 2688cface3c2 03:14:04 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 03:14:19 Removing intermediate container ec257ebe5034 03:14:19 ---> 7b5407bacb63 03:14:19 03:14:19 Step 10/23 : FROM alpine:3.12 03:14:19 Removing intermediate container f341b3116b86 03:14:19 ---> 0673f97333f9 03:14:19 03:14:19 Step 10/21 : FROM alpine:3.12 03:14:19 Removing intermediate container 617936ccf97e 03:14:19 ---> ce89b1f3e105 03:14:19 03:14:19 Step 10/31 : FROM alpine:3.12 03:14:19 Removing intermediate container f9391b86c09c 03:14:19 ---> 9dfdd7a92e5c 03:14:19 03:14:19 Step 10/22 : FROM alpine:3.12 03:14:19 3.12: Pulling from library/alpine 03:14:19 3.12: Pulling from library/alpine 03:14:19 3.12: Pulling from library/alpine 03:14:19 3.12: Pulling from library/alpine 03:14:19 Removing intermediate container d24ba908681c 03:14:19 ---> b877f5890d48 03:14:19 03:14:19 Step 10/23 : FROM alpine:3.12 03:14:19 3.12: Pulling from library/alpine 03:14:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:14:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:14:19 Status: Downloaded newer image for alpine:3.12 03:14:19 Status: Image is up to date for alpine:3.12 03:14:19 ---> 88dd2752d2ea 03:14:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:14:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:14:19 Status: Image is up to date for alpine:3.12 03:14:19 ---> 88dd2752d2ea 03:14:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:14:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:14:19 Status: Image is up to date for alpine:3.12 03:14:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:14:19 Status: Image is up to date for alpine:3.12 03:14:19 ---> 88dd2752d2ea 03:14:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:14:19 ---> 88dd2752d2ea 03:14:19 Step 11/21 : RUN apk add --update --no-cache curl 03:14:19 ---> 88dd2752d2ea 03:14:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:14:19 ---> Running in bf34b59bb382 03:14:19 ---> Running in 9d2538300f46 03:14:19 ---> Running in 0b3242c6b215 03:14:19 ---> Running in 70e5ade53fa1 03:14:19 ---> Running in c5eb6d618ef0 03:14:20 Removing intermediate container c5eb6d618ef0 03:14:20 ---> 2a0ea03d3ec4 03:14:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:14:20 ---> Running in 24818e1c929a 03:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:20 (1/1) Installing dumb-init (1.2.2-r1) 03:14:20 Executing busybox-1.31.1-r19.trigger 03:14:20 (1/1) Installing dumb-init (1.2.2-r1) 03:14:20 Executing busybox-1.31.1-r19.trigger 03:14:20 OK: 6 MiB in 15 packages 03:14:20 OK: 6 MiB in 15 packages 03:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:14:21 (1/2) Installing ca-certificates (20191127-r4) 03:14:21 (2/2) Installing dumb-init (1.2.2-r1) 03:14:21 Executing busybox-1.31.1-r19.trigger 03:14:21 Executing ca-certificates-20191127-r4.trigger 03:14:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:14:21 (1/4) Installing ca-certificates (20191127-r4) 03:14:21 OK: 6 MiB in 16 packages 03:14:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:14:21 (3/4) Installing libcurl (7.69.1-r3) 03:14:21 (4/4) Installing curl (7.69.1-r3) 03:14:21 Executing busybox-1.31.1-r19.trigger 03:14:21 Executing ca-certificates-20191127-r4.trigger 03:14:21 OK: 7 MiB in 18 packages 03:14:21 (1/2) Installing dumb-init (1.2.2-r1) 03:14:21 (2/2) Installing su-exec (0.2-r1) 03:14:21 Executing busybox-1.31.1-r19.trigger 03:14:21 OK: 6 MiB in 16 packages 03:14:22 Removing intermediate container bf34b59bb382 03:14:22 ---> 828ce29605d1 03:14:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:14:22 ---> Running in fc74f94658ba 03:14:22 Removing intermediate container 9d2538300f46 03:14:22 ---> d707e915b0e8 03:14:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:14:23 ---> Running in 81c230fa86c8 03:14:24 Removing intermediate container fc74f94658ba 03:14:24 ---> 497b6a548da7 03:14:24 Step 13/23 : ENV APP_PORT=48081 03:14:24 Removing intermediate container 0b3242c6b215 03:14:24 ---> 1b1ba29795dc 03:14:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:14:24 ---> Running in d4833d109943 03:14:24 ---> Running in 4b52584d82c3 03:14:24 Removing intermediate container 81c230fa86c8 03:14:24 ---> 76f4d1ffd17e 03:14:24 Step 13/23 : ENV APP_PORT=48082 03:14:24 Removing intermediate container 70e5ade53fa1 03:14:24 ---> f63164bbc0b1 03:14:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:14:24 Removing intermediate container 24818e1c929a 03:14:24 ---> fb2694c4c9f8 03:14:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:14:24 ---> Running in 600b331e1548 03:14:24 ---> Running in d19754863b03 03:14:24 ---> Running in d8a5ff385298 03:14:24 Removing intermediate container d4833d109943 03:14:24 ---> 5d3d1e2102ea 03:14:24 Step 14/23 : EXPOSE $APP_PORT 03:14:25 Removing intermediate container 4b52584d82c3 03:14:25 ---> c206110f5878 03:14:25 Step 13/22 : ENV APP_PORT=48060 03:14:25 ---> Running in 12917245a4fb 03:14:25 ---> Running in 81423d8900d0 03:14:25 Removing intermediate container d8a5ff385298 03:14:25 ---> f87f2561f2d3 03:14:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:14:25 Removing intermediate container 600b331e1548 03:14:25 ---> af9b371e85bf 03:14:25 Step 13/21 : WORKDIR /edgex 03:14:25 Removing intermediate container d19754863b03 03:14:25 ---> 6dfe3df66ba0 03:14:25 Step 14/23 : EXPOSE $APP_PORT 03:14:25 ---> Running in 978841ebc69b 03:14:25 ---> Running in 85934fba9a2f 03:14:25 ---> Running in bc611acbb99b 03:14:25 Removing intermediate container 12917245a4fb 03:14:25 ---> bde6fe5cf4eb 03:14:25 Step 15/23 : WORKDIR / 03:14:25 Removing intermediate container 81423d8900d0 03:14:25 ---> a6785bea0e94 03:14:25 Step 14/22 : EXPOSE $APP_PORT 03:14:26 ---> Running in 3c432839566f 03:14:26 ---> Running in 1d9f05b71a46 03:14:26 Removing intermediate container 978841ebc69b 03:14:26 ---> 424579610870 03:14:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:14:26 Removing intermediate container 85934fba9a2f 03:14:26 ---> e3dd3230ece0 03:14:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:14:26 Removing intermediate container bc611acbb99b 03:14:26 ---> e3a69a68b260 03:14:26 Step 15/23 : WORKDIR / 03:14:26 ---> Running in 576eb1e42cbb 03:14:26 ---> Running in ce088221e661 03:14:26 Removing intermediate container 3c432839566f 03:14:26 ---> 0c1ff5ba72ae 03:14:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:26 Removing intermediate container 1d9f05b71a46 03:14:26 ---> a8a110a682fd 03:14:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:26 ---> 606d2bd0b07a 03:14:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:14:27 Removing intermediate container ce088221e661 03:14:27 ---> d6704a7afffc 03:14:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:27 ---> ff45999b806f 03:14:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:14:27 ---> 9251971db654 03:14:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:14:27 ---> c2d9d57fd77f 03:14:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:14:27 ---> 023cde0c7776 03:14:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:14:28 ---> 77e338860ae5 03:14:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:14:28 ---> 67d7f2f08c57 03:14:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:14:28 ---> 6bdf614ad4a5 03:14:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:14:28 ---> Running in 43dade921d41 03:14:28 ---> e9f23b0c2ea9 03:14:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:14:28 Removing intermediate container 576eb1e42cbb 03:14:28 ---> d4a902fdacee 03:14:28 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:14:28 ---> 3196263d16be 03:14:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:14:28 ---> 832d62a950a1 03:14:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:14:28 ---> Running in 6c243a73a5fc 03:14:28 ---> Running in 668ebe52addd 03:14:28 ---> Running in aeaae396fabe 03:14:28 Removing intermediate container 43dade921d41 03:14:28 ---> 9695b558abd8 03:14:28 Step 18/21 : CMD ["--init=true"] 03:14:28 ---> c04921e2c10b 03:14:28 Step 19/23 : ENTRYPOINT ["/core-command"] 03:14:28 ---> Running in 5fec74d8a51a 03:14:29 ---> Running in 4543a5be7241 03:14:29 Removing intermediate container 668ebe52addd 03:14:29 ---> e765a36cd967 03:14:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:29 Removing intermediate container 6c243a73a5fc 03:14:29 ---> e48394ad288c 03:14:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:14:29 Removing intermediate container aeaae396fabe 03:14:29 ---> 6b77e0894ee2 03:14:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:29 ---> Running in 9330dcc2ed63 03:14:29 ---> Running in fb91f2124adf 03:14:29 Removing intermediate container 5fec74d8a51a 03:14:29 ---> 4f9a5a4ceb91 03:14:29 Step 19/21 : LABEL arch=x86_64 03:14:29 Removing intermediate container 4543a5be7241 03:14:29 ---> f35e109249a0 03:14:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:29 ---> Running in cc01450c3045 03:14:29 ---> 79a532ab8d6e 03:14:29 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:14:29 ---> Running in 09fc16ec2c1d 03:14:29 Removing intermediate container 9330dcc2ed63 03:14:29 ---> 961b701072e8 03:14:29 Step 21/23 : LABEL arch=x86_64 03:14:29 Removing intermediate container 2688cface3c2 03:14:29 ---> 63d0e9aea248 03:14:30 Removing intermediate container fb91f2124adf 03:14:30 ---> a82d976b668c 03:14:30 Step 20/22 : LABEL arch=x86_64 03:14:30 ---> Running in fe6947388363 03:14:30 ---> Running in 920b0bbdb0cb 03:14:30 Successfully built 63d0e9aea248 03:14:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:14:30 ---> Running in 4022741de64a 03:14:30 Removing intermediate container cc01450c3045 03:14:30 ---> 9429afc152ca 03:14:30 Step 20/21 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:14:30 Removing intermediate container 09fc16ec2c1d 03:14:30 ---> 01eb8f834530 03:14:30 Step 21/23 : LABEL arch=x86_64 03:14:30 + docker inspect -f . ci-base-image-arm64 03:14:30 . [Pipeline] withDockerContainer 03:14:30 ---> Running in 8084027dfc3d 03:14:30 ---> Running in d22b1a0afe87 03:14:30 Removing intermediate container 920b0bbdb0cb 03:14:30 ---> 0901b04ed5a8 03:14:30 Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:14:30 Removing intermediate container 4022741de64a 03:14:30 ---> 829a5735cf44 03:14:30 Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:14:30 prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container 03:14:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:14:30 ---> Running in 10c723e6ca6d 03:14:30 Removing intermediate container 8084027dfc3d 03:14:30 ---> c24c13880567 03:14:30 Step 21/21 : LABEL version=0.0.0 03:14:30 ---> Running in 9805b07dc312 03:14:31 ---> Running in 062eb22bc63b 03:14:31 Removing intermediate container d22b1a0afe87 03:14:31 ---> bc887f85c563 03:14:31 Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:14:31 Removing intermediate container 10c723e6ca6d 03:14:31 ---> d18a377bcd5a 03:14:31 Step 23/23 : LABEL version=0.0.0 03:14:31 ---> Running in 361727febfea 03:14:31 Removing intermediate container 9805b07dc312 03:14:31 ---> c00921be2aeb 03:14:31 Step 22/22 : LABEL version=0.0.0 03:14:31 ---> Running in 69a5b81ee00f 03:14:31 Removing intermediate container 062eb22bc63b 03:14:31 ---> 34e5ce93f961 03:14:31 03:14:31 ---> Running in 87bd51346905 03:14:31 Removing intermediate container 361727febfea 03:14:31 ---> 032990c8dda7 03:14:31 Step 23/23 : LABEL version=0.0.0 03:14:31 Removing intermediate container 69a5b81ee00f 03:14:31 ---> ef8ec3b40845 03:14:31 03:14:31 Successfully built 34e5ce93f961 03:14:31 Removing intermediate container fe6947388363 03:14:31 ---> f6aa58be050d 03:14:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:32 Successfully tagged docker-security-proxy-setup-go:latest 03:14:32 ---> Running in 38e99be0b7c1 03:14:32  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 03:14:32 Successfully built ef8ec3b40845 03:14:32 Removing intermediate container 87bd51346905 03:14:32 ---> 2ab7c805c574 03:14:32 03:14:32 Successfully tagged docker-core-metadata-go:latest 03:14:32 Building docker-support-scheduler-go 03:14:32  Building docker-core-metadata-go ... done Successfully built 2ab7c805c574 03:14:32 Successfully tagged docker-support-notifications-go:latest 03:14:32  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 03:14:32 $ docker top c29ede3b43be8f934d80c9813c6b326978e810851570b6574058419291b868ce -eo pid,comm 03:14:32 Removing intermediate container 38e99be0b7c1 03:14:32 ---> ff91264a4712 03:14:32 03:14:32 ---> d67d8d6976dd 03:14:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:14:32 Successfully built ff91264a4712 03:14:32 Successfully tagged docker-core-command-go:latest 03:14:32  Building docker-core-command-go ... done Building docker-core-data-go [Pipeline] { [Pipeline] sh 03:14:32 ---> 129f5427305f 03:14:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:14:33 ---> 29643c0ce983 03:14:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:14:33 + go version 03:14:33 go version go1.15.5 linux/arm64 [Pipeline] } 03:14:33 $ docker stop --time=1 c29ede3b43be8f934d80c9813c6b326978e810851570b6574058419291b868ce 03:14:33 ---> c4548b7a4d38 03:14:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:14:35 $ docker rm -f c29ede3b43be8f934d80c9813c6b326978e810851570b6574058419291b868ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:36 + docker inspect -f . ci-base-image-arm64 03:14:36 . [Pipeline] withDockerContainer 03:14:36 prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container 03:14:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:14:38 ---> 9df6076b4b4c 03:14:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:14:38 $ docker top 61383e4236e06f26eb1eda1890719cff16f4750a689e6dfbec21582f8f21a056 -eo pid,comm [Pipeline] { [Pipeline] echo 03:14:38 ========================================================= 03:14:38 [edgeXBuildGoParallel] Running Tests and Build... 03:14:38 ========================================================= [Pipeline] sh 03:14:39 + make test 03:14:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:14:41 ---> Running in ce3fb74a8de3 03:14:42 Removing intermediate container ce3fb74a8de3 03:14:42 ---> c2c58face935 03:14:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:14:43 ---> 690ac6a15569 03:14:43 Step 26/31 : RUN chmod +x /entrypoint.sh 03:14:43 ---> Running in a8d0f0f40a23 03:14:51 Removing intermediate container a8d0f0f40a23 03:14:51 ---> e8b3be9315c5 03:14:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:14:53 ---> Running in a2d68f807227 03:14:56 Removing intermediate container a2d68f807227 03:14:56 ---> 4186679d80e6 03:14:56 Step 28/31 : CMD ["gate"] 03:14:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:14:57 ---> 8b974f2a525b 03:14:57 Step 3/26 : WORKDIR /edgex-go 03:14:57 ---> Using cache 03:14:57 ---> 0872485dfe8a 03:14:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:57 ---> Using cache 03:14:57 ---> 1969925fb7be 03:14:57 Step 5/26 : RUN apk add --update --no-cache make bash git 03:14:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:14:57 ---> 8b974f2a525b 03:14:57 Step 3/24 : WORKDIR /edgex-go 03:14:57 ---> Using cache 03:14:57 ---> 0872485dfe8a 03:14:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:57 ---> Using cache 03:14:57 ---> 1969925fb7be 03:14:57 Step 5/24 : RUN apk add --update --no-cache make git 03:14:57 ---> Using cache 03:14:57 ---> 94d7e172427b 03:14:57 Step 6/24 : COPY go.mod . 03:14:58 ---> Using cache 03:14:58 ---> 838f5e97bf18 03:14:58 Step 7/24 : RUN go mod download 03:14:58 ---> Using cache 03:14:58 ---> 636c34f0bbe7 03:14:58 Step 8/24 : COPY . . 03:14:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:14:58 ---> 8b974f2a525b 03:14:58 Step 3/22 : WORKDIR /edgex-go 03:14:58 ---> Using cache 03:14:58 ---> 0872485dfe8a 03:14:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:58 ---> Using cache 03:14:58 ---> 1969925fb7be 03:14:58 Step 5/22 : RUN apk add --update --no-cache make git 03:14:58 ---> Using cache 03:14:58 ---> 94d7e172427b 03:14:58 Step 6/22 : COPY go.mod . 03:14:58 ---> Using cache 03:14:58 ---> 838f5e97bf18 03:14:58 Step 7/22 : RUN go mod download 03:14:58 ---> Using cache 03:14:58 ---> 636c34f0bbe7 03:14:58 Step 8/22 : COPY . . 03:14:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:14:58 ---> 8b974f2a525b 03:14:58 Step 3/23 : WORKDIR /edgex-go 03:14:58 ---> Using cache 03:14:58 ---> 0872485dfe8a 03:14:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:58 ---> Using cache 03:14:58 ---> 1969925fb7be 03:14:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:14:58 ---> Using cache 03:14:58 ---> 9ae427e9e954 03:14:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:14:58 ---> Using cache 03:14:58 ---> 9ae427e9e954 03:14:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:14:59 ---> Running in 21446391eb69 03:14:59 ---> Running in c22af500dc57 03:14:59 ---> Running in 2987769daaca 03:14:59 ---> Running in 51534685c8f6 03:14:59 ---> Running in 17c1bb573a90 03:14:59 Removing intermediate container 21446391eb69 03:14:59 ---> 8d64ac6b91ba 03:14:59 Step 29/31 : LABEL arch=x86_64 03:14:59 ---> Running in 5db6884ff610 03:15:00 Removing intermediate container 5db6884ff610 03:15:00 ---> cc3c3a5980ba 03:15:00 Step 30/31 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:15:00 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 03:15:00 ---> Running in 650591b71188 03:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:01 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 03:15:01 Removing intermediate container 650591b71188 03:15:01 ---> 6921fc72954c 03:15:01 Step 31/31 : LABEL version=0.0.0 03:15:01 ---> Running in d3132b90ec2f 03:15:01 Removing intermediate container d3132b90ec2f 03:15:01 ---> df699dcb4dab 03:15:01 03:15:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:01 ? github.com/edgexfoundry/edgex-go [no test files] 03:15:01 Successfully built df699dcb4dab 03:15:01 Successfully tagged docker-security-bootstrapper-go:latest 03:15:01  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 03:15:01 OK: 233 MiB in 51 packages 03:15:02 Removing intermediate container c22af500dc57 03:15:02 ---> c6fc4d89c0be 03:15:02 Step 6/26 : COPY go.mod . 03:15:03 Removing intermediate container 51534685c8f6 03:15:03 ---> 66fa0340737b 03:15:03 Step 6/23 : COPY go.mod . 03:15:04 ---> 0d259d69de9e 03:15:04 Step 7/26 : RUN go mod download 03:15:04 ---> 2735c8884790 03:15:04 Step 7/23 : RUN go mod download 03:15:04 ---> Running in 96f09b7bc79a 03:15:04 ---> Running in dc14292a4614 03:15:07 Removing intermediate container 96f09b7bc79a 03:15:07 ---> f7eeb6d1588a 03:15:07 Step 8/26 : COPY . . 03:15:07 Removing intermediate container dc14292a4614 03:15:07 ---> 90ecd5d7b963 03:15:07 Step 8/23 : COPY . . 03:15: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 03:15:32 ---> 8b5e0cf2c91f 03:15:32 Step 9/23 : RUN make cmd/core-data/core-data 03:15:32 ---> Running in 4a0c723a7e3b 03:15:32 ---> 2bdc3b6b34e3 03:15:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:15:32 ---> Running in 8c345927194a 03:15:33 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 03:15: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 03:15:36 Removing intermediate container 2987769daaca 03:15:36 ---> c771e2edc022 03:15:36 03:15:36 Step 10/24 : FROM alpine:3.12 03:15:36 ---> 88dd2752d2ea 03:15:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:15:37 ---> Running in 65b0cfb47c62 03:15:37 Removing intermediate container 17c1bb573a90 03:15:37 ---> 678292d962a4 03:15:37 03:15:37 Step 10/22 : FROM alpine:3.12 03:15:37 ---> 88dd2752d2ea 03:15:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:15:37 ---> Using cache 03:15:37 ---> d707e915b0e8 03:15:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:15:37 ---> Using cache 03:15:37 ---> 76f4d1ffd17e 03:15:37 Step 13/22 : ENV APP_PORT=48085 03:15:37 ---> Running in 2454782a8840 03:15:38 Removing intermediate container 2454782a8840 03:15:38 ---> dd0f430505ab 03:15:38 Step 14/22 : EXPOSE $APP_PORT 03:15:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:15:38 ---> Running in 8f45f90a1d84 03:15:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:15:38 Removing intermediate container 8f45f90a1d84 03:15:38 ---> 23115150ac3a 03:15:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:15:38 (1/5) Installing ca-certificates (20191127-r4) 03:15:38 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:15:38 (3/5) Installing libcurl (7.69.1-r3) 03:15:38 (4/5) Installing curl (7.69.1-r3) 03:15:38 (5/5) Installing dumb-init (1.2.2-r1) 03:15:38 Executing busybox-1.31.1-r19.trigger 03:15:38 Executing ca-certificates-20191127-r4.trigger 03:15:38 OK: 7 MiB in 19 packages 03:15:39 ---> f63d405a8238 03:15:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:15:41 Removing intermediate container 65b0cfb47c62 03:15:41 ---> 3242347a9c0e 03:15:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:15:42 ---> 5d841e61a28d 03:15:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:15:42 ---> Running in f1ad6525d4e1 03:15:42 Removing intermediate container f1ad6525d4e1 03:15:42 ---> 5e4c19990f1d 03:15:42 Step 13/24 : WORKDIR / 03:15:43 ---> Running in e80be582b182 03:15:43 ---> 1cad9c6f2cfc 03:15:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:15:43 ---> Running in 05f2f85aa7ab 03:15:43 Removing intermediate container 05f2f85aa7ab 03:15:43 ---> 181522941512 03:15:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:15:43 Removing intermediate container e80be582b182 03:15:43 ---> 843727f9e4c2 03:15:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:15:44 ---> Running in 6fd33003564d 03:15:44 ---> 8c53517196ed 03:15:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:15:44 Removing intermediate container 6fd33003564d 03:15:44 ---> f43a234f7fb8 03:15:44 Step 20/22 : LABEL arch=x86_64 03:15:44 ---> Running in 7d5564fb7a32 03:15:44 ---> 61573c1387a1 03:15:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:15:45 Removing intermediate container 7d5564fb7a32 03:15:45 ---> bd4eedb550f6 03:15:45 Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:15:45 ---> Running in 4fbbb751b028 03:15:45 ---> e8a6a44ff2ab 03:15:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:15:45 Removing intermediate container 4fbbb751b028 03:15:45 ---> 14883ca145ea 03:15:45 Step 22/22 : LABEL version=0.0.0 03:15:45 ---> Running in 0815cc6112f0 03:15:46 Removing intermediate container 0815cc6112f0 03:15:46 ---> c08796e5c5b9 03:15:46 03:15:46 Successfully built c08796e5c5b9 03:15:46 Successfully tagged docker-support-scheduler-go:latest 03:15:46  Building docker-support-scheduler-go ... done  ---> cb6682ff84d5 03:15:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:15:48 ---> 6f007c48f056 03:15:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:15:48 ---> 1aa01b936012 03:15:48 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/ 03:15:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:15:48 ---> Running in 4d389ca003f7 03:15:50 Removing intermediate container 4d389ca003f7 03:15:50 ---> aa1b500c0c29 03:15:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:15:51 ---> Running in ef4e2d49d607 03:15:52 Removing intermediate container 8c345927194a 03:15:52 ---> 950e6fa937db 03:15:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:15:52 Removing intermediate container ef4e2d49d607 03:15:52 ---> 2da880120721 03:15:52 Step 22/24 : LABEL arch=x86_64 03:15:52 ---> Running in 402a2c66be96 03:15:52 ---> Running in 2a81f7ac0b29 03:15:54 Removing intermediate container 2a81f7ac0b29 03:15:54 ---> a19da819516b 03:15:54 Step 23/24 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:15:54 ---> Running in 562d95a99a28 03:15:54 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 03:15:54 Removing intermediate container 562d95a99a28 03:15:54 ---> 3f38b0b24d23 03:15:54 Step 24/24 : LABEL version=0.0.0 03:15:54 ---> Running in 6da8034e4ce3 03:15:55 Removing intermediate container 6da8034e4ce3 03:15:55 ---> 0733cfb90f9b 03:15:55 03:15:55 Successfully built 0733cfb90f9b 03:15:56 Successfully tagged docker-security-secretstore-setup-go:latest 03:15:56  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4a0c723a7e3b 03:15:56 ---> a7fcb6164db8 03:15:56 03:15:56 Step 10/23 : FROM alpine:3.12 03:15:56 ---> 88dd2752d2ea 03:15:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:15:56 ---> Running in 85a9e1ac2ad4 03:15:56 Removing intermediate container 402a2c66be96 03:15:56 ---> 440822059ca5 03:15:56 03:15:56 Step 11/26 : FROM docker:20.10.0 03:15:56 Removing intermediate container 85a9e1ac2ad4 03:15:56 ---> a10f770bf879 03:15:56 Step 12/23 : ENV APP_PORT=48080 03:15:56 20.10.0: Pulling from library/docker 03:15:56 ---> Running in 9657cde92e0b 03:15:57 Removing intermediate container 9657cde92e0b 03:15:57 ---> 12e4a9ca922c 03:15:57 Step 13/23 : EXPOSE $APP_PORT 03:15:57 ---> Running in 48b76a0c0e71 03:15:57 Removing intermediate container 48b76a0c0e71 03:15:57 ---> 641310d5c2a4 03:15:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:15:57 ---> Running in ef437d0a40a3 03:15:59 Removing intermediate container ef437d0a40a3 03:15:59 ---> 0bf4c0177818 03:15:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:15:59 ---> Running in a78301c0715b 03:15:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:00 (1/6) Installing dumb-init (1.2.2-r1) 03:16:00 (2/6) Installing libgcc (9.3.0-r2) 03:16:00 (3/6) Installing libsodium (1.0.18-r0) 03:16:01 (4/6) Installing libstdc++ (9.3.0-r2) 03:16:01 (5/6) Installing libzmq (4.3.3-r0) 03:16:01 (6/6) Installing zeromq (4.3.3-r0) 03:16:01 Executing busybox-1.31.1-r19.trigger 03:16:01 OK: 8 MiB in 20 packages 03:16:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:16:02 Status: Downloaded newer image for docker:20.10.0 03:16:02 ---> aefe523efa57 03:16:02 Step 12/26 : RUN apk add --no-cache bash 03:16:02 ---> Running in 278b37d29899 03:16:02 Removing intermediate container a78301c0715b 03:16:02 ---> 4e6d2f12eed4 03:16:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:02 ---> 189284d28550 03:16:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:03 (1/2) Installing readline (8.0.4-r0) 03:16:03 (2/2) Installing bash (5.0.17-r0) 03:16:03 Executing bash-5.0.17-r0.post-install 03:16:03 Executing busybox-1.31.1-r19.trigger 03:16:03 OK: 12 MiB in 22 packages 03:16:03 ---> 4268299065e6 03:16:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:16:03 ---> 08910900fe50 03:16:03 Step 19/23 : ENTRYPOINT ["/core-data"] 03:16:03 ---> Running in 6ec414aa6bad 03:16:03 Removing intermediate container 278b37d29899 03:16:03 ---> 6fea3e5d0af0 03:16:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:16:03 ---> Running in b420522e96ea 03:16:03 Removing intermediate container 6ec414aa6bad 03:16:03 ---> 3b1cec633158 03:16:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:04 ---> Running in 575cbe90cf8d 03:16:04 Removing intermediate container b420522e96ea 03:16:04 ---> 87146c2e6283 03:16:04 Step 14/26 : ENV APP_PORT=48090 03:16:04 ---> Running in 15d9ef96f49a 03:16:04 Removing intermediate container 575cbe90cf8d 03:16:04 ---> 599dfd60cbe3 03:16:04 Step 21/23 : LABEL arch=x86_64 03:16:04 ---> Running in 83f883314d5e 03:16:04 Removing intermediate container 15d9ef96f49a 03:16:04 ---> ecabbafe8e20 03:16:04 Step 15/26 : EXPOSE $APP_PORT 03:16:04 ---> Running in b1d58589878d 03:16:04 Removing intermediate container 83f883314d5e 03:16:04 ---> 6cabf4c18d3b 03:16:04 Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:16:04 ---> Running in 25d9f0b60a37 03:16:04 Removing intermediate container b1d58589878d 03:16:04 ---> e50afd0ab773 03:16:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:16:04 Removing intermediate container 25d9f0b60a37 03:16:04 ---> 11ec04f7a694 03:16:04 Step 23/23 : LABEL version=0.0.0 03:16:04 ---> Running in 8caa65a44cd3 03:16:04 Removing intermediate container 8caa65a44cd3 03:16:04 ---> c72857e81b19 03:16:04 03:16:05 ---> 1df7bafa664f 03:16:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:16:05 Successfully built c72857e81b19 03:16:05 Successfully tagged docker-core-data-go:latest 03:16:05  Building docker-core-data-go ... done  ---> 9c02c0fb20fd 03:16:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:16:05 ---> 12f70673ab52 03:16:05 Step 19/26 : RUN apk --no-cache add py3-pip 03:16:05 ---> Running in 3e6e6c393cf9 03:16:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:06 (1/33) Installing libbz2 (1.0.8-r1) 03:16:06 (2/33) Installing expat (2.2.9-r1) 03:16:06 (3/33) Installing libffi (3.3-r2) 03:16:06 (4/33) Installing gdbm (1.13-r1) 03:16:06 (5/33) Installing xz-libs (5.2.5-r0) 03:16:06 (6/33) Installing sqlite-libs (3.32.1-r0) 03:16:06 (7/33) Installing python3 (3.8.5-r1) 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:16:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:16:07 (8/33) Installing py3-appdirs (1.4.4-r1) 03:16:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:16:07 (10/33) Installing py3-parsing (2.4.7-r0) 03:16:07 (11/33) Installing py3-six (1.15.0-r0) 03:16:07 (12/33) Installing py3-packaging (20.4-r0) 03:16:07 (13/33) Installing py3-setuptools (47.0.0-r0) 03:16:07 (14/33) Installing py3-chardet (3.0.4-r4) 03:16:07 (15/33) Installing py3-idna (2.9-r0) 03:16:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:16:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:16:07 (18/33) Installing py3-requests (2.23.0-r0) 03:16:07 (19/33) Installing py3-msgpack (1.0.0-r0) 03:16:07 (20/33) Installing py3-lockfile (0.12.2-r3) 03:16:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:16:07 (22/33) Installing py3-colorama (0.4.3-r0) 03:16:07 (23/33) Installing py3-distlib (0.3.0-r0) 03:16:07 (24/33) Installing py3-distro (1.5.0-r1) 03:16:07 (25/33) Installing py3-webencodings (0.5.1-r3) 03:16:07 (26/33) Installing py3-html5lib (1.0.1-r4) 03:16:07 (27/33) Installing py3-pytoml (0.1.21-r0) 03:16:07 (28/33) Installing py3-pep517 (0.8.2-r0) 03:16:07 (29/33) Installing py3-progress (1.5-r0) 03:16:07 (30/33) Installing py3-toml (0.10.1-r0) 03:16:07 (31/33) Installing py3-retrying (1.3.3-r0) 03:16:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:16:07 (33/33) Installing py3-pip (20.1.1-r0) 03:16:07 Executing busybox-1.31.1-r19.trigger 03:16:07 OK: 71 MiB in 55 packages 03:16:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:16:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:16:17 Removing intermediate container 3e6e6c393cf9 03:16:17 ---> 41584b58af22 03:16:17 Step 20/26 : RUN pip install docker-compose==1.23.2 03:16:17 ---> Running in a100ff3f85da 03:16:17 Collecting docker-compose==1.23.2 03:16:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:16:17 Collecting docopt<0.7,>=0.6.1 03:16:17 Downloading docopt-0.6.2.tar.gz (25 kB) 03:16:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:16:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:16:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:16:17 Collecting dockerpty<0.5,>=0.4.1 03:16:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:16:18 Collecting cached-property<2,>=1.2.0 03:16:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:16:18 Collecting websocket-client<1.0,>=0.32.0 03:16:18 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:16:18 Collecting PyYAML<4,>=3.10 03:16:18 Downloading PyYAML-3.13.tar.gz (270 kB) 03:16:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:16:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:16:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:16:19 Collecting docker<4.0,>=3.6.0 03:16:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:16:19 Collecting texttable<0.10,>=0.9.0 03:16:19 Downloading texttable-0.9.1.tar.gz (11 kB) 03:16:20 Collecting jsonschema<3,>=2.5.1 03:16:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:16:20 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) 03:16:20 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) 03:16:20 Collecting idna<2.8,>=2.5 03:16:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:16:20 Collecting urllib3<1.25,>=1.21.1 03:16:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:16:20 Collecting docker-pycreds>=0.4.0 03:16:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:16:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:16:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:16:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:16:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:16:20 Installing collected packages: docopt, dockerpty, cached-property, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, texttable, jsonschema, docker-compose 03:16:20 Running setup.py install for docopt: started 03:16:21 Running setup.py install for docopt: finished with status 'done' 03:16:21 Running setup.py install for dockerpty: started 03:16:21 Running setup.py install for dockerpty: finished with status 'done' 03:16:21 Running setup.py install for PyYAML: started 03:16:22 Running setup.py install for PyYAML: finished with status 'done' 03:16:22 Attempting uninstall: idna 03:16:22 Found existing installation: idna 2.9 03:16:22 Uninstalling idna-2.9: 03:16:22 Successfully uninstalled idna-2.9 03:16:22 Attempting uninstall: urllib3 03:16:22 Found existing installation: urllib3 1.25.9 03:16:22 Uninstalling urllib3-1.25.9: 03:16:22 Successfully uninstalled urllib3-1.25.9 03:16:22 Attempting uninstall: requests 03:16:22 Found existing installation: requests 2.23.0 03:16:22 Uninstalling requests-2.23.0: 03:16:22 Successfully uninstalled requests-2.23.0 03:16:23 Running setup.py install for texttable: started 03:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.419s coverage: 45.9% of statements 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:16:23 Running setup.py install for texttable: finished with status 'done' 03:16:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements 03:16:24 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 03:16:27 Removing intermediate container a100ff3f85da 03:16:27 ---> 797e815c124a 03:16:27 Step 21/26 : RUN apk --no-cache add curl 03:16:27 ---> Running in bb5f13de5e0d 03:16:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:16:27 (2/3) Installing libcurl (7.69.1-r3) 03:16:27 (3/3) Installing curl (7.69.1-r3) 03:16:28 Executing busybox-1.31.1-r19.trigger 03:16:28 OK: 72 MiB in 58 packages 03:16:28 Removing intermediate container bb5f13de5e0d 03:16:28 ---> 65ed32770891 03:16:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:16:28 ---> Running in 1c263edea5aa 03:16:28 Removing intermediate container 1c263edea5aa 03:16:28 ---> daeb1ecd6294 03:16:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:28 ---> Running in f03a070c91d1 03:16:28 Removing intermediate container f03a070c91d1 03:16:28 ---> f36fa9a718d3 03:16:28 Step 24/26 : LABEL arch=x86_64 03:16:28 ---> Running in d8a51fb20c00 03:16:29 Removing intermediate container d8a51fb20c00 03:16:29 ---> 90f50c618d7a 03:16:29 Step 25/26 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:16:29 ---> Running in e4611e86f9ea 03:16:29 Removing intermediate container e4611e86f9ea 03:16:29 ---> c050bc6a76f3 03:16:29 Step 26/26 : LABEL version=0.0.0 03:16:29 ---> Running in b5a16f8c4cb8 03:16:29 Removing intermediate container b5a16f8c4cb8 03:16:29 ---> c95313950002 03:16:29 03:16:29 Successfully built c95313950002 03:16:29 Successfully tagged docker-sys-mgmt-agent-go:latest 03:16:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:16:29 $ docker stop --time=1 5f6db288c22952985ebba115ff03d1870dd77dea0c4b212549984ec3ef64a5ee 03:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.511s coverage: 27.1% of statements 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:16:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 66.2% of statements 03:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:16:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:16:31 $ docker rm -f 5f6db288c22952985ebba115ff03d1870dd77dea0c4b212549984ec3ef64a5ee [Pipeline] // withDockerContainer [Pipeline] sh 03:16:31 + docker images 03:16:31 + grep docker 03:16:32 docker-sys-mgmt-agent-go latest c95313950002 3 seconds ago 313MB 03:16:32 docker-core-data-go latest c72857e81b19 28 seconds ago 22.4MB 03:16:32 docker-security-secretstore-setup-go latest 0733cfb90f9b 38 seconds ago 24.9MB 03:16:32 docker-support-scheduler-go latest c08796e5c5b9 47 seconds ago 17.2MB 03:16:32 docker-security-bootstrapper-go latest df699dcb4dab About a minute ago 18.7MB 03:16:32 docker-core-command-go latest ff91264a4712 2 minutes ago 17.2MB 03:16:32 docker-security-proxy-setup-go latest 34e5ce93f961 2 minutes ago 24.7MB 03:16:32 docker-core-metadata-go latest ef8ec3b40845 2 minutes ago 19MB 03:16:32 docker-support-notifications-go latest 2ab7c805c574 2 minutes ago 17.8MB 03:16:32 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 03:16:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.4% of statements 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:16:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.248s coverage: 28.6% of statements 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements 03:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:16:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements 03:16:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:16:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:16:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:16:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:16:47 Still waiting to schedule task 03:16:47 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.1% of statements 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.140s coverage: 96.3% of statements 03:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 03:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements 03:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 03:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.110s coverage: 81.4% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.6% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.6% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.534s coverage: 62.4% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 03:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.927s coverage: 69.1% of statements 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:17:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 38.4% of statements 03:17:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:17:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements 03:17:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:17:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements 03:17:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.445s coverage: 47.0% of statements 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:17:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:17:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:17:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.403s coverage: 89.3% of statements 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:17:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:17:35 Running on prd-ubuntu18.04-docker-8c-8g-28649 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws 03:17:35 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.122s coverage: 29.1% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 95.6% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:17:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.088s coverage: 100.0% of statements 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 03:17:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 03:17:37 using credential edgex-jenkins-ssh 03:17:37 Cloning the remote Git repository 03:17:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:17:37 > git init /w/workspace/edgex-go/7 # timeout=10 03:17:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:17:37 > git --version # timeout=10 03:17:37 > git --version # 'git version 2.17.1' 03:17:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:38 GO111MODULE=on go vet ./... 03:17:44 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit 12746f91723dee4d114230c5413fccf75a25cf3a 03:17:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:17:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:17:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3210/head:refs/remotes/origin/PR-3210 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:17:44 > git config core.sparsecheckout # timeout=10 03:17:44 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 03:17:44 Merge succeeded, producing 12746f91723dee4d114230c5413fccf75a25cf3a 03:17:44 Checking out Revision 12746f91723dee4d114230c5413fccf75a25cf3a (PR-3210) 03:17:44 > git remote # timeout=10 03:17:44 > git config --get remote.origin.url # timeout=10 03:17:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:44 > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 03:17:44 > git rev-parse HEAD^{commit} # timeout=10 03:17:44 > git config core.sparsecheckout # timeout=10 03:17:44 > git checkout -f 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 03:17:47 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:17:48 + echo snap-build.sh 03:17:48 snap-build.sh 03:17:48 + SNAP_BASE_DIR=. 03:17:48 + '[' '!' -z /w/workspace/edgex-go/7 ']' 03:17:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 03:17:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 03:17:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 03:17:48 + cd /w/workspace/edgex-go/7 03:17:48 + sudo apt-get remove -qy --purge lxd lxd-client 03:17:48 Reading package lists... 03:17:49 Building dependency tree... 03:17:49 Reading state information... 03:17:49 The following packages were automatically installed and are no longer required: 03:17:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:17:49 uidmap xdelta3 03:17:49 Use 'sudo apt autoremove' to remove them. 03:17:49 The following packages will be REMOVED: 03:17:49 lxd* lxd-client* 03:17:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:17:49 After this operation, 31.7 MB disk space will be freed. 03:17: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.) 03:17:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:17:51 Removing lxd dnsmasq configuration 03:17:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:17:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:17:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:17: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.) 03:17:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:17:54 Processing triggers for systemd (237-3ubuntu10.42) ... 03:17:54 Processing triggers for ureadahead (0.100.0-21) ... 03:17:55 + sudo snap remove --purge lxd 03:17:55 snap "lxd" is not installed 03:17:55 + sudo groupadd --force --system lxd 03:17:55 ++ whoami 03:17:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:17:55 + newgrp - lxd 03:17:55 + sudo snap install lxd 03:18:05 2021-03-05T03:18:02Z INFO Waiting for automatic snapd restart... 03:18:20 lxd 4.11 from Canonical* installed 03:18:20 + sudo lxd init --auto 03:18:29 + sudo snap install --classic snapcraft 03:18:34 snapcraft 4.5.1 from Canonical* installed 03:18:34 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:18:34 + patch --verbose -p1 03:18:34 Hmm... Looks like a unified diff to me... 03:18:34 The text leading up to this was: 03:18:34 -------------------------- 03:18:34 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:18:34 |From: Tony Espy 03:18:34 |Date: Wed, 16 Dec 2020 16:34:55 -0500 03:18:34 |Subject: [PATCH] optimize snap build for pipeline CI check 03:18:34 | 03:18:34 |This patch is used by the EdgeX CI pipeline builds to 03:18:34 |optimize the snap CI check run for pull requests. When 03:18:34 |applied, it essentially strips out everything (apps and 03:18:34 |parts) from the snapcraft.yaml file except those required 03:18:34 |to build edgex-go, as the whole idea of the CI check is to 03:18:34 |catch changes to edgex-go that break the snap build. 03:18:34 | 03:18:34 |In general, anyone updating snapcraft.yaml will also need 03:18:34 |to update this patch file, otherwise it may fail to apply, 03:18:34 |resulting in a failed snap build CI check in the associated 03:18:34 |pull request. 03:18:34 | 03:18:34 |Note - in addition to applying this patch, the pipeline also 03:18:34 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:18:34 |need to build the finally binary .snap file (and it won't 03:18:34 |work with the patch applied). This further reduces the build 03:18:34 |time. 03:18:34 |--- 03:18:34 | snap/snapcraft.yaml | 461 +------------------------------------------- 03:18:34 | 1 file changed, 2 insertions(+), 459 deletions(-) 03:18:34 | 03:18:34 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:18:34 |index 1e537489..faf42425 100644 03:18:34 |--- a/snap/snapcraft.yaml 03:18:34 |+++ b/snap/snapcraft.yaml 03:18:34 -------------------------- 03:18:34 patching file snap/snapcraft.yaml 03:18:34 Using Plan A... 03:18:34 Hunk #1 succeeded at 73. 03:18:34 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 03:18:34 Hunk #3 succeeded at 217 (offset 3 lines). 03:18:34 Hunk #4 succeeded at 225 (offset 3 lines). 03:18:34 Hunk #5 succeeded at 232 (offset 3 lines). 03:18:34 Hunk #6 succeeded at 259 (offset 3 lines). 03:18:34 Hunk #7 succeeded at 293 (offset 3 lines). 03:18:34 Hunk #8 succeeded at 352 (offset 11 lines). 03:18:34 Hmm... Ignoring the trailing garbage. 03:18:34 done 03:18:34 + sudo snapcraft prime --use-lxd 03:18:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:18:35 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: 03:18:35 - README.md 03:18:35 - snapcraft.yaml.orig 03:18:35 03:18:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:18:36 Launching a container. 03:18:48 Waiting for container to be ready 03:18:48 To start your first instance, try: lxc launch ubuntu:18.04 03:18:48 03:18:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:18:52 Waiting for network to be ready... 03:18:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:18:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:18:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 03:18:53 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:18:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:18:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:18:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:18:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:18:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:18:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:18:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:18:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:18:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:18:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:18:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:18:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:18:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:18:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:18:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:18:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 03:18:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:18:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:18:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:18:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:18:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:18:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:18:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:18:58 Fetched 24.0 MB in 5s (4506 kB/s) 03:18:59 Reading package lists... 03:18:59 Reading package lists... 03:18:59 Building dependency tree... 03:18:59 Reading state information... 03:18:59 The following additional packages will be installed: 03:18:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:18:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:18:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:18:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:18:59 Suggested packages: 03:18:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:18:59 Recommended packages: 03:18:59 gnupg libsasl2-modules 03:18:59 The following NEW packages will be installed: 03:18:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:18:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:18:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:18:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:18:59 The following packages will be upgraded: 03:18:59 gpg gpg-agent gpgconf libudev1 03:18:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:18:59 Need to get 3530 kB of archives. 03:18:59 After this operation, 13.3 MB of additional disk space will be used. 03:18:59 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] 03:18:59 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] 03:18:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:18:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:18:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:19:00 gofmt -l . 03:19:00 [ "`gofmt -l .`" = "" ] 03:19:00 ./bin/test-go-mod-tidy.sh 03:19:00 ./bin/test-attribution-txt.sh [Pipeline] sh 03:19:00 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:19:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:19:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:19:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:19:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:19:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:19:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:19:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:19:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:19:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:19:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:19:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:19:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:19:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:19:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:19:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:19:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:19:00 + ls -al . 03:19:00 total 760 03:19:00 drwxrwxr-x 9 1001 1001 4096 Mar 5 03:18 . 03:19:00 drwxr-xr-x 4 root root 4096 Mar 5 03:14 .. 03:19:00 -rw-rw-r-- 1 1001 1001 11 Mar 5 03:13 .dockerignore 03:19:00 drwxrwxr-x 8 1001 1001 4096 Mar 5 03:13 .git 03:19:00 drwxrwxr-x 3 1001 1001 4096 Mar 5 03:13 .github 03:19:00 -rw-rw-r-- 1 1001 1001 818 Mar 5 03:13 .gitignore 03:19:00 -rw-rw-r-- 1 1001 1001 166 Mar 5 03:13 .sonarcloud.properties 03:19:00 -rw-rw-r-- 1 1001 1001 8475 Mar 5 03:13 Attribution.txt 03:19:00 -rw-rw-r-- 1 1001 1001 3804 Mar 5 03:13 CONTRIBUTING.md 03:19:00 -rw-rw-r-- 1 1001 1001 931 Mar 5 03:13 Dockerfile.build 03:19:00 -rw-rw-r-- 1 1001 1001 863 Mar 5 03:13 Jenkinsfile 03:19:00 -rw-rw-r-- 1 1001 1001 10775 Mar 5 03:13 LICENSE 03:19:00 -rw-rw-r-- 1 1001 1001 5774 Mar 5 03:13 Makefile 03:19:00 -rw-rw-r-- 1 1001 1001 6524 Mar 5 03:13 README.md 03:19:00 -rw-rw-r-- 1 1001 1001 6755 Mar 5 03:13 SECURITY.md 03:19:00 -rw-rw-r-- 1 1001 1001 5 Mar 5 03:08 VERSION 03:19:00 -rw-rw-r-- 1 1001 1001 4131 Mar 5 03:13 ZMQWindows.md 03:19:00 drwxrwxr-x 2 1001 1001 4096 Mar 5 03:13 bin 03:19:00 drwxrwxr-x 14 1001 1001 4096 Mar 5 03:13 cmd 03:19:00 -rw-r--r-- 1 root root 619454 Mar 5 03:17 coverage.out 03:19:00 -rw-r--r-- 1 root root 1055 Mar 5 03:18 go.mod 03:19:00 -rw-r--r-- 1 root root 21699 Mar 5 03:18 go.sum 03:19:00 drwxrwxr-x 8 1001 1001 4096 Mar 5 03:13 internal 03:19:00 drwxrwxr-x 4 1001 1001 4096 Mar 5 03:13 openapi 03:19:00 drwxrwxr-x 4 1001 1001 4096 Mar 5 03:13 snap 03:19:00 -rw-rw-r-- 1 1001 1001 168 Mar 5 03:13 version.go [Pipeline] sh 03:19:00 debconf: delaying package configuration, since apt-utils is not installed 03:19:00 Fetched 3530 kB in 1s (3442 kB/s) 03:19:00 (Reading database ... 12511 files and directories currently installed.) 03:19:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:19:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:19:01 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:19:01 Selecting previously unselected package udev. 03:19:01 (Reading database ... 12511 files and directories currently installed.) 03:19:01 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:19:01 Unpacking udev (237-3ubuntu10.44) ... 03:19:01 + '[' -e coverage.out ] 03:19:01 + chown 1001:1001 coverage.out [Pipeline] stash 03:19:01 Warning: overwriting stash ‘coverage-report’ 03:19:01 Selecting previously unselected package libfuse2:amd64. 03:19:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:19:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:19:01 Selecting previously unselected package fuse. 03:19:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:19:01 Unpacking fuse (2.9.7-1ubuntu1) ... 03:19:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:01 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:19:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:19:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:19:02 Selecting previously unselected package libksba8:amd64. 03:19:02 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:19:02 Unpacking libksba8:amd64 (1.3.5-2) ... 03:19:02 Selecting previously unselected package libroken18-heimdal:amd64. 03:19:02 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:19:02 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:19:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:19:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libwind0-heimdal:amd64. 03:19:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:19:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Stashed 1 file(s) [Pipeline] sh 03:19:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:19:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:19:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:19:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:19:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:03 Selecting previously unselected package libsasl2-modules-db:amd64. 03:19:03 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:19:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:03 Selecting previously unselected package libsasl2-2:amd64. 03:19:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:19:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:03 Selecting previously unselected package libldap-common. 03:19:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:19:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:19:03 Selecting previously unselected package libldap-2.4-2:amd64. 03:19:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:19:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:19:03 Selecting previously unselected package dirmngr. 03:19:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:03 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:19:03 + make build 03:19:03 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 03:19:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:19:03 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:19:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:19:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:19:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:19:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:03 Setting up libksba8:amd64 (1.3.5-2) ... 03:19:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:19:03 Setting up udev (237-3ubuntu10.44) ... 03:19:04 invoke-rc.d: policy-rc.d denied execution of start. 03:19:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Processing triggers for systemd (237-3ubuntu10) ... 03:19:04 Setting up fuse (2.9.7-1ubuntu1) ... 03:19:04 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:19:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:19:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:19:04 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:19:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:19:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:19:05 settings in the [Install] section, and DefaultInstance for template units). 03:19:05 This means they are not meant to be enabled using systemctl. 03:19:05 Possible reasons for having this kind of units are: 03:19:05 1) A unit may be statically enabled by being symlinked from another unit's 03:19:05 .wants/ or .requires/ directory. 03:19:05 2) A unit's purpose may be to act as a helper for some other unit which has 03:19:05 a requirement dependency on it. 03:19:05 3) A unit may be started when needed via activation (socket, path, timer, 03:19:05 D-Bus, udev, scripted systemctl call, ...). 03:19:05 4) In case of template units, the unit is meant to be enabled with some 03:19:05 instance name specified. 03:19:05 Reading package lists... 03:19:05 Building dependency tree... 03:19:06 Reading state information... 03:19:06 The following additional packages will be installed: 03:19:06 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:19:06 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:19:06 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:19:06 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:19:06 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:19:06 Suggested packages: 03:19:06 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:19:06 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:19:06 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:19:06 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:19:06 systemd-container policykit-1 03:19:06 Recommended packages: 03:19:06 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:19:06 The following NEW packages will be installed: 03:19:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:19:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:19:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:19:06 multiarch-support openssh-client python3 python3-minimal python3.6 03:19:06 python3.6-minimal snapd squashfs-tools sudo 03:19:06 The following packages will be upgraded: 03:19:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:19:06 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:19:06 Need to get 35.2 MB of archives. 03:19:06 After this operation, 141 MB of additional disk space will be used. 03:19:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:19:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:19:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:19:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 03:19:07 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:19:07 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:19:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:19:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:19:07 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:19:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:19:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:19:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:19:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:19:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:19:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:19:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:19:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:19:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:19:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:19:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:19:07 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:19:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:19:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:19:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:19:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:19:07 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:19:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:19:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:19:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:19:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:19:08 debconf: delaying package configuration, since apt-utils is not installed 03:19:08 Fetched 35.2 MB in 2s (15.3 MB/s) 03:19:08 (Reading database ... 12757 files and directories currently installed.) 03:19:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:19:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:19:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:19:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:19:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:19:09 (Reading database ... 12757 files and directories currently installed.) 03:19:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:19:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:19:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:19:09 (Reading database ... 12757 files and directories currently installed.) 03:19:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:19:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:19:10 Setting up apt (1.6.12ubuntu0.2) ... 03:19:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:19:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:19:10 (Reading database ... 12764 files and directories currently installed.) 03:19:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:19:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:19:10 Selecting previously unselected package libpython3.6-minimal:amd64. 03:19:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:19:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:19:11 Selecting previously unselected package libexpat1:amd64. 03:19:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:19:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:19:11 Selecting previously unselected package python3.6-minimal. 03:19:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:19:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:19:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 03:19:11 Checking for services that may need to be restarted...done. 03:19:11 Checking for services that may need to be restarted...done. 03:19:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:19:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:19:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:19:12 Selecting previously unselected package python3-minimal. 03:19:12 (Reading database ... 13012 files and directories currently installed.) 03:19:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:19:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:19:12 Selecting previously unselected package mime-support. 03:19:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:19:12 Unpacking mime-support (3.60ubuntu1) ... 03:19:12 Selecting previously unselected package libmpdec2:amd64. 03:19:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:19:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:19:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:19:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:19:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:19:13 Selecting previously unselected package python3.6. 03:19:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:19:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:19:13 Selecting previously unselected package libpython3-stdlib:amd64. 03:19:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:19:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:19:13 Setting up python3-minimal (3.6.7-1~18.04) ... 03:19:13 Selecting previously unselected package python3. 03:19:13 (Reading database ... 13442 files and directories currently installed.) 03:19:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:19:13 Unpacking python3 (3.6.7-1~18.04) ... 03:19:13 Selecting previously unselected package multiarch-support. 03:19:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:19:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:19:13 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 03:19:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:19:13 Selecting previously unselected package liblzo2-2:amd64. 03:19:13 (Reading database ... 13479 files and directories currently installed.) 03:19:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:19:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:19:13 Selecting previously unselected package libbsd0:amd64. 03:19:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:19:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:19:14 Selecting previously unselected package sudo. 03:19:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:19:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:19:14 Selecting previously unselected package apparmor. 03:19:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:19:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:19:14 Selecting previously unselected package libedit2:amd64. 03:19:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:19:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:19:14 Selecting previously unselected package libkrb5support0:amd64. 03:19:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:19:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:19:14 Selecting previously unselected package libk5crypto3:amd64. 03:19:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:19:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:19:14 Selecting previously unselected package libkeyutils1:amd64. 03:19:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:19:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:19:14 Selecting previously unselected package libkrb5-3:amd64. 03:19:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:19:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:19:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:19:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:19:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:19:14 Selecting previously unselected package libssl1.0.0:amd64. 03:19:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:19:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:19:15 Selecting previously unselected package openssh-client. 03:19:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:19:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:19:15 Selecting previously unselected package squashfs-tools. 03:19:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:19:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:19:15 Selecting previously unselected package snapd. 03:19:15 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:19:15 Unpacking snapd (2.48.3+18.04) ... 03:19:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:19:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:19:18 Setting up mime-support (3.60ubuntu1) ... 03:19:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:19:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:19:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:19:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:19:18 Setting up systemd (237-3ubuntu10.44) ... 03:19:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:19:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:19:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:19:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:19:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:19:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:19:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:19:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:19:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:19:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:19:20 Setting up python3 (3.6.7-1~18.04) ... 03:19:20 running python rtupdate hooks for python3.6... 03:19:20 running python post-rtupdate hooks for python3.6... 03:19:20 Setting up apparmor (2.12-4ubuntu5.1) ... 03:19:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:19:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:19:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:19:22 Setting up snapd (2.48.3+18.04) ... 03:19:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:19:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:19:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:19:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:19:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:19:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:19:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:19:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:19:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:19:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:19:24 /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' 03:19:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:19:24 Processing triggers for systemd (237-3ubuntu10.44) ... 03:19:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:19:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:19:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:19:27 Reading package lists... 03:19:27 Reading package lists... 03:19:27 Building dependency tree... 03:19:27 Reading state information... 03:19:27 Calculating upgrade... 03:19:27 The following packages will be upgraded: 03:19:27 advancecomp base-files bash binutils binutils-common 03:19:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:19:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:19:27 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:19:27 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:19:27 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:19:27 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:19:27 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:19:27 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:19:27 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:19:27 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:19:27 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:19:27 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:19:27 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:19:27 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:19:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:19:27 Need to get 63.8 MB of archives. 03:19:27 After this operation, 5202 kB of additional disk space will be used. 03:19:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:19:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 03:19:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:19:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:19:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:19:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:19:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:19:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:19:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:19:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:19:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:19:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:19:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:19:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:19:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:19:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:19:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:19:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:19:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:19:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:19:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:19:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:19:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:19:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:19:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:19:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:19:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:19:28 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:19:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:19:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:19:28 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:19:28 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:19:28 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:19:28 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:19:28 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:19:28 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:19:28 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:19:28 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:19:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:19:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:19:28 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:19:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:19:28 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:19:28 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:19:28 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:19:28 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:19:28 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:19:28 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:19:28 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:19:28 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:19:28 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:19:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:19:28 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:19:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:19:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:19:28 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:19:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:19:28 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:19:28 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:19:28 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:19:28 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:19:28 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:19:28 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:19:28 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:19:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:19:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:19:29 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:19:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:19:29 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:19:29 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:19:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 03:19:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:19:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:19:29 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:19:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 03:19:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:19:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:19:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:19:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:19:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:19:29 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:19:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:19:29 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:19:29 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:19:29 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:19:29 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:19:29 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:19:29 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:19:29 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:19:29 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:19:30 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:19:30 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:19:30 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:19:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:19:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:19:30 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:19:30 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:19:30 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:19:30 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:19:30 debconf: delaying package configuration, since apt-utils is not installed 03:19:30 Fetched 63.8 MB in 3s (20.2 MB/s) 03:19:31 (Reading database ... 13912 files and directories currently installed.) 03:19:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:19:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:19:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:19:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:19:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 03:19:31 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 03:19:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:19:33 (Reading database ... 13911 files and directories currently installed.) 03:19:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:19:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:19:34 (Reading database ... 13911 files and directories currently installed.) 03:19:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:19:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:19:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:19:34 (Reading database ... 13911 files and directories currently installed.) 03:19:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:19:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:19:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:19:35 (Reading database ... 13911 files and directories currently installed.) 03:19:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:19:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:19:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:19:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:19:35 Setting up base-files (10.1ubuntu2.10) ... 03:19:35 Installing new version of config file /etc/issue ... 03:19:35 Installing new version of config file /etc/issue.net ... 03:19:35 Installing new version of config file /etc/lsb-release ... 03:19:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:19:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:19:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:19:36 Removing obsolete conffile /etc/default/motd-news ... 03:19:36 (Reading database ... 13912 files and directories currently installed.) 03:19:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:19:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:19:36 Setting up bash (4.4.18-2ubuntu1.2) ... 03:19:36 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 03:19:36 (Reading database ... 13912 files and directories currently installed.) 03:19:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:19:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:19:36 (Reading database ... 13912 files and directories currently installed.) 03:19:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:19:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:19:37 Setting up tar (1.29b-2ubuntu0.2) ... 03:19:37 (Reading database ... 13912 files and directories currently installed.) 03:19:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:19:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:19:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:19:37 (Reading database ... 13912 files and directories currently installed.) 03:19:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:19:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:19:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:19:37 (Reading database ... 13912 files and directories currently installed.) 03:19:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:19:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:19:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:19:38 (Reading database ... 13912 files and directories currently installed.) 03:19:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:19:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:19:38 Setting up grep (3.1-2build1) ... 03:19:38 (Reading database ... 13912 files and directories currently installed.) 03:19:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:19:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:19:38 Setting up login (1:4.5-1ubuntu2) ... 03:19:38 (Reading database ... 13912 files and directories currently installed.) 03:19:38 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:19:38 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:19:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:19:38 (Reading database ... 13912 files and directories currently installed.) 03:19:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:19:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:19:39 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:19:39 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:19:39 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:19:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:19:40 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 03:19:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:19:40 (Reading database ... 13912 files and directories currently installed.) 03:19:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:19:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:19:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:19:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:19:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:19:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:19:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:19:42 (Reading database ... 13912 files and directories currently installed.) 03:19:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:19:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:19:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:19:42 (Reading database ... 13912 files and directories currently installed.) 03:19:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:19:42 (Reading database ... 13912 files and directories currently installed.) 03:19:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:19:42 (Reading database ... 13912 files and directories currently installed.) 03:19:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:19:43 (Reading database ... 13912 files and directories currently installed.) 03:19:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:19:43 (Reading database ... 13912 files and directories currently installed.) 03:19:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:19:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:19: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 03:19:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:19:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:19:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:19:44 (Reading database ... 13912 files and directories currently installed.) 03:19:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:19:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:19:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:19:44 (Reading database ... 13912 files and directories currently installed.) 03:19:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:19:44 (Reading database ... 13912 files and directories currently installed.) 03:19:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:19:44 (Reading database ... 13912 files and directories currently installed.) 03:19:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:19:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:19:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:19:46 (Reading database ... 13912 files and directories currently installed.) 03:19:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:19:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:19:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:19:46 (Reading database ... 13912 files and directories currently installed.) 03:19:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:19:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:19:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:19:46 (Reading database ... 13914 files and directories currently installed.) 03:19:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:19:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:19:46 Setting up debconf (1.5.66ubuntu1) ... 03:19:47 (Reading database ... 13914 files and directories currently installed.) 03:19:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:19:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:19:47 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:19:47 (Reading database ... 13914 files and directories currently installed.) 03:19:47 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:19:47 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:19:47 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:19:47 (Reading database ... 13914 files and directories currently installed.) 03:19:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:19:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:19:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:19:47 (Reading database ... 13914 files and directories currently installed.) 03:19:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:19:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:19:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:19:48 (Reading database ... 13914 files and directories currently installed.) 03:19:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:19:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:19:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:19:48 (Reading database ... 13914 files and directories currently installed.) 03:19:48 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:19:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:19:48 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:19:48 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:19:48 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:19:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:19:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:19:49 (Reading database ... 13914 files and directories currently installed.) 03:19:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:19:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:19:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:19:49 (Reading database ... 13914 files and directories currently installed.) 03:19:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:19:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:19:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:19:49 (Reading database ... 13914 files and directories currently installed.) 03:19:49 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:19:49 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:19:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:19:50 (Reading database ... 13914 files and directories currently installed.) 03:19:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 03:19:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 03:19:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 03:19:50 (Reading database ... 13914 files and directories currently installed.) 03:19:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:19:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:19:50 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 03:19:50 Setting up passwd (1:4.5-1ubuntu2) ... 03:19:50 (Reading database ... 13914 files and directories currently installed.) 03:19:50 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:19:50 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:19:50 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:19:50 (Reading database ... 13914 files and directories currently installed.) 03:19:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:19:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:19:51 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:19:51 (Reading database ... 13914 files and directories currently installed.) 03:19:51 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:19:51 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:19:51 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:19:51 (Reading database ... 13914 files and directories currently installed.) 03:19:51 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:19:51 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:19:51 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:19:51 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 03:19:51 (Reading database ... 13914 files and directories currently installed.) 03:19:51 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:19:51 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:19:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:19:51 (Reading database ... 13914 files and directories currently installed.) 03:19:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:19:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:19:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:19:52 (Reading database ... 13914 files and directories currently installed.) 03:19:52 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:19:52 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:19:52 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:19:52 (Reading database ... 13915 files and directories currently installed.) 03:19:52 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:19:52 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:19:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:19:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:19:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:19:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:19:52 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:19:52 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:19:53 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:19:53 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:19:53 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:19:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:19:53 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:19:53 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:19:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:19:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:19:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:19:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:19:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:19:54 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:19:54 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:19:54 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:19:54 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:19:54 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:19:55 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:19:55 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:19:55 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:19:55 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:19:55 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:19:55 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:19:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:19:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:19:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:19:56 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:19:56 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:19:56 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:19:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:19:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:19:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:19:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:19:56 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:19:56 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:19:57 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 03:19:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:19:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:19:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:19:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:19:59 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:19:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:20:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:20:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:20:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:20:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:20:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:20:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:20:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:20:02 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:20:02 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:20:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:20:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:20:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:20:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:20:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:20:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:20:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:20:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:20:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:20:03 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:20:03 03:20:03 Current default time zone: 'Etc/UTC' 03:20:03 Local time is now: Fri Mar 5 03:20:03 UTC 2021. 03:20:03 Universal Time is now: Fri Mar 5 03:20:03 UTC 2021. 03:20:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:20:03 03:20:03 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:20:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:03 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 03:20:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:20:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:20:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:20:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:20:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:20:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:20:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:20:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:20:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:20:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:04 Setting up patch (2.7.6-2ubuntu1.1) ... 03:20:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:20:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:20:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 03:20:04 Installing new version of config file /etc/ssl/openssl.cnf ... 03:20:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:20:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:20:04 Setting up ca-certificates (20210119~18.04.1) ... 03:20:05 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 03:20:05 Updating certificates in /etc/ssl/certs... 03:20:06 23 added, 27 removed; done. 03:20:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:20:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:20:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:20:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:20:06 Setting up pkgbinarymangler (138.18.04.1) ... 03:20:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:20:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:20:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:20:06 Setting up perl (5.26.1-6ubuntu0.5) ... 03:20:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:20:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:20:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:20:07 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:20:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:20:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:20:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:20:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:20:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:20:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:20:07 Processing triggers for systemd (237-3ubuntu10.44) ... 03:20:07 Processing triggers for mime-support (3.60ubuntu1) ... 03:20:07 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:20:07 Updating certificates in /etc/ssl/certs... 03:20:07 0 added, 0 removed; done. 03:20:07 Running hooks in /etc/ca-certificates/update.d... 03:20:07 done. 03:20:08 Reading package lists... 03:20:08 Building dependency tree... 03:20:08 Reading state information... 03:20:09 The following NEW packages will be installed: 03:20:09 apt-transport-https 03:20:09 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:20:09 Need to get 1696 B of archives. 03:20:09 After this operation, 153 kB of additional disk space will be used. 03:20:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:20:09 debconf: delaying package configuration, since apt-utils is not installed 03:20:09 Fetched 1696 B in 0s (8364 B/s) 03:20:09 Selecting previously unselected package apt-transport-https. 03:20:09 (Reading database ... 13920 files and directories currently installed.) 03:20:09 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:20:09 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:20:09 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:20:09 Waiting for network to be ready... 03:20:10 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 03:20:15 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 03:20:16 2021-03-05T03:20:13Z INFO Waiting for automatic snapd restart... 03:20:16 snapd 2.49 from Canonical* installed 03:20:17 "snapd" switched to the "latest/stable" channel 03:20:17 03:20: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 03:20:22 core18 20210128 from Canonical* installed 03:20:22 "core18" switched to the "latest/stable" channel 03:20:22 03:20:23 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 03:20:26 snapcraft 4.5.1 from Canonical* installed 03:20:26 "snapcraft" switched to the "latest/stable" channel 03:20:26 03:20:30 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: 03:20:30 - README.md 03:20:30 - snapcraft.yaml.orig 03:20:30 03:20:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] } 03:20:30 $ docker stop --time=1 61383e4236e06f26eb1eda1890719cff16f4750a689e6dfbec21582f8f21a056 03:20:32 $ docker rm -f 61383e4236e06f26eb1eda1890719cff16f4750a689e6dfbec21582f8f21a056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:20:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:20:34 03:20:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:20:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:20:35 latest: Pulling from edgex-devops/edgex-compose-arm64 03:20:35 29e5d40040c1: Pulling fs layer 03:20:35 1ce36da41761: Pulling fs layer 03:20:35 25b303627fd3: Pulling fs layer 03:20:36 29e5d40040c1: Verifying Checksum 03:20:36 29e5d40040c1: Download complete 03:20:36 1ce36da41761: Verifying Checksum 03:20:36 1ce36da41761: Download complete 03:20:36 29e5d40040c1: Pull complete 03:20:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:20:36 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:20:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:20:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:20:37 Fetched 88.7 kB in 1s (149 kB/s) 03:20:38 1ce36da41761: Pull complete 03:20:38 Reading package lists... 03:20:38 25b303627fd3: Download complete 03:20:38 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 03:20:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:20:45 Reading package lists... 03:20:45 Building dependency tree... 03:20:45 Reading state information... 03:20:45 Suggested packages: 03:20:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:20:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:20:45 Recommended packages: 03:20:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:20:45 The following NEW packages will be installed: 03:20:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:20:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:20:45 pkg-config zip 03:20:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:20:45 Need to get 7655 kB of archives. 03:20:45 After this operation, 43.7 MB of additional disk space will be used. 03:20:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 03:20:45 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:20:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:20:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:20:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:20:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:20:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:20:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:20:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:20:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:20:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:20:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:20:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:20:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:20:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:20:46 debconf: delaying package configuration, since apt-utils is not installed 03:20:46 Fetched 7655 kB in 1s (10.7 MB/s) 03:20:46 Selecting previously unselected package libglib2.0-0:amd64. 03:20:46 (Reading database ... 13924 files and directories currently installed.) 03:20:46 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 03:20:46 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:20:46 Selecting previously unselected package libpsl5:amd64. 03:20:46 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:20:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:20:46 Selecting previously unselected package libnghttp2-14:amd64. 03:20:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:20:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:20:46 Selecting previously unselected package librtmp1:amd64. 03:20:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:20:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:20:46 Selecting previously unselected package libcurl3-gnutls:amd64. 03:20:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:20:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:20:46 Selecting previously unselected package liberror-perl. 03:20:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:20:46 Unpacking liberror-perl (0.17025-1) ... 03:20:46 Selecting previously unselected package git-man. 03:20:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:20:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:20:47 Selecting previously unselected package git. 03:20:47 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:20:47 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:20:48 Selecting previously unselected package libnorm1:amd64. 03:20:48 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:20:48 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:20:48 Selecting previously unselected package libpgm-5.2-0:amd64. 03:20:48 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:20:48 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:20:48 Selecting previously unselected package libsodium23:amd64. 03:20:48 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:20:48 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:20:48 25b303627fd3: Pull complete 03:20:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:20:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:20:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:20:48 Selecting previously unselected package libzmq5:amd64. 03:20:48 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:20:48 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:20:48 Selecting previously unselected package libzmq3-dev:amd64. 03:20:48 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:20:48 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [Pipeline] withDockerContainer 03:20:48 Selecting previously unselected package pkg-config. 03:20:48 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:20:48 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:20:48 Selecting previously unselected package zip. 03:20:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:20:48 Unpacking zip (3.0-11build1) ... 03:20:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:20:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:20:48 prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container 03:20:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:20:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:20:48 Setting up liberror-perl (0.17025-1) ... 03:20:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:20:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:20:48 No schema files found: doing nothing. 03:20:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:20:48 Setting up zip (3.0-11build1) ... 03:20:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:20:48 Setting up libsodium23:amd64 (1.0.16-2) ... 03:20:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:20:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:20:49 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:20:49 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:20:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:20:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:20:51 $ docker top 4578e921b6a373d4d51696237b3001b901542ed028b1fd84f4ad2540863e1cb7 -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:52 + docker-compose build --help 03:20:52 + grep parallel 03:20:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:20:56 git set to automatically installed. 03:20:56 git-man set to automatically installed. 03:20:56 libcurl3-gnutls set to automatically installed. 03:20:56 liberror-perl set to automatically installed. 03:20:56 libglib2.0-0 set to automatically installed. 03:20:56 libnghttp2-14 set to automatically installed. 03:20:56 libnorm1 set to automatically installed. 03:20:56 libpgm-5.2-0 set to automatically installed. 03:20:56 libpsl5 set to automatically installed. 03:20:56 librtmp1 set to automatically installed. 03:20:56 libsodium23 set to automatically installed. 03:20:56 libzmq3-dev set to automatically installed. 03:20:56 libzmq5 set to automatically installed. 03:20:56 pkg-config set to automatically installed. 03:20:56 zip set to automatically installed. 03:20:56 --parallel Build images in parallel. [Pipeline] } 03:20:56 $ docker stop --time=1 4578e921b6a373d4d51696237b3001b901542ed028b1fd84f4ad2540863e1cb7 03:20:58 snapd is not logged in, snap install commands will use sudo 03:20:58 $ docker rm -f 4578e921b6a373d4d51696237b3001b901542ed028b1fd84f4ad2540863e1cb7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:20:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:20:59 . [Pipeline] withDockerContainer 03:20:59 prd-ubuntu18.04-docker-arm64-4c-16g-28648 does not seem to be running inside a container 03:20:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:21:01 $ docker top e85b6765dbf0ae305daa40b59deda8efafd34dcdaa0c38268a939be8b54d6623 -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:02 + docker-compose -f ./docker-compose-build.yml build --parallel 03:21:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:21:05 snap "core18" has no updates available 03:21:05 Pulling config-common 03:21:05 + snapcraftctl pull 03:21:06 Building docker-core-command-go ... 03:21:06 Building docker-core-data-go ... 03:21:06 Building docker-core-metadata-go ... 03:21:06 Building docker-security-bootstrapper-go ... 03:21:06 Building docker-security-proxy-setup-go ... 03:21:06 Building docker-security-secretstore-setup-go ... 03:21:06 Building docker-support-notifications-go ... 03:21:06 Building docker-support-scheduler-go ... 03:21:06 Building docker-sys-mgmt-agent-go ... 03:21:06 Building docker-sys-mgmt-agent-go 03:21:06 Building docker-core-command-go 03:21:06 Building docker-core-data-go 03:21:06 Building docker-support-scheduler-go 03:21:06 Building docker-security-secretstore-setup-go 03:21:06 Pulling go-build-helper 03:21:06 + snapcraftctl pull 03:21:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:21:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:21:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 03:21:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:21:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:21:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:21:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:21:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:21:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:21:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:21:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:21:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:21:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:21:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:21:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:21:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:21:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:21:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:21:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:21:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 03:21:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:21:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:21:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:21:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:21:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:21:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:21:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:21:33 Fetched 24.0 MB in 0s (0 B/s) 03:21:33 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:21:33 Fetched 96.5 kB in 0s (0 B/s) 03:21:33 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:21:33 Fetched 279 kB in 0s (0 B/s) 03:21:33 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:21:33 Fetched 122 kB in 0s (0 B/s) 03:21:33 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:21:33 Fetched 77.8 kB in 0s (0 B/s) 03:21:33 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:21:33 Fetched 8848 B in 0s (0 B/s) 03:21:33 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:21:33 Fetched 47.8 kB in 0s (0 B/s) 03:21:33 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:21:33 Fetched 45.6 kB in 0s (0 B/s) 03:21:33 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:21:33 Fetched 15.0 kB in 0s (0 B/s) 03:21:33 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:21:33 Fetched 214 kB in 0s (0 B/s) 03:21:33 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:21:33 Fetched 154 kB in 0s (0 B/s) 03:21:33 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:21:33 Fetched 50.6 kB in 0s (0 B/s) 03:21:33 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:21:33 Fetched 14.8 kB in 0s (0 B/s) 03:21:33 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:21:33 Fetched 41.8 kB in 0s (0 B/s) 03:21:33 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:21:33 Fetched 499 kB in 0s (0 B/s) 03:21:33 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:21:33 Fetched 111 kB in 0s (0 B/s) 03:21:33 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:21:33 Fetched 240 kB in 0s (0 B/s) 03:21:33 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:21:33 Fetched 29.3 kB in 0s (0 B/s) 03:21:33 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:21:33 Fetched 85.5 kB in 0s (0 B/s) 03:21:33 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:21:33 Fetched 24.5 kB in 0s (0 B/s) 03:21:33 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:21:33 Fetched 49.2 kB in 0s (0 B/s) 03:21:33 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:21:33 Fetched 54.2 kB in 0s (0 B/s) 03:21:33 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:21:33 Fetched 30.8 kB in 0s (0 B/s) 03:21:33 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:21:33 Fetched 15.8 kB in 0s (0 B/s) 03:21:33 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:21:33 Fetched 85.9 kB in 0s (0 B/s) 03:21:33 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:21:33 Fetched 8720 B in 0s (0 B/s) 03:21:33 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:21:33 Fetched 137 kB in 0s (0 B/s) 03:21:33 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:21:33 Fetched 119 kB in 0s (0 B/s) 03:21:33 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:21:33 Fetched 109 kB in 0s (0 B/s) 03:21:33 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:21:33 Fetched 11.1 kB in 0s (0 B/s) 03:21:33 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:21:33 Fetched 645 kB in 0s (0 B/s) 03:21:33 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:21:33 Fetched 41.3 kB in 0s (0 B/s) 03:21:33 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:21:33 Fetched 17.9 kB in 0s (0 B/s) 03:21:33 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:21:33 Fetched 368 kB in 0s (0 B/s) 03:21:33 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:21:33 Fetched 187 kB in 0s (0 B/s) 03:21:33 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:21:33 Fetched 175 kB in 0s (0 B/s) 03:21:33 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:21:33 Fetched 206 kB in 0s (0 B/s) 03:21:33 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 03:21:33 Fetched 1301 kB in 0s (0 B/s) 03:21:33 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:21:33 Fetched 36.2 kB in 0s (0 B/s) 03:21:33 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:21:33 Fetched 159 kB in 0s (0 B/s) 03:21:33 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:21:33 Fetched 107 kB in 0s (0 B/s) 03:21:33 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:21:33 Fetched 48.7 kB in 0s (0 B/s) 03:21:33 Pulling static-packages 03:21:33 + snapcraftctl pull 03:21:34 'go115' has dependencies that need to be staged: go-build-helper static-packages 03:21:34 Skipping pull go-build-helper (already ran) 03:21:34 Skipping pull static-packages (already ran) 03:21:34 Building go-build-helper 03:21:34 + snapcraftctl build 03:21:38 Building static-packages 03:21:38 + snapcraftctl build 03:21:40 Staging go-build-helper 03:21:40 + snapcraftctl stage 03:21:41 Staging static-packages 03:21:41 + snapcraftctl stage 03:21:42 Pulling go115 03:21:42 + snapcraftctl pull 03:21:43 'edgex-go' has dependencies that need to be staged: go115 03:21:43 Skipping pull go115 (already ran) 03:21:43 Building go115 03:21:43 + dpkg --print-architecture 03:21:43 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 03:21:43 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 03:21:43 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 03:21:43 % Total % Received % Xferd Average Speed Time Time Time Current 03:21:43 Dload Upload Total Spent Left Speed 03:21:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.9M 0 0 25.1M 0 0:00:04 --:--:-- 0:00:04 25.0M 53 115M 53 61.5M 0 0 30.8M 0 0:00:03 0:00:01 0:00:02 30.8M 83 115M 83 95.9M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 100 115M 100 115M 0 0 33.8M 0 0:00:03 0:00:03 --:--:-- 33.8M 03:21:46 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 03:21:46 + sha256sum -c sha256 03:21:46 + grep OK 03:21:47 go1.15.2.linux-amd64.tar.gz: OK 03:21:47 + mkdir -p /root/stage/go1.15 03:21:47 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 03:21:51 Staging go115 03:21:51 + snapcraftctl stage 03:22:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:22:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:22:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:22:00 Fetched 88.7 kB in 0s (0 B/s) 03:22:00 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:22:00 Fetched 224 kB in 0s (0 B/s) 03:22:00 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:22:00 Fetched 157 kB in 0s (0 B/s) 03:22:00 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:22:00 Fetched 221 kB in 0s (0 B/s) 03:22:00 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:22:00 Fetched 143 kB in 0s (0 B/s) 03:22:00 Pulling edgex-go 03:22:00 + snapcraftctl pull 03:22:01 Pulling version 03:22:01 + cd /root/project 03:22:01 + [ -f VERSION ] 03:22:01 + PROJECT_VERSION=local-dev 03:22:01 + git rev-parse --short HEAD 03:22:01 + GIT_REVISION=12746f91 03:22:01 + snapcraftctl set-version local-dev 03:22:02 Building config-common 03:22:02 + snapcraftctl build 03:22:04 Skipping build go-build-helper (already ran) 03:22:04 Skipping build static-packages (already ran) 03:22:04 Skipping build go115 (already ran) 03:22:04 Building edgex-go 03:22:05 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 03:22:05 + cd /root/parts/edgex-go/src 03:22:05 + make build 03:22:05 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 03:22:07 go: downloading github.com/gorilla/mux v1.8.0 03:22:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:22:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 03:22:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 03:22:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 03:22:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:22:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 03:22:07 go: downloading github.com/google/uuid v1.2.0 03:22:07 go: downloading github.com/x448/float16 v0.8.4 03:22:07 go: downloading github.com/imdario/mergo v0.3.11 03:22:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 03:22:07 go: downloading github.com/BurntSushi/toml v0.3.1 03:22:07 go: downloading github.com/pelletier/go-toml v1.2.0 03:22:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 03:22:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:22:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:22:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:22:07 go: downloading github.com/pkg/errors v0.8.1 03:22:07 go: downloading github.com/go-kit/kit v0.8.0 03:22:07 go: downloading github.com/pebbe/zmq4 v1.2.5 03:22:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:22:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:22:07 go: downloading github.com/hashicorp/consul/api v1.8.1 03:22:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:22:07 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:22:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:22:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:22:07 go: downloading github.com/mitchellh/copystructure v1.0.0 03:22:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:22:07 go: downloading github.com/hashicorp/serf v0.9.5 03:22:07 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:22:07 go: downloading github.com/leodido/go-urn v1.2.0 03:22:07 go: downloading github.com/go-playground/universal-translator v0.17.0 03:22:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:22:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:22:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:22:07 go: downloading github.com/fatih/color v1.9.0 03:22:07 go: downloading github.com/mattn/go-isatty v0.0.12 03:22:07 go: downloading github.com/go-playground/locales v0.13.0 03:22:07 go: downloading github.com/mattn/go-colorable v0.1.6 03:22:07 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 03:22:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:22:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:22:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:22:16 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 03:22:16 go: downloading gopkg.in/yaml.v2 v2.4.0 03:22:21 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 03:22: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 03:22:24 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 03:22: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 03:22:24 go: downloading github.com/stretchr/testify v1.7.0 03:22:24 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:22:24 go: downloading github.com/pmezard/go-difflib v1.0.0 03:22:24 go: downloading github.com/davecgh/go-spew v1.1.1 03:22: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 03:22:26 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:22:26 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:22:27 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 03:22:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:22:28 ---> 63d0e9aea248 03:22:28 Step 3/26 : WORKDIR /edgex-go 03:22:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:22:28 ---> 63d0e9aea248 03:22:28 Step 3/23 : WORKDIR /edgex-go 03:22:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:22:28 ---> 63d0e9aea248 03:22:28 Step 3/24 : WORKDIR /edgex-go 03:22:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:22:28 ---> 63d0e9aea248 03:22:28 Step 3/22 : WORKDIR /edgex-go 03:22:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:22:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:22:28 ---> 63d0e9aea248 03:22:28 Step 3/23 : WORKDIR /edgex-go 03:22:28 ---> Running in d2f5f9d0a1ad 03:22:28 ---> Running in 9b492f2ac038 03:22:28 ---> Running in 81dd9a12b0c0 03:22:28 ---> Running in 79b86ab6255b 03:22:28 ---> Running in 993167bddcd2 03:22:28 Removing intermediate container 79b86ab6255b 03:22:28 ---> dda595bbdb0d 03:22:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:28 Removing intermediate container 81dd9a12b0c0 03:22:28 ---> 003ac53d9bc2 03:22:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:28 Removing intermediate container d2f5f9d0a1ad 03:22:28 ---> bef0fd0857ca 03:22:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:28 Removing intermediate container 993167bddcd2 03:22:28 ---> 4ae2a489eec6 03:22:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:28 Removing intermediate container 9b492f2ac038 03:22:28 ---> 011e320acdde 03:22:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:28 ---> Running in e261f9c08d39 03:22:28 ---> Running in ba2751f7d4d9 03:22:28 ---> Running in 1aeaf707f155 03:22:28 ---> Running in fe7180e2d1f5 03:22:28 ---> Running in 52782a038d51 03:22:28 Removing intermediate container e261f9c08d39 03:22:28 ---> b754e4f38447 03:22:28 Step 5/23 : RUN apk add --update --no-cache make git 03:22:28 Removing intermediate container ba2751f7d4d9 03:22:28 ---> faae657bbb52 03:22:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:22:28 ---> Running in 5a395262ba97 03:22:28 ---> Running in 5dbb7a5cfce0 03:22:28 Removing intermediate container 1aeaf707f155 03:22:28 ---> aecc739f375b 03:22:28 Step 5/22 : RUN apk add --update --no-cache make git 03:22:28 Removing intermediate container 52782a038d51 03:22:28 ---> f14523067e37 03:22:28 Step 5/26 : RUN apk add --update --no-cache make bash git 03:22:28 ---> Running in 505ba28b9307 03:22:28 Removing intermediate container fe7180e2d1f5 03:22:28 ---> b851cf32658c 03:22:28 Step 5/24 : RUN apk add --update --no-cache make git 03:22:28 ---> Running in 1f6fa4734dbe 03:22:28 ---> Running in 146e95d53a62 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22: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 03:22:28 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 03:22:28 OK: 217 MiB in 51 packages 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:28 OK: 217 MiB in 51 packages 03:22:29 OK: 217 MiB in 51 packages 03:22:29 OK: 217 MiB in 51 packages 03:22:29 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 03:22:30 Removing intermediate container 5a395262ba97 03:22:30 ---> 860a963cc09b 03:22:30 Step 6/23 : COPY go.mod . 03:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:30 Removing intermediate container 5dbb7a5cfce0 03:22:30 ---> 24c591af3e09 03:22:30 Step 6/23 : COPY go.mod . 03:22:30 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 03:22:30 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:22:30 ---> 9bf1f9fccc7e 03:22:30 Step 7/23 : RUN go mod download 03:22:30 Removing intermediate container 505ba28b9307 03:22:30 ---> 12699b3842e5 03:22:30 Step 6/22 : COPY go.mod . 03:22:31 Removing intermediate container 146e95d53a62 03:22:31 ---> ebac809da5e6 03:22:31 Step 6/24 : COPY go.mod . 03:22:31 ---> Running in 3ea9f3f09405 03:22:31 ---> 4d37ba097950 03:22:31 Step 7/23 : RUN go mod download 03:22:31 ---> Running in 42b02f45e531 03:22:32 ---> ee8c1e88da54 03:22:32 Step 7/22 : RUN go mod download 03:22:32 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 03:22:32 go: downloading github.com/lib/pq v1.9.0 03:22:32 ---> 1b694d5a1875 03:22:32 Step 7/24 : RUN go mod download 03:22:32 ---> Running in 70158fd9153d 03:22:32 ---> Running in fe1146235591 03:22:33 OK: 217 MiB in 51 packages 03:22:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:22:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:22:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:22:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:22:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:22:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:22:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:22:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:22:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:22:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:22:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:22:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:22:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:22:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:22:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:22:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:22:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:22:34 + 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 03:22:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:22:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:22:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:22:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:22:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:22:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:22:34 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:22:35 Removing intermediate container 1f6fa4734dbe 03:22:35 ---> 22102a03c4a0 03:22:35 Step 6/26 : COPY go.mod . 03:22:35 Building version 03:22:35 + snapcraftctl build 03:22:35 Removing intermediate container 3ea9f3f09405 03:22:35 ---> fd27bf0f280d 03:22:35 Step 8/23 : COPY . . 03:22:36 Removing intermediate container 42b02f45e531 03:22:36 ---> 8987eed63893 03:22:36 Step 8/23 : COPY . . 03:22:36 ---> 4bfb079949ff 03:22:36 Step 7/26 : RUN go mod download 03:22:36 ---> Running in 3b1ad5d52bd3 03:22:36 Removing intermediate container 70158fd9153d 03:22:36 ---> df909eb3af7e 03:22:36 Step 8/22 : COPY . . 03:22:37 Removing intermediate container fe1146235591 03:22:37 ---> 3b3016ab12c1 03:22:37 Step 8/24 : COPY . . 03:22:38 Staging config-common 03:22:38 + snapcraftctl stage 03:22:39 Skipping stage go-build-helper (already ran) 03:22:39 Skipping stage static-packages (already ran) 03:22:39 Skipping stage go115 (already ran) 03:22:39 Staging edgex-go 03:22:39 + snapcraftctl stage 03:22:40 Staging version 03:22:40 + snapcraftctl stage 03:22:41 Priming config-common 03:22:41 + snapcraftctl prime 03:22:42 Priming go-build-helper 03:22:42 + snapcraftctl prime 03:22:43 Priming static-packages 03:22:43 + snapcraftctl prime 03:22:44 Removing intermediate container 3b1ad5d52bd3 03:22:44 ---> dfe2aee74546 03:22:44 Step 8/26 : COPY . . 03:22:45 Priming go115 03:22:45 + snapcraftctl prime 03:22:46 Priming edgex-go 03:22:46 + snapcraftctl prime 03:22:48 Priming version 03:22:48 + snapcraftctl prime 03:22:49 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] } 03:23:06 ---> 7b158757887e 03:23:06 Step 9/23 : RUN make cmd/core-data/core-data 03:23:06 ---> 95830f0e6a12 03:23:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:23:06 ---> 33ac5fe9c821 03:23:06 Step 9/23 : RUN make cmd/core-command/core-command 03:23:06 ---> 0f2968cfd554 03:23:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:23:06 ---> Running in 308ea1d530b8 03:23:06 ---> f877275728cd 03:23:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:23:06 ---> Running in 2e7618f45a79 03:23:06 ---> Running in deefc00b1737 03:23:06 ---> Running in e8bf4a756afa 03:23:06 ---> Running in 163432f56b6d 03:23:06 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 03:23:06 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 03:23:06 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 03:23:07 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 03:23:07 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 03:24:43 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 03:24:52 Removing intermediate container e8bf4a756afa 03:24:52 ---> 40f20469e210 03:24:52 03:24:52 Step 10/24 : FROM alpine:3.12 03:24:52 3.12: Pulling from library/alpine 03:24:52 Removing intermediate container 163432f56b6d 03:24:52 ---> 2f25685e3be4 03:24:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:24:52 ---> Running in 49f25f8c0315 03:24:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:24:52 Status: Downloaded newer image for alpine:3.12 03:24:52 ---> d10569e2745f 03:24:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:24:53 ---> Running in 9b6efd878956 03:24:53 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 03:24:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:56 (1/5) Installing ca-certificates (20191127-r4) 03:24:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:24:56 (3/5) Installing libcurl (7.69.1-r3) 03:24:56 (4/5) Installing curl (7.69.1-r3) 03:24:56 (5/5) Installing dumb-init (1.2.2-r1) 03:24:56 Executing busybox-1.31.1-r19.trigger 03:24:56 Executing ca-certificates-20191127-r4.trigger 03:24:56 OK: 7 MiB in 19 packages 03:24:59 Removing intermediate container 9b6efd878956 03:24:59 ---> 54fd007250fa 03:24:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:24:59 ---> Running in 09b0eb1de9d8 03:24:59 Removing intermediate container 49f25f8c0315 03:24:59 ---> b281030a906a 03:24:59 03:24:59 Step 11/26 : FROM docker:20.10.0 03:24:59 20.10.0: Pulling from library/docker 03:25:01 Removing intermediate container 09b0eb1de9d8 03:25:01 ---> 22251a36b031 03:25:01 Step 13/24 : WORKDIR / 03:25:01 ---> Running in 23bf24f1e305 03:25:03 Removing intermediate container 23bf24f1e305 03:25:03 ---> 9a3af2365fad 03:25:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:25:06 ---> c39a9f89b6b5 03:25:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:25:07 Removing intermediate container deefc00b1737 03:25:07 ---> 298a69cc7157 03:25:07 03:25:07 Step 10/23 : FROM alpine:3.12 03:25:07 ---> d10569e2745f 03:25:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:25:07 Removing intermediate container 2e7618f45a79 03:25:07 ---> 8b85a7a5bc00 03:25:07 03:25:07 Step 10/22 : FROM alpine:3.12 03:25:07 ---> d10569e2745f 03:25:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:25:07 ---> Running in 04cc7ab37f68 03:25:08 ---> 372d32c93c90 03:25:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:25:08 ---> Running in 38a8727fc6e9 03:25:10 ---> ce9b8abb1e12 03:25:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:25:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:25:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:25:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:25:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:25:11 (1/1) Installing dumb-init (1.2.2-r1) 03:25:11 Executing busybox-1.31.1-r19.trigger 03:25:11 OK: 5 MiB in 15 packages 03:25:11 (1/1) Installing dumb-init (1.2.2-r1) 03:25:11 Executing busybox-1.31.1-r19.trigger 03:25:11 OK: 5 MiB in 15 packages 03:25:13 ---> 4d3b02e9f79b 03:25:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:25:13 Removing intermediate container 38a8727fc6e9 03:25:13 ---> 6ba477036794 03:25:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:25:13 Removing intermediate container 04cc7ab37f68 03:25:13 ---> e4218b3f0e5b 03:25:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:25:14 ---> Running in 950a5bfd728b 03:25:14 ---> Running in dc50123310a1 03:25:14 Removing intermediate container 950a5bfd728b 03:25:14 ---> 55b8781c74ab 03:25:14 Step 13/22 : ENV APP_PORT=48085 03:25:15 ---> bb659d839152 03:25:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:25:15 ---> Running in 8f24ba020e2b 03:25:15 Removing intermediate container dc50123310a1 03:25:15 ---> 8d88f0995c77 03:25:15 Step 13/23 : ENV APP_PORT=48082 03:25:16 ---> Running in ed99d72dc56a 03:25:16 Removing intermediate container 8f24ba020e2b 03:25:16 ---> c12332b2fe73 03:25:16 Step 14/22 : EXPOSE $APP_PORT 03:25:16 ---> 74d08442f882 03:25:16 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/ 03:25:16 ---> Running in 0b24f6b58eab 03:25:16 ---> Running in 11c3936745c1 03:25:16 Removing intermediate container ed99d72dc56a 03:25:16 ---> 0e4c869d1649 03:25:16 Step 14/23 : EXPOSE $APP_PORT 03:25:18 ---> Running in 835b1688fab0 03:25:18 Removing intermediate container 0b24f6b58eab 03:25:18 ---> 5978448e67a1 03:25:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:25:19 Removing intermediate container 835b1688fab0 03:25:19 ---> 8039aa04e77a 03:25:19 Step 15/23 : WORKDIR / 03:25:20 ---> fddb7e4813b5 03:25:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:25:20 ---> Running in 5d4461ffd265 03:25:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:25:20 Removing intermediate container 11c3936745c1 03:25:20 ---> e3beba1247e4 03:25:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:25:20 Status: Downloaded newer image for docker:20.10.0 03:25:20 ---> eeaf43b92773 03:25:20 Step 12/26 : RUN apk add --no-cache bash 03:25:21 Removing intermediate container 308ea1d530b8 03:25:21 ---> 3cad87f713c9 03:25:21 03:25:21 Step 10/23 : FROM alpine:3.12 03:25:21 ---> d10569e2745f 03:25:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:25:21 Removing intermediate container 5d4461ffd265 03:25:21 ---> ae7c929f9adc 03:25:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:25:21 ---> Running in c2c72214ab8d 03:25:21 ---> Running in 7a9f32142987 03:25:21 ---> Running in 3a4e9eb7c0d3 03:25:21 ---> fc32d02baa51 03:25:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:25:22 Removing intermediate container 3a4e9eb7c0d3 03:25:22 ---> d98ca079a65b 03:25:22 Step 22/24 : LABEL arch=arm64 03:25:22 Removing intermediate container 7a9f32142987 03:25:22 ---> 15b9b90407e0 03:25:22 Step 12/23 : ENV APP_PORT=48080 03:25:22 ---> Running in b2f6ca1726a6 03:25:22 ---> Running in f8adf3b48256 03:25:22 ---> 77029c7e0ef2 03:25:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:25:22 ---> 32dbd413c066 03:25:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:25:23 ---> Running in 460f0d076028 03:25:23 Removing intermediate container b2f6ca1726a6 03:25:23 ---> 14fd1c29eeb2 03:25:23 Step 23/24 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3aRemoving intermediate container f8adf3b48256 03:25:23 ---> acf7ff3becec 03:25:23 Step 13/23 : EXPOSE $APP_PORT 03:25:23 03:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:25:23 ---> Running in b7ffd1d1dce6 03:25:23 ---> Running in e01d2734b5fa 03:25:23 Removing intermediate container 460f0d076028 03:25:23 ---> 98cb65b07e79 03:25:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:23 (1/2) Installing readline (8.0.4-r0) 03:25:24 (2/2) Installing bash (5.0.17-r0) 03:25:24 Executing bash-5.0.17-r0.post-install 03:25:24 Executing busybox-1.31.1-r19.trigger 03:25:24 OK: 12 MiB in 22 packages 03:25:24 ---> Running in 057a655ae017 03:25:24 Removing intermediate container e01d2734b5fa 03:25:24 ---> 3d93c5fbc885 03:25:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:24 Removing intermediate container b7ffd1d1dce6 03:25:24 ---> 1d1e6d41cb8e 03:25:24 Step 24/24 : LABEL version=0.0.0 03:25:24 ---> 7b53e2d21156 03:25:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:25:24 ---> Running in a83d5525e361 03:25:24 ---> Running in 83215176b7a2 03:25:24 Removing intermediate container 057a655ae017 03:25:24 ---> 850860b3c197 03:25:24 Step 20/22 : LABEL arch=arm64 03:25:25 ---> Running in 1eeb2c463b1e 03:25:25 Removing intermediate container 83215176b7a2 03:25:25 ---> bc90d25c7f89 03:25:25 03:25:25 Removing intermediate container c2c72214ab8d 03:25:25 ---> 2b753ce7b4e0 03:25:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:25:25 ---> 66f55e149303 03:25:25 Step 19/23 : ENTRYPOINT ["/core-command"] 03:25:26 ---> Running in 80b9e73a0791 03:25:26 Successfully built bc90d25c7f89 03:25:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:25:26 ---> Running in 08707eba0ab9 03:25:26  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 03:25:26 Removing intermediate container 1eeb2c463b1e 03:25:26 ---> 278af16ff3e9 03:25:26 Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:25:26 ---> Running in a7bd30f08277 03:25:26 Removing intermediate container 80b9e73a0791 03:25:26 ---> 9afa9779fdc4 03:25:26 Step 14/26 : ENV APP_PORT=48090 03:25:27 ---> Running in 3ed0d7d597a8 03:25:27 Removing intermediate container 08707eba0ab9 03:25:27 ---> f98d7fc12ca5 03:25:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:27 Removing intermediate container a7bd30f08277 03:25:27 ---> eb6739e5ea93 03:25:27 Step 22/22 : LABEL version=0.0.0 03:25:27 ---> Running in 424d8f5ce55e 03:25:27 ---> Running in 28b53f2684d6 03:25:28 Removing intermediate container 3ed0d7d597a8 03:25:28 ---> d93c131b2d5c 03:25:28 Step 15/26 : EXPOSE $APP_PORT 03:25:28 Removing intermediate container 424d8f5ce55e 03:25:28 ---> 853d2f39c039 03:25:28 Step 21/23 : LABEL arch=arm64 03:25:28 Removing intermediate container a83d5525e361 03:25:28 ---> df4d78dfd23c 03:25:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:25:28 Removing intermediate container 28b53f2684d6 03:25:28 ---> 418a0d8e9a0a 03:25:28 03:25:28 ---> Running in a599b5784fe8 03:25:28 Successfully built 418a0d8e9a0a 03:25:29 Successfully tagged docker-support-scheduler-go-arm64:latest 03:25:29  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 03:25:29 ---> Running in b7b6ace71ac8 03:25:29 ---> Running in fbd8972d266d 03:25:29 Removing intermediate container a599b5784fe8 03:25:29 ---> c4b8b6580330 03:25:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:25:29 Removing intermediate container fbd8972d266d 03:25:29 ---> c33943812b55 03:25:29 Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:25:30 ---> Running in b76d36d28850 03:25:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:25:30 Removing intermediate container b76d36d28850 03:25:30 ---> 0b7c19e786af 03:25:30 Step 23/23 : LABEL version=0.0.0 03:25:31 ---> 2570cdbe644a 03:25:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:25:31 ---> Running in aa950be6bf2a 03:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:25:32 Removing intermediate container aa950be6bf2a 03:25:32 ---> a8ade1eb3fa3 03:25:32 03:25:32 Successfully built a8ade1eb3fa3 03:25:32 ---> 3a320035582f 03:25:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:25:33 Successfully tagged docker-core-command-go-arm64:latest 03:25:33  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 03:25:33 (1/6) Installing dumb-init (1.2.2-r1) 03:25:33 (2/6) Installing libgcc (9.3.0-r2) 03:25:34 (3/6) Installing libsodium (1.0.18-r0) 03:25:34 ---> 59343a2eb0f1 03:25:34 Step 19/26 : RUN apk --no-cache add py3-pip 03:25:34 (4/6) Installing libstdc++ (9.3.0-r2) 03:25:34 ---> Running in fba5a331628b 03:25:34 (5/6) Installing libzmq (4.3.3-r0) 03:25:34 (6/6) Installing zeromq (4.3.3-r0) 03:25:34 Executing busybox-1.31.1-r19.trigger 03:25:34 OK: 8 MiB in 20 packages 03:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:25:36 (1/33) Installing libbz2 (1.0.8-r1) 03:25:36 (2/33) Installing expat (2.2.9-r1) 03:25:36 (3/33) Installing libffi (3.3-r2) 03:25:36 (4/33) Installing gdbm (1.13-r1) 03:25:36 (5/33) Installing xz-libs (5.2.5-r0) 03:25:36 (6/33) Installing sqlite-libs (3.32.1-r0) 03:25:36 (7/33) Installing python3 (3.8.5-r1) 03:25:37 Removing intermediate container b7b6ace71ac8 03:25:37 ---> a456aef04e63 03:25:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:25:38 (8/33) Installing py3-appdirs (1.4.4-r1) 03:25:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:25:38 (10/33) Installing py3-parsing (2.4.7-r0) 03:25:38 (11/33) Installing py3-six (1.15.0-r0) 03:25:38 (12/33) Installing py3-packaging (20.4-r0) 03:25:38 (13/33) Installing py3-setuptools (47.0.0-r0) 03:25:38 ---> 0977b894f395 03:25:38 (14/33) Installing py3-chardet (3.0.4-r4) 03:25:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:25:38 (15/33) Installing py3-idna (2.9-r0) 03:25:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:25:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:25:38 (18/33) Installing py3-requests (2.23.0-r0) 03:25:38 (19/33) Installing py3-msgpack (1.0.0-r0) 03:25:38 (20/33) Installing py3-lockfile (0.12.2-r3) 03:25:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:25:39 (22/33) Installing py3-colorama (0.4.3-r0) 03:25:39 (23/33) Installing py3-distlib (0.3.0-r0) 03:25:39 (24/33) Installing py3-distro (1.5.0-r1) 03:25:39 (25/33) Installing py3-webencodings (0.5.1-r3) 03:25:39 (26/33) Installing py3-html5lib (1.0.1-r4) 03:25:39 (27/33) Installing py3-pytoml (0.1.21-r0) 03:25:39 (28/33) Installing py3-pep517 (0.8.2-r0) 03:25:39 (29/33) Installing py3-progress (1.5-r0) 03:25:39 (30/33) Installing py3-toml (0.10.1-r0) 03:25:39 (31/33) Installing py3-retrying (1.3.3-r0) 03:25:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:25:39 (33/33) Installing py3-pip (20.1.1-r0) 03:25:39 Executing busybox-1.31.1-r19.trigger 03:25:39 OK: 71 MiB in 55 packages 03:25:41 ---> 9373ae45f3d6 03:25:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:25:42 ---> 5ea9596f93de 03:25:42 Step 19/23 : ENTRYPOINT ["/core-data"] 03:25:43 ---> Running in c975f6ec27ec 03:25:43 Removing intermediate container c975f6ec27ec 03:25:43 ---> 29bee1711eac 03:25:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:44 ---> Running in 22f7790ab6a9 03:25:44 Removing intermediate container 22f7790ab6a9 03:25:44 ---> ea2c1583916a 03:25:44 Step 21/23 : LABEL arch=arm64 03:25:45 ---> Running in 97a61bc78499 03:25:46 Removing intermediate container 97a61bc78499 03:25:46 ---> 10a107126540 03:25:46 Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:25:46 ---> Running in 22bf0bb7855e 03:25:46 Removing intermediate container 22bf0bb7855e 03:25:46 ---> 1d03c33e9fba 03:25:46 Step 23/23 : LABEL version=0.0.0 03:25:47 ---> Running in 54442dcc862e 03:25:48 Removing intermediate container fba5a331628b 03:25:48 ---> f5e41ce54027 03:25:48 Step 20/26 : RUN pip install docker-compose==1.23.2 03:25:48 Removing intermediate container 54442dcc862e 03:25:48 ---> 60e71176ed60 03:25:48 03:25:48 ---> Running in 6daddc8ae874 03:25:49 Successfully built 60e71176ed60 03:25:49 Successfully tagged docker-core-data-go-arm64:latest 03:25:49 Building docker-core-metadata-go 03:25:53  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 03:25:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:25:54 Collecting texttable<0.10,>=0.9.0 03:25:54 Downloading texttable-0.9.1.tar.gz (11 kB) 03:25:57 Collecting dockerpty<0.5,>=0.4.1 03:25:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:25:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:25:59 Collecting docopt<0.7,>=0.6.1 03:25:59 Downloading docopt-0.6.2.tar.gz (25 kB) 03:26:01 Collecting cached-property<2,>=1.2.0 03:26:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:26:02 Collecting jsonschema<3,>=2.5.1 03:26:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:26:03 Collecting websocket-client<1.0,>=0.32.0 03:26:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:26:03 Collecting docker<4.0,>=3.6.0 03:26:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:26:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:26:04 ---> 63d0e9aea248 03:26:04 Step 3/21 : WORKDIR /edgex-go 03:26:04 ---> Using cache 03:26:04 ---> 011e320acdde 03:26:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:04 ---> Using cache 03:26:04 ---> b851cf32658c 03:26:04 Step 5/21 : RUN apk add --update --no-cache make git 03:26:04 ---> Using cache 03:26:04 ---> ebac809da5e6 03:26:04 Step 6/21 : COPY go.mod . 03:26:04 ---> Using cache 03:26:04 ---> 1b694d5a1875 03:26:04 Step 7/21 : RUN go mod download 03:26:04 ---> Using cache 03:26:04 ---> 3b3016ab12c1 03:26:04 Step 8/21 : COPY . . 03:26:04 ---> Using cache 03:26:04 ---> 0f2968cfd554 03:26:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:26:05 Collecting PyYAML<4,>=3.10 03:26:05 Downloading PyYAML-3.13.tar.gz (270 kB) 03:26:08 ---> Running in 2d268549e834 03:26:10 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 03:26:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:26:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:26:10 Collecting docker-pycreds>=0.4.0 03:26:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:26:11 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) 03:26:11 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) 03:26:11 Collecting urllib3<1.25,>=1.21.1 03:26:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:26:12 Collecting idna<2.8,>=2.5 03:26:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:26:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:26:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:26:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:26:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:26:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:26:13 ---> 63d0e9aea248 03:26:13 Step 3/22 : WORKDIR /edgex-go 03:26:13 ---> Using cache 03:26:13 ---> 011e320acdde 03:26:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:13 ---> Using cache 03:26:13 ---> b851cf32658c 03:26:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:26:13 Installing collected packages: texttable, dockerpty, docopt, cached-property, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose 03:26:13 Running setup.py install for texttable: started 03:26:14 ---> Running in 91646341a4df 03:26:16 Running setup.py install for texttable: finished with status 'done' 03:26:16 Running setup.py install for dockerpty: started 03:26:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:26:17 ---> 63d0e9aea248 03:26:17 Step 3/31 : WORKDIR /edgex-go 03:26:17 ---> Using cache 03:26:17 ---> 011e320acdde 03:26:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:17 ---> Using cache 03:26:17 ---> b851cf32658c 03:26:17 Step 5/31 : RUN apk add --update --no-cache make git 03:26:17 ---> Using cache 03:26:17 ---> ebac809da5e6 03:26:17 Step 6/31 : COPY go.mod . 03:26:17 ---> Using cache 03:26:17 ---> 1b694d5a1875 03:26:17 Step 7/31 : RUN go mod download 03:26:17 ---> Using cache 03:26:17 ---> 3b3016ab12c1 03:26:18 Step 8/31 : COPY . . 03:26:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:18 ---> Using cache 03:26:18 ---> 0f2968cfd554 03:26:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:26:18 ---> Running in 2809fae734b6 03:26:19 OK: 217 MiB in 51 packages 03:26:19 Running setup.py install for dockerpty: finished with status 'done' 03:26:19 Running setup.py install for docopt: started 03:26:21 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 03:26:21 Removing intermediate container 91646341a4df 03:26:21 ---> a1e98d54ddfa 03:26:21 Step 6/22 : COPY go.mod . 03:26:21 Running setup.py install for docopt: finished with status 'done' 03:26:23 ---> 3126556591cf 03:26:23 Step 7/22 : RUN go mod download 03:26:23 Attempting uninstall: urllib3 03:26:23 Found existing installation: urllib3 1.25.9 03:26:23 Uninstalling urllib3-1.25.9: 03:26:23 ---> Running in 3f2c78ec4973 03:26:23 Successfully uninstalled urllib3-1.25.9 03:26:24 Attempting uninstall: idna 03:26:24 Found existing installation: idna 2.9 03:26:24 Uninstalling idna-2.9: 03:26:25 Successfully uninstalled idna-2.9 03:26:26 Attempting uninstall: requests 03:26:26 Found existing installation: requests 2.23.0 03:26:26 Uninstalling requests-2.23.0: 03:26:26 Successfully uninstalled requests-2.23.0 03:26:28 Running setup.py install for PyYAML: started 03:26:29 Removing intermediate container 3f2c78ec4973 03:26:29 ---> c2c07229e003 03:26:29 Step 8/22 : COPY . . 03:26:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:26:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:26:31 ---> 63d0e9aea248 03:26:31 Step 3/23 : WORKDIR /edgex-go 03:26:31 ---> Using cache 03:26:31 ---> 011e320acdde 03:26:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:31 ---> Using cache 03:26:31 ---> b851cf32658c 03:26:31 Step 5/23 : RUN apk add --update --no-cache make git 03:26:31 ---> Using cache 03:26:31 ---> ebac809da5e6 03:26:31 Step 6/23 : COPY go.mod . 03:26:31 ---> Using cache 03:26:31 ---> 1b694d5a1875 03:26:31 Step 7/23 : RUN go mod download 03:26:31 ---> Using cache 03:26:31 ---> 3b3016ab12c1 03:26:31 Step 8/23 : COPY . . 03:26:31 ---> Using cache 03:26:31 ---> 0f2968cfd554 03:26:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:26:31 Running setup.py install for PyYAML: finished with status 'done' 03:26:32 ---> Running in 0c2c609ffe05 03:26:33 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 03:26:34 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 03:26:41 Removing intermediate container 6daddc8ae874 03:26:41 ---> 7c436fb477d7 03:26:41 Step 21/26 : RUN apk --no-cache add curl 03:26:41 ---> Running in 7329f1080fd3 03:26:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:26:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:26:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:26:44 (2/3) Installing libcurl (7.69.1-r3) 03:26:44 (3/3) Installing curl (7.69.1-r3) 03:26:44 Executing busybox-1.31.1-r19.trigger 03:26:44 OK: 71 MiB in 58 packages 03:26:47 Removing intermediate container 7329f1080fd3 03:26:47 ---> 0c767cad5bb9 03:26:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:26:47 ---> Running in d81c0015c098 03:26:48 Removing intermediate container d81c0015c098 03:26:48 ---> 779b75ba7a2f 03:26:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:48 ---> Running in 25c1acd6b95a 03:26:49 Removing intermediate container 25c1acd6b95a 03:26:49 ---> c769576f6804 03:26:49 Step 24/26 : LABEL arch=arm64 03:26:50 ---> Running in 76dfc81cb86b 03:26:50 ---> 6d10a2d520fa 03:26:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:26:51 Removing intermediate container 76dfc81cb86b 03:26:51 ---> 940f250e2ab0 03:26:51 Step 25/26 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:26:51 ---> Running in 00f5239cd125 03:26:51 ---> Running in 0545eca497e4 03:26:52 Removing intermediate container 0545eca497e4 03:26:52 ---> d8503dea3369 03:26:52 Step 26/26 : LABEL version=0.0.0 03:26:52 ---> Running in e8256f73785f 03:26:53 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 03:26:53 Removing intermediate container e8256f73785f 03:26:53 ---> 696e25e34f30 03:26:53 03:26:53 Successfully built 696e25e34f30 03:26:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:27:26  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:27:38 Removing intermediate container 2d268549e834 03:27:38 ---> 841cf9aa4b7b 03:27:38 03:27:38 Step 10/21 : FROM alpine:3.12 03:27:38 ---> d10569e2745f 03:27:38 Step 11/21 : RUN apk add --update --no-cache curl 03:27:38 ---> Running in 7a4e30814f3a 03:27:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:41 (1/4) Installing ca-certificates (20191127-r4) 03:27:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:27:41 (3/4) Installing libcurl (7.69.1-r3) 03:27:41 (4/4) Installing curl (7.69.1-r3) 03:27:41 Executing busybox-1.31.1-r19.trigger 03:27:41 Executing ca-certificates-20191127-r4.trigger 03:27:42 OK: 7 MiB in 18 packages 03:27:44 Removing intermediate container 7a4e30814f3a 03:27:44 ---> 2157965fc563 03:27:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:27:44 ---> Running in 6470a51dabba 03:27:44 Removing intermediate container 6470a51dabba 03:27:44 ---> 77590087ffc6 03:27:44 Step 13/21 : WORKDIR /edgex 03:27:45 ---> Running in aab4acd72902 03:27:45 Removing intermediate container aab4acd72902 03:27:45 ---> 5fa102bd0cbe 03:27:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:27:47 ---> 4986d61a1610 03:27:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:27:48 ---> 9780e631d0f9 03:27:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:27:50 ---> 63c363ca0e36 03:27:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:27:50 ---> Running in 77466ffac85b 03:27:51 Removing intermediate container 77466ffac85b 03:27:51 ---> d848ae6c7166 03:27:51 Step 18/21 : CMD ["--init=true"] 03:27:52 ---> Running in de8de1137bbe 03:27:53 Removing intermediate container de8de1137bbe 03:27:53 ---> a15ce05d4174 03:27:53 Step 19/21 : LABEL arch=arm64 03:27:53 ---> Running in 67322072e2d5 03:27:53 Removing intermediate container 2809fae734b6 03:27:53 ---> e86191bf2af0 03:27:53 03:27:53 Step 10/31 : FROM alpine:3.12 03:27:53 ---> d10569e2745f 03:27:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:27:54 ---> Running in e79cca163699 03:27:54 Removing intermediate container 67322072e2d5 03:27:54 ---> 4fe6749bfa5f 03:27:54 Step 20/21 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:27:54 ---> Running in c444975f5415 03:27:54 Removing intermediate container e79cca163699 03:27:54 ---> 26ea521acc50 03:27:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:27:54 ---> Running in 97f66bb7d4a0 03:27:55 Removing intermediate container c444975f5415 03:27:55 ---> 887b2f42b615 03:27:55 Step 21/21 : LABEL version=0.0.0 03:27:55 ---> Running in fab38767b61d 03:27:56 Removing intermediate container fab38767b61d 03:27:56 ---> af6bc3c17cb4 03:27:56 03:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:57 Successfully built af6bc3c17cb4 03:27:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:27:57  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:57 (1/2) Installing dumb-init (1.2.2-r1) 03:27:57 (2/2) Installing su-exec (0.2-r1) 03:27:57 Executing busybox-1.31.1-r19.trigger 03:27:57 OK: 5 MiB in 16 packages 03:27:59 Removing intermediate container 97f66bb7d4a0 03:27:59 ---> 5c733b46470c 03:27:59 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:27:59 ---> Running in 466085034d29 03:28:00 Removing intermediate container 466085034d29 03:28:00 ---> 8547e2084709 03:28:00 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:28:00 ---> Running in c0ef3dd4588e 03:28:01 Removing intermediate container c0ef3dd4588e 03:28:01 ---> 0279fce72aed 03:28:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:28:01 ---> Running in 4643ba18ff31 03:28:04 Removing intermediate container 4643ba18ff31 03:28:04 ---> c5bfab0035da 03:28:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:28:04 ---> Running in 99559a70712c 03:28:05 Removing intermediate container 99559a70712c 03:28:05 ---> 210b1867a000 03:28:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:28:06 ---> ff83d92d32a5 03:28:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:28:06 ---> Running in b80dd2487ab4 03:28:09 Removing intermediate container b80dd2487ab4 03:28:09 ---> 4d3ae7682f8e 03:28:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:28:11 ---> 27a67a65c500 03:28:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:28:13 ---> 45260191a43c 03:28:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:28:14 ---> d147c1fc2ea7 03:28:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:28:16 ---> 429535232b86 03:28:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:28:16 Removing intermediate container 0c2c609ffe05 03:28:16 ---> 456f1852cc34 03:28:16 03:28:16 Step 10/23 : FROM alpine:3.12 03:28:16 ---> d10569e2745f 03:28:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:28:16 ---> Using cache 03:28:16 ---> e4218b3f0e5b 03:28:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:28:16 ---> Using cache 03:28:16 ---> 8d88f0995c77 03:28:16 Step 13/23 : ENV APP_PORT=48081 03:28:16 ---> Running in 64b48e490000 03:28:16 Removing intermediate container 00f5239cd125 03:28:16 ---> f69aab8c4123 03:28:16 03:28:16 Step 10/22 : FROM alpine:3.12 03:28:16 ---> d10569e2745f 03:28:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:28:16 ---> Running in ef75986b0958 03:28:16 ---> b3a61bd796a1 03:28:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:28:17 Removing intermediate container 64b48e490000 03:28:17 ---> c92cd5cced5c 03:28:17 Step 14/23 : EXPOSE $APP_PORT 03:28:17 ---> Running in 319db7ee3434 03:28:17 ---> Running in c926df890f96 03:28:17 Removing intermediate container 319db7ee3434 03:28:17 ---> 0a53e0f6cf5c 03:28:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:28:17 Removing intermediate container c926df890f96 03:28:17 ---> 419d624cfb4c 03:28:17 Step 15/23 : WORKDIR / 03:28:18 ---> Running in 127ecf1cab47 03:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:18 ---> 5165de69174c 03:28:18 Step 26/31 : RUN chmod +x /entrypoint.sh 03:28:18 Removing intermediate container 127ecf1cab47 03:28:18 ---> eea7c5acc66e 03:28:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:28:19 (1/2) Installing ca-certificates (20191127-r4) 03:28:19 ---> Running in 11aad6c2d531 03:28:19 (2/2) Installing dumb-init (1.2.2-r1) 03:28:19 Executing busybox-1.31.1-r19.trigger 03:28:19 Executing ca-certificates-20191127-r4.trigger 03:28:19 OK: 6 MiB in 16 packages 03:28:20 ---> 37d46c12a8c4 03:28:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:28:21 Removing intermediate container ef75986b0958 03:28:21 ---> f19ab9ac80ff 03:28:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:28:21 ---> e9f52378acae 03:28:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:28:21 ---> Running in b3cfe38fb776 03:28:22 Removing intermediate container 11aad6c2d531 03:28:22 ---> 0ffc74503d3d 03:28:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:28:22 ---> Running in ba34feb6cfc6 03:28:22 ---> b1fba107853a 03:28:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:28:22 Removing intermediate container b3cfe38fb776 03:28:22 ---> 781b97feda37 03:28:22 Step 13/22 : ENV APP_PORT=48060 03:28:22 ---> Running in c2871e4cf853 03:28:22 ---> Running in fd8b83e90212 03:28:22 Removing intermediate container ba34feb6cfc6 03:28:22 ---> 0b2eaa8acbf4 03:28:22 Step 28/31 : CMD ["gate"] 03:28:23 ---> Running in 9571870e901f 03:28:23 Removing intermediate container c2871e4cf853 03:28:23 ---> 2c5380e5db15 03:28:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:28:23 Removing intermediate container fd8b83e90212 03:28:23 ---> 6e4fa4d90852 03:28:23 Step 14/22 : EXPOSE $APP_PORT 03:28:23 ---> Running in 8374d2c151b0 03:28:23 ---> Running in 07dc8cc8311c 03:28:24 Removing intermediate container 9571870e901f 03:28:24 ---> 1e24953c8e43 03:28:24 Step 29/31 : LABEL arch=arm64 03:28:24 ---> Running in 5897aabbb5a9 03:28:24 Removing intermediate container 8374d2c151b0 03:28:24 ---> b4f74f3d9630 03:28:24 Step 21/23 : LABEL arch=arm64 03:28:24 Removing intermediate container 07dc8cc8311c 03:28:24 ---> 4bce14061fae 03:28:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:28:24 ---> Running in 308f5ae1521b 03:28:24 Removing intermediate container 5897aabbb5a9 03:28:24 ---> d8d47fa26131 03:28:24 Step 30/31 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:28:25 ---> Running in a5ef9a16a193 03:28:25 Removing intermediate container 308f5ae1521b 03:28:25 ---> 04c55a6e2538 03:28:25 Step 22/23 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:28:25 ---> Running in 15cc0cb4c709 03:28:25 ---> de2e2f189f76 03:28:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:28:25 Removing intermediate container a5ef9a16a193 03:28:25 ---> 0be7c1d52553 03:28:25 Step 31/31 : LABEL version=0.0.0 03:28:25 Removing intermediate container 15cc0cb4c709 03:28:25 ---> 7b42c9ca4bf9 03:28:25 Step 23/23 : LABEL version=0.0.0 03:28:26 ---> Running in 276dca0ec652 03:28:26 ---> Running in bf39000a012f 03:28:26 ---> 0f579bb097ac 03:28:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:28:26 Removing intermediate container 276dca0ec652 03:28:26 ---> 2e1391c3f80f 03:28:26 03:28:27 Removing intermediate container bf39000a012f 03:28:27 ---> 5128ad854660 03:28:27 03:28:27 Successfully built 2e1391c3f80f 03:28:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:28:27  Building docker-security-bootstrapper-go ... done Successfully built 5128ad854660 03:28:27 Successfully tagged docker-core-metadata-go-arm64:latest 03:28:27  Building docker-core-metadata-go ... done  ---> f076578484d0 03:28:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:28:27 ---> Running in 47edc2da9db0 03:28:28 Removing intermediate container 47edc2da9db0 03:28:28 ---> 1e95762ed7ed 03:28:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:28:28 ---> Running in dd6953357616 03:28:28 Removing intermediate container dd6953357616 03:28:28 ---> 8201b24fcafb 03:28:28 Step 20/22 : LABEL arch=arm64 03:28:29 ---> Running in fcd4338a064e 03:28:29 Removing intermediate container fcd4338a064e 03:28:29 ---> 07a3a289cbab 03:28:29 Step 21/22 : LABEL git_sha=12746f91723dee4d114230c5413fccf75a25cf3a 03:28:29 ---> Running in bddf464fcb35 03:28:29 Removing intermediate container bddf464fcb35 03:28:29 ---> c24804a1195a 03:28:29 Step 22/22 : LABEL version=0.0.0 03:28:30 ---> Running in 9c00ba1ac83e 03:28:30 Removing intermediate container 9c00ba1ac83e 03:28:30 ---> 337b2a3bd630 03:28:30 03:28:30 Successfully built 337b2a3bd630 03:28:30 Successfully tagged docker-support-notifications-go-arm64:latest 03:28:31  Building docker-support-notifications-go ... done  [Pipeline] } 03:28:31 $ docker stop --time=1 e85b6765dbf0ae305daa40b59deda8efafd34dcdaa0c38268a939be8b54d6623 03:28:33 $ docker rm -f e85b6765dbf0ae305daa40b59deda8efafd34dcdaa0c38268a939be8b54d6623 [Pipeline] // withDockerContainer [Pipeline] sh 03:28:33 + + dockergrep images docker 03:28:33 03:28:34 docker-support-notifications-go-arm64 latest 337b2a3bd630 4 seconds ago 16.9MB 03:28:34 docker-core-metadata-go-arm64 latest 5128ad854660 8 seconds ago 17.9MB 03:28:34 docker-security-bootstrapper-go-arm64 latest 2e1391c3f80f 8 seconds ago 17.8MB 03:28:34 docker-security-proxy-setup-go-arm64 latest af6bc3c17cb4 38 seconds ago 23.4MB 03:28:34 docker-sys-mgmt-agent-go-arm64 latest 696e25e34f30 About a minute ago 300MB 03:28:34 docker-core-data-go-arm64 latest 60e71176ed60 2 minutes ago 21.1MB 03:28:34 docker-core-command-go-arm64 latest a8ade1eb3fa3 3 minutes ago 16.2MB 03:28:34 docker-support-scheduler-go-arm64 latest 418a0d8e9a0a 3 minutes ago 16.3MB 03:28:34 docker-security-secretstore-setup-go-arm64 latest bc90d25c7f89 3 minutes ago 23.7MB 03:28:34 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 03:28:35 ---> job-cost.sh 03:28:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x1d6 03:29:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:31:36 lf-activate-venv(): INFO: Adding /tmp/venv-x1d6/bin to PATH 03:31:36 INFO: No Stack... 03:31:36 INFO: Retrieving Pricing Info for: lf-standard-4 03:31:36 INFO: Archiving Costs [Pipeline] sh 03:31:37 + cut -d, -f6 03:31:37 + cat /w/workspace/edgex-go/7/archives/cost.csv [Pipeline] lock 03:31:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] 03:31:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] did not exist. Created. 03:31:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:31:37 + echo total: 0.20999999344348907 [Pipeline] stash 03:31:37 Stashed 1 file(s) [Pipeline] } 03:31:37 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3210-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:31:39 provisioning config files... 03:31:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config4968129415337253627tmp [Pipeline] { [Pipeline] sh 03:31:39 + set +x 03:31:39 + curl -s https://codecov.io/bash 03:31:39 + bash -s -- 03:31:40 03:31:40 _____ _ 03:31:40 / ____| | | 03:31:40 | | ___ __| | ___ ___ _____ __ 03:31:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:31:40 | |___| (_) | (_| | __/ (_| (_) \ V / 03:31:40 \_____\___/ \__,_|\___|\___\___/ \_/ 03:31:40 Bash-20210226-7100762 03:31:40 03:31:40 03:31:40 ==> git version 2.24.3 found 03:31:40 ==> 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 03:31:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:31:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:31:40 ==> Jenkins CI detected. 03:31:40 project root: . 03:31:40 --> token set from env 03:31:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:31:40 ==> Running gcov in . (disable via -X gcov) 03:31:40 ==> Python coveragepy not found 03:31:40 ==> Searching for coverage reports in: 03:31:40 + . 03:31:40 -> Found 1 reports 03:31:40 ==> Detecting git/mercurial file structure 03:31:40 ==> Reading reports 03:31:40 + ./coverage.out bytes=619454 03:31:40 ==> Appending adjustments 03:31:40 https://docs.codecov.io/docs/fixing-reports 03:31:43 + Found adjustments 03:31:43 ==> Gzipping contents 03:31:43 92K /tmp/codecov.97e3XO.gz 03:31:43 ==> Uploading reports 03:31:43 url: https://codecov.io 03:31:43 query: branch=PR-3210&commit=12746f91723dee4d114230c5413fccf75a25cf3a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= 03:31:43 -> Pinging Codecov 03:31:43 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3210&commit=12746f91723dee4d114230c5413fccf75a25cf3a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= 03:31:44 -> Uploading to 03:31:44 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/12746f91723dee4d114230c5413fccf75a25cf3a/2598cb86-9fe9-4c46-888f-5ef83ad9562a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T033144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=839bc38767048cf7d7bc56331ec199d730a22507c624029adac610a8af43213c 03:31:44 % Total % Received % Xferd Average Speed Time Time Time Current 03:31:44 Dload Upload Total Spent Left Speed 03:31:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91535 0 0 100 91535 0 155k --:--:-- --:--:-- --:--:-- 155k 03:31:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/12746f91723dee4d114230c5413fccf75a25cf3a [Pipeline] } 03:31:44 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 03:31:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:31:47 ---> package-listing.sh 03:31:47 ++ facter osfamily 03:31:47 ++ tr '[:upper:]' '[:lower:]' 03:31:47 + OS_FAMILY=redhat 03:31:47 + workspace=/w/workspace/edgex-go/7 03:31:47 + START_PACKAGES=/tmp/packages_start.txt 03:31:47 + END_PACKAGES=/tmp/packages_end.txt 03:31:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:31:47 + PACKAGES=/tmp/packages_start.txt 03:31:47 + '[' /w/workspace/edgex-go/7 ']' 03:31:47 + PACKAGES=/tmp/packages_end.txt 03:31:47 + case "${OS_FAMILY}" in 03:31:47 + rpm -qa 03:31:47 + sort 03:31:53 + '[' -f /tmp/packages_start.txt ']' 03:31:53 + '[' -f /tmp/packages_end.txt ']' 03:31:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:31:53 + '[' /w/workspace/edgex-go/7 ']' 03:31:53 + mkdir -p /w/workspace/edgex-go/7/archives/ 03:31:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 03:31:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:31:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:31:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:31:53 03:31:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:31:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:31:54 alpine: Pulling from edgex-lftools-log-publisher 03:31:54 df20fa9351a1: Pulling fs layer 03:31:54 36b3adc4ff6f: Pulling fs layer 03:31:54 8ad3a11d3b57: Pulling fs layer 03:31:54 46f8f816bc3b: Pulling fs layer 03:31:54 93b61091891f: Pulling fs layer 03:31:54 93b9cdb0e59b: Pulling fs layer 03:31:54 5e14af77c1be: Pulling fs layer 03:31:54 01666e4c0597: Pulling fs layer 03:31:54 aa168da1d23b: Pulling fs layer 03:31:54 5e14af77c1be: Waiting 03:31:54 46f8f816bc3b: Waiting 03:31:54 93b61091891f: Waiting 03:31:54 93b9cdb0e59b: Waiting 03:31:54 01666e4c0597: Waiting 03:31:54 aa168da1d23b: Waiting 03:31:54 36b3adc4ff6f: Download complete 03:31:54 46f8f816bc3b: Verifying Checksum 03:31:54 46f8f816bc3b: Download complete 03:31:54 df20fa9351a1: Verifying Checksum 03:31:54 df20fa9351a1: Download complete 03:31:54 8ad3a11d3b57: Verifying Checksum 03:31:54 8ad3a11d3b57: Download complete 03:31:54 5e14af77c1be: Verifying Checksum 03:31:54 5e14af77c1be: Download complete 03:31:54 01666e4c0597: Verifying Checksum 03:31:54 01666e4c0597: Download complete 03:31:54 93b9cdb0e59b: Verifying Checksum 03:31:54 93b9cdb0e59b: Download complete 03:31:54 df20fa9351a1: Pull complete 03:31:54 93b61091891f: Verifying Checksum 03:31:54 93b61091891f: Download complete 03:31:54 36b3adc4ff6f: Pull complete 03:31:55 8ad3a11d3b57: Pull complete 03:31:55 46f8f816bc3b: Pull complete 03:31:56 aa168da1d23b: Verifying Checksum 03:31:56 aa168da1d23b: Download complete 03:31:57 93b61091891f: Pull complete 03:31:57 93b9cdb0e59b: Pull complete 03:31:58 5e14af77c1be: Pull complete 03:31:58 01666e4c0597: Pull complete 03:32:06 aa168da1d23b: Pull complete 03:32:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:32:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:32:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:32:06 prd-centos7-docker-4c-2g-28643 does not seem to be running inside a container 03:32:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:32:14 $ docker top 2b69b224842ec8a05f546708a5ebf10a95ab515b300360be136c5edcfd35a2f1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:32:14 + touch /tmp/pre-build-complete [Pipeline] sh 03:32:14 + mkdir -p /var/log/sa [Pipeline] sh 03:32:15 + ls /var/log/sa-host 03:32:15 + sadf -c /var/log/sa-host/sa05 03:32:15 file_magic: OK 03:32:15 HZ: Using current value: 100 03:32:15 file_header: OK 03:32:15 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 03:32:15 Statistics: 03:32:15 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... 03:32:15 File successfully converted to sysstat format version 12.2.1 03:32:15 + sadf -c /var/log/sa-host/sa23 03:32:15 file_magic: OK 03:32:15 HZ: Using current value: 100 03:32:15 file_header: OK 03:32:15 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 03:32:15 Statistics: 03:32:15 Hnuu...uuuununununu... 03:32:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:32:15 provisioning config files... 03:32:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2636913724854322114tmp [Pipeline] { [Pipeline] echo 03:32:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:32:16 ---> create-netrc.sh [Pipeline] } 03:32:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:32:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:32:16 ---> python-tools-install.sh [Pipeline] echo 03:32:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:32:16 ---> sudo-logs.sh 03:32:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:32:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:32:17 ---> job-cost.sh 03:32:17 lf-activate-venv: SKIPPING 03:32:17 DEBUG: total: 0.20999999344348907 03:32:17 INFO: Retrieving Stack Cost... 03:32:18 INFO: Retrieving Pricing Info for: v1-standard-2 03:32:19 INFO: Archiving Costs [Pipeline] echo 03:32:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:32:19 ---> logs-deploy.sh 03:32:19 lf-activate-venv: SKIPPING 03:32:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3210/7 03:32:19 INFO: archiving workspace using pattern(s): 03:32:20 Archives upload complete. 03:32:21 INFO: archiving logs to Nexus 03:32:22 ---> uname -a: 03:32:22 Linux prd-centos7-docker-4c-2g-28643.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:32:22 03:32:22 03:32:22 ---> lscpu: 03:32:22 Architecture: x86_64 03:32:22 CPU op-mode(s): 32-bit, 64-bit 03:32:22 Byte Order: Little Endian 03:32:22 Address sizes: 40 bits physical, 48 bits virtual 03:32:22 CPU(s): 4 03:32:22 On-line CPU(s) list: 0-3 03:32:22 Thread(s) per core: 1 03:32:22 Core(s) per socket: 1 03:32:22 Socket(s): 4 03:32:22 NUMA node(s): 1 03:32:22 Vendor ID: GenuineIntel 03:32:22 CPU family: 6 03:32:22 Model: 44 03:32:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:32:22 Stepping: 1 03:32:22 CPU MHz: 2933.442 03:32:22 BogoMIPS: 5866.88 03:32:22 Virtualization: VT-x 03:32:22 Hypervisor vendor: KVM 03:32:22 Virtualization type: full 03:32:22 L1d cache: 128 KiB 03:32:22 L1i cache: 128 KiB 03:32:22 L2 cache: 16 MiB 03:32:22 L3 cache: 64 MiB 03:32:22 NUMA node0 CPU(s): 0-3 03:32:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:32:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:32:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:32:22 Vulnerability Meltdown: Mitigation; PTI 03:32:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:32:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:32:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:32:22 Vulnerability Srbds: Not affected 03:32:22 Vulnerability Tsx async abort: Not affected 03:32:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:32:22 03:32:22 03:32:22 ---> nproc: 03:32:22 4 03:32:22 03:32:22 03:32:22 ---> df -h: 03:32:22 Filesystem Size Used Available Use% Mounted on 03:32:22 overlay 50.0G 12.2G 37.8G 24% / 03:32:22 tmpfs 64.0M 0 64.0M 0% /dev 03:32:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:32:22 shm 64.0M 0 64.0M 0% /dev/shm 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/7@tmp 03:32:22 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/7 03:32:22 03:32:22 03:32:22 ---> free -m: 03:32:22 total used free shared buff/cache available 03:32:22 Mem: 1837 733 124 0 978 1021 03:32:22 Swap: 1023 39 984 03:32:22 03:32:22 03:32:22 ---> ip addr: 03:32:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:32:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:32:22 inet 127.0.0.1/8 scope host lo 03:32:22 valid_lft forever preferred_lft forever 03:32:22 inet6 ::1/128 scope host 03:32:22 valid_lft forever preferred_lft forever 03:32:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:32:22 link/ether fa:16:3e:40:43:2c brd ff:ff:ff:ff:ff:ff 03:32:22 inet 10.30.122.203/23 brd 10.30.123.255 scope global dynamic eth0 03:32:22 valid_lft 84901sec preferred_lft 84901sec 03:32:22 inet6 fe80::f816:3eff:fe40:432c/64 scope link 03:32:22 valid_lft forever preferred_lft forever 03:32:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:32:22 link/ether 02:42:34:49:48:ee brd ff:ff:ff:ff:ff:ff 03:32:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:32:22 valid_lft forever preferred_lft forever 03:32:22 inet6 fe80::42:34ff:fe49:48ee/64 scope link 03:32:22 valid_lft forever preferred_lft forever 03:32:22 03:32:22 03:32:22 ---> sar -b -r -n DEV: 03:32:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 03:32:22 03:32:22 03:07:10 LINUX RESTART (4 CPU) 03:32:22 03:32:22 03:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:32:22 03:09:02 168.01 52.86 115.16 0.00 8845.85 39336.27 0.00 03:32:22 03:10:01 247.67 91.71 155.96 0.00 3892.27 25575.08 0.00 03:32:22 03:11:01 160.58 57.53 103.04 0.00 1889.06 13455.30 0.00 03:32:22 03:12:01 128.96 53.55 75.42 0.00 3311.72 14694.22 0.00 03:32:22 03:13:02 1608.35 1275.90 332.45 0.00 120861.55 187784.76 0.00 03:32:22 03:14:02 1314.77 1034.49 280.29 0.00 122626.96 133704.64 0.00 03:32:22 03:15:01 1207.43 863.25 344.18 0.00 89124.51 145003.98 0.00 03:32:22 03:16:01 1219.39 904.79 314.61 0.00 74389.23 92496.54 0.00 03:32:22 03:17:01 111.85 13.37 98.48 0.00 3218.12 10508.11 0.00 03:32:22 03:18:01 2.07 0.43 1.63 0.00 15.32 30.30 0.00 03:32:22 03:19:01 0.20 0.00 0.20 0.00 0.00 1.60 0.00 03:32:22 03:20:01 0.27 0.00 0.27 0.00 0.00 3.31 0.00 03:32:22 03:21:01 0.28 0.02 0.27 0.00 0.40 2.48 0.00 03:32:22 03:22:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 03:32:22 03:23:01 2.51 1.72 0.80 0.00 189.34 14.92 0.00 03:32:22 03:24:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 03:32:22 03:25:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 03:32:22 03:26:01 0.18 0.00 0.18 0.00 0.00 1.95 0.00 03:32:22 03:27:01 0.25 0.00 0.25 0.00 0.00 3.80 0.00 03:32:22 03:28:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 03:32:22 03:29:02 0.27 0.02 0.25 0.00 1.07 2.98 0.00 03:32:22 03:30:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 03:32:22 03:31:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 03:32:22 03:32:01 102.60 70.21 32.39 0.00 6136.60 7227.54 0.00 03:32:22 Average: 261.56 184.21 77.35 0.00 18100.35 27923.45 0.00 03:32:22 03:32:22 03:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:32:22 03:09:02 115424 0 729052 38.75 1904 1035164 1516272 51.75 587216 931320 72996 03:32:22 03:10:01 106072 0 807716 42.93 1492 966264 1733028 59.15 630988 867436 85644 03:32:22 03:11:01 350924 0 781728 41.55 648 748244 1573128 53.69 532684 709804 27128 03:32:22 03:12:01 182824 0 758980 40.34 564 939176 1534260 52.36 601356 821664 89096 03:32:22 03:13:02 52372 0 800156 42.53 0 1029016 2154140 73.52 586092 1021556 54284 03:32:22 03:14:02 277140 0 1070592 56.90 0 533812 3884912 132.59 677964 652388 19636 03:32:22 03:15:01 358500 0 739176 39.29 0 783868 1996340 68.13 540848 739568 16 03:32:22 03:16:01 154828 0 720364 38.29 0 1006352 1514656 51.69 605124 878108 74448 03:32:22 03:17:01 165612 0 652740 34.69 0 1063192 1194100 40.75 597248 869836 20 03:32:22 03:18:01 168428 0 649440 34.52 0 1063676 1168472 39.88 597516 867920 12 03:32:22 03:19:01 169600 0 648280 34.45 0 1063664 1162220 39.66 596696 867916 16 03:32:22 03:20:01 169672 0 648200 34.45 0 1063672 1162216 39.66 596932 867916 8 03:32:22 03:21:01 170052 0 647824 34.43 0 1063668 1162220 39.66 596812 867916 8 03:32:22 03:22:01 170036 0 647824 34.43 0 1063684 1162220 39.66 596832 867928 8 03:32:22 03:23:01 161400 0 651536 34.63 0 1068608 1162304 39.67 602600 869980 24 03:32:22 03:24:01 161432 0 651484 34.62 0 1068628 1162268 39.67 602468 869996 12 03:32:22 03:25:01 161472 0 651440 34.62 0 1068632 1162220 39.66 602500 869996 16 03:32:22 03:26:01 161380 0 651520 34.63 0 1068644 1162220 39.66 602524 869996 20 03:32:22 03:27:01 161388 0 651508 34.63 0 1068648 1162220 39.66 602540 869996 8 03:32:22 03:28:01 161308 0 651576 34.63 0 1068660 1162304 39.67 602740 869996 12 03:32:22 03:29:02 161272 0 651636 34.63 0 1068636 1162220 39.66 602548 869996 12 03:32:22 03:30:01 161512 0 651352 34.62 0 1068680 1162220 39.66 602676 870032 8 03:32:22 03:31:01 161332 0 651528 34.63 0 1068684 1162220 39.66 602560 870028 8 03:32:22 03:32:01 73804 0 738432 39.25 0 1069308 1576880 53.82 724264 812552 121448 03:32:22 Average: 172408 0 704337 37.43 192 1004608 1456469 49.71 603822 853077 22704 03:32:22 03:32:22 03:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:32:22 03:09:02 eth0 1199.59 1208.49 5904.66 159.62 0.00 0.00 0.00 0.00 03:32:22 03:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:09:02 docker0 827.65 740.79 68.54 2646.39 0.00 0.00 0.00 0.00 03:32:22 03:10:01 eth0 216.41 164.93 880.62 26.46 0.00 0.00 0.00 0.00 03:32:22 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:10:01 veth087ad4a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:32:22 03:10:01 docker0 144.15 179.45 10.28 848.20 0.00 0.00 0.00 0.00 03:32:22 03:11:01 eth0 37.26 25.66 22.40 67.31 0.00 0.00 0.00 0.00 03:32:22 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:11:01 veth087ad4a 2.53 2.53 0.20 0.21 0.00 0.00 0.00 0.00 03:32:22 03:11:01 docker0 2.53 2.53 0.17 0.21 0.00 0.00 0.00 0.00 03:32:22 03:12:01 eth0 170.06 140.53 1688.59 20.89 0.00 0.00 0.00 0.00 03:32:22 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:13:02 vethdb966a1 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 03:32:22 03:13:02 eth0 80.40 56.35 177.12 62.31 0.00 0.00 0.00 0.00 03:32:22 03:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:13:02 docker0 13.07 26.04 0.69 144.79 0.00 0.00 0.00 0.00 03:32:22 03:14:02 vethdb966a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:14:02 veth23d31b8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:32:22 03:14:02 vethbee9108 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:32:22 03:14:02 veth124d989 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:32:22 03:15:01 vethdb966a1 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 03:32:22 03:15:01 veth3e8baeb 4.52 5.01 0.34 18.38 0.00 0.00 0.00 0.00 03:32:22 03:15:01 veth1f44834 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 03:32:22 03:15:01 eth0 2523.06 2188.37 12453.86 480.55 0.00 0.00 0.00 0.00 03:32:22 03:16:01 vethdb966a1 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:16:01 veth33c3b18 7.98 10.87 0.61 44.96 0.00 0.00 0.00 0.00 03:32:22 03:16:01 eth0 176.50 141.86 1359.24 78.40 0.00 0.00 0.00 0.00 03:32:22 03:16:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:17:01 eth0 68.73 39.74 418.07 12.67 0.00 0.00 0.00 0.00 03:32:22 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:17:01 docker0 1057.68 1049.73 84.27 4364.58 0.00 0.00 0.00 0.00 03:32:22 03:18:01 eth0 1.32 0.57 0.81 0.28 0.00 0.00 0.00 0.00 03:32:22 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:19:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:22:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:23:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:32:22 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:24:01 eth0 0.23 0.23 0.10 0.02 0.00 0.00 0.00 0.00 03:32:22 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:25:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:28:01 eth0 0.23 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:32:22 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:29:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:32:22 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:32:01 eth0 219.25 193.44 2164.51 62.22 0.00 0.00 0.00 0.00 03:32:22 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 Average: eth0 95.53 85.97 541.35 23.51 0.00 0.00 0.00 0.00 03:32:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:22 Average: docker0 44.12 43.79 3.52 182.06 0.00 0.00 0.00 0.00 03:32:22 03:32:22 03:32:22 ---> sar -P ALL: 03:32:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 03:32:22 03:32:22 03:07:10 LINUX RESTART (4 CPU) 03:32:22 03:32:22 03:08:01 CPU %user %nice %system %iowait %steal %idle 03:32:22 03:09:02 all 15.89 0.00 6.85 2.24 0.04 74.99 03:32:22 03:09:02 0 19.83 0.00 9.16 2.01 0.02 68.99 03:32:22 03:09:02 1 14.95 0.00 6.83 2.39 0.05 75.78 03:32:22 03:09:02 2 13.77 0.00 5.80 3.14 0.05 77.25 03:32:22 03:09:02 3 15.02 0.00 5.61 1.41 0.03 77.93 03:32:22 03:10:01 all 15.75 0.00 5.97 5.08 0.05 73.14 03:32:22 03:10:01 0 16.44 0.00 6.46 3.08 0.05 73.97 03:32:22 03:10:01 1 15.33 0.00 5.35 6.75 0.05 72.52 03:32:22 03:10:01 2 15.73 0.00 6.03 6.65 0.07 71.53 03:32:22 03:10:01 3 15.51 0.00 6.06 3.85 0.03 74.55 03:32:22 03:11:01 all 50.37 0.00 10.13 4.63 0.05 34.82 03:32:22 03:11:01 0 51.82 0.00 9.81 4.78 0.07 33.52 03:32:22 03:11:01 1 50.33 0.00 10.22 3.25 0.05 36.14 03:32:22 03:11:01 2 48.83 0.00 10.63 5.51 0.05 34.98 03:32:22 03:11:01 3 50.50 0.00 9.85 4.96 0.03 34.66 03:32:22 03:12:01 all 40.96 0.00 10.40 3.35 0.04 45.25 03:32:22 03:12:01 0 41.91 0.00 10.56 4.59 0.03 42.91 03:32:22 03:12:01 1 41.38 0.00 10.34 2.00 0.03 46.26 03:32:22 03:12:01 2 39.46 0.00 10.63 3.67 0.03 46.21 03:32:22 03:12:01 3 41.10 0.00 10.09 3.15 0.05 45.62 03:32:22 03:13:02 all 20.48 0.00 19.26 15.24 0.08 44.94 03:32:22 03:13:02 0 21.93 0.00 19.13 18.54 0.07 40.33 03:32:22 03:13:02 1 20.20 0.00 19.19 13.80 0.07 46.74 03:32:22 03:13:02 2 19.52 0.00 19.63 14.76 0.10 45.98 03:32:22 03:13:02 3 20.28 0.00 19.09 13.85 0.09 46.69 03:32:22 03:14:02 all 47.32 0.00 14.83 23.29 0.11 14.45 03:32:22 03:14:02 0 47.43 0.00 14.40 19.95 0.12 18.10 03:32:22 03:14:02 1 47.20 0.00 14.91 25.71 0.14 12.05 03:32:22 03:14:02 2 46.97 0.00 15.16 23.00 0.09 14.78 03:32:22 03:14:02 3 47.69 0.00 14.84 24.52 0.10 12.85 03:32:22 03:15:01 all 26.68 0.00 16.30 25.65 0.07 31.29 03:32:22 03:15:01 0 26.80 0.00 15.76 26.19 0.05 31.20 03:32:22 03:15:01 1 26.84 0.00 16.84 24.28 0.07 31.97 03:32:22 03:15:01 2 26.10 0.00 16.66 28.53 0.05 28.66 03:32:22 03:15:01 3 26.99 0.00 15.96 23.62 0.09 33.34 03:32:22 03:16:01 all 47.13 0.00 15.64 22.24 0.09 14.89 03:32:22 03:16:01 0 45.62 0.00 17.05 20.03 0.10 17.19 03:32:22 03:16:01 1 47.92 0.00 14.66 25.80 0.09 11.53 03:32:22 03:16:01 2 46.89 0.00 15.27 22.18 0.09 15.57 03:32:22 03:16:01 3 48.09 0.00 15.59 20.97 0.07 15.28 03:32:22 03:17:01 all 5.34 0.00 2.90 3.93 0.03 87.79 03:32:22 03:17:01 0 5.13 0.00 2.19 4.15 0.02 88.52 03:32:22 03:17:01 1 5.76 0.00 3.22 4.59 0.05 86.38 03:32:22 03:17:01 2 5.37 0.00 2.90 3.77 0.02 87.94 03:32:22 03:17:01 3 5.10 0.00 3.30 3.21 0.05 88.34 03:32:22 03:18:01 all 0.15 0.00 0.03 0.00 0.00 99.83 03:32:22 03:18:01 0 0.35 0.00 0.05 0.00 0.00 99.60 03:32:22 03:18:01 1 0.18 0.00 0.02 0.00 0.00 99.80 03:32:22 03:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:32:22 03:19:01 all 0.08 0.00 0.02 0.00 0.00 99.90 03:32:22 03:19:01 0 0.23 0.00 0.03 0.00 0.00 99.73 03:32:22 03:19:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:32:22 03:19:01 CPU %user %nice %system %iowait %steal %idle 03:32:22 03:20:01 all 0.07 0.00 0.02 0.00 0.00 99.91 03:32:22 03:20:01 0 0.22 0.00 0.03 0.00 0.00 99.75 03:32:22 03:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:32:22 03:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:32:22 03:21:01 all 0.18 0.00 0.21 0.00 0.00 99.61 03:32:22 03:21:01 0 0.02 0.00 0.10 0.00 0.02 99.87 03:32:22 03:21:01 1 0.08 0.00 0.32 0.00 0.00 99.60 03:32:22 03:21:01 2 0.05 0.00 0.23 0.00 0.00 99.72 03:32:22 03:21:01 3 0.57 0.00 0.18 0.00 0.00 99.25 03:32:22 03:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:32:22 03:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:32:22 03:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:22:01 3 0.52 0.00 0.02 0.00 0.00 99.47 03:32:22 03:23:01 all 0.15 0.00 0.05 0.03 0.00 99.77 03:32:22 03:23:01 0 0.03 0.00 0.10 0.07 0.00 99.80 03:32:22 03:23:01 1 0.02 0.00 0.02 0.02 0.00 99.95 03:32:22 03:23:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:32:22 03:23:01 3 0.50 0.00 0.03 0.03 0.00 99.43 03:32:22 03:24:01 all 0.14 0.00 0.02 0.00 0.00 99.84 03:32:22 03:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:32:22 03:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:24:01 3 0.52 0.00 0.03 0.00 0.00 99.45 03:32:22 03:25:01 all 0.15 0.00 0.01 0.00 0.00 99.84 03:32:22 03:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:25:01 3 0.52 0.00 0.00 0.00 0.00 99.48 03:32:22 03:26:01 all 0.12 0.00 0.02 0.00 0.00 99.86 03:32:22 03:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:32:22 03:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:32:22 03:26:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:32:22 03:26:01 3 0.42 0.00 0.03 0.00 0.00 99.55 03:32:22 03:27:01 all 0.14 0.00 0.02 0.00 0.00 99.83 03:32:22 03:27:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:32:22 03:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:32:22 03:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:27:01 3 0.52 0.00 0.02 0.00 0.00 99.47 03:32:22 03:28:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:32:22 03:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:32:22 03:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 03:32:22 03:29:02 all 0.15 0.00 0.01 0.00 0.00 99.85 03:32:22 03:29:02 0 0.00 0.00 0.02 0.00 0.00 99.98 03:32:22 03:29:02 1 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:29:02 2 0.02 0.00 0.00 0.00 0.00 99.98 03:32:22 03:29:02 3 0.53 0.00 0.00 0.00 0.00 99.47 03:32:22 03:30:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:32:22 03:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:32:22 03:30:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:32:22 03:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:32:22 03:30:01 3 0.52 0.00 0.02 0.00 0.00 99.46 03:32:22 03:32:22 03:30:01 CPU %user %nice %system %iowait %steal %idle 03:32:22 03:31:01 all 0.14 0.00 0.02 0.00 0.00 99.85 03:32:22 03:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:32:22 03:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:32:22 03:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:32:22 03:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 03:32:22 03:32:01 all 4.93 0.00 2.50 2.59 0.02 89.97 03:32:22 03:32:01 0 4.39 0.00 2.55 1.35 0.02 91.69 03:32:22 03:32:01 1 6.38 0.00 2.86 4.64 0.02 86.11 03:32:22 03:32:01 2 4.92 0.00 2.33 2.42 0.02 90.31 03:32:22 03:32:01 3 4.04 0.00 2.24 1.94 0.02 91.76 03:32:22 Average: all 11.31 0.00 4.30 4.40 0.02 79.97 03:32:22 Average: 0 11.53 0.00 4.39 4.26 0.02 79.79 03:32:22 Average: 1 11.31 0.00 4.29 4.61 0.03 79.77 03:32:22 Average: 2 10.95 0.00 4.31 4.62 0.02 80.10 03:32:22 Average: 3 11.44 0.00 4.20 4.12 0.02 80.22 03:32:22 03:32:22 03:32:22