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 55fea418b1ac49172828e32c63c2641cfdddd142 rather than 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 Obtained Jenkinsfile from 55fea418b1ac49172828e32c63c2641cfdddd142 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28712 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 55fea418b1ac49172828e32c63c2641cfdddd142 into PR head commit 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 Merge succeeded, producing 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 Checking out Revision 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 (PR-3210) > git config core.sparsecheckout # timeout=10 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # 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 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # 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 13:08:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:08:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:08:03 ========================================================= 13:08:03 EdgeX Global Pipelines Version Info 13:08:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 12746f91723dee4d114230c5413fccf75a25cf3a # timeout=10 13:08:04 ------------------- 13:08:04 stable info: 13:08:04 ------------------- 13:08:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:08:04 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 13:08:04 Message: update stable to v1.0.184 13:08:05 ------------------- 13:08:05 experimental info: 13:08:05 ------------------- 13:08:05 Commited By: **** collab-it+edgex@linuxfoundation.org 13:08:05 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 13:08:05 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:08:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:08:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3210 [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3210 [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3210 [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e55b03 [Pipeline] echo 13:08:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:08:08 provisioning config files... 13:08:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3479943398636296154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:08:09 ---> docker-login.sh 13:08:09 nexus3.edgexfoundry.org:10001 13:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:09 Configure a credential helper to remove this warning. See 13:08:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:09 13:08:09 Login Succeeded 13:08:09 nexus3.edgexfoundry.org:10002 13:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:09 Configure a credential helper to remove this warning. See 13:08:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:09 13:08:09 Login Succeeded 13:08:09 nexus3.edgexfoundry.org:10003 13:08:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:10 Configure a credential helper to remove this warning. See 13:08:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:10 13:08:10 Login Succeeded 13:08:10 nexus3.edgexfoundry.org:10004 13:08:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:10 Configure a credential helper to remove this warning. See 13:08:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:10 13:08:10 Login Succeeded 13:08:10 docker.io 13:08:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:08:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:08:10 Configure a credential helper to remove this warning. See 13:08:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:08:10 13:08:10 Login Succeeded 13:08:10 ---> docker-login.sh ends [Pipeline] } 13:08:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:08:11 ++ 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 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/core-command/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo core-command,cmd/core-command/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/core-data/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo core-data,cmd/core-data/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/core-metadata/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo core-metadata,cmd/core-metadata/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/security-bootstrapper/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/security-proxy-setup/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/support-notifications/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo support-notifications,cmd/support-notifications/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/support-scheduler/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:08:11 + for file in '`ls cmd/**/Dockerfile`' 13:08:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:08:11 ++ cut -d/ -f2 13:08:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:08:11 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 13:08:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:12 13:08:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:08:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:13 latest: Pulling from edgex-devops/git-semver 13:08:13 31603596830f: Pulling fs layer 13:08:13 2a8b12db71e7: Pulling fs layer 13:08:13 6ca5941a6612: Pulling fs layer 13:08:13 ecc8261a40a4: Pulling fs layer 13:08:13 ecc8261a40a4: Waiting 13:08:13 2a8b12db71e7: Verifying Checksum 13:08:13 2a8b12db71e7: Download complete 13:08:13 31603596830f: Download complete 13:08:13 ecc8261a40a4: Download complete 13:08:13 6ca5941a6612: Download complete 13:08:13 31603596830f: Pull complete 13:08:14 2a8b12db71e7: Pull complete 13:08:15 6ca5941a6612: Pull complete 13:08:15 ecc8261a40a4: Pull complete 13:08:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:08:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:08:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:08:15 prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container 13:08:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:08:18 $ docker top 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:08:18 [ssh-agent] Looking for ssh-agent implementation... 13:08:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:08:18 $ docker exec 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent 13:08:19 SSH_AUTH_SOCK=/tmp/ssh-wqUpFBsC2mu8/agent.11 13:08:19 SSH_AGENT_PID=16 13:08:19 Running ssh-add (command line suppressed) 13:08:19 Identity added: /w/workspace/edgex-go/8@tmp/private_key_6322212815866543144.key (/w/workspace/edgex-go/8@tmp/private_key_6322212815866543144.key) 13:08:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:08:19 + git tag --points-at HEAD [Pipeline] } 13:08:19 $ docker exec --env ******** --env ******** 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent -k 13:08:19 unset SSH_AUTH_SOCK; 13:08:19 unset SSH_AGENT_PID; 13:08:19 echo Agent pid 16 killed; 13:08:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:08:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:08:19 [ssh-agent] Looking for ssh-agent implementation... 13:08:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:08:20 $ docker exec 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent 13:08:20 SSH_AUTH_SOCK=/tmp/ssh-XrapX3gm6DC6/agent.44 13:08:20 SSH_AGENT_PID=49 13:08:20 Running ssh-add (command line suppressed) 13:08:20 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5465700417982680868.key (/w/workspace/edgex-go/8@tmp/private_key_5465700417982680868.key) 13:08:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:08:20 + git semver init 13:08:20 # -> Open(): unable to determine branch for HEAD 13:08:20 # $GIT_DIR = /w/workspace/edgex-go/8/.git 13:08:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 13:08:20 # $SEMVER_REMOTE_NAME = origin 13:08:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:08:20 # $SEMVER_USER_NAME = edgex-jenkins 13:08:20 # $SEMVER_BRANCH = PR-3210 13:08:20 # $SEMVER_TEMP = /tmp/semver-389875110 13:08:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:08:39 # '/tmp/semver-389875110' -> '/w/workspace/edgex-go/8/.semver' 13:08:39 # -> Force: false 13:08:39 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 13:08:39 $ docker exec --env ******** --env ******** 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 ssh-agent -k 13:08:39 unset SSH_AUTH_SOCK; 13:08:39 unset SSH_AGENT_PID; 13:08:39 echo Agent pid 49 killed; 13:08:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:08:40 + git semver [Pipeline] } 13:08:40 $ docker stop --time=1 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 13:08:41 $ docker rm -f 0111eef12a59c9957365b6fcdc750b9d454160fc95cb2e9d3a2042f554be9e20 [Pipeline] // withDockerContainer [Pipeline] sh 13:08:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:08:43 Stashed 1 file(s) [Pipeline] echo 13:08:43 [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 13:08:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:08:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:08:44 + sudo service docker restart 13:08:44 + true 13:08:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:08:45 ========================================================= 13:08:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:08:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:08:45 + 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 . 13:08:49 Sending build context to Docker daemon 328.3MB 13:08:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:08:49 Step 2/6 : FROM ${BASE} 13:08:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:08:49 188c0c94c7c5: Pulling fs layer 13:08:49 0ef7d3d256c8: Pulling fs layer 13:08:49 de9db76c5a1d: Pulling fs layer 13:08:49 bca2f99d35d6: Pulling fs layer 13:08:49 93359f2a8cfa: Pulling fs layer 13:08:49 7c6f9722023f: Pulling fs layer 13:08:49 a35cf1a2eb13: Pulling fs layer 13:08:49 93359f2a8cfa: Waiting 13:08:49 7c6f9722023f: Waiting 13:08:49 a35cf1a2eb13: Waiting 13:08:49 bca2f99d35d6: Waiting 13:08:49 de9db76c5a1d: Download complete 13:08:49 0ef7d3d256c8: Verifying Checksum 13:08:49 0ef7d3d256c8: Download complete 13:08:49 93359f2a8cfa: Verifying Checksum 13:08:49 93359f2a8cfa: Download complete 13:08:49 188c0c94c7c5: Verifying Checksum 13:08:49 188c0c94c7c5: Download complete 13:08:49 7c6f9722023f: Verifying Checksum 13:08:49 7c6f9722023f: Download complete 13:08:50 188c0c94c7c5: Pull complete 13:08:50 0ef7d3d256c8: Pull complete 13:08:50 de9db76c5a1d: Pull complete 13:08:51 a35cf1a2eb13: Verifying Checksum 13:08:51 a35cf1a2eb13: Download complete 13:08:52 bca2f99d35d6: Verifying Checksum 13:08:52 bca2f99d35d6: Download complete 13:08:58 Still waiting to schedule task 13:08:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:08:59 bca2f99d35d6: Pull complete 13:08:59 93359f2a8cfa: Pull complete 13:08:59 7c6f9722023f: Pull complete 13:09:04 a35cf1a2eb13: Pull complete 13:09:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:09:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:09:04 ---> a62c8e92a672 13:09:04 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 13:09:04 ---> Running in c18adfe0b025 13:09:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:09:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:09:06 (1/12) Installing libmagic (5.38-r0) 13:09:06 (2/12) Installing file (5.38-r0) 13:09:06 (3/12) Installing libc-dev (0.7.2-r3) 13:09:06 (4/12) Installing g++ (9.3.0-r2) 13:09:10 (5/12) Installing fortify-headers (1.1-r0) 13:09:10 (6/12) Installing patch (2.7.6-r6) 13:09:10 (7/12) Installing build-base (0.5-r2) 13:09:10 (8/12) Installing libsodium (1.0.18-r0) 13:09:10 (9/12) Installing pkgconf (1.7.2-r0) 13:09:10 (10/12) Installing libsodium-dev (1.0.18-r0) 13:09:10 (11/12) Installing libzmq (4.3.3-r0) 13:09:11 (12/12) Installing zeromq-dev (4.3.3-r0) 13:09:11 Executing busybox-1.31.1-r19.trigger 13:09:11 OK: 233 MiB in 51 packages 13:09:15 Removing intermediate container c18adfe0b025 13:09:15 ---> 09a9a95db6e8 13:09:15 Step 4/6 : WORKDIR /edgex-go 13:09:15 ---> Running in a37644946210 13:09:15 Removing intermediate container a37644946210 13:09:15 ---> 64c4a31ef637 13:09:15 Step 5/6 : COPY go.mod . 13:09:15 ---> 40f5bef63dd1 13:09:15 Step 6/6 : RUN go mod download 13:09:15 ---> Running in 57d2a6829e0b 13:09:37 Removing intermediate container 57d2a6829e0b 13:09:37 ---> f426e7b596e6 13:09:37 Successfully built f426e7b596e6 13:09:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:09:38 + docker inspect -f . ci-base-image-x86_64 13:09:38 . [Pipeline] withDockerContainer 13:09:38 prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container 13:09:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:09:39 $ docker top 5d6f8e19f782d3e25ff0cd40059e738f00f99f2deefc0bc58141cc01c0e5582a -eo pid,comm [Pipeline] { [Pipeline] sh 13:09:39 + go version 13:09:39 go version go1.15.5 linux/amd64 [Pipeline] } 13:09:39 $ docker stop --time=1 5d6f8e19f782d3e25ff0cd40059e738f00f99f2deefc0bc58141cc01c0e5582a 13:09:41 $ docker rm -f 5d6f8e19f782d3e25ff0cd40059e738f00f99f2deefc0bc58141cc01c0e5582a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:09:41 + docker inspect -f . ci-base-image-x86_64 13:09:41 . [Pipeline] withDockerContainer 13:09:42 prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container 13:09:42 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:09:42 $ docker top d7d00b127ad805a65d77935ae5c45a894995ac923064844a2dc605aa869c724c -eo pid,comm [Pipeline] { [Pipeline] echo 13:09:43 ========================================================= 13:09:43 [edgeXBuildGoParallel] Running Tests and Build... 13:09:43 ========================================================= [Pipeline] sh 13:09:43 + make test 13:09:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:09:53 ? github.com/edgexfoundry/edgex-go [no test files] 13:10:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:10:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:10:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:10:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:10:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:10:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:10:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:10:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:10:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:10:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:10:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:10:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:10:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.154s coverage: 45.9% of statements 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:10:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 13:10:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 13:10:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:10:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:10:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:10:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 66.2% of statements 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:10:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:10:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.4% of statements 13:10:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:10:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:10:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:10:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:10:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.420s coverage: 28.6% of statements 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:10:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:10:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:10:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:10:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 13:10:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 13:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.433s coverage: 92.8% of statements 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:10:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 13:10:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 13:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements 13:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements 13:10:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.072s coverage: 92.9% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.6% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 62.4% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 69.1% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 38.4% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 88.5% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 95.6% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:11:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 13:11:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 13:11:02 GO111MODULE=on go vet ./... 13:11:29 gofmt -l . 13:11:29 [ "`gofmt -l .`" = "" ] 13:11:29 ./bin/test-go-mod-tidy.sh 13:11:30 ./bin/test-attribution-txt.sh [Pipeline] sh 13:11:31 + ls -al . 13:11:31 total 732 13:11:31 drwxrwxr-x 10 1001 1001 4096 Mar 5 13:11 . 13:11:31 drwxr-xr-x 4 root root 28 Mar 5 13:09 .. 13:11:31 -rw-rw-r-- 1 1001 1001 11 Mar 5 13:07 .dockerignore 13:11:31 drwxrwxr-x 8 1001 1001 179 Mar 5 13:08 .git 13:11:31 drwxrwxr-x 3 1001 1001 125 Mar 5 13:07 .github 13:11:31 -rw-rw-r-- 1 1001 1001 818 Mar 5 13:07 .gitignore 13:11:31 drwx------ 3 1001 1001 60 Mar 5 13:08 .semver 13:11:31 -rw-rw-r-- 1 1001 1001 166 Mar 5 13:07 .sonarcloud.properties 13:11:31 -rw-rw-r-- 1 1001 1001 8475 Mar 5 13:07 Attribution.txt 13:11:31 -rw-rw-r-- 1 1001 1001 3804 Mar 5 13:07 CONTRIBUTING.md 13:11:31 -rw-rw-r-- 1 1001 1001 931 Mar 5 13:07 Dockerfile.build 13:11:31 -rw-rw-r-- 1 1001 1001 863 Mar 5 13:07 Jenkinsfile 13:11:31 -rw-rw-r-- 1 1001 1001 10775 Mar 5 13:07 LICENSE 13:11:31 -rw-rw-r-- 1 1001 1001 5774 Mar 5 13:07 Makefile 13:11:31 -rw-rw-r-- 1 1001 1001 6524 Mar 5 13:07 README.md 13:11:31 -rw-rw-r-- 1 1001 1001 6755 Mar 5 13:07 SECURITY.md 13:11:31 -rw-rw-r-- 1 1001 1001 5 Mar 5 13:08 VERSION 13:11:31 -rw-rw-r-- 1 1001 1001 4131 Mar 5 13:07 ZMQWindows.md 13:11:31 drwxrwxr-x 2 1001 1001 117 Mar 5 13:07 bin 13:11:31 drwxrwxr-x 14 1001 1001 4096 Mar 5 13:07 cmd 13:11:31 -rw-r--r-- 1 root root 621194 Mar 5 13:11 coverage.out 13:11:31 -rw-r--r-- 1 root root 1055 Mar 5 13:11 go.mod 13:11:31 -rw-r--r-- 1 root root 21699 Mar 5 13:11 go.sum 13:11:31 drwxrwxr-x 8 1001 1001 127 Mar 5 13:07 internal 13:11:31 drwxrwxr-x 4 1001 1001 26 Mar 5 13:07 openapi 13:11:31 drwxrwxr-x 4 1001 1001 71 Mar 5 13:07 snap 13:11:31 -rw-rw-r-- 1 1001 1001 168 Mar 5 13:07 version.go [Pipeline] sh 13:11:31 + '[' -e coverage.out ] 13:11:31 + chown 1001:1001 coverage.out [Pipeline] stash 13:11:32 Stashed 1 file(s) [Pipeline] sh 13:11:32 + make build 13:11:32 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 13:11: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 13:11:45 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 13:11:47 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 13:11:48 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 13:11:49 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 13:11:51 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 13:11:52 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 13:11:54 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 13:11:55 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 13:11:56 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 13:11:57 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] } 13:11:59 $ docker stop --time=1 d7d00b127ad805a65d77935ae5c45a894995ac923064844a2dc605aa869c724c 13:12:01 $ docker rm -f d7d00b127ad805a65d77935ae5c45a894995ac923064844a2dc605aa869c724c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:12:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:12:05 13:12:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:12:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:12:05 latest: Pulling from edgex-devops/edgex-compose 13:12:05 cbdbe7a5bc2a: Pulling fs layer 13:12:05 ca9280d653b3: Pulling fs layer 13:12:05 7e9c9ca2126c: Pulling fs layer 13:12:06 cbdbe7a5bc2a: Verifying Checksum 13:12:06 cbdbe7a5bc2a: Download complete 13:12:06 cbdbe7a5bc2a: Pull complete 13:12:06 ca9280d653b3: Verifying Checksum 13:12:06 ca9280d653b3: Download complete 13:12:07 7e9c9ca2126c: Verifying Checksum 13:12:07 7e9c9ca2126c: Download complete 13:12:07 ca9280d653b3: Pull complete 13:12:14 7e9c9ca2126c: Pull complete 13:12:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:12:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:12:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:12:14 prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container 13:12:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:12:17 $ docker top 15081910a927a666cc72c07dff6507b5b4478f3bff173a28c14a28323a7d133e -eo pid,comm [Pipeline] { [Pipeline] sh 13:12:17 + docker-compose build --help 13:12:17 + grep parallel 13:12:18 --parallel Build images in parallel. [Pipeline] } 13:12:19 $ docker stop --time=1 15081910a927a666cc72c07dff6507b5b4478f3bff173a28c14a28323a7d133e 13:12:20 $ docker rm -f 15081910a927a666cc72c07dff6507b5b4478f3bff173a28c14a28323a7d133e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:12:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:12:21 . [Pipeline] withDockerContainer 13:12:21 prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container 13:12:21 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:12:22 $ docker top 5bb42d342306023a35ebabf30a92c5db08b4708255821c29e0d297b5fa7e204d -eo pid,comm [Pipeline] { [Pipeline] sh 13:12:22 + docker-compose -f ./docker-compose-build.yml build --parallel 13:12:23 Building docker-core-command-go ... 13:12:23 Building docker-core-data-go ... 13:12:23 Building docker-core-metadata-go ... 13:12:23 Building docker-security-bootstrapper-go ... 13:12:23 Building docker-security-proxy-setup-go ... 13:12:23 Building docker-security-secretstore-setup-go ... 13:12:23 Building docker-support-notifications-go ... 13:12:23 Building docker-support-scheduler-go ... 13:12:23 Building docker-sys-mgmt-agent-go ... 13:12:23 Building docker-core-command-go 13:12:23 Building docker-support-notifications-go 13:12:23 Building docker-security-secretstore-setup-go 13:12:23 Building docker-sys-mgmt-agent-go 13:12:23 Building docker-security-bootstrapper-go 13:13:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:13:02 ---> f426e7b596e6 13:13:02 Step 3/24 : WORKDIR /edgex-go 13:13:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:13:02 ---> f426e7b596e6 13:13:02 Step 3/22 : WORKDIR /edgex-go 13:13:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:13:02 ---> f426e7b596e6 13:13:02 Step 3/31 : WORKDIR /edgex-go 13:13:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:13:02 ---> f426e7b596e6 13:13:02 Step 3/23 : WORKDIR /edgex-go 13:13:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:13:02 ---> f426e7b596e6 13:13:02 Step 3/26 : WORKDIR /edgex-go 13:13:02 ---> Running in 253c49df4d40 13:13:02 ---> Running in 959ae85885b6 13:13:02 ---> Running in b9dbba627201 13:13:02 ---> Running in e3154aca5fe9 13:13:02 ---> Running in 4d508e1d3b46 13:13:02 Removing intermediate container 253c49df4d40 13:13:02 ---> 627313bc191f 13:13:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:02 Removing intermediate container b9dbba627201 13:13:02 ---> a349ca6c25cf 13:13:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:02 Removing intermediate container 959ae85885b6 13:13:02 ---> 3b8910bc84e4 13:13:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:02 Removing intermediate container 4d508e1d3b46 13:13:02 ---> 4e12f87d27fe 13:13:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:02 Removing intermediate container e3154aca5fe9 13:13:02 ---> f13d5d6923d9 13:13:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:02 ---> Running in 5eed56d30806 13:13:02 ---> Running in 953f4650a4af 13:13:02 ---> Running in adc912db9fe5 13:13:02 ---> Running in 2fa6d385d31c 13:13:02 ---> Running in 4ff34836992c 13:13:02 Removing intermediate container adc912db9fe5 13:13:02 ---> ef5a503b21f2 13:13:02 Step 5/23 : RUN apk add --update --no-cache make git 13:13:02 Removing intermediate container 5eed56d30806 13:13:02 ---> 2e60915a7b57 13:13:02 Step 5/24 : RUN apk add --update --no-cache make git 13:13:02 Removing intermediate container 4ff34836992c 13:13:02 ---> 2adf481a3823 13:13:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:13:03 Removing intermediate container 953f4650a4af 13:13:03 ---> 840d7757c95e 13:13:03 Step 5/31 : RUN apk add --update --no-cache make git 13:13:03 Removing intermediate container 2fa6d385d31c 13:13:03 ---> 19c9a513c5be 13:13:03 Step 5/26 : RUN apk add --update --no-cache make bash git 13:13:03 ---> Running in 2baed1a89ca9 13:13:03 ---> Running in fcc1360c6966 13:13:03 ---> Running in d416e09ebd6d 13:13:03 ---> Running in 4fb7031e58a1 13:13:03 ---> Running in ad12c547da20 13:13:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:05 OK: 233 MiB in 51 packages 13:13:05 OK: 233 MiB in 51 packages 13:13:06 OK: 233 MiB in 51 packages 13:13:06 OK: 233 MiB in 51 packages 13:13:06 OK: 233 MiB in 51 packages 13:13:06 Removing intermediate container fcc1360c6966 13:13:06 ---> 89aa28bdda5f 13:13:06 Step 6/22 : COPY go.mod . 13:13:07 Removing intermediate container 2baed1a89ca9 13:13:07 ---> 7a10c07cb8ee 13:13:07 Step 6/23 : COPY go.mod . 13:13:07 Removing intermediate container ad12c547da20 13:13:07 ---> a8763f740fd0 13:13:07 Step 6/26 : COPY go.mod . 13:13:07 ---> 0b25a136124e 13:13:07 Step 7/22 : RUN go mod download 13:13:07 ---> 43332917c28d 13:13:07 Step 7/23 : RUN go mod download 13:13:07 ---> Running in 08d01567d92f 13:13:07 Removing intermediate container d416e09ebd6d 13:13:07 ---> e0b809ba69c2 13:13:07 Step 6/24 : COPY go.mod . 13:13:07 ---> Running in ba986c2d6771 13:13:07 Removing intermediate container 4fb7031e58a1 13:13:07 ---> 183f503f3576 13:13:07 Step 6/31 : COPY go.mod . 13:13:07 ---> 555e7cc88265 13:13:07 Step 7/26 : RUN go mod download 13:13:08 ---> Running in 0eb813524a68 13:13:08 ---> ac3724676808 13:13:08 Step 7/24 : RUN go mod download 13:13:08 ---> ac799d68fa36 13:13:08 Step 7/31 : RUN go mod download 13:13:08 ---> Running in 8400027b776e 13:13:08 ---> Running in 69dbe06463bb 13:13:10 Removing intermediate container 08d01567d92f 13:13:10 ---> e9504f2ff985 13:13:10 Step 8/22 : COPY . . 13:13:10 Removing intermediate container ba986c2d6771 13:13:10 ---> b3b20f4a0aec 13:13:10 Step 8/23 : COPY . . 13:13:10 Removing intermediate container 0eb813524a68 13:13:10 ---> 50c4c3e1791e 13:13:10 Step 8/26 : COPY . . 13:13:10 Removing intermediate container 8400027b776e 13:13:10 ---> 38026e1332b4 13:13:10 Step 8/24 : COPY . . 13:13:10 Removing intermediate container 69dbe06463bb 13:13:10 ---> 2e4b1932e5b8 13:13:10 Step 8/31 : COPY . . 13:13:49 ---> dcd085595d4d 13:13:49 ---> b4ab82bea7a3 13:13:49 Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:13:49 13:13:49 ---> dcc59e3c9330 13:13:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:13:49 ---> 30991bb1d913 13:13:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:13:49 ---> Running in 7023f509832d 13:13:49 ---> Running in 51f5c5f96617 13:13:49 ---> Running in 4a317774e8cc 13:13:49 ---> Running in 75123c5955d2 13:13:49 ---> ab94c146df35 13:13:49 Step 9/23 : RUN make cmd/core-command/core-command 13:13:49 ---> Running in f19e1d15c018 13:13:49 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 13:13:49 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 13:13:49 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 13:13:49 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 13:13:49 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 13:14:22 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 13:14:32 Removing intermediate container 4a317774e8cc 13:14:32 ---> 22d21aef0771 13:14:32 13:14:32 Step 10/24 : FROM alpine:3.12 13:14:32 Removing intermediate container 75123c5955d2 13:14:32 ---> 878ac64cea78 13:14:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:14:32 Removing intermediate container 7023f509832d 13:14:32 ---> e196b542f0a6 13:14:32 13:14:32 Step 10/31 : FROM alpine:3.12 13:14:32 3.12: Pulling from library/alpine 13:14:32 3.12: Pulling from library/alpine 13:14:32 Removing intermediate container 51f5c5f96617 13:14:32 ---> cd58ae5d3c9f 13:14:32 13:14:32 Step 10/22 : FROM alpine:3.12 13:14:32 Removing intermediate container f19e1d15c018 13:14:32 ---> d5272d30399c 13:14:32 13:14:32 Step 10/23 : FROM alpine:3.12 13:14:32 ---> Running in a2875cd465e7 13:14:32 3.12: Pulling from library/alpine 13:14:32 3.12: Pulling from library/alpine 13:14:32 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:14:32 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:14:32 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:14:32 Status: Downloaded newer image for alpine:3.12 13:14:32 Status: Image is up to date for alpine:3.12 13:14:32 Status: Downloaded newer image for alpine:3.12 13:14:32 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:14:32 Status: Image is up to date for alpine:3.12 13:14:32 ---> 88dd2752d2ea 13:14:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:14:32 ---> 88dd2752d2ea 13:14:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:14:32 ---> 88dd2752d2ea 13:14:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:14:32 ---> 88dd2752d2ea 13:14:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:14:32 ---> Running in 51f0e3996caa 13:14:32 ---> Running in a4bd3c9a518b 13:14:32 ---> Running in 679550bbc310 13:14:32 ---> Running in ca168a127a28 13:14:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:14:32 Removing intermediate container ca168a127a28 13:14:32 ---> 3f383865c78f 13:14:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:14:32 ---> Running in 963157855f2a 13:14:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:14:33 (1/1) Installing dumb-init (1.2.2-r1) 13:14:33 Executing busybox-1.31.1-r19.trigger 13:14:33 OK: 6 MiB in 15 packages 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:14:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:14:33 (1/5) Installing ca-certificates (20191127-r4) 13:14:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:14:33 (3/5) Installing libcurl (7.69.1-r3) 13:14:33 (4/5) Installing curl (7.69.1-r3) 13:14:33 (5/5) Installing dumb-init (1.2.2-r1) 13:14:33 Executing busybox-1.31.1-r19.trigger 13:14:33 Executing ca-certificates-20191127-r4.trigger 13:14:33 (1/2) Installing ca-certificates (20191127-r4) 13:14:33 (2/2) Installing dumb-init (1.2.2-r1) 13:14:33 Executing busybox-1.31.1-r19.trigger 13:14:33 (1/2) Installing dumb-init (1.2.2-r1) 13:14:33 Executing ca-certificates-20191127-r4.trigger 13:14:33 (2/2) Installing su-exec (0.2-r1) 13:14:33 Executing busybox-1.31.1-r19.trigger 13:14:33 OK: 6 MiB in 16 packages 13:14:33 OK: 6 MiB in 16 packages 13:14:34 OK: 7 MiB in 19 packages 13:14:36 Removing intermediate container a2875cd465e7 13:14:36 ---> 070c468cb6f5 13:14:36 13:14:36 Step 11/26 : FROM docker:20.10.0 13:14:36 20.10.0: Pulling from library/docker 13:14:36 Removing intermediate container 51f0e3996caa 13:14:36 ---> 06d039b6103f 13:14:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:14:36 ---> Running in 3f53ce24e85c 13:14:36 Removing intermediate container 963157855f2a 13:14:36 ---> 4812e4f8b5d3 13:14:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:14:37 Removing intermediate container 3f53ce24e85c 13:14:37 ---> d1118d4bdf02 13:14:37 Step 13/23 : ENV APP_PORT=48082 13:14:37 Removing intermediate container a4bd3c9a518b 13:14:37 ---> fa627f868d26 13:14:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:14:37 Removing intermediate container 679550bbc310 13:14:37 ---> 9fb9105049dc 13:14:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:14:37 ---> Running in 427dd0e0a786 13:14:37 ---> Running in 8c00e691f751 13:14:37 ---> Running in 562cec0b22b7 13:14:37 ---> Running in d3fbdca0df64 13:14:37 Removing intermediate container 427dd0e0a786 13:14:37 ---> cf298c43c4ff 13:14:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:14:38 ---> Running in 932bbd2f0ccd 13:14:38 Removing intermediate container 8c00e691f751 13:14:38 ---> 8889832b50f8 13:14:38 Step 14/23 : EXPOSE $APP_PORT 13:14:38 Removing intermediate container 562cec0b22b7 13:14:38 ---> 4b607f9dfe08 13:14:38 Step 13/22 : ENV APP_PORT=48060 13:14:38 Removing intermediate container d3fbdca0df64 13:14:38 ---> cc826702560e 13:14:38 Step 13/24 : WORKDIR / 13:14:38 ---> Running in 797eeed0c393 13:14:38 ---> Running in 2f24d248f24a 13:14:38 ---> Running in 9353828ebd5d 13:14:38 Removing intermediate container 932bbd2f0ccd 13:14:38 ---> 107cccef40e7 13:14:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:14:38 ---> Running in 23f4460355a3 13:14:39 Removing intermediate container 2f24d248f24a 13:14:39 ---> e07c67278bab 13:14:39 Step 15/23 : WORKDIR / 13:14:39 Removing intermediate container 797eeed0c393 13:14:39 ---> 8a99b19d1582 13:14:39 Step 14/22 : EXPOSE $APP_PORT 13:14:39 Removing intermediate container 9353828ebd5d 13:14:39 ---> b580cf993569 13:14:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:14:39 ---> Running in 33596043c019 13:14:39 ---> Running in 59c14681c630 13:14:39 Removing intermediate container 33596043c019 13:14:39 ---> 12a6c293a749 13:14:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:14:39 Removing intermediate container 59c14681c630 13:14:39 ---> c7506dafb15b 13:14:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:14:40 ---> 11a635f3c999 13:14:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:14:40 ---> 826c7fd3b44b 13:14:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:14:40 ---> 879150e1126a 13:14:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:14:40 ---> 0427faab4465 13:14:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:14:41 Removing intermediate container 23f4460355a3 13:14:41 ---> c1eb788c287d 13:14:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:14:41 ---> Running in ad3ebb587c6b 13:14:41 ---> 54061e970e73 13:14:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:14:41 ---> 6990de8f1772 13:14:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:14:41 Removing intermediate container ad3ebb587c6b 13:14:41 ---> 1ca769405e28 13:14:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:14:41 ---> 8c1ff84ac9fc 13:14:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:14:41 ---> 6a60d8d7c8c1 13:14:41 Step 19/23 : ENTRYPOINT ["/core-command"] 13:14:42 ---> 7f1dd9223560 13:14:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:14:42 ---> 6669e4023973 13:14:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:14:42 ---> Running in 20349e6e07e0 13:14:42 ---> f2b1a4324674 13:14:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:14:42 ---> Running in 0378104baf38 13:14:42 ---> Running in 0cc4d1f3142e 13:14:42 Removing intermediate container 20349e6e07e0 13:14:42 ---> 744bafc01aa7 13:14:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:14:42 Removing intermediate container 0cc4d1f3142e 13:14:42 ---> b71aaf319abf 13:14:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:14:42 ---> Running in 30b9cdb421c7 13:14:42 ---> 0338c1a68d26 13:14:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:14:42 ---> Running in 349cd50a0e2c 13:14:43 Removing intermediate container 30b9cdb421c7 13:14:43 ---> 5f0378ad9be0 13:14:43 Step 21/23 : LABEL arch=x86_64 13:14:43 ---> Running in b7492935a3f7 13:14:43 Removing intermediate container 349cd50a0e2c 13:14:43 ---> f424b5063585 13:14:43 Step 20/22 : LABEL arch=x86_64 13:14:43 ---> 8bb612ec46a8 13:14:43 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/ 13:14:43 ---> Running in 017e88e53fcc 13:14:43 ---> Running in 72f95b49007d 13:14:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:14:44 Status: Downloaded newer image for docker:20.10.0 13:14:44 ---> aefe523efa57 13:14:44 Step 12/26 : RUN apk add --no-cache bash 13:14:44 Removing intermediate container b7492935a3f7 13:14:44 ---> 30a7febfb858 13:14:44 Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:14:44 Removing intermediate container 017e88e53fcc 13:14:44 ---> 278b921c34c2 13:14:44 Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:14:44 ---> Running in 298e13de40f3 13:14:44 ---> Running in 56767c502f75 13:14:44 ---> Running in bb85ec961839 13:14:44 Removing intermediate container 0378104baf38 13:14:44 ---> 1e7381f22b44 13:14:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:14:44 Removing intermediate container 56767c502f75 13:14:44 ---> 136ed6c1c78a 13:14:44 Step 23/23 : LABEL version=0.0.0 13:14:45 ---> Running in 50936c27af1f 13:14:45 Removing intermediate container bb85ec961839 13:14:45 ---> c564f1aea42f 13:14:45 Step 22/22 : LABEL version=0.0.0 13:14:45 ---> c5d7cf753eae 13:14:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:14:45 ---> Running in cbcfcdcf1cbb 13:14:45 Removing intermediate container 50936c27af1f 13:14:45 ---> 17f60de13ae3 13:14:45 13:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:14:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:14:45 (1/2) Installing readline (8.0.4-r0) 13:14:45 (2/2) Installing bash (5.0.17-r0) 13:14:45 Executing bash-5.0.17-r0.post-install 13:14:45 Executing busybox-1.31.1-r19.trigger 13:14:45 OK: 12 MiB in 22 packages 13:14:45 Successfully built 17f60de13ae3 13:14:45 Removing intermediate container cbcfcdcf1cbb 13:14:45 ---> d99d3c04cd68 13:14:45 13:14:45 Successfully tagged docker-core-command-go:latest 13:14:45 Building docker-support-scheduler-go 13:14:45  Building docker-core-command-go ... done Successfully built d99d3c04cd68 13:14:46 ---> 3c0bd5bff99e 13:14:46 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:14:46 Successfully tagged docker-support-notifications-go:latest 13:14:46 Building docker-core-metadata-go 13:14:46  Building docker-support-notifications-go ... done Removing intermediate container 72f95b49007d 13:14:46 ---> 6ab53251b6c3 13:14:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:14:46 ---> Running in 2a4d8b474e88 13:14:46 ---> 9e24f232fad5 13:14:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:14:46 Removing intermediate container 298e13de40f3 13:14:46 ---> e53d7be93d5f 13:14:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:14:46 Removing intermediate container 2a4d8b474e88 13:14:46 ---> f1cf7dbee6c2 13:14:46 Step 22/24 : LABEL arch=x86_64 13:14:47 ---> Running in 91c3eb2635b9 13:14:48 ---> Running in c3fd75d2caf5 13:14:49 ---> 9093f7a5b40c 13:14:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:14:52 Removing intermediate container 91c3eb2635b9 13:14:52 ---> 226d7decd897 13:14:52 Step 14/26 : ENV APP_PORT=48090 13:14:53 Removing intermediate container c3fd75d2caf5 13:14:53 ---> 5739881d132a 13:14:53 Step 23/24 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:14:53 ---> 24520b2677c9 13:14:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:14:53 ---> Running in f262868cdda1 13:14:53 ---> Running in f99b59ecd9cc 13:14:54 ---> Running in f5d13159c331 13:14:54 Removing intermediate container f262868cdda1 13:14:54 ---> 909ee06d07a8 13:14:54 Step 15/26 : EXPOSE $APP_PORT 13:14:54 Removing intermediate container f99b59ecd9cc 13:14:54 ---> 11dbd8e26658 13:14:54 Step 24/24 : LABEL version=0.0.0 13:14:55 ---> Running in 336f547746e6 13:14:57 ---> Running in ffe73c504f74 13:14:58 Removing intermediate container f5d13159c331 13:14:58 ---> 95c8ae6fcb88 13:14:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:15:00 Removing intermediate container 336f547746e6 13:15:00 ---> 7eedded45e6b 13:15:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:15:01 Removing intermediate container ffe73c504f74 13:15:01 ---> ae4a8bff7bf7 13:15:01 13:15:01 ---> 424abad19298 13:15:01 Step 26/31 : RUN chmod +x /entrypoint.sh 13:15:01 Successfully built ae4a8bff7bf7 13:15:01 Successfully tagged docker-security-secretstore-setup-go:latest 13:15:02  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 13:15:03 ---> 7acff7e66ab2 13:15:03 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:15:03 ---> Running in d2ac6d7ac987 13:15:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:15:05 ---> f426e7b596e6 13:15:05 Step 3/23 : WORKDIR /edgex-go 13:15:05 ---> Using cache 13:15:05 ---> f13d5d6923d9 13:15:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:05 ---> Using cache 13:15:05 ---> 2adf481a3823 13:15:05 Step 5/23 : RUN apk add --update --no-cache make git 13:15:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:15:06 ---> f426e7b596e6 13:15:06 Step 3/22 : WORKDIR /edgex-go 13:15:06 ---> Using cache 13:15:06 ---> f13d5d6923d9 13:15:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:06 ---> Using cache 13:15:06 ---> 2adf481a3823 13:15:06 Step 5/22 : RUN apk add --update --no-cache make git 13:15:07 ---> Running in 1202d776295a 13:15:07 ---> a4f94a13decd 13:15:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:15:07 ---> Running in 9686ee3b1d57 13:15:09 ---> 69787f4666d3 13:15:09 Step 19/26 : RUN apk --no-cache add py3-pip 13:15:09 ---> Running in 3cc7c6d76469 13:15:10 Removing intermediate container d2ac6d7ac987 13:15:10 ---> df36da7abb58 13:15:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:15:10 ---> Running in 7982a00e4dc3 13:15:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:15:11 (1/33) Installing libbz2 (1.0.8-r1) 13:15:11 (2/33) Installing expat (2.2.9-r1) 13:15:11 Removing intermediate container 7982a00e4dc3 13:15:11 ---> 332076146015 13:15:11 Step 28/31 : CMD ["gate"] 13:15:11 (3/33) Installing libffi (3.3-r2) 13:15:11 (4/33) Installing gdbm (1.13-r1) 13:15:11 (5/33) Installing xz-libs (5.2.5-r0) 13:15:11 (6/33) Installing sqlite-libs (3.32.1-r0) 13:15:11 OK: 233 MiB in 51 packages 13:15:11 OK: 233 MiB in 51 packages 13:15:11 (7/33) Installing python3 (3.8.5-r1) 13:15:12 ---> Running in 17b04f22498a 13:15:16 (8/33) Installing py3-appdirs (1.4.4-r1) 13:15:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:15:16 (10/33) Installing py3-parsing (2.4.7-r0) 13:15:16 (11/33) Installing py3-six (1.15.0-r0) 13:15:16 Removing intermediate container 17b04f22498a 13:15:16 ---> 0bb7ac5bb1ce 13:15:16 Step 29/31 : LABEL arch=x86_64 13:15:16 (12/33) Installing py3-packaging (20.4-r0) 13:15:16 (13/33) Installing py3-setuptools (47.0.0-r0) 13:15:16 (14/33) Installing py3-chardet (3.0.4-r4) 13:15:17 (15/33) Installing py3-idna (2.9-r0) 13:15:17 Removing intermediate container 1202d776295a 13:15:17 ---> 43bd630da8fa 13:15:17 Step 6/23 : COPY go.mod . 13:15:17 Removing intermediate container 9686ee3b1d57 13:15:17 ---> 5420f5377f25 13:15:17 Step 6/22 : COPY go.mod . 13:15:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:15:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:15:17 (18/33) Installing py3-requests (2.23.0-r0) 13:15:18 (19/33) Installing py3-msgpack (1.0.0-r0) 13:15:18 (20/33) Installing py3-lockfile (0.12.2-r3) 13:15:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:15:19 ---> Running in 4b2e8e9f9887 13:15:19 (22/33) Installing py3-colorama (0.4.3-r0) 13:15:19 (23/33) Installing py3-distlib (0.3.0-r0) 13:15:19 (24/33) Installing py3-distro (1.5.0-r1) 13:15:20 (25/33) Installing py3-webencodings (0.5.1-r3) 13:15:20 (26/33) Installing py3-html5lib (1.0.1-r4) 13:15:20 ---> 760f4fe396ee 13:15:20 Step 7/23 : RUN go mod download 13:15:20 ---> 45d286c252fa 13:15:20 Step 7/22 : RUN go mod download 13:15:20 (27/33) Installing py3-pytoml (0.1.21-r0) 13:15:20 (28/33) Installing py3-pep517 (0.8.2-r0) 13:15:20 (29/33) Installing py3-progress (1.5-r0) 13:15:20 (30/33) Installing py3-toml (0.10.1-r0) 13:15:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:15:20 ---> f426e7b596e6 13:15:20 Step 3/21 : WORKDIR /edgex-go 13:15:20 ---> Using cache 13:15:20 ---> f13d5d6923d9 13:15:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:20 ---> Using cache 13:15:20 ---> 2adf481a3823 13:15:20 Step 5/21 : RUN apk add --update --no-cache make git 13:15:20 ---> Using cache 13:15:20 ---> 5420f5377f25 13:15:20 Step 6/21 : COPY go.mod . 13:15:20 ---> Using cache 13:15:20 ---> 45d286c252fa 13:15:20 Step 7/21 : RUN go mod download 13:15:21 (31/33) Installing py3-retrying (1.3.3-r0) 13:15:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:15:21 (33/33) Installing py3-pip (20.1.1-r0) 13:15:21 Removing intermediate container 4b2e8e9f9887 13:15:21 ---> c254c3895553 13:15:21 Step 30/31 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:15:21 ---> Running in 3897c3d9e164 13:15:21 ---> Running in a7c6cf8a2caf 13:15:21 ---> Running in 426109c1a543 13:15:21 Executing busybox-1.31.1-r19.trigger 13:15:21 OK: 71 MiB in 55 packages 13:15:21 ---> Running in 9f467606d897 13:15:22 Removing intermediate container 9f467606d897 13:15:22 ---> 78b8282de192 13:15:22 Step 31/31 : LABEL version=0.0.0 13:15:22 ---> Running in ed5e2614970e 13:15:23 Removing intermediate container ed5e2614970e 13:15:23 ---> 9fb7bf55b86a 13:15:23 13:15:23 Successfully built 9fb7bf55b86a 13:15:23 Successfully tagged docker-security-bootstrapper-go:latest 13:15:23 Building docker-core-data-go 13:15:25  Building docker-security-bootstrapper-go ... done Removing intermediate container a7c6cf8a2caf 13:15:25 ---> 36778ebd8736 13:15:25 Step 8/23 : COPY . . 13:15:27 Removing intermediate container 426109c1a543 13:15:27 ---> 4999319f250e 13:15:27 Step 8/22 : COPY . . 13:15:28 Removing intermediate container 3897c3d9e164 13:15:28 ---> af1a6e592499 13:15:28 Step 8/21 : COPY . . 13:15:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:15:48 ---> f426e7b596e6 13:15:48 Step 3/23 : WORKDIR /edgex-go 13:15:48 ---> Using cache 13:15:48 ---> f13d5d6923d9 13:15:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:48 ---> Using cache 13:15:48 ---> 2adf481a3823 13:15:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:15:50 ---> Running in 6d44e6d1f0c4 13:15:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:15:58 Removing intermediate container 3cc7c6d76469 13:15:58 ---> cc88d7e79cd8 13:15:58 Step 20/26 : RUN pip install docker-compose==1.23.2 13:15:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:15:58 OK: 233 MiB in 51 packages 13:16:00 ---> Running in cf4c7a8fc8be 13:16:05 Removing intermediate container 6d44e6d1f0c4 13:16:05 ---> ec745352acc9 13:16:05 Step 6/23 : COPY go.mod . 13:16:07 ---> e34d8298505a 13:16:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:16:07 ---> c8d211bfeafe 13:16:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:16:07 ---> 62d7ea330970 13:16:07 Step 7/23 : RUN go mod download 13:16:07 ---> Running in 75ae71d4c2cf 13:16:07 ---> Running in 6b2d9c43c5b4 13:16:07 ---> Running in 3397e48176dd 13:16:07 ---> e65b775a6c43 13:16:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:16:07 ---> Running in 6e6f1a66c1b4 13:16:07 Collecting docker-compose==1.23.2 13:16:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:16:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:16:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:16:08 Collecting websocket-client<1.0,>=0.32.0 13:16:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:16:08 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 13:16:08 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 13:16:08 Collecting PyYAML<4,>=3.10 13:16:08 Downloading PyYAML-3.13.tar.gz (270 kB) 13:16:08 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 13:16:10 Collecting texttable<0.10,>=0.9.0 13:16:10 Downloading texttable-0.9.1.tar.gz (11 kB) 13:16:11 Removing intermediate container 3397e48176dd 13:16:11 ---> cb27db1ee179 13:16:11 Step 8/23 : COPY . . 13:16:11 Collecting jsonschema<3,>=2.5.1 13:16:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:16:11 Collecting docker<4.0,>=3.6.0 13:16:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:16:12 Collecting cached-property<2,>=1.2.0 13:16:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:16:14 Collecting dockerpty<0.5,>=0.4.1 13:16:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:16:16 Collecting docopt<0.7,>=0.6.1 13:16:16 Downloading docopt-0.6.2.tar.gz (25 kB) 13:16:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:16:17 Collecting idna<2.8,>=2.5 13:16:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:16:18 Collecting urllib3<1.25,>=1.21.1 13:16:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:16:18 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) 13:16:18 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) 13:16:19 Collecting docker-pycreds>=0.4.0 13:16:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:16:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:16:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:16:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:16:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:16:19 Installing collected packages: idna, urllib3, requests, websocket-client, PyYAML, texttable, jsonschema, docker-pycreds, docker, cached-property, dockerpty, docopt, docker-compose 13:16:19 Attempting uninstall: idna 13:16:19 Found existing installation: idna 2.9 13:16:19 Uninstalling idna-2.9: 13:16:19 Successfully uninstalled idna-2.9 13:16:20 Attempting uninstall: urllib3 13:16:20 Found existing installation: urllib3 1.25.9 13:16:20 Uninstalling urllib3-1.25.9: 13:16:20 Successfully uninstalled urllib3-1.25.9 13:16:20 Attempting uninstall: requests 13:16:20 Found existing installation: requests 2.23.0 13:16:20 Uninstalling requests-2.23.0: 13:16:20 Successfully uninstalled requests-2.23.0 13:16:21 Running setup.py install for PyYAML: started 13:16:25 Running setup.py install for PyYAML: finished with status 'done' 13:16:25 Running setup.py install for texttable: started 13:16:26 Running setup.py install for texttable: finished with status 'done' 13:16:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28714 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws 13:16:27 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 13:16:29 Running setup.py install for dockerpty: started 13:16:30 Running setup.py install for dockerpty: finished with status 'done' 13:16:30 Running setup.py install for docopt: started 13:16:31 Running setup.py install for docopt: finished with status 'done' 13:16:31 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 13:16:32 using credential edgex-jenkins-ssh 13:16:32 Cloning the remote Git repository 13:16:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:16:32 > git init /w/workspace/edgex-go/8 # timeout=10 13:16:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:16:32 > git --version # timeout=10 13:16:32 > git --version # 'git version 2.17.1' 13:16:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:16:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:16:35 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 13:16:39 ---> 0f7547f52647 13:16:39 Step 9/23 : RUN make cmd/core-data/core-data 13:16:40 ---> Running in bcd9cc94e221 13:16:40 Removing intermediate container cf4c7a8fc8be 13:16:40 ---> 804429e85e92 13:16:40 Step 21/26 : RUN apk --no-cache add curl 13:16:40 ---> Running in a8a2060bd0eb 13:16:41 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 13:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:16:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:16:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:16:42 (2/3) Installing libcurl (7.69.1-r3) 13:16:42 (3/3) Installing curl (7.69.1-r3) 13:16:42 Executing busybox-1.31.1-r19.trigger 13:16:42 OK: 72 MiB in 58 packages 13:16:45 Removing intermediate container a8a2060bd0eb 13:16:45 ---> 5a6137a5ed58 13:16:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:16:46 ---> Running in 9c0cda0f4230 13:16:47 Removing intermediate container 75ae71d4c2cf 13:16:47 ---> 6322f5d29656 13:16:47 13:16:47 Step 10/21 : FROM alpine:3.12 13:16:47 ---> 88dd2752d2ea 13:16:47 Step 11/21 : RUN apk add --update --no-cache curl 13:16:47 Removing intermediate container 9c0cda0f4230 13:16:47 ---> 611f263e9424 13:16:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:16:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:16:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:16:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:16:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:16:47 using GIT_SSH to set credentials SSH Credentials for GitHub 13:16:47 > 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 13:16:48 Merging remotes/origin/master commit 55fea418b1ac49172828e32c63c2641cfdddd142 into PR head commit 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:16:48 ---> Running in 99bed86c693c 13:16:48 Merge succeeded, producing 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:16:48 Checking out Revision 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 (PR-3210) 13:16:48 > git config core.sparsecheckout # timeout=10 13:16:48 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 13:16:48 > git remote # timeout=10 13:16:48 > git config --get remote.origin.url # timeout=10 13:16:48 using GIT_SSH to set credentials SSH Credentials for GitHub 13:16:48 > git merge 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 13:16:48 > git rev-parse HEAD^{commit} # timeout=10 13:16:48 > git config core.sparsecheckout # timeout=10 13:16:48 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 13:16:51 ---> Running in 4d4b33cfebc0 13:16:53 Removing intermediate container 6b2d9c43c5b4 13:16:53 ---> 9ed1139c7625 13:16:53 13:16:53 Step 10/22 : FROM alpine:3.12 13:16:53 ---> 88dd2752d2ea 13:16:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:16:53 ---> Using cache 13:16:53 ---> 06d039b6103f 13:16:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:16:53 ---> Using cache 13:16:53 ---> d1118d4bdf02 13:16:53 Step 13/22 : ENV APP_PORT=48085 13:16:53 Removing intermediate container 4d4b33cfebc0 13:16:53 ---> 39d69880b7b4 13:16:53 Step 24/26 : LABEL arch=x86_64 13:16:53 ---> Running in aa6a104c1168 13:16:53 ---> Running in 4c0fec4fac94 13:16:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:16:53 Removing intermediate container 6e6f1a66c1b4 13:16:53 ---> 3f1fe3169b22 13:16:53 13:16:53 Step 10/23 : FROM alpine:3.12 13:16:53 ---> 88dd2752d2ea 13:16:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:16:53 ---> Using cache 13:16:53 ---> 06d039b6103f 13:16:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:16:53 ---> Using cache 13:16:53 ---> d1118d4bdf02 13:16:53 Step 13/23 : ENV APP_PORT=48081 13:16:53 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" 13:16:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:16:53 ---> Running in 9b41a5364c23 13:16:53 (1/4) Installing ca-certificates (20191127-r4) 13:16:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:16:53 (3/4) Installing libcurl (7.69.1-r3) 13:16:53 (4/4) Installing curl (7.69.1-r3) 13:16:53 Executing busybox-1.31.1-r19.trigger 13:16:53 Executing ca-certificates-20191127-r4.trigger 13:16:53 OK: 7 MiB in 18 packages 13:16:53 Removing intermediate container aa6a104c1168 13:16:53 ---> e378dc879bfd 13:16:53 Step 25/26 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 13:16:54 Removing intermediate container 4c0fec4fac94 13:16:54 ---> 3666a402e030 13:16:54 Step 14/22 : EXPOSE $APP_PORT [Pipeline] sh 13:16:54 ---> Running in 64236d7603c3 13:16:54 Removing intermediate container 9b41a5364c23 13:16:54 ---> 16d74f914cc5 13:16:54 Step 14/23 : EXPOSE $APP_PORT 13:16:54 ---> Running in a046c1f9e30b 13:16:54 ---> Running in a23bf9314024 13:16:55 Removing intermediate container 64236d7603c3 13:16:55 ---> 76afe14d4df4 13:16:55 Step 26/26 : LABEL version=0.0.0 13:16:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:16:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:16:55 Removing intermediate container a046c1f9e30b 13:16:55 ---> 1d21f6af1541 13:16:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:16:55 ---> Running in eaffeb525851 13:16:55 + sudo service docker restart 13:16:55 + true 13:16:55 Removing intermediate container a23bf9314024 13:16:55 ---> 86ba9db2ae4a 13:16:55 Step 15/23 : WORKDIR / 13:16:55 Removing intermediate container 99bed86c693c 13:16:55 ---> 2608885fdb8b 13:16:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:16:55 ---> Running in fb4b415f2424 13:16:56 ---> Running in bd15c4e99795 13:16:56 Removing intermediate container eaffeb525851 13:16:56 ---> 1b3a7f1d5df3 13:16:56 13:16:56 Removing intermediate container fb4b415f2424 13:16:56 ---> fa7aa37813a6 13:16:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:16:56 ---> 179201eb125b 13:16:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:16:56 Successfully built 1b3a7f1d5df3 13:16:56 Successfully tagged docker-sys-mgmt-agent-go:latest 13:16:56  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bd15c4e99795 13:16:56 ---> d9f2177e4ec9 13:16:56 Step 13/21 : WORKDIR /edgex 13:16:57 ---> Running in d33259337db2 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:16:57 provisioning config files... 13:16:57 ---> e6e650486a31 13:16:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:16:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6107081558487084796tmp [Pipeline] { 13:16:58 ---> 598e0303a9c6 13:16:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:16:58 Removing intermediate container d33259337db2 13:16:58 ---> b499fec522db 13:16:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] libraryResource [Pipeline] sh 13:16:58 ---> docker-login.sh 13:16:58 nexus3.edgexfoundry.org:10001 13:16:58 ---> bbfd6684f423 13:16:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:16:58 ---> fe360c2f8968 13:16:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:16:59 ---> Running in ea2cec548dd3 13:16:59 ---> 89be8af67cc0 13:16:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:16:59 Removing intermediate container ea2cec548dd3 13:16:59 ---> 3d7844543e9c 13:16:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:16:59 ---> d565a59604a1 13:16:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:16:59 ---> Running in 71dd8a5fbfff 13:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:16:59 Configure a credential helper to remove this warning. See 13:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:16:59 13:16:59 Login Succeeded 13:16:59 nexus3.edgexfoundry.org:10002 13:16:59 ---> 96538f638949 13:16:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:16:59 ---> Running in 7dd21bf4fbd0 13:17:00 Removing intermediate container 71dd8a5fbfff 13:17:00 ---> d7ff1f8d91ea 13:17:00 Step 20/22 : LABEL arch=x86_64 13:17:00 Removing intermediate container 7dd21bf4fbd0 13:17:00 ---> 1dfdb720ef3c 13:17:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:17:00 ---> Running in df0eda270f44 13:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:17:00 Configure a credential helper to remove this warning. See 13:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:17:00 13:17:00 Login Succeeded 13:17:00 nexus3.edgexfoundry.org:10003 13:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:17:00 ---> Running in 61c9e30265fc 13:17:00 ---> 7418ac20d9fd 13:17:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:17:00 Removing intermediate container df0eda270f44 13:17:00 ---> 418d038acefc 13:17:00 Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:17:01 Configure a credential helper to remove this warning. See 13:17:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:17:01 13:17:01 Login Succeeded 13:17:01 nexus3.edgexfoundry.org:10004 13:17:01 ---> Running in 00b68da9208d 13:17:01 ---> Running in f5a4c2dcc1b6 13:17:01 Removing intermediate container 61c9e30265fc 13:17:01 ---> 9025ef47bfef 13:17:01 Step 21/23 : LABEL arch=x86_64 13:17:01 ---> Running in c2bee95b5353 13:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:17:01 Removing intermediate container f5a4c2dcc1b6 13:17:01 ---> 8be1b485b924 13:17:01 Step 18/21 : CMD ["--init=true"] 13:17:01 Removing intermediate container 00b68da9208d 13:17:01 ---> 5aa4b5a292df 13:17:01 Step 22/22 : LABEL version=0.0.0 13:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:17:01 Configure a credential helper to remove this warning. See 13:17:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:17:01 13:17:01 Login Succeeded 13:17:01 docker.io 13:17:01 ---> Running in f547fbcd9d75 13:17:01 Removing intermediate container c2bee95b5353 13:17:01 ---> 9f11b201c449 13:17:01 Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:17:01 ---> Running in 2314b813dea5 13:17:01 ---> Running in 178bb4991f76 13:17:01 Removing intermediate container f547fbcd9d75 13:17:01 ---> 97c40ead255f 13:17:01 Step 19/21 : LABEL arch=x86_64 13:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:17:01 Removing intermediate container 2314b813dea5 13:17:01 ---> 33acf531a8a4 13:17:01 13:17:01 ---> Running in b1d29ae35f6f 13:17:01 Removing intermediate container 178bb4991f76 13:17:01 ---> 71711d67cbd3 13:17:01 Step 23/23 : LABEL version=0.0.0 13:17:02 ---> Running in 14ad886fb707 13:17:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:17:02 Configure a credential helper to remove this warning. See 13:17:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:17:02 13:17:02 Login Succeeded 13:17:02 ---> docker-login.sh ends [Pipeline] } 13:17:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 13:17:02 Successfully built 33acf531a8a4 13:17:02 Removing intermediate container b1d29ae35f6f 13:17:02 ---> 71df36e6a45c 13:17:02 Step 20/21 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] echo 13:17:02 ========================================================= 13:17:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:17:02 ========================================================= 13:17:02 Successfully tagged docker-support-scheduler-go:latest 13:17:02  Building docker-support-scheduler-go ... done  ---> Running in fe5c793cad54 13:17:02 Removing intermediate container 14ad886fb707 13:17:02 ---> ab7b40120577 13:17:02 [Pipeline] isUnix [Pipeline] sh 13:17:03 + 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 . 13:17:03 Successfully built ab7b40120577 13:17:04 Successfully tagged docker-core-metadata-go:latest 13:17:04  Building docker-core-metadata-go ... done Removing intermediate container fe5c793cad54 13:17:04 ---> 39b9c4e25e11 13:17:04 Step 21/21 : LABEL version=0.0.0 13:17:04 ---> Running in a86a9ecfd968 13:17:05 Removing intermediate container a86a9ecfd968 13:17:05 ---> 8ee90dcb6a75 13:17:05 13:17:05 Successfully built 8ee90dcb6a75 13:17:05 Successfully tagged docker-security-proxy-setup-go:latest 13:17:05 Sending build context to Docker daemon 166.6MB 13:17:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:17:05 Step 2/6 : FROM ${BASE} 13:17:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:17:05 5f621e34cdf4: Pulling fs layer 13:17:05 a4357932f1b6: Pulling fs layer 13:17:05 18c013af1878: Pulling fs layer 13:17:05 00ac8860ef70: Pulling fs layer 13:17:05 63d7cb157983: Pulling fs layer 13:17:05 b116817d02f9: Pulling fs layer 13:17:05 745a02a5169b: Pulling fs layer 13:17:05 63d7cb157983: Waiting 13:17:05 00ac8860ef70: Waiting 13:17:05 b116817d02f9: Waiting 13:17:05 745a02a5169b: Waiting 13:17:05 18c013af1878: Verifying Checksum 13:17:05 a4357932f1b6: Download complete 13:17:05 63d7cb157983: Verifying Checksum 13:17:05 63d7cb157983: Download complete 13:17:05 5f621e34cdf4: Verifying Checksum 13:17:05 b116817d02f9: Verifying Checksum 13:17:05 b116817d02f9: Download complete 13:17:06 5f621e34cdf4: Pull complete 13:17:06 a4357932f1b6: Pull complete 13:17:07 18c013af1878: Pull complete 13:17:07  Building docker-security-proxy-setup-go ... done Removing intermediate container bcd9cc94e221 13:17:07 ---> 4ee3bea64873 13:17:07 13:17:07 Step 10/23 : FROM alpine:3.12 13:17:07 ---> 88dd2752d2ea 13:17:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:17:07 ---> Running in 6b87a5600e73 13:17:08 Removing intermediate container 6b87a5600e73 13:17:08 ---> eb1154a0e3cb 13:17:08 Step 12/23 : ENV APP_PORT=48080 13:17:08 ---> Running in 3d2723bbe4d7 13:17:08 Removing intermediate container 3d2723bbe4d7 13:17:08 ---> ff14d0353347 13:17:08 Step 13/23 : EXPOSE $APP_PORT 13:17:08 ---> Running in d87982cb6e65 13:17:08 Removing intermediate container d87982cb6e65 13:17:08 ---> dc1e214405cd 13:17:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:17:08 ---> Running in 6adf036e165f 13:17:09 745a02a5169b: Verifying Checksum 13:17:09 745a02a5169b: Download complete 13:17:09 00ac8860ef70: Verifying Checksum 13:17:09 00ac8860ef70: Download complete 13:17:10 Removing intermediate container 6adf036e165f 13:17:10 ---> 55a9db39aaaa 13:17:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:17:10 ---> Running in 9eaf83ea2ab6 13:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:17:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:17:11 (1/6) Installing dumb-init (1.2.2-r1) 13:17:11 (2/6) Installing libgcc (9.3.0-r2) 13:17:11 (3/6) Installing libsodium (1.0.18-r0) 13:17:11 (4/6) Installing libstdc++ (9.3.0-r2) 13:17:12 (5/6) Installing libzmq (4.3.3-r0) 13:17:12 (6/6) Installing zeromq (4.3.3-r0) 13:17:12 Executing busybox-1.31.1-r19.trigger 13:17:12 OK: 8 MiB in 20 packages 13:17:13 Removing intermediate container 9eaf83ea2ab6 13:17:13 ---> 97e9a802c5a9 13:17:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:17:13 ---> 2277c056b3d3 13:17:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:17:13 ---> 1490f3c92e21 13:17:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:17:14 ---> 00cdd3fc4290 13:17:14 Step 19/23 : ENTRYPOINT ["/core-data"] 13:17:14 ---> Running in 7095eb7ddd83 13:17:14 Removing intermediate container 7095eb7ddd83 13:17:14 ---> 29cff46c322f 13:17:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:17:14 ---> Running in 879a2d590373 13:17:14 Removing intermediate container 879a2d590373 13:17:14 ---> 7058d39447a5 13:17:14 Step 21/23 : LABEL arch=x86_64 13:17:14 ---> Running in c809111ddf2e 13:17:14 Removing intermediate container c809111ddf2e 13:17:14 ---> 33f6ca3541b2 13:17:14 Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:17:14 ---> Running in 1f20273bf20e 13:17:14 Removing intermediate container 1f20273bf20e 13:17:14 ---> 624111c47089 13:17:14 Step 23/23 : LABEL version=0.0.0 13:17:15 ---> Running in 5aa5f3bee47c 13:17:15 Removing intermediate container 5aa5f3bee47c 13:17:15 ---> a3b15415010b 13:17:15 13:17:15 Successfully built a3b15415010b 13:17:15 Successfully tagged docker-core-data-go:latest 13:17:16  Building docker-core-data-go ... done  [Pipeline] } 13:17:16 $ docker stop --time=1 5bb42d342306023a35ebabf30a92c5db08b4708255821c29e0d297b5fa7e204d 13:17:17 $ docker rm -f 5bb42d342306023a35ebabf30a92c5db08b4708255821c29e0d297b5fa7e204d [Pipeline] // withDockerContainer [Pipeline] sh 13:17:18 + docker images 13:17:18 + grep docker 13:17:18 docker-core-data-go latest a3b15415010b 3 seconds ago 22.4MB 13:17:18 docker-security-proxy-setup-go latest 8ee90dcb6a75 14 seconds ago 24.7MB 13:17:18 docker-core-metadata-go latest ab7b40120577 16 seconds ago 19MB 13:17:18 docker-support-scheduler-go latest 33acf531a8a4 17 seconds ago 17.2MB 13:17:18 docker-sys-mgmt-agent-go latest 1b3a7f1d5df3 22 seconds ago 313MB 13:17:18 docker-security-bootstrapper-go latest 9fb7bf55b86a About a minute ago 18.7MB 13:17:18 docker-security-secretstore-setup-go latest ae4a8bff7bf7 2 minutes ago 24.9MB 13:17:18 docker-support-notifications-go latest d99d3c04cd68 2 minutes ago 17.8MB 13:17:18 docker-core-command-go latest 17f60de13ae3 2 minutes ago 17.2MB 13:17:18 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 13:17:22 00ac8860ef70: Pull complete 13:17:22 63d7cb157983: Pull complete 13:17:22 b116817d02f9: Pull complete 13:17:24 745a02a5169b: Pull complete 13:17:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:17:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:17:24 ---> b7e6874047d6 13:17:24 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 13:17:28 ---> Running in c16a6a5f00cc 13:17:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:17:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:17:30 (1/12) Installing libmagic (5.38-r0) 13:17:31 (2/12) Installing file (5.38-r0) 13:17:31 (3/12) Installing libc-dev (0.7.2-r3) 13:17:31 (4/12) Installing g++ (9.3.0-r2) 13:17:34 Still waiting to schedule task 13:17:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:17:35 (5/12) Installing fortify-headers (1.1-r0) 13:17:35 (6/12) Installing patch (2.7.6-r6) 13:17:35 (7/12) Installing build-base (0.5-r2) 13:17:35 (8/12) Installing libsodium (1.0.18-r0) 13:17:35 (9/12) Installing pkgconf (1.7.2-r0) 13:17:35 (10/12) Installing libsodium-dev (1.0.18-r0) 13:17:35 (11/12) Installing libzmq (4.3.3-r0) 13:17:35 (12/12) Installing zeromq-dev (4.3.3-r0) 13:17:35 Executing busybox-1.31.1-r19.trigger 13:17:35 OK: 217 MiB in 51 packages 13:17:39 Removing intermediate container c16a6a5f00cc 13:17:39 ---> 676c7b33d1d3 13:17:39 Step 4/6 : WORKDIR /edgex-go 13:17:39 ---> Running in 14e5701045f6 13:17:40 Removing intermediate container 14e5701045f6 13:17:40 ---> 5a86b442375f 13:17:40 Step 5/6 : COPY go.mod . 13:17:41 ---> 2aec012f0a22 13:17:41 Step 6/6 : RUN go mod download 13:17:41 ---> Running in 09087c5c27dd 13:18:08 Removing intermediate container 09087c5c27dd 13:18:08 ---> 51a6f8a45d1d 13:18:08 Successfully built 51a6f8a45d1d 13:18:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:18:08 + docker inspect -f . ci-base-image-arm64 13:18:08 . [Pipeline] withDockerContainer 13:18:08 prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container 13:18:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:18:10 $ docker top 60db2f08505e531d5a0d753d44b5c63f1f340e740efe961f6487ba487c04974e -eo pid,comm [Pipeline] { [Pipeline] sh 13:18:11 + go version 13:18:11 go version go1.15.5 linux/arm64 [Pipeline] } 13:18:11 $ docker stop --time=1 60db2f08505e531d5a0d753d44b5c63f1f340e740efe961f6487ba487c04974e 13:18:13 $ docker rm -f 60db2f08505e531d5a0d753d44b5c63f1f340e740efe961f6487ba487c04974e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:18:14 + docker inspect -f . ci-base-image-arm64 13:18:14 . [Pipeline] withDockerContainer 13:18:14 prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container 13:18:14 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:18:16 $ docker top 5767da0c860d5bdca52598ef62eb37c564a81763b8a4437726c27d0cc8ab14e7 -eo pid,comm [Pipeline] { [Pipeline] echo 13:18:16 ========================================================= 13:18:16 [edgeXBuildGoParallel] Running Tests and Build... 13:18:16 ========================================================= [Pipeline] sh 13:18:17 + make test 13:18:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:18:30 Running on prd-ubuntu18.04-docker-8c-8g-28715 in /w/workspace/edgexfoundry_edgex-go_PR-3210 [Pipeline] { [Pipeline] ws 13:18:30 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 13:18:32 using credential edgex-jenkins-ssh 13:18:32 Cloning the remote Git repository 13:18:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:18:32 > git init /w/workspace/edgex-go/8 # timeout=10 13:18:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:18:32 > git --version # timeout=10 13:18:32 > git --version # 'git version 2.17.1' 13:18:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:18:39 ? github.com/edgexfoundry/edgex-go [no test files] 13:18:43 Merging remotes/origin/master commit 55fea418b1ac49172828e32c63c2641cfdddd142 into PR head commit 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:18:43 Merge succeeded, producing 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:18:43 Checking out Revision 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 (PR-3210) 13:18:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:18:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:18:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:18:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:18:42 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:42 > 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 13:18:43 > git config core.sparsecheckout # timeout=10 13:18:43 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 13:18:43 > git remote # timeout=10 13:18:43 > git config --get remote.origin.url # timeout=10 13:18:43 using GIT_SSH to set credentials SSH Credentials for GitHub 13:18:43 > git merge 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 13:18:43 > git rev-parse HEAD^{commit} # timeout=10 13:18:43 > git config core.sparsecheckout # timeout=10 13:18:43 > git checkout -f 4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 # timeout=10 13:18:47 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:18:48 + echo snap-build.sh 13:18:48 snap-build.sh 13:18:48 + SNAP_BASE_DIR=. 13:18:48 + '[' '!' -z /w/workspace/edgex-go/8 ']' 13:18:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 13:18:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 13:18:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 13:18:48 + cd /w/workspace/edgex-go/8 13:18:48 + sudo apt-get remove -qy --purge lxd lxd-client 13:18:48 Reading package lists... 13:18:48 Building dependency tree... 13:18:48 Reading state information... 13:18:48 The following packages were automatically installed and are no longer required: 13:18:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:18:48 uidmap xdelta3 13:18:48 Use 'sudo apt autoremove' to remove them. 13:18:48 The following packages will be REMOVED: 13:18:48 lxd* lxd-client* 13:18:49 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:18:49 After this operation, 31.7 MB disk space will be freed. 13:18: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.) 13:18:50 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:18:51 Removing lxd dnsmasq configuration 13:18:51 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:18:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:18:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 13:18: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.) 13:18:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:18:54 Processing triggers for systemd (237-3ubuntu10.42) ... 13:18:54 Processing triggers for ureadahead (0.100.0-21) ... 13:18:55 + sudo snap remove --purge lxd 13:18:56 snap "lxd" is not installed 13:18:56 + sudo groupadd --force --system lxd 13:18:56 ++ whoami 13:18:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:18:56 + newgrp - lxd 13:18:56 + sudo snap install lxd 13:19:08 2021-03-05T13:19:06Z INFO Waiting for automatic snapd restart... 13:19:23 lxd 4.11 from Canonical* installed 13:19:23 + sudo lxd init --auto 13:19:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:19:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:19:33 + sudo snap install --classic snapcraft 13:19:39 snapcraft 4.5.4 from Canonical* installed 13:19:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 13:19:39 + patch --verbose -p1 13:19:39 Hmm... Looks like a unified diff to me... 13:19:39 The text leading up to this was: 13:19:39 -------------------------- 13:19:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 13:19:39 |From: Tony Espy 13:19:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 13:19:39 |Subject: [PATCH] optimize snap build for pipeline CI check 13:19:39 | 13:19:39 |This patch is used by the EdgeX CI pipeline builds to 13:19:39 |optimize the snap CI check run for pull requests. When 13:19:39 |applied, it essentially strips out everything (apps and 13:19:39 |parts) from the snapcraft.yaml file except those required 13:19:39 |to build edgex-go, as the whole idea of the CI check is to 13:19:39 |catch changes to edgex-go that break the snap build. 13:19:39 | 13:19:39 |In general, anyone updating snapcraft.yaml will also need 13:19:39 |to update this patch file, otherwise it may fail to apply, 13:19:39 |resulting in a failed snap build CI check in the associated 13:19:39 |pull request. 13:19:39 | 13:19:39 |Note - in addition to applying this patch, the pipeline also 13:19:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 13:19:39 |need to build the finally binary .snap file (and it won't 13:19:39 |work with the patch applied). This further reduces the build 13:19:39 |time. 13:19:39 |--- 13:19:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 13:19:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 13:19:39 | 13:19:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 13:19:39 |index 1e537489..faf42425 100644 13:19:39 |--- a/snap/snapcraft.yaml 13:19:39 |+++ b/snap/snapcraft.yaml 13:19:39 -------------------------- 13:19:39 patching file snap/snapcraft.yaml 13:19:39 Using Plan A... 13:19:39 Hunk #1 succeeded at 73. 13:19:39 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 13:19:39 Hunk #3 succeeded at 217 (offset 3 lines). 13:19:39 Hunk #4 succeeded at 225 (offset 3 lines). 13:19:39 Hunk #5 succeeded at 232 (offset 3 lines). 13:19:39 Hunk #6 succeeded at 259 (offset 3 lines). 13:19:39 Hunk #7 succeeded at 293 (offset 3 lines). 13:19:39 Hunk #8 succeeded at 352 (offset 11 lines). 13:19:39 Hmm... Ignoring the trailing garbage. 13:19:39 done 13:19:39 + sudo snapcraft prime --use-lxd 13:19:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:19:40 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: 13:19:40 - README.md 13:19:40 - snapcraft.yaml.orig 13:19:40 13:19:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:19:41 Launching a container. 13:19:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:19:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:19:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:19:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:19:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:19:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:19:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:19:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:19:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:19:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:19:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:20:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.383s coverage: 45.9% of statements 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 13:20:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.282s coverage: 100.0% of statements 13:20:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.540s coverage: 27.1% of statements 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:20:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:20:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:20:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:20:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 66.2% of statements 13:20:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:20:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:20:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.768s coverage: 82.4% of statements 13:20:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:20:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:20:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:20:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.218s coverage: 28.6% of statements 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:20:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements 13:20:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 13:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements 13:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:20:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements 13:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:20:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:20:28 Waiting for container to be ready 13:20:28 To start your first instance, try: lxc launch ubuntu:18.04 13:20:28 13:20:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:20:28 Waiting for network to be ready... 13:20:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:20:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 13:20:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 13:20:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:20:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:20:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 13:20:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 13:20:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 13:20:28 Get:9 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:20:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 13:20:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:20:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:20:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:20:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:20:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:20:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:20:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:20:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:20:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 13:20:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.111s coverage: 87.5% of statements 13:20:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:20:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 13:20:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 13:20:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:20:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:20:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 13:20:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 13:20:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 13:20:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 13:20:32 Fetched 24.0 MB in 5s (4805 kB/s) 13:20:33 Reading package lists... 13:20:33 Reading package lists... 13:20:34 Building dependency tree... 13:20:34 Reading state information... 13:20:34 The following additional packages will be installed: 13:20:34 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:20:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:20:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:20:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:20:34 Suggested packages: 13:20:34 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:20:34 Recommended packages: 13:20:34 gnupg libsasl2-modules 13:20:34 The following NEW packages will be installed: 13:20:34 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:20:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:20:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:20:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:20:34 The following packages will be upgraded: 13:20:34 gpg gpg-agent gpgconf libudev1 13:20:34 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 13:20:34 Need to get 3530 kB of archives. 13:20:34 After this operation, 13.3 MB of additional disk space will be used. 13:20:34 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] 13:20:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 13:20:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 13:20:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 13:20:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 13:20:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 13:20:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:20:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:20:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 13:20:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 13:20:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 13:20:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:20:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:20:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:20:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:20:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:20:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:20:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:20:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:20:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:20:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:20:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 13:20:35 debconf: delaying package configuration, since apt-utils is not installed 13:20:35 Fetched 3530 kB in 1s (3188 kB/s) 13:20:35 (Reading database ... 12511 files and directories currently installed.) 13:20:35 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 13:20:35 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:20:35 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 13:20:35 Selecting previously unselected package udev. 13:20:35 (Reading database ... 12511 files and directories currently installed.) 13:20:35 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 13:20:35 Unpacking udev (237-3ubuntu10.44) ... 13:20:36 Selecting previously unselected package libfuse2:amd64. 13:20:36 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:20:36 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:20:36 Selecting previously unselected package fuse. 13:20:36 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:20:36 Unpacking fuse (2.9.7-1ubuntu1) ... 13:20:36 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 13:20:36 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:20:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 13:20:36 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:20:36 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 13:20:36 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:20:36 Selecting previously unselected package libksba8:amd64. 13:20:36 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:20:36 Unpacking libksba8:amd64 (1.3.5-2) ... 13:20:37 Selecting previously unselected package libroken18-heimdal:amd64. 13:20:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:20:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:20:37 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:20:37 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libwind0-heimdal:amd64. 13:20:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:20:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:20:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:20:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:20:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:20:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:38 Selecting previously unselected package libsasl2-modules-db:amd64. 13:20:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:20:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:20:38 Selecting previously unselected package libsasl2-2:amd64. 13:20:38 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:20:38 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:20:38 Selecting previously unselected package libldap-common. 13:20:38 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 13:20:38 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:20:38 Selecting previously unselected package libldap-2.4-2:amd64. 13:20:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 13:20:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:20:38 Selecting previously unselected package dirmngr. 13:20:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 13:20:38 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 13:20:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:20:38 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 13:20:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:20:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:20:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:20:38 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 13:20:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:38 Setting up libksba8:amd64 (1.3.5-2) ... 13:20:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:20:38 Setting up udev (237-3ubuntu10.44) ... 13:20:38 invoke-rc.d: policy-rc.d denied execution of start. 13:20:39 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Processing triggers for systemd (237-3ubuntu10) ... 13:20:39 Setting up fuse (2.9.7-1ubuntu1) ... 13:20:39 Setting up gpg (2.2.4-1ubuntu1.4) ... 13:20:39 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:20:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:20:39 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 13:20:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:20:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:20:39 settings in the [Install] section, and DefaultInstance for template units). 13:20:39 This means they are not meant to be enabled using systemctl. 13:20:39 Possible reasons for having this kind of units are: 13:20:39 1) A unit may be statically enabled by being symlinked from another unit's 13:20:39 .wants/ or .requires/ directory. 13:20:39 2) A unit's purpose may be to act as a helper for some other unit which has 13:20:39 a requirement dependency on it. 13:20:39 3) A unit may be started when needed via activation (socket, path, timer, 13:20:39 D-Bus, udev, scripted systemctl call, ...). 13:20:39 4) In case of template units, the unit is meant to be enabled with some 13:20:39 instance name specified. 13:20:40 Reading package lists... 13:20:40 Building dependency tree... 13:20:40 Reading state information... 13:20:40 The following additional packages will be installed: 13:20:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:20:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:20:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:20:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:20:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:20:40 Suggested packages: 13:20:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:20:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:20:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:20:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:20:40 systemd-container policykit-1 13:20:40 Recommended packages: 13:20:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:20:40 The following NEW packages will be installed: 13:20:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:20:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:20:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:20:40 multiarch-support openssh-client python3 python3-minimal python3.6 13:20:40 python3.6-minimal snapd squashfs-tools sudo 13:20:40 The following packages will be upgraded: 13:20:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:20:40 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 13:20:40 Need to get 35.2 MB of archives. 13:20:40 After this operation, 141 MB of additional disk space will be used. 13:20:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 13:20:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 13:20:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 13:20:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 13:20:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:20:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 13:20:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 13:20:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 13:20:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:20:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 13:20:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:20:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:20:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:20:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:20:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:20:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 13:20:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:20:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 13:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 13:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 13:20:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.094s coverage: 81.4% of statements 13:20:41 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 13:20:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 13:20:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:20:42 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:20:42 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:20:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:20:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:20:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:20:42 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:20:42 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:20:42 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:20:42 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:20:42 debconf: delaying package configuration, since apt-utils is not installed 13:20:42 Fetched 35.2 MB in 2s (21.7 MB/s) 13:20:42 (Reading database ... 12757 files and directories currently installed.) 13:20:42 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 13:20:42 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:20:43 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 13:20:43 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:20:43 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 13:20:43 (Reading database ... 12757 files and directories currently installed.) 13:20:43 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 13:20:43 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 13:20:43 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 13:20:43 (Reading database ... 12757 files and directories currently installed.) 13:20:43 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 13:20:43 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 13:20:44 Setting up apt (1.6.12ubuntu0.2) ... 13:20:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:20:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:20:44 (Reading database ... 12764 files and directories currently installed.) 13:20:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 13:20:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 13:20:44 Selecting previously unselected package libpython3.6-minimal:amd64. 13:20:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:20:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:20:45 Selecting previously unselected package libexpat1:amd64. 13:20:45 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:20:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:20:45 Selecting previously unselected package python3.6-minimal. 13:20:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:20:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:20:45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 13:20:45 Checking for services that may need to be restarted...done. 13:20:45 Checking for services that may need to be restarted...done. 13:20:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:20:46 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:20:46 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:20:46 Selecting previously unselected package python3-minimal. 13:20:46 (Reading database ... 13012 files and directories currently installed.) 13:20:46 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:20:46 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:20:46 Selecting previously unselected package mime-support. 13:20:46 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:20:46 Unpacking mime-support (3.60ubuntu1) ... 13:20:46 Selecting previously unselected package libmpdec2:amd64. 13:20:46 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:20:46 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:20:46 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:20:46 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:20:46 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:20:47 Selecting previously unselected package python3.6. 13:20:47 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:20:47 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:20:47 Selecting previously unselected package libpython3-stdlib:amd64. 13:20:47 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:20:47 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:20:47 Setting up python3-minimal (3.6.7-1~18.04) ... 13:20:47 Selecting previously unselected package python3. 13:20:47 (Reading database ... 13442 files and directories currently installed.) 13:20:47 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:20:47 Unpacking python3 (3.6.7-1~18.04) ... 13:20:47 Selecting previously unselected package multiarch-support. 13:20:47 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:20:47 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:20:47 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:20:47 Selecting previously unselected package liblzo2-2:amd64. 13:20:47 (Reading database ... 13479 files and directories currently installed.) 13:20:47 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:20:47 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:20:47 Selecting previously unselected package libbsd0:amd64. 13:20:47 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:20:47 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:20:48 Selecting previously unselected package sudo. 13:20:48 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 13:20:48 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 13:20:48 Selecting previously unselected package apparmor. 13:20:48 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:20:48 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:20:48 Selecting previously unselected package libedit2:amd64. 13:20:48 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:20:48 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:20:48 Selecting previously unselected package libkrb5support0:amd64. 13:20:48 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:20:48 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:20:48 Selecting previously unselected package libk5crypto3:amd64. 13:20:48 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:20:48 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:20:48 Selecting previously unselected package libkeyutils1:amd64. 13:20:48 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:20:48 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:20:48 Selecting previously unselected package libkrb5-3:amd64. 13:20:48 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:20:48 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:20:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:20:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:20:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:20:49 Selecting previously unselected package libssl1.0.0:amd64. 13:20:49 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 13:20:49 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:20:49 Selecting previously unselected package openssh-client. 13:20:49 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:20:49 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:20:49 Selecting previously unselected package squashfs-tools. 13:20:49 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:20:49 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:20:49 Selecting previously unselected package snapd. 13:20:49 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 13:20:49 Unpacking snapd (2.48.3+18.04) ... 13:20:52 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:20:52 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:20:52 Setting up mime-support (3.60ubuntu1) ... 13:20:52 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 13:20:52 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:20:52 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:20:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:20:52 Setting up systemd (237-3ubuntu10.44) ... 13:20:52 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:20:53 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:20:53 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:20:53 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:20:53 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:20:53 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:20:53 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:20:54 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:20:54 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:20:54 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:20:54 Setting up python3 (3.6.7-1~18.04) ... 13:20:54 running python rtupdate hooks for python3.6... 13:20:54 running python post-rtupdate hooks for python3.6... 13:20:54 Setting up apparmor (2.12-4ubuntu5.1) ... 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.6% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.521s coverage: 62.4% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 13:20:56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:20:56 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:20:56 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:20:56 Setting up snapd (2.48.3+18.04) ... 13:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.872s coverage: 69.1% of statements 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:20:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:20:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:20:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:20:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:20:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:20:58 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:20:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:20:58 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:20:58 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:20:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 38.4% of statements 13:20:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:20:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:20:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements 13:20:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:20:58 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:20:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements 13:20:59 /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' 13:20:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:20:59 Processing triggers for systemd (237-3ubuntu10.44) ... 13:21:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:21:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:21:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:21:04 Reading package lists... 13:21:05 Reading package lists... 13:21:05 Building dependency tree... 13:21:05 Reading state information... 13:21:05 Calculating upgrade... 13:21:05 The following packages will be upgraded: 13:21:05 advancecomp base-files bash binutils binutils-common 13:21:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:21:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:21:05 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 13:21:05 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 13:21:05 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 13:21:05 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 13:21:05 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 13:21:05 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 13:21:05 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 13:21:05 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 13:21:05 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 13:21:05 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 13:21:05 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 13:21:05 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 13:21:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.550s coverage: 47.0% of statements 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:21:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:21:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:21:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.411s coverage: 88.5% of statements 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:21:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:21:05 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:21:05 Need to get 63.8 MB of archives. 13:21:05 After this operation, 5202 kB of additional disk space will be used. 13:21:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 13:21:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:21:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:21:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:21:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:21:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:21:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:21:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:21:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:21:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:21:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:21:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:21:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:21:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:21:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:21:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:21:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:21:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:21:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:21:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:21:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:21:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:21:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:21:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:21:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:21:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:21:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:21:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:21:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:21:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:21:07 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:21:07 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:21:07 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:21:07 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:21:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:21:07 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:21:07 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:21:07 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 13:21:07 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:21:07 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:21:07 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 13:21:07 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 13:21:07 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:21:07 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:21:07 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 13:21:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:21:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:21:07 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:21:07 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:21:07 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 13:21:07 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:21:07 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:21:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 13:21:07 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 13:21:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 13:21:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 13:21:07 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:21:07 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:21:07 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:21:07 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:21:07 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:21:07 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:21:07 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:21:07 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:21:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:21:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:21:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:21:07 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:21:07 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:21:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 13:21:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 13:21:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:21:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:21:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:21:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 13:21:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:21:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:21:07 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 13:21:07 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:21:07 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:21:07 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 13:21:07 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:21:07 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:21:07 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:21:07 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:21:07 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:21:07 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:21:07 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:21:07 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:21:07 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:21:07 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:21:08 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:21:08 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:21:08 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:21:08 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:21:08 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:21:08 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:21:08 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:21:08 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:21:08 debconf: delaying package configuration, since apt-utils is not installed 13:21:08 Fetched 63.8 MB in 3s (21.1 MB/s) 13:21:09 (Reading database ... 13912 files and directories currently installed.) 13:21:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:21:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:21:09 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:21:09 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:21:09 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 13:21:09 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 13:21:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:11 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:11 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:11 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:11 (Reading database ... 13911 files and directories currently installed.) 13:21:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:21:11 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:21:12 (Reading database ... 13911 files and directories currently installed.) 13:21:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:21:12 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:21:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:12 (Reading database ... 13911 files and directories currently installed.) 13:21:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:21:12 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:21:13 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:21:13 (Reading database ... 13911 files and directories currently installed.) 13:21:13 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:21:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:21:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:21:13 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:21:13 Setting up base-files (10.1ubuntu2.10) ... 13:21:13 Installing new version of config file /etc/issue ... 13:21:13 Installing new version of config file /etc/issue.net ... 13:21:13 Installing new version of config file /etc/lsb-release ... 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.131s coverage: 29.1% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 95.6% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.121s coverage: 87.9% of statements 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:21:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 13:21:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:21:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:21:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:21:14 Removing obsolete conffile /etc/default/motd-news ... 13:21:14 (Reading database ... 13912 files and directories currently installed.) 13:21:14 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:21:14 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:21:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 13:21:14 Setting up bash (4.4.18-2ubuntu1.2) ... 13:21:14 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 13:21:15 (Reading database ... 13912 files and directories currently installed.) 13:21:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:21:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:21:15 (Reading database ... 13912 files and directories currently installed.) 13:21:15 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:21:15 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:21:15 Setting up tar (1.29b-2ubuntu0.2) ... 13:21:15 (Reading database ... 13912 files and directories currently installed.) 13:21:15 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:21:15 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:21:15 GO111MODULE=on go vet ./... 13:21:15 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:21:15 (Reading database ... 13912 files and directories currently installed.) 13:21:15 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:21:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:21:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:21:16 (Reading database ... 13912 files and directories currently installed.) 13:21:16 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:21:16 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:21:16 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:21:16 (Reading database ... 13912 files and directories currently installed.) 13:21:16 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:21:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:21:16 Setting up grep (3.1-2build1) ... 13:21:16 (Reading database ... 13912 files and directories currently installed.) 13:21:16 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:21:16 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:21:16 Setting up login (1:4.5-1ubuntu2) ... 13:21:16 (Reading database ... 13912 files and directories currently installed.) 13:21:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:21:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:21:17 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:21:17 (Reading database ... 13912 files and directories currently installed.) 13:21:17 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:21:17 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:21:17 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:21:17 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:21:17 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:21:17 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:21:18 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:21:18 (Reading database ... 13912 files and directories currently installed.) 13:21:18 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:21:18 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:21:19 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:21:19 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:21:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:21:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:21:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:21:20 (Reading database ... 13912 files and directories currently installed.) 13:21:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:21:20 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:21:20 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:21:20 (Reading database ... 13912 files and directories currently installed.) 13:21:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:21:20 (Reading database ... 13912 files and directories currently installed.) 13:21:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:21:20 (Reading database ... 13912 files and directories currently installed.) 13:21:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:21:21 (Reading database ... 13912 files and directories currently installed.) 13:21:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:21:21 (Reading database ... 13912 files and directories currently installed.) 13:21:21 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:21:21 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:21:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:21:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:21:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:21:21 (Reading database ... 13912 files and directories currently installed.) 13:21:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:21:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:21:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:21:21 (Reading database ... 13912 files and directories currently installed.) 13:21:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:21:21 (Reading database ... 13912 files and directories currently installed.) 13:21:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:22 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:21:22 (Reading database ... 13912 files and directories currently installed.) 13:21:22 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:23 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:21:23 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:21:23 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:21:23 (Reading database ... 13912 files and directories currently installed.) 13:21:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:21:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:21:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:21:24 (Reading database ... 13912 files and directories currently installed.) 13:21:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:21:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:21:24 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:21:24 (Reading database ... 13914 files and directories currently installed.) 13:21:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:21:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:21:24 Setting up debconf (1.5.66ubuntu1) ... 13:21:25 (Reading database ... 13914 files and directories currently installed.) 13:21:25 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 13:21:25 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:21:25 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 13:21:25 (Reading database ... 13914 files and directories currently installed.) 13:21:25 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 13:21:25 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:21:25 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 13:21:25 (Reading database ... 13914 files and directories currently installed.) 13:21:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:21:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:21:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:21:25 (Reading database ... 13914 files and directories currently installed.) 13:21:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:21:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:21:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:21:25 (Reading database ... 13914 files and directories currently installed.) 13:21:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:21:26 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:21:26 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:21:26 (Reading database ... 13914 files and directories currently installed.) 13:21:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:21:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:21:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 13:21:26 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:21:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:21:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:21:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:21:26 (Reading database ... 13914 files and directories currently installed.) 13:21:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:21:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:21:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:21:27 (Reading database ... 13914 files and directories currently installed.) 13:21:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:21:27 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:21:27 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:21:27 (Reading database ... 13914 files and directories currently installed.) 13:21:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:21:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:21:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:21:27 (Reading database ... 13914 files and directories currently installed.) 13:21:27 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 13:21:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 13:21:28 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 13:21:28 (Reading database ... 13914 files and directories currently installed.) 13:21:28 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:21:28 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:21:29 Setting up passwd (1:4.5-1ubuntu2) ... 13:21:29 (Reading database ... 13914 files and directories currently installed.) 13:21:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 13:21:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:21:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 13:21:29 (Reading database ... 13914 files and directories currently installed.) 13:21:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:21:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:21:29 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:21:30 (Reading database ... 13914 files and directories currently installed.) 13:21:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:21:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:21:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:21:30 (Reading database ... 13914 files and directories currently installed.) 13:21:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:21:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:21:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:21:30 (Reading database ... 13914 files and directories currently installed.) 13:21:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:21:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:21:30 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:21:30 (Reading database ... 13914 files and directories currently installed.) 13:21:30 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 13:21:30 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 13:21:30 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 13:21:31 (Reading database ... 13914 files and directories currently installed.) 13:21:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 13:21:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 13:21:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 13:21:31 (Reading database ... 13915 files and directories currently installed.) 13:21:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:21:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:21:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:21:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:21:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 13:21:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 13:21:31 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 13:21:31 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 13:21:32 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:21:32 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:21:32 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:21:32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:21:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:21:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:21:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:21:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:21:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:21:32 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:21:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:21:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:21:32 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:21:32 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:21:32 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 13:21:32 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 13:21:33 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:21:33 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:21:33 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:21:33 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:21:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:21:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:21:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:21:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:21:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:21:34 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:21:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:21:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:21:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:21:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:21:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:21:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:21:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:21:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:21:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:21:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:21:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:21:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:21:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:21:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:21:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:21:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:21:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:21:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:21:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:21:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:21:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:21:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 13:21:41 13:21:41 Current default time zone: 'Etc/UTC' 13:21:41 Local time is now: Fri Mar 5 13:21:41 UTC 2021. 13:21:41 Universal Time is now: Fri Mar 5 13:21:41 UTC 2021. 13:21:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:21:41 13:21:41 Setting up systemd-sysv (237-3ubuntu10.44) ... 13:21:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:41 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 13:21:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:21:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:21:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:21:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:21:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:21:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:21:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:21:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:21:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:21:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 13:21:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:42 Setting up patch (2.7.6-2ubuntu1.1) ... 13:21:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:21:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:21:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 13:21:42 Installing new version of config file /etc/ssl/openssl.cnf ... 13:21:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:21:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:21:42 Setting up ca-certificates (20210119~18.04.1) ... 13:21:43 Updating certificates in /etc/ssl/certs... 13:21:44 23 added, 27 removed; done. 13:21:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:21:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:21:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:21:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:21:44 Setting up pkgbinarymangler (138.18.04.1) ... 13:21:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 13:21:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up perl (5.26.1-6ubuntu0.5) ... 13:21:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 13:21:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:21:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:21:45 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 13:21:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:21:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:21:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:21:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:21:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:21:45 Processing triggers for systemd (237-3ubuntu10.44) ... 13:21:45 Processing triggers for mime-support (3.60ubuntu1) ... 13:21:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 13:21:45 Updating certificates in /etc/ssl/certs... 13:21:46 0 added, 0 removed; done. 13:21:46 Running hooks in /etc/ca-certificates/update.d... 13:21:46 done. 13:21:46 Reading package lists... 13:21:47 Building dependency tree... 13:21:47 Reading state information... 13:21:47 The following NEW packages will be installed: 13:21:47 apt-transport-https 13:21:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:21:47 Need to get 1696 B of archives. 13:21:47 After this operation, 153 kB of additional disk space will be used. 13:21:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 13:21:47 debconf: delaying package configuration, since apt-utils is not installed 13:21:47 Fetched 1696 B in 0s (8498 B/s) 13:21:47 Selecting previously unselected package apt-transport-https. 13:21:47 (Reading database ... 13920 files and directories currently installed.) 13:21:47 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 13:21:47 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 13:21:47 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 13:21:48 Waiting for network to be ready... 13:21:56 2021-03-05T13:21:51Z INFO Waiting for automatic snapd restart... 13:21:56 snapd 2.49 from Canonical* installed 13:21:56 "snapd" switched to the "latest/stable" channel 13:21:56 13:22:00 core18 20210128 from Canonical* installed 13:22:00 "core18" switched to the "latest/stable" channel 13:22:00 13:22:06 snapcraft 4.5.4 from Canonical* installed 13:22:06 "snapcraft" switched to the "latest/stable" channel 13:22:06 13:22:09 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: 13:22:09 - README.md 13:22:09 - snapcraft.yaml.orig 13:22:09 13:22:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:22:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:22:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:22:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:22:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:22:18 Reading package lists... 13:22:18 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 13:22:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:22:25 Reading package lists... 13:22:25 Building dependency tree... 13:22:25 Reading state information... 13:22:25 Suggested packages: 13:22:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:22:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:22:25 Recommended packages: 13:22:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:22:25 The following NEW packages will be installed: 13:22:25 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:22:25 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:22:25 pkg-config zip 13:22:25 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:22:25 Need to get 7655 kB of archives. 13:22:25 After this operation, 43.7 MB of additional disk space will be used. 13:22:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 13:22:25 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:22:25 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:22:25 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:22:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:22:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:22:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:22:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:22:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:22:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:22:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 13:22:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 13:22:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 13:22:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:22:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:22:26 debconf: delaying package configuration, since apt-utils is not installed 13:22:26 Fetched 7655 kB in 1s (7195 kB/s) 13:22:26 Selecting previously unselected package libglib2.0-0:amd64. 13:22:26 (Reading database ... 13924 files and directories currently installed.) 13:22:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 13:22:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 13:22:26 Selecting previously unselected package libpsl5:amd64. 13:22:26 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:22:26 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:22:26 Selecting previously unselected package libnghttp2-14:amd64. 13:22:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:22:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:22:26 Selecting previously unselected package librtmp1:amd64. 13:22:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:22:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:22:27 Selecting previously unselected package libcurl3-gnutls:amd64. 13:22:27 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 13:22:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:22:27 Selecting previously unselected package liberror-perl. 13:22:27 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:22:27 Unpacking liberror-perl (0.17025-1) ... 13:22:27 Selecting previously unselected package git-man. 13:22:27 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 13:22:27 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 13:22:27 Selecting previously unselected package git. 13:22:27 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 13:22:27 Unpacking git (1:2.17.1-1ubuntu0.7) ... 13:22:28 Selecting previously unselected package libnorm1:amd64. 13:22:28 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:22:28 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:22:28 Selecting previously unselected package libpgm-5.2-0:amd64. 13:22:28 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:22:28 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:22:28 Selecting previously unselected package libsodium23:amd64. 13:22:28 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:22:28 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:22:28 Selecting previously unselected package libzmq5:amd64. 13:22:28 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:22:28 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:22:28 Selecting previously unselected package libzmq3-dev:amd64. 13:22:28 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:22:28 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:22:28 Selecting previously unselected package pkg-config. 13:22:28 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:22:28 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:22:28 Selecting previously unselected package zip. 13:22:28 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:22:28 Unpacking zip (3.0-11build1) ... 13:22:29 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:22:29 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 13:22:29 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:22:29 Setting up liberror-perl (0.17025-1) ... 13:22:29 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:22:29 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 13:22:29 No schema files found: doing nothing. 13:22:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:22:29 Setting up zip (3.0-11build1) ... 13:22:29 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:22:29 Setting up libsodium23:amd64 (1.0.16-2) ... 13:22:29 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:22:29 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:22:29 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:22:29 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:22:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 13:22:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:22:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:22:36 git set to automatically installed. 13:22:36 git-man set to automatically installed. 13:22:36 libcurl3-gnutls set to automatically installed. 13:22:36 liberror-perl set to automatically installed. 13:22:36 libglib2.0-0 set to automatically installed. 13:22:36 libnghttp2-14 set to automatically installed. 13:22:36 libnorm1 set to automatically installed. 13:22:36 libpgm-5.2-0 set to automatically installed. 13:22:36 libpsl5 set to automatically installed. 13:22:36 librtmp1 set to automatically installed. 13:22:36 libsodium23 set to automatically installed. 13:22:36 libzmq3-dev set to automatically installed. 13:22:36 libzmq5 set to automatically installed. 13:22:36 pkg-config set to automatically installed. 13:22:36 zip set to automatically installed. 13:22:37 gofmt -l . 13:22:37 [ "`gofmt -l .`" = "" ] 13:22:37 ./bin/test-go-mod-tidy.sh 13:22:37 ./bin/test-attribution-txt.sh [Pipeline] sh 13:22:38 + ls -al . 13:22:38 total 760 13:22:38 drwxrwxr-x 9 1001 1001 4096 Mar 5 13:22 . 13:22:38 drwxr-xr-x 4 root root 4096 Mar 5 13:18 .. 13:22:38 -rw-rw-r-- 1 1001 1001 11 Mar 5 13:16 .dockerignore 13:22:38 drwxrwxr-x 8 1001 1001 4096 Mar 5 13:16 .git 13:22:38 drwxrwxr-x 3 1001 1001 4096 Mar 5 13:16 .github 13:22:38 -rw-rw-r-- 1 1001 1001 818 Mar 5 13:16 .gitignore 13:22:38 -rw-rw-r-- 1 1001 1001 166 Mar 5 13:16 .sonarcloud.properties 13:22:38 -rw-rw-r-- 1 1001 1001 8475 Mar 5 13:16 Attribution.txt 13:22:38 -rw-rw-r-- 1 1001 1001 3804 Mar 5 13:16 CONTRIBUTING.md 13:22:38 -rw-rw-r-- 1 1001 1001 931 Mar 5 13:16 Dockerfile.build 13:22:38 -rw-rw-r-- 1 1001 1001 863 Mar 5 13:16 Jenkinsfile 13:22:38 -rw-rw-r-- 1 1001 1001 10775 Mar 5 13:16 LICENSE 13:22:38 -rw-rw-r-- 1 1001 1001 5774 Mar 5 13:16 Makefile 13:22:38 -rw-rw-r-- 1 1001 1001 6524 Mar 5 13:16 README.md 13:22:38 -rw-rw-r-- 1 1001 1001 6755 Mar 5 13:16 SECURITY.md 13:22:38 -rw-rw-r-- 1 1001 1001 5 Mar 5 13:08 VERSION 13:22:38 -rw-rw-r-- 1 1001 1001 4131 Mar 5 13:16 ZMQWindows.md 13:22:38 drwxrwxr-x 2 1001 1001 4096 Mar 5 13:16 bin 13:22:38 drwxrwxr-x 14 1001 1001 4096 Mar 5 13:16 cmd 13:22:38 -rw-r--r-- 1 root root 621194 Mar 5 13:21 coverage.out 13:22:38 -rw-r--r-- 1 root root 1055 Mar 5 13:22 go.mod 13:22:38 -rw-r--r-- 1 root root 21699 Mar 5 13:22 go.sum 13:22:38 drwxrwxr-x 8 1001 1001 4096 Mar 5 13:16 internal 13:22:38 drwxrwxr-x 4 1001 1001 4096 Mar 5 13:16 openapi 13:22:38 drwxrwxr-x 4 1001 1001 4096 Mar 5 13:16 snap 13:22:38 -rw-rw-r-- 1 1001 1001 168 Mar 5 13:16 version.go [Pipeline] sh 13:22:38 + '[' -e coverage.out ] 13:22:38 + chown 1001:1001 coverage.out [Pipeline] stash 13:22:38 Warning: overwriting stash ‘coverage-report’ 13:22:39 Stashed 1 file(s) [Pipeline] sh 13:22:40 snapd is not logged in, snap install commands will use sudo 13:22:40 + make build 13:22:40 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 13:22:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:22:50 snap "core18" has no updates available 13:22:50 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 13:22:53 Pulling config-common 13:22:53 + snapcraftctl pull 13:22:54 Pulling go-build-helper 13:22:54 + snapcraftctl pull 13:23:13 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 13:23:17 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 13:23:21 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:23:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:23:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:23:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 13:23:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:23:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:23:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:23:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:23:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:23:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:23:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:23:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 13:23:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:23:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:23:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 13:23:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 13:23:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 13:23:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 13:23:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:23:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 13:23:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 13:23:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:23:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:23:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 13:23:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 13:23:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 13:23:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 13:23:21 Fetched 24.0 MB in 0s (0 B/s) 13:23:21 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:23:21 Fetched 96.5 kB in 0s (0 B/s) 13:23:21 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:23:21 Fetched 279 kB in 0s (0 B/s) 13:23:21 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:23:21 Fetched 122 kB in 0s (0 B/s) 13:23:21 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:23:21 Fetched 77.8 kB in 0s (0 B/s) 13:23:21 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:23:21 Fetched 8848 B in 0s (0 B/s) 13:23:21 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:23:21 Fetched 47.8 kB in 0s (0 B/s) 13:23:21 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:23:21 Fetched 45.6 kB in 0s (0 B/s) 13:23:21 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:23:21 Fetched 15.0 kB in 0s (0 B/s) 13:23:21 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 13:23:21 Fetched 214 kB in 0s (0 B/s) 13:23:21 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:23:21 Fetched 154 kB in 0s (0 B/s) 13:23:21 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:23:21 Fetched 50.6 kB in 0s (0 B/s) 13:23:21 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:23:21 Fetched 14.8 kB in 0s (0 B/s) 13:23:21 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:23:21 Fetched 41.8 kB in 0s (0 B/s) 13:23:21 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:23:21 Fetched 499 kB in 0s (0 B/s) 13:23:21 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:23:21 Fetched 111 kB in 0s (0 B/s) 13:23:21 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:23:21 Fetched 240 kB in 0s (0 B/s) 13:23:21 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:23:21 Fetched 29.3 kB in 0s (0 B/s) 13:23:21 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:23:21 Fetched 85.5 kB in 0s (0 B/s) 13:23:21 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:23:21 Fetched 24.5 kB in 0s (0 B/s) 13:23:21 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:23:21 Fetched 49.2 kB in 0s (0 B/s) 13:23:21 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:23:21 Fetched 54.2 kB in 0s (0 B/s) 13:23:21 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:23:21 Fetched 30.8 kB in 0s (0 B/s) 13:23:21 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:23:21 Fetched 15.8 kB in 0s (0 B/s) 13:23:21 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:23:21 Fetched 85.9 kB in 0s (0 B/s) 13:23:21 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:23:21 Fetched 8720 B in 0s (0 B/s) 13:23:21 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 13:23:21 Fetched 137 kB in 0s (0 B/s) 13:23:21 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:23:21 Fetched 119 kB in 0s (0 B/s) 13:23:21 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 13:23:21 Fetched 109 kB in 0s (0 B/s) 13:23:21 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:23:21 Fetched 11.1 kB in 0s (0 B/s) 13:23:21 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:23:21 Fetched 645 kB in 0s (0 B/s) 13:23:21 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:23:21 Fetched 41.3 kB in 0s (0 B/s) 13:23:21 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:23:21 Fetched 17.9 kB in 0s (0 B/s) 13:23:21 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:23:21 Fetched 368 kB in 0s (0 B/s) 13:23:21 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:23:21 Fetched 187 kB in 0s (0 B/s) 13:23:21 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:23:21 Fetched 175 kB in 0s (0 B/s) 13:23:21 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:23:21 Fetched 206 kB in 0s (0 B/s) 13:23:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 13:23:21 Fetched 1301 kB in 0s (0 B/s) 13:23:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:23:21 Fetched 36.2 kB in 0s (0 B/s) 13:23:21 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 13:23:21 Fetched 159 kB in 0s (0 B/s) 13:23:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:23:21 Fetched 107 kB in 0s (0 B/s) 13:23:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:23:21 Fetched 48.7 kB in 0s (0 B/s) 13:23:21 Pulling static-packages 13:23:21 + snapcraftctl pull 13:23:22 'go115' has dependencies that need to be staged: go-build-helper static-packages 13:23:22 Skipping pull go-build-helper (already ran) 13:23:22 Skipping pull static-packages (already ran) 13:23:22 Building go-build-helper 13:23:22 + snapcraftctl build 13:23:22 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 13:23: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 13:23:26 Building static-packages 13:23:26 + snapcraftctl build 13:23:29 Staging go-build-helper 13:23:29 + snapcraftctl stage 13:23:29 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 13:23:30 Staging static-packages 13:23:30 + snapcraftctl stage 13:23:31 Pulling go115 13:23:31 + snapcraftctl pull 13:23:32 'edgex-go' has dependencies that need to be staged: go115 13:23:32 Skipping pull go115 (already ran) 13:23:32 Building go115 13:23:32 + dpkg --print-architecture 13:23:32 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 13:23:32 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 13:23:32 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 13:23:32 % Total % Received % Xferd Average Speed Time Time Time Current 13:23:32 Dload Upload Total Spent Left Speed 13:23:34 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 13:23:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.6M 0 0 23.4M 0 0:00:04 --:--:-- 0:00:04 23.3M 46 115M 46 53.3M 0 0 31.8M 0 0:00:03 0:00:01 0:00:02 31.8M 76 115M 76 88.9M 0 0 33.2M 0 0:00:03 0:00:02 0:00:01 33.2M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M 13:23:35 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 13:23:35 + sha256sum -c sha256 13:23:35 + grep OK 13:23:36 go1.15.2.linux-amd64.tar.gz: OK 13:23:36 + mkdir -p /root/stage/go1.15 13:23:36 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 13:23:38 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 13:23:41 Staging go115 13:23:41 + snapcraftctl stage 13:23:45 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 13:23:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:23:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:23:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:23:48 Fetched 0 B in 0s (0 B/s) 13:23:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:23:48 Fetched 224 kB in 0s (0 B/s) 13:23:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:23:48 Fetched 157 kB in 0s (0 B/s) 13:23:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:23:48 Fetched 221 kB in 0s (0 B/s) 13:23:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:23:48 Fetched 143 kB in 0s (0 B/s) 13:23:48 Pulling edgex-go 13:23:48 + snapcraftctl pull 13:23:48 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 13:23:49 Pulling version 13:23:49 + cd /root/project 13:23:49 + [ -f VERSION ] 13:23:49 + PROJECT_VERSION=local-dev 13:23:49 + git rev-parse --short HEAD 13:23:49 + GIT_REVISION=4e55b03f 13:23:49 + snapcraftctl set-version local-dev 13:23:50 Building config-common 13:23:50 + snapcraftctl build 13:23:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:23:53 Skipping build go-build-helper (already ran) 13:23:53 Skipping build static-packages (already ran) 13:23:53 Skipping build go115 (already ran) 13:23:53 Building edgex-go 13:23:54 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 13:23:54 + cd /root/parts/edgex-go/src 13:23:54 + make build 13:23:54 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 13:23:56 go: downloading github.com/gorilla/mux v1.8.0 13:23:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 13:23:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:23:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 13:23:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 13:23:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:23:56 go: downloading github.com/pebbe/zmq4 v1.2.5 13:23:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:23:56 go: downloading github.com/pkg/errors v0.8.1 13:23:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:23:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 13:23:56 go: downloading github.com/google/uuid v1.2.0 13:23:56 go: downloading github.com/imdario/mergo v0.3.11 13:23:56 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 13:23:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 13:23:56 go: downloading github.com/go-kit/kit v0.8.0 13:23:56 go: downloading github.com/x448/float16 v0.8.4 13:23:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 13:23:56 go: downloading github.com/pelletier/go-toml v1.2.0 13:23:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:23:56 go: downloading github.com/BurntSushi/toml v0.3.1 13:23:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 13:23:56 go: downloading github.com/hashicorp/consul/api v1.8.1 13:23:56 go: downloading github.com/leodido/go-urn v1.2.0 13:23:56 go: downloading github.com/go-playground/universal-translator v0.17.0 13:23:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:23:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:23:56 go: downloading github.com/go-playground/locales v0.13.0 13:23:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:23:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:23:56 go: downloading github.com/hashicorp/serf v0.9.5 13:23:56 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:23:56 go: downloading github.com/mitchellh/copystructure v1.0.0 13:23:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:23:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:23:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:23:56 go: downloading github.com/fatih/color v1.9.0 13:23:56 go: downloading github.com/mattn/go-isatty v0.0.12 13:23:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:23:56 go: downloading github.com/mattn/go-colorable v0.1.6 13:23:56 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 13:23:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:23:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:23:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 [Pipeline] } 13:23:59 $ docker stop --time=1 5767da0c860d5bdca52598ef62eb37c564a81763b8a4437726c27d0cc8ab14e7 13:24:02 $ docker rm -f 5767da0c860d5bdca52598ef62eb37c564a81763b8a4437726c27d0cc8ab14e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:24:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:24:04 13:24:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:24:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:24:05 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 13:24:05 go: downloading gopkg.in/yaml.v2 v2.4.0 13:24:05 latest: Pulling from edgex-devops/edgex-compose-arm64 13:24:05 29e5d40040c1: Pulling fs layer 13:24:05 1ce36da41761: Pulling fs layer 13:24:05 25b303627fd3: Pulling fs layer 13:24:05 29e5d40040c1: Download complete 13:24:06 1ce36da41761: Verifying Checksum 13:24:06 1ce36da41761: Download complete 13:24:06 29e5d40040c1: Pull complete 13:24:07 1ce36da41761: Pull complete 13:24:07 25b303627fd3: Verifying Checksum 13:24:07 25b303627fd3: Download complete 13:24:10 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 13:24:11 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 13:24:13 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 13:24:13 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 13:24:13 go: downloading github.com/stretchr/testify v1.7.0 13:24:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:24:13 go: downloading github.com/davecgh/go-spew v1.1.1 13:24:13 go: downloading github.com/pmezard/go-difflib v1.0.0 13:24:15 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 13:24:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:24:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:24:17 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 13:24:18 25b303627fd3: Pull complete 13:24:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:24:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:24:18 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 13:24:18 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [Pipeline] withDockerContainer 13:24:18 prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container 13:24:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:24:19 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 13:24:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:24:20 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:24:21 $ docker top 79621ffbe928af2e947e965e91ec79916d3227c38006332744b9dcadeb760ff4 -eo pid,comm [Pipeline] { 13:24: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 13:24:21 go: downloading github.com/lib/pq v1.9.0 [Pipeline] sh 13:24:22 + docker-compose build --help 13:24:22 + grep parallel 13:24:23 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:24:23 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:24:23 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:24:23 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:24:23 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:24:23 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:24:23 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:24:23 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:24:23 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:24:23 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:24:23 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:24:23 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:24:23 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:24:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:24:23 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:24:23 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:24:23 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:24:23 + 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 13:24:23 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:24:23 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:24:23 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:24:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:24:23 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:24:23 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:24:23 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:24:25 --parallel Build images in parallel. 13:24:25 Building version 13:24:25 + snapcraftctl build [Pipeline] } 13:24:26 $ docker stop --time=1 79621ffbe928af2e947e965e91ec79916d3227c38006332744b9dcadeb760ff4 13:24:28 $ docker rm -f 79621ffbe928af2e947e965e91ec79916d3227c38006332744b9dcadeb760ff4 [Pipeline] // withDockerContainer 13:24:28 Staging config-common 13:24:28 + snapcraftctl stage [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:24:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:24:28 . [Pipeline] withDockerContainer 13:24:29 prd-ubuntu18.04-docker-arm64-4c-16g-28714 does not seem to be running inside a container 13:24:29 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:24:29 Skipping stage go-build-helper (already ran) 13:24:29 Skipping stage static-packages (already ran) 13:24:29 Skipping stage go115 (already ran) 13:24:29 Staging edgex-go 13:24:29 + snapcraftctl stage 13:24:30 Staging version 13:24:30 + snapcraftctl stage 13:24:30 $ docker top 5ff209b7f39a1a22c9a249d160dc4397f2853cd8f215e652e8864182e943c3ca -eo pid,comm [Pipeline] { [Pipeline] sh 13:24:31 Priming config-common 13:24:31 + snapcraftctl prime 13:24:31 + docker-compose -f ./docker-compose-build.yml build --parallel 13:24:32 Priming go-build-helper 13:24:32 + snapcraftctl prime 13:24:34 Priming static-packages 13:24:34 + snapcraftctl prime 13:24:36 Building docker-core-command-go ... 13:24:36 Building docker-core-data-go ... 13:24:36 Building docker-core-metadata-go ... 13:24:36 Building docker-security-bootstrapper-go ... 13:24:36 Building docker-security-proxy-setup-go ... 13:24:36 Building docker-security-secretstore-setup-go ... 13:24:36 Building docker-support-notifications-go ... 13:24:36 Building docker-support-scheduler-go ... 13:24:36 Building docker-sys-mgmt-agent-go ... 13:24:36 Building docker-core-command-go 13:24:36 Building docker-support-scheduler-go 13:24:36 Building docker-security-secretstore-setup-go 13:24:36 Building docker-security-bootstrapper-go 13:24:36 Building docker-core-metadata-go 13:24:36 Priming go115 13:24:36 + snapcraftctl prime 13:24:37 Priming edgex-go 13:24:37 + snapcraftctl prime 13:24:38 Priming version 13:24:38 + snapcraftctl prime 13:24:39 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] } 13:25:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:25:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:25:57 ---> 51a6f8a45d1d 13:25:57 Step 3/31 : WORKDIR /edgex-go 13:25:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:25:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:25:57 ---> 51a6f8a45d1d 13:25:57 Step 3/23 : WORKDIR /edgex-go 13:25:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:25:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:25:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:25:57 ---> 51a6f8a45d1d 13:25:57 13:25:57 ---> 51a6f8a45d1d 13:25:57 Step 3/23 : WORKDIR /edgex-go 13:25:57 Step 3/24 : WORKDIR /edgex-go 13:25:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:25:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:25:57 ---> 51a6f8a45d1d 13:25:57 Step 3/22 : WORKDIR /edgex-go 13:25:57 ---> Running in c193cbc2df78 13:25:57 ---> Running in f3960ad4d2a2 13:25:57 ---> Running in 04b1b1dcfefd 13:25:57 ---> Running in dc4366f9bc8d 13:25:57 ---> Running in 37f58748143a 13:25:57 Removing intermediate container 37f58748143a 13:25:57 ---> 3d53c2bbf561 13:25:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:57 Removing intermediate container dc4366f9bc8d 13:25:57 ---> aa8d8df85806 13:25:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:57 Removing intermediate container f3960ad4d2a2 13:25:57 Removing intermediate container c193cbc2df78 13:25:57 ---> b388c11dc900 13:25:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:57 ---> 9e2964230267 13:25:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:57 Removing intermediate container 04b1b1dcfefd 13:25:57 ---> aeb32746480f 13:25:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:25:57 ---> Running in 010d5a2c2f2e 13:25:57 ---> Running in 87f44ce57d7e 13:25:57 ---> Running in 9e61406f7ab0 13:25:57 ---> Running in 3f150585c24f 13:25:57 ---> Running in 35c4ff0eb937 13:25:57 Removing intermediate container 010d5a2c2f2e 13:25:57 ---> c73a9ff7eeaf 13:25:57 Step 5/22 : RUN apk add --update --no-cache make git 13:25:57 ---> Running in c67950f1abcc 13:25:57 Removing intermediate container 35c4ff0eb937 13:25:57 ---> cb12f2b49f36 13:25:57 Step 5/31 : RUN apk add --update --no-cache make git 13:25:57 Removing intermediate container 87f44ce57d7e 13:25:57 ---> 5f4e6e594838 13:25:57 Step 5/23 : RUN apk add --update --no-cache make git 13:25:57 ---> Running in c8431dba2496 13:25:57 ---> Running in 6b59e474e850 13:25:57 Removing intermediate container 9e61406f7ab0 13:25:57 ---> 4fe676d72c48 13:25:57 Step 5/24 : RUN apk add --update --no-cache make git 13:25:57 Removing intermediate container 3f150585c24f 13:25:57 ---> a3f255e86ead 13:25:57 Step 5/23 : RUN apk add --update --no-cache make git 13:25:57 ---> Running in 49b5bbcc2bb3 13:25:57 ---> Running in a04035e40e07 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:25:58 OK: 217 MiB in 51 packages 13:25:58 OK: 217 MiB in 51 packages 13:25:59 OK: 217 MiB in 51 packages 13:25:59 OK: 217 MiB in 51 packages 13:25:59 OK: 217 MiB in 51 packages 13:25:59 Removing intermediate container c67950f1abcc 13:25:59 ---> 91c74567f99f 13:25:59 Step 6/22 : COPY go.mod . 13:26:00 Removing intermediate container c8431dba2496 13:26:00 ---> cd5548e4e79d 13:26:00 Step 6/31 : COPY go.mod . 13:26:00 Removing intermediate container 6b59e474e850 13:26:00 ---> 8cf57366ea83 13:26:00 Step 6/23 : COPY go.mod . 13:26:00 ---> 121af71e2e6a 13:26:00 Step 7/22 : RUN go mod download 13:26:00 ---> Running in 3996df3ca1c4 13:26:01 Removing intermediate container a04035e40e07 13:26:01 ---> 009bcca626cf 13:26:01 Step 6/23 : COPY go.mod . 13:26:01 Removing intermediate container 49b5bbcc2bb3 13:26:01 ---> b0ff935e0331 13:26:01 Step 6/24 : COPY go.mod . 13:26:01 ---> 658aa1bf7e2a 13:26:01 Step 7/31 : RUN go mod download 13:26:01 ---> Running in c485e623ca4e 13:26:01 ---> 808ee743ec75 13:26:01 Step 7/23 : RUN go mod download 13:26:01 ---> Running in 21310ac64d25 13:26:02 ---> 1d529ce75780 13:26:02 Step 7/24 : RUN go mod download 13:26:02 ---> c0338c23462e 13:26:02 Step 7/23 : RUN go mod download 13:26:02 ---> Running in adf6049d3f66 13:26:02 ---> Running in c846fb5c4fe5 13:26:05 Removing intermediate container 3996df3ca1c4 13:26:05 ---> 274ec747ac54 13:26:05 Step 8/22 : COPY . . 13:26:05 Removing intermediate container c485e623ca4e 13:26:05 ---> fde331f00e49 13:26:05 Step 8/31 : COPY . . 13:26:06 Removing intermediate container 21310ac64d25 13:26:06 ---> 6f8bfca64aa9 13:26:06 Step 8/23 : COPY . . 13:26:07 Removing intermediate container adf6049d3f66 13:26:07 ---> 8aec723e2034 13:26:07 Step 8/24 : COPY . . 13:26:08 Removing intermediate container c846fb5c4fe5 13:26:08 ---> bc822de52bf9 13:26:08 Step 8/23 : COPY . . 13:26:35 ---> 2451a8b336e3 13:26:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:26:35 ---> 3fe8046bb885 13:26:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:26:35 ---> 8d34ead1ca4e 13:26:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:26:35 ---> 7597979ddf9f 13:26:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:26:35 ---> 5a6e58a2b59c 13:26:35 Step 9/23 : RUN make cmd/core-command/core-command 13:26:35 ---> Running in 3fe1b5055490 13:26:35 ---> Running in 4cbc11c5591c 13:26:35 ---> Running in 8630101575e4 13:26:35 ---> Running in cc159ccab057 13:26:35 ---> Running in 5a3b1d25762c 13:26:35 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 13:26:35 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 13:26:35 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 13:26:35 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 13:26:35 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 13:28:12 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 13:28:14 Removing intermediate container 8630101575e4 13:28:14 ---> 7df24d2f1288 13:28:14 13:28:14 Step 10/24 : FROM alpine:3.12 13:28:14 3.12: Pulling from library/alpine 13:28:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:28:15 Status: Downloaded newer image for alpine:3.12 13:28:15 ---> d10569e2745f 13:28:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:28:15 ---> Running in 7982432fe33a 13:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:18 (1/5) Installing ca-certificates (20191127-r4) 13:28:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:28:18 (3/5) Installing libcurl (7.69.1-r3) 13:28:18 (4/5) Installing curl (7.69.1-r3) 13:28:18 (5/5) Installing dumb-init (1.2.2-r1) 13:28:18 Executing busybox-1.31.1-r19.trigger 13:28:19 Executing ca-certificates-20191127-r4.trigger 13:28:19 OK: 7 MiB in 19 packages 13:28:22 Removing intermediate container 3fe1b5055490 13:28:22 ---> 1c67cd9ca971 13:28:22 13:28:22 Step 10/31 : FROM alpine:3.12 13:28:22 ---> d10569e2745f 13:28:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:28:22 ---> Running in 8701b69e1002 13:28:22 Removing intermediate container 7982432fe33a 13:28:22 ---> 3590ec409287 13:28:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:28:22 ---> Running in 0b6ab1161c20 13:28:23 Removing intermediate container 8701b69e1002 13:28:23 ---> fd1b948e1fda 13:28:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:28:23 ---> Running in 2a5100d98089 13:28:23 Removing intermediate container 0b6ab1161c20 13:28:23 ---> 8e4617db7357 13:28:23 Step 13/24 : WORKDIR / 13:28:23 ---> Running in a85df3ba7068 13:28:24 Removing intermediate container a85df3ba7068 13:28:24 ---> 7bf51f686329 13:28:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:28:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:26 ---> eaa1f4f88dec 13:28:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:28:26 (1/2) Installing dumb-init (1.2.2-r1) 13:28:26 (2/2) Installing su-exec (0.2-r1) 13:28:26 Executing busybox-1.31.1-r19.trigger 13:28:26 OK: 5 MiB in 16 packages 13:28:28 ---> 2ffc5a6db435 13:28:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:28:28 Removing intermediate container 2a5100d98089 13:28:28 ---> 42e9fa8dff72 13:28:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:28:29 ---> Running in bf5f4fbefcba 13:28:29 ---> d98c28c363c0 13:28:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:28:30 Removing intermediate container bf5f4fbefcba 13:28:30 ---> 015396d746fb 13:28:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:28:30 ---> Running in 5cd1ca2ba89c 13:28:32 Removing intermediate container 5a3b1d25762c 13:28:32 ---> a5c3bc16767e 13:28:32 13:28:32 Step 10/23 : FROM alpine:3.12 13:28:32 ---> d10569e2745f 13:28:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:28:32 Removing intermediate container 5cd1ca2ba89c 13:28:32 ---> d428f507005b 13:28:32 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:28:32 ---> Running in 5459d142eca6 13:28:32 ---> 4794b46a726c 13:28:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:28:32 ---> Running in eef318a90172 13:28:33 Removing intermediate container 4cbc11c5591c 13:28:33 ---> ba39e71bac29 13:28:33 13:28:33 Step 10/22 : FROM alpine:3.12 13:28:33 ---> d10569e2745f 13:28:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:28:34 ---> Running in b52e4ddb38d7 13:28:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:35 ---> 7a14a08469f4 13:28:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:28:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:28:35 (1/1) Installing dumb-init (1.2.2-r1) 13:28:35 Executing busybox-1.31.1-r19.trigger 13:28:35 OK: 5 MiB in 15 packages 13:28:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:28:36 (1/1) Installing dumb-init (1.2.2-r1) 13:28:36 Executing busybox-1.31.1-r19.trigger 13:28:36 OK: 5 MiB in 15 packages 13:28:36 ---> 6dbc4c6d5bda 13:28:36 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/ 13:28:37 ---> Running in 3ffad779fa42 13:28:37 Removing intermediate container eef318a90172 13:28:37 ---> 23ed7da72f9f 13:28:37 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:28:38 ---> Running in 4aece4b4e5e1 13:28:38 Removing intermediate container 5459d142eca6 13:28:38 ---> bf497729edb7 13:28:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:28:38 ---> Running in c09748170dc0 13:28:38 Removing intermediate container 4aece4b4e5e1 13:28:38 ---> e3e4e9951695 13:28:38 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:28:39 Removing intermediate container c09748170dc0 13:28:39 ---> 1d5fdaeedab3 13:28:39 Step 13/23 : ENV APP_PORT=48082 13:28:39 Removing intermediate container b52e4ddb38d7 13:28:39 ---> cb6c1d236598 13:28:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:28:39 ---> Running in 66b2d0f7a846 13:28:39 ---> Running in 57d88e42081e 13:28:40 ---> c9b031d281ca 13:28:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:28:40 ---> Running in 35cea83527d7 13:28:40 Removing intermediate container 57d88e42081e 13:28:40 ---> 4a35b0c59d44 13:28:40 Step 14/23 : EXPOSE $APP_PORT 13:28:40 Removing intermediate container 66b2d0f7a846 13:28:40 ---> 6e13c6d9a238 13:28:40 Step 13/22 : ENV APP_PORT=48085 13:28:41 ---> Running in 72288ffaa6cf 13:28:41 ---> Running in 548a1da23e5a 13:28:41 Removing intermediate container 3ffad779fa42 13:28:41 ---> 42b010f9ec18 13:28:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:28:41 Removing intermediate container cc159ccab057 13:28:41 ---> b6748806bfa2 13:28:41 13:28:41 Step 10/23 : FROM alpine:3.12 13:28:41 ---> Running in 73cf88eb8567 13:28:41 ---> d10569e2745f 13:28:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:28:41 ---> Using cache 13:28:41 ---> cb6c1d236598 13:28:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:28:41 ---> Using cache 13:28:41 ---> 6e13c6d9a238 13:28:41 Step 13/23 : ENV APP_PORT=48081 13:28:42 ---> Running in 2b47715e25df 13:28:42 Removing intermediate container 72288ffaa6cf 13:28:42 ---> 37056c77cea2 13:28:42 Step 14/22 : EXPOSE $APP_PORT 13:28:42 Removing intermediate container 548a1da23e5a 13:28:42 ---> f5d8a3e7448f 13:28:42 Step 15/23 : WORKDIR / 13:28:42 ---> Running in e0d32ac97353 13:28:42 ---> Running in 3c83175f2d9a 13:28:42 Removing intermediate container 73cf88eb8567 13:28:42 ---> aaca022da6a0 13:28:42 Step 22/24 : LABEL arch=arm64 13:28:42 ---> Running in cf81cdcb25f7 13:28:42 Removing intermediate container 2b47715e25df 13:28:42 ---> 4c68e79aec32 13:28:42 Step 14/23 : EXPOSE $APP_PORT 13:28:42 Removing intermediate container 3c83175f2d9a 13:28:42 ---> 1ff985b401af 13:28:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:28:42 ---> Running in 55ec1d02d44a 13:28:43 Removing intermediate container e0d32ac97353 13:28:43 ---> 083f9968bd2e 13:28:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:28:43 Removing intermediate container cf81cdcb25f7 13:28:43 ---> 69a9212c1992 13:28:43 Step 23/24 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:28:43 ---> Running in 0023b1f9243a 13:28:43 Removing intermediate container 55ec1d02d44a 13:28:43 ---> 997acd9daa16 13:28:43 Step 15/23 : WORKDIR / 13:28:43 Removing intermediate container 35cea83527d7 13:28:43 ---> 5b5aa1ed28d4 13:28:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:28:44 ---> Running in bfecbfa57db8 13:28:44 ---> d8d98fc92f93 13:28:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:28:44 ---> 9c5051c64eee 13:28:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:28:44 Removing intermediate container 0023b1f9243a 13:28:44 ---> c7bd11ba0f57 13:28:44 Step 24/24 : LABEL version=0.0.0 13:28:44 ---> Running in 9f35a5a9ba2e 13:28:44 Removing intermediate container bfecbfa57db8 13:28:44 ---> 4d87b5f8546f 13:28:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:28:44 ---> 33bb3f936b99 13:28:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:28:45 Removing intermediate container 9f35a5a9ba2e 13:28:45 ---> 30fa68fb949f 13:28:45 13:28:45 Successfully built 30fa68fb949f 13:28:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:28:46 Building docker-security-proxy-setup-go 13:28:46  Building docker-security-secretstore-setup-go ... done  ---> 829f7fc12e89 13:28:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:28:46 ---> f6c01846b144 13:28:46 ---> 938b9b360411 13:28:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:28:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:28:46 ---> 28ddab46e34a 13:28:46 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:28:48 ---> 8d1913520ed7 13:28:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:28:49 ---> Running in a92a6c0084d0 13:28:49 ---> fcbaec2be34f 13:28:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:28:49 ---> dd40bc96666e 13:28:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:28:49 ---> 701aea008110 13:28:49 Step 19/23 : ENTRYPOINT ["/core-command"] 13:28:49 ---> Running in 170f2f1b95d1 13:28:50 Removing intermediate container a92a6c0084d0 13:28:50 ---> 73a400935bb6 13:28:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:28:50 Removing intermediate container 170f2f1b95d1 13:28:50 ---> c20e62ff12d5 13:28:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:28:50 ---> Running in 4338b57cf6a2 13:28:51 ---> 653e3217fd51 13:28:51 ---> 12a971e55416 13:28:51 Step 19/23 : ENTRYPOINT ["/core-metadata"]Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:28:51 13:28:51 ---> Running in e98b623aac09 13:28:52 ---> Running in 83adbf82be22 13:28:52 Removing intermediate container 4338b57cf6a2 13:28:52 ---> 3a40b76e4c51 13:28:52 Step 20/22 : LABEL arch=arm64 13:28:52 ---> Running in ab800fb7f04b 13:28:52 Removing intermediate container e98b623aac09 13:28:52 ---> c3dcdfe28034 13:28:52 Step 21/23 : LABEL arch=arm64 13:28:52 ---> b7ad6e59a030 13:28:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:28:52 ---> Running in f7bebd151f63 13:28:52 Removing intermediate container 83adbf82be22 13:28:52 ---> 781e6c1cd253 13:28:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:28:52 Removing intermediate container ab800fb7f04b 13:28:52 ---> 16a246ae581f 13:28:52 Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:28:53 ---> Running in c88c60129e08 13:28:53 ---> Running in 005f20584091 13:28:53 ---> Running in aac964df741c 13:28:53 Removing intermediate container f7bebd151f63 13:28:53 ---> 1f3bd8b13fb0 13:28:53 Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:28:53 ---> Running in 03acded08791 13:28:53 Removing intermediate container c88c60129e08 13:28:53 ---> fa37caba5490 13:28:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:28:54 Removing intermediate container 005f20584091 13:28:54 ---> 73edfd79db0a 13:28:54 Step 21/23 : LABEL arch=arm64 13:28:54 Removing intermediate container aac964df741c 13:28:54 ---> 3077af9b30e8 13:28:54 Step 22/22 : LABEL version=0.0.0 13:28:54 ---> Running in 6051e1848ba3 13:28:54 ---> Running in 8be9c7fde64d 13:28:54 Removing intermediate container 03acded08791 13:28:54 ---> 9840931fd6a1 13:28:54 Step 23/23 : LABEL version=0.0.0 13:28:55 ---> e979b111071d 13:28:55 Step 26/31 : RUN chmod +x /entrypoint.sh 13:28:55 ---> Running in 7a9377001822 13:28:55 Removing intermediate container 8be9c7fde64d 13:28:55 ---> 6328c43957da 13:28:55 13:28:55 Removing intermediate container 6051e1848ba3 13:28:55 ---> 6dcd0708616a 13:28:55 Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:28:56 Successfully built 6328c43957da 13:28:56 ---> Running in ac8d665f5569 13:28:56 Successfully tagged docker-support-scheduler-go-arm64:latest 13:28:56  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 13:28:56 ---> Running in 5c6a20169990 13:28:56 Removing intermediate container 7a9377001822 13:28:56 ---> 943c6b271eba 13:28:56 13:28:57 Removing intermediate container 5c6a20169990 13:28:57 ---> 09b99e6f809f 13:28:57 Step 23/23 : LABEL version=0.0.0 13:28:57 Successfully built 943c6b271eba 13:28:57 Successfully tagged docker-core-command-go-arm64:latest 13:28:57 Building docker-sys-mgmt-agent-go 13:28:57  Building docker-core-command-go ... done  ---> Running in b046adef6eb1 13:28:58 Removing intermediate container b046adef6eb1 13:28:58 ---> 6201a80b5b6f 13:28:58 13:28:58 Successfully built 6201a80b5b6f 13:28:58 Successfully tagged docker-core-metadata-go-arm64:latest 13:28:58 Building docker-core-data-go 13:28:58  Building docker-core-metadata-go ... done Removing intermediate container ac8d665f5569 13:28:58 ---> 67f7a0dddd58 13:28:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:28:59 ---> Running in 8d780acc7e57 13:28:59 Removing intermediate container 8d780acc7e57 13:28:59 ---> b847f9184605 13:28:59 Step 28/31 : CMD ["gate"] 13:29:00 ---> Running in 2851f0915f6a 13:29:01 Removing intermediate container 2851f0915f6a 13:29:01 ---> 3fe9d5d8713e 13:29:01 Step 29/31 : LABEL arch=arm64 13:29:02 ---> Running in 0f9dcac7c937 13:29:03 Removing intermediate container 0f9dcac7c937 13:29:03 ---> 04b5c3f02f83 13:29:03 Step 30/31 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:29:04 ---> Running in c206b86a51ff 13:29:05 Removing intermediate container c206b86a51ff 13:29:05 ---> 9d539b17fda4 13:29:05 Step 31/31 : LABEL version=0.0.0 13:29:07 ---> Running in 18e7312917c8 13:29:08 Removing intermediate container 18e7312917c8 13:29:08 ---> 0c992ce897e3 13:29:08 13:29:08 Successfully built 0c992ce897e3 13:29:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:29:23  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:29:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:29:23 ---> 51a6f8a45d1d 13:29:23 Step 3/21 : WORKDIR /edgex-go 13:29:23 ---> Using cache 13:29:23 ---> b388c11dc900 13:29:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:29:23 ---> Using cache 13:29:23 ---> cb12f2b49f36 13:29:23 Step 5/21 : RUN apk add --update --no-cache make git 13:29:23 ---> Using cache 13:29:23 ---> cd5548e4e79d 13:29:23 Step 6/21 : COPY go.mod . 13:29:23 ---> Using cache 13:29:23 ---> 658aa1bf7e2a 13:29:23 Step 7/21 : RUN go mod download 13:29:23 ---> Using cache 13:29:23 ---> fde331f00e49 13:29:23 Step 8/21 : COPY . . 13:29:23 ---> Using cache 13:29:23 ---> 2451a8b336e3 13:29:23 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:29:26 ---> Running in d7e9e26bb3f9 13:29: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 13:29:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:29:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:29:42 ---> 51a6f8a45d1d 13:29:42 Step 3/22 : WORKDIR /edgex-go 13:29:42 ---> Using cache 13:29:42 ---> b388c11dc900 13:29:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:29:42 ---> Using cache 13:29:42 ---> cb12f2b49f36 13:29:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:29:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:29:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:29:42 ---> 51a6f8a45d1d 13:29:42 Step 3/26 : WORKDIR /edgex-go 13:29:42 ---> Using cache 13:29:42 ---> b388c11dc900 13:29:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:29:42 ---> Using cache 13:29:42 ---> cb12f2b49f36 13:29:42 Step 5/26 : RUN apk add --update --no-cache make bash git 13:29:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:29:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:29:42 ---> 51a6f8a45d1d 13:29:42 Step 3/23 : WORKDIR /edgex-go 13:29:42 ---> Using cache 13:29:42 ---> b388c11dc900 13:29:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:29:42 ---> Using cache 13:29:42 ---> cb12f2b49f36 13:29:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:29:44 ---> Running in a9d4bb148239 13:29:44 ---> Running in 4a0e15fa8d15 13:29:44 ---> Running in c3375e983668 13:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:29:47 OK: 217 MiB in 51 packages 13:29:47 OK: 217 MiB in 51 packages 13:29:47 OK: 217 MiB in 51 packages 13:29:49 Removing intermediate container 4a0e15fa8d15 13:29:49 ---> f9a5391d819b 13:29:49 Step 6/23 : COPY go.mod . 13:29:49 Removing intermediate container c3375e983668 13:29:49 ---> c77f6767b16e 13:29:49 Step 6/22 : COPY go.mod . 13:29:49 Removing intermediate container a9d4bb148239 13:29:49 ---> b10b24253a65 13:29:49 Step 6/26 : COPY go.mod . 13:29:50 ---> 113b517257eb 13:29:50 Step 7/23 : RUN go mod download 13:29:50 ---> 1ac8dff89e98 13:29:50 Step 7/22 : RUN go mod download 13:29:50 ---> dc8fa42ce207 13:29:50 Step 7/26 : RUN go mod download 13:29:50 ---> Running in 0bdf70f2624e 13:29:51 ---> Running in 36a4ecd25557 13:29:51 ---> Running in 0ad1ca24945a 13:29:56 Removing intermediate container 0bdf70f2624e 13:29:56 ---> 743b54a19300 13:29:56 Step 8/23 : COPY . . 13:29:56 Removing intermediate container 0ad1ca24945a 13:29:56 ---> 4f5c243486aa 13:29:56 Step 8/26 : COPY . . 13:29:56 Removing intermediate container 36a4ecd25557 13:29:56 ---> 2498a85cc81b 13:29:56 Step 8/22 : COPY . . 13:30:03 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 13:30:18 ---> 2ea85e664e60 13:30:18 Step 9/23 : RUN make cmd/core-data/core-data 13:30:18 ---> 900ec2f440c8 13:30:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:30:18 ---> 7476a758c276 13:30:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:30:18 ---> Running in 6b5518a745c2 13:30:18 ---> Running in f9a8dc838f55 13:30:18 ---> Running in 20be5ea80dc4 13:30:19 Removing intermediate container d7e9e26bb3f9 13:30:19 ---> e61ffa53c4d2 13:30:19 13:30:19 Step 10/21 : FROM alpine:3.12 13:30:19 ---> d10569e2745f 13:30:19 Step 11/21 : RUN apk add --update --no-cache curl 13:30:19 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 13:30:19 ---> Running in bb730382135f 13:30:19 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 13:30:20 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 13:30:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:30:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:30:22 (1/4) Installing ca-certificates (20191127-r4) 13:30:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:30:22 (3/4) Installing libcurl (7.69.1-r3) 13:30:22 (4/4) Installing curl (7.69.1-r3) 13:30:22 Executing busybox-1.31.1-r19.trigger 13:30:22 Executing ca-certificates-20191127-r4.trigger 13:30:23 OK: 7 MiB in 18 packages 13:30:25 Removing intermediate container bb730382135f 13:30:25 ---> e2ffe2cd4906 13:30:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:30:25 ---> Running in eedc94033c35 13:30:26 Removing intermediate container eedc94033c35 13:30:26 ---> e2d01818c71c 13:30:26 Step 13/21 : WORKDIR /edgex 13:30:26 ---> Running in 00cf69dcc665 13:30:26 Removing intermediate container 00cf69dcc665 13:30:26 ---> 3f8cbbf8b99f 13:30:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:30:27 ---> 261c7cee803c 13:30:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:30:29 ---> e632074dff27 13:30:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:30:31 ---> e2f6aa09fa94 13:30:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:30:31 ---> Running in d4b938808b18 13:30:31 Removing intermediate container d4b938808b18 13:30:31 ---> 2c579fcf1912 13:30:31 Step 18/21 : CMD ["--init=true"] 13:30:31 ---> Running in 833f3b794687 13:30:32 Removing intermediate container 833f3b794687 13:30:32 ---> a594b7af4b68 13:30:32 Step 19/21 : LABEL arch=arm64 13:30:32 ---> Running in cf7da8878523 13:30:33 Removing intermediate container cf7da8878523 13:30:33 ---> 32bac85c1d15 13:30:33 Step 20/21 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:30:33 ---> Running in f60184c63582 13:30:34 Removing intermediate container f60184c63582 13:30:34 ---> 5c0e32330c35 13:30:34 Step 21/21 : LABEL version=0.0.0 13:30:34 ---> Running in 1c1ba8370a49 13:30:35 Removing intermediate container 1c1ba8370a49 13:30:35 ---> a3c4b18a3ed9 13:30:35 13:30:35 Successfully built a3c4b18a3ed9 13:30:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:31:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 20be5ea80dc4 13:31:32 ---> e99b7d81f4c7 13:31:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:31:32 ---> Running in 8399d467c49b 13:31:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:31:34 Removing intermediate container 8399d467c49b 13:31:34 ---> 1399def12cc7 13:31:34 13:31:34 Step 11/26 : FROM docker:20.10.0 13:31:34 20.10.0: Pulling from library/docker 13:31:35 Removing intermediate container f9a8dc838f55 13:31:35 ---> 1f444973a575 13:31:35 13:31:35 Step 10/22 : FROM alpine:3.12 13:31:35 ---> d10569e2745f 13:31:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:31:36 ---> Running in 66b10dd07aa7 13:31:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:31:38 (1/2) Installing ca-certificates (20191127-r4) 13:31:38 (2/2) Installing dumb-init (1.2.2-r1) 13:31:38 Executing busybox-1.31.1-r19.trigger 13:31:38 Executing ca-certificates-20191127-r4.trigger 13:31:38 OK: 6 MiB in 16 packages 13:31:41 Removing intermediate container 66b10dd07aa7 13:31:41 ---> 27677b1d615e 13:31:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:31:41 ---> Running in 1706ec6e11b9 13:31:42 Removing intermediate container 1706ec6e11b9 13:31:42 ---> 82f703feff93 13:31:42 Step 13/22 : ENV APP_PORT=48060 13:31:42 ---> Running in d76cbe7faf44 13:31:43 Removing intermediate container d76cbe7faf44 13:31:43 ---> 66145620fcee 13:31:43 Step 14/22 : EXPOSE $APP_PORT 13:31:44 ---> Running in ffc46f5e8326 13:31:45 Removing intermediate container ffc46f5e8326 13:31:45 ---> 9dfa0ffe83e1 13:31:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:31:45 Removing intermediate container 6b5518a745c2 13:31:45 ---> 9303b46f4401 13:31:45 13:31:45 Step 10/23 : FROM alpine:3.12 13:31:45 ---> d10569e2745f 13:31:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:31:45 ---> Running in 3aefeee1a10a 13:31:45 ---> 2782cc7a3ce3 13:31:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:31:45 Removing intermediate container 3aefeee1a10a 13:31:45 ---> 9cd9b1641baf 13:31:45 Step 12/23 : ENV APP_PORT=48080 13:31:46 ---> Running in d684849d63e3 13:31:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:31:46 Status: Downloaded newer image for docker:20.10.0 13:31:46 ---> eeaf43b92773 13:31:46 Step 12/26 : RUN apk add --no-cache bash 13:31:46 ---> Running in d00ee76b910b 13:31:46 Removing intermediate container d684849d63e3 13:31:46 ---> 29330aa9decc 13:31:46 Step 13/23 : EXPOSE $APP_PORT 13:31:46 ---> Running in df7e68174e78 13:31:47 ---> ca1b1e03aa61 13:31:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:31:47 Removing intermediate container df7e68174e78 13:31:47 ---> 4d2fc14bea22 13:31:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:31:47 ---> Running in e18a4d74a21d 13:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:31:48 ---> af0a9ac5f40b 13:31:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:31:48 ---> Running in f83590c05084 13:31:48 (1/2) Installing readline (8.0.4-r0) 13:31:48 (2/2) Installing bash (5.0.17-r0) 13:31:48 Executing bash-5.0.17-r0.post-install 13:31:48 Executing busybox-1.31.1-r19.trigger 13:31:48 OK: 12 MiB in 22 packages 13:31:48 Removing intermediate container f83590c05084 13:31:48 ---> 4bc9c2aa8bdb 13:31:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:31:48 ---> Running in 3522ff056b3d 13:31:49 Removing intermediate container 3522ff056b3d 13:31:49 ---> 8ebbb5cbe114 13:31:49 Step 20/22 : LABEL arch=arm64 13:31:49 ---> Running in b6e416563adb 13:31:49 Removing intermediate container d00ee76b910b 13:31:49 ---> 7ff7fd0c858a 13:31:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:31:50 ---> Running in 41b17e0b2ba0 13:31:50 Removing intermediate container b6e416563adb 13:31:50 Removing intermediate container e18a4d74a21d 13:31:50 ---> bb416b0000f4 13:31:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:31:50 ---> 11be4ee4eb36 13:31:50 Step 21/22 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:31:50 ---> Running in 8be80dd87173 13:31:50 ---> Running in bb2bb58691f3 13:31:50 Removing intermediate container 41b17e0b2ba0 13:31:50 ---> bda09f44fdf7 13:31:50 Step 14/26 : ENV APP_PORT=48090 13:31:50 ---> Running in cb1f29e4955f 13:31:50 Removing intermediate container bb2bb58691f3 13:31:50 ---> 991f7ba5d4b1 13:31:50 Step 22/22 : LABEL version=0.0.0 13:31:51 ---> Running in 6b35ebeec78e 13:31:51 Removing intermediate container cb1f29e4955f 13:31:51 ---> 10f9cbea6dc6 13:31:51 Step 15/26 : EXPOSE $APP_PORT 13:31:51 ---> Running in f5ad449e685d 13:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:31:51 Removing intermediate container 6b35ebeec78e 13:31:51 ---> 03af1817aeee 13:31:51 13:31:52 Successfully built 03af1817aeee 13:31:52 Successfully tagged docker-support-notifications-go-arm64:latest 13:31:52  Building docker-support-notifications-go ... done Removing intermediate container f5ad449e685d 13:31:52 ---> 1c32e688540e 13:31:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:31:52 (1/6) Installing dumb-init (1.2.2-r1) 13:31:53 (2/6) Installing libgcc (9.3.0-r2) 13:31:53 (3/6) Installing libsodium (1.0.18-r0) 13:31:53 ---> 8b33948bf1ee 13:31:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:31:53 (4/6) Installing libstdc++ (9.3.0-r2) 13:31:53 (5/6) Installing libzmq (4.3.3-r0) 13:31:53 (6/6) Installing zeromq (4.3.3-r0) 13:31:53 Executing busybox-1.31.1-r19.trigger 13:31:53 OK: 8 MiB in 20 packages 13:31:53 ---> 7ea216282b53 13:31:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:31:54 Removing intermediate container 8be80dd87173 13:31:54 ---> ec1c910e2e01 13:31:54 ---> 00b2754e8d20 13:31:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Step 19/26 : RUN apk --no-cache add py3-pip 13:31:54 13:31:55 ---> Running in d3a9a790e9d4 13:31:55 ---> 67b178455486 13:31:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:31:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:31:56 (1/33) Installing libbz2 (1.0.8-r1) 13:31:56 (2/33) Installing expat (2.2.9-r1) 13:31:56 (3/33) Installing libffi (3.3-r2) 13:31:56 (4/33) Installing gdbm (1.13-r1) 13:31:57 (5/33) Installing xz-libs (5.2.5-r0) 13:31:57 (6/33) Installing sqlite-libs (3.32.1-r0) 13:31:57 (7/33) Installing python3 (3.8.5-r1) 13:31:57 ---> 98c5375067c4 13:31:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:31:58 ---> 10e2965def0a 13:31:58 Step 19/23 : ENTRYPOINT ["/core-data"] 13:31:58 ---> Running in 5f75b41fdf25 13:31:58 (8/33) Installing py3-appdirs (1.4.4-r1) 13:31:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:31:58 (10/33) Installing py3-parsing (2.4.7-r0) 13:31:58 (11/33) Installing py3-six (1.15.0-r0) 13:31:58 (12/33) Installing py3-packaging (20.4-r0) 13:31:58 (13/33) Installing py3-setuptools (47.0.0-r0) 13:31:58 (14/33) Installing py3-chardet (3.0.4-r4) 13:31:59 (15/33) Installing py3-idna (2.9-r0) 13:31:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:31:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:31:59 (18/33) Installing py3-requests (2.23.0-r0) 13:31:59 (19/33) Installing py3-msgpack (1.0.0-r0) 13:31:59 Removing intermediate container 5f75b41fdf25 13:31:59 ---> 4a3a3ab0a0d1 13:31:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:31:59 (20/33) Installing py3-lockfile (0.12.2-r3) 13:31:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:31:59 (22/33) Installing py3-colorama (0.4.3-r0) 13:31:59 (23/33) Installing py3-distlib (0.3.0-r0) 13:31:59 (24/33) Installing py3-distro (1.5.0-r1) 13:31:59 (25/33) Installing py3-webencodings (0.5.1-r3) 13:31:59 (26/33) Installing py3-html5lib (1.0.1-r4) 13:31:59 (27/33) Installing py3-pytoml (0.1.21-r0) 13:31:59 (28/33) Installing py3-pep517 (0.8.2-r0) 13:31:59 (29/33) Installing py3-progress (1.5-r0) 13:31:59 (30/33) Installing py3-toml (0.10.1-r0) 13:31:59 (31/33) Installing py3-retrying (1.3.3-r0) 13:31:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:31:59 (33/33) Installing py3-pip (20.1.1-r0) 13:31:59 ---> Running in 345656f46073 13:31:59 Executing busybox-1.31.1-r19.trigger 13:31:59 OK: 71 MiB in 55 packages 13:32:00 Removing intermediate container 345656f46073 13:32:00 ---> f0711db25e28 13:32:00 Step 21/23 : LABEL arch=arm64 13:32:00 ---> Running in 183f94c4c3ab 13:32:01 Removing intermediate container 183f94c4c3ab 13:32:01 ---> 08fd9869c4bd 13:32:01 Step 22/23 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:32:01 ---> Running in 201cd6e57cad 13:32:01 Removing intermediate container 201cd6e57cad 13:32:01 ---> b1b78e5b99aa 13:32:01 Step 23/23 : LABEL version=0.0.0 13:32:02 ---> Running in 6fce875f02f8 13:32:03 Removing intermediate container 6fce875f02f8 13:32:03 ---> ad4dee630338 13:32:03 13:32:03 Successfully built ad4dee630338 13:32:03 Successfully tagged docker-core-data-go-arm64:latest 13:32:06  Building docker-core-data-go ... done Removing intermediate container d3a9a790e9d4 13:32:06 ---> 493103674217 13:32:06 Step 20/26 : RUN pip install docker-compose==1.23.2 13:32:06 ---> Running in f7ce0044f3b7 13:32:10 Collecting docker-compose==1.23.2 13:32:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:32:10 Collecting cached-property<2,>=1.2.0 13:32:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:32:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:32:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:32:12 Collecting jsonschema<3,>=2.5.1 13:32:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:32:13 Collecting texttable<0.10,>=0.9.0 13:32:13 Downloading texttable-0.9.1.tar.gz (11 kB) 13:32:15 Collecting dockerpty<0.5,>=0.4.1 13:32:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:32:17 Collecting docopt<0.7,>=0.6.1 13:32:17 Downloading docopt-0.6.2.tar.gz (25 kB) 13:32:19 Collecting docker<4.0,>=3.6.0 13:32:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:32:19 Collecting websocket-client<1.0,>=0.32.0 13:32:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:32: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) 13:32:20 Collecting PyYAML<4,>=3.10 13:32:20 Downloading PyYAML-3.13.tar.gz (270 kB) 13:32:23 Collecting idna<2.8,>=2.5 13:32:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:32:23 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) 13:32:24 Collecting urllib3<1.25,>=1.21.1 13:32:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:32:24 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) 13:32:24 Collecting docker-pycreds>=0.4.0 13:32:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:32:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:32:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:32:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:32:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:32:25 Installing collected packages: cached-property, idna, urllib3, requests, jsonschema, texttable, dockerpty, docopt, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 13:32:25 Attempting uninstall: idna 13:32:25 Found existing installation: idna 2.9 13:32:25 Uninstalling idna-2.9: 13:32:25 Successfully uninstalled idna-2.9 13:32:25 Attempting uninstall: urllib3 13:32:25 Found existing installation: urllib3 1.25.9 13:32:25 Uninstalling urllib3-1.25.9: 13:32:26 Successfully uninstalled urllib3-1.25.9 13:32:26 Attempting uninstall: requests 13:32:26 Found existing installation: requests 2.23.0 13:32:26 Uninstalling requests-2.23.0: 13:32:26 Successfully uninstalled requests-2.23.0 13:32:27 Running setup.py install for texttable: started 13:32:29 Running setup.py install for texttable: finished with status 'done' 13:32:29 Running setup.py install for dockerpty: started 13:32:31 Running setup.py install for dockerpty: finished with status 'done' 13:32:31 Running setup.py install for docopt: started 13:32:32 Running setup.py install for docopt: finished with status 'done' 13:32:33 Running setup.py install for PyYAML: started 13:32:36 Running setup.py install for PyYAML: finished with status 'done' 13:32:36 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 13:32:41 Removing intermediate container f7ce0044f3b7 13:32:41 ---> 553ea17a0f2d 13:32:41 Step 21/26 : RUN apk --no-cache add curl 13:32:41 ---> Running in afc1eae03b2c 13:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:32:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:32:42 (2/3) Installing libcurl (7.69.1-r3) 13:32:42 (3/3) Installing curl (7.69.1-r3) 13:32:42 Executing busybox-1.31.1-r19.trigger 13:32:42 OK: 71 MiB in 58 packages 13:32:43 Removing intermediate container afc1eae03b2c 13:32:43 ---> 909b79a4220a 13:32:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:32:43 ---> Running in 6531097e037e 13:32:44 Removing intermediate container 6531097e037e 13:32:44 ---> 25ea56d9e0db 13:32:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:32:44 ---> Running in ddaa4a7a3cfd 13:32:45 Removing intermediate container ddaa4a7a3cfd 13:32:45 ---> 6ae5cf266597 13:32:45 Step 24/26 : LABEL arch=arm64 13:32:45 ---> Running in 740161cffd23 13:32:45 Removing intermediate container 740161cffd23 13:32:45 ---> 67aaede9edc2 13:32:45 Step 25/26 : LABEL git_sha=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 13:32:45 ---> Running in d04174f5e9e3 13:32:46 Removing intermediate container d04174f5e9e3 13:32:46 ---> 5f7bb7b3ec0b 13:32:46 Step 26/26 : LABEL version=0.0.0 13:32:46 ---> Running in a33130dc0684 13:32:46 Removing intermediate container a33130dc0684 13:32:46 ---> 0eb22d71583c 13:32:46 13:32:47 Successfully built 0eb22d71583c 13:32:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:32:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:32:47 $ docker stop --time=1 5ff209b7f39a1a22c9a249d160dc4397f2853cd8f215e652e8864182e943c3ca 13:32:49 $ docker rm -f 5ff209b7f39a1a22c9a249d160dc4397f2853cd8f215e652e8864182e943c3ca [Pipeline] // withDockerContainer [Pipeline] sh 13:32:49 + docker images 13:32:49 + grep docker 13:32:50 docker-sys-mgmt-agent-go-arm64 latest 0eb22d71583c 3 seconds ago 300MB 13:32:50 docker-core-data-go-arm64 latest ad4dee630338 47 seconds ago 21.1MB 13:32:50 docker-support-notifications-go-arm64 latest 03af1817aeee 58 seconds ago 16.9MB 13:32:50 docker-security-proxy-setup-go-arm64 latest a3c4b18a3ed9 2 minutes ago 23.4MB 13:32:50 docker-security-bootstrapper-go-arm64 latest 0c992ce897e3 3 minutes ago 17.8MB 13:32:50 docker-core-metadata-go-arm64 latest 6201a80b5b6f 3 minutes ago 17.9MB 13:32:50 docker-core-command-go-arm64 latest 943c6b271eba 3 minutes ago 16.2MB 13:32:50 docker-support-scheduler-go-arm64 latest 6328c43957da 3 minutes ago 16.3MB 13:32:50 docker-security-secretstore-setup-go-arm64 latest 30fa68fb949f 4 minutes ago 23.7MB 13:32:50 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 13:32:51 ---> job-cost.sh 13:32:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-U4Nl 13:33:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:35:52 lf-activate-venv(): INFO: Adding /tmp/venv-U4Nl/bin to PATH 13:35:52 INFO: No Stack... 13:35:52 INFO: Retrieving Pricing Info for: lf-standard-4 13:35:52 INFO: Archiving Costs [Pipeline] sh 13:35:52 + cat /w/workspace/edgex-go/8/archives/cost.csv 13:35:52 + cut -d, -f6 [Pipeline] lock 13:35:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] 13:35:52 Resource [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] did not exist. Created. 13:35:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3210-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:35:53 + echo total: 0.20999999344348907 [Pipeline] stash 13:35:53 Stashed 1 file(s) [Pipeline] } 13:35:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3210-8-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 13:35:55 provisioning config files... 13:35:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config785546982405335347tmp [Pipeline] { [Pipeline] sh 13:35:56 + set +x 13:35:56 + curl -s https://codecov.io/bash 13:35:56 + bash -s -- 13:35:56 13:35:56 _____ _ 13:35:56 / ____| | | 13:35:56 | | ___ __| | ___ ___ _____ __ 13:35:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:35:56 | |___| (_) | (_| | __/ (_| (_) \ V / 13:35:56 \_____\___/ \__,_|\___|\___\___/ \_/ 13:35:56 Bash-20210226-7100762 13:35:56 13:35:56 13:35:56 ==> git version 2.24.3 found 13:35:56 ==> 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 13:35:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:35:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:35:56 curl: option -sm: expected a proper numerical parameter 13:35:56 curl: try 'curl --help' or 'curl --manual' for more information 13:35:56 ==> Jenkins CI detected. 13:35:56 project root: . 13:35:56 --> token set from env 13:35:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:35:56 ==> Running gcov in . (disable via -X gcov) 13:35:56 ==> Python coveragepy not found 13:35:56 ==> Searching for coverage reports in: 13:35:56 + . 13:35:56 -> Found 1 reports 13:35:56 ==> Detecting git/mercurial file structure 13:35:56 ==> Reading reports 13:35:56 + ./coverage.out bytes=621194 13:35:56 ==> Appending adjustments 13:35:56 https://docs.codecov.io/docs/fixing-reports 13:36:00 + Found adjustments 13:36:00 ==> Gzipping contents 13:36:00 92K /tmp/codecov.KrJNy1.gz 13:36:00 ==> Uploading reports 13:36:00 url: https://codecov.io 13:36:00 query: branch=PR-3210&commit=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= 13:36:00 -> Pinging Codecov 13:36:00 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3210&commit=4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3210%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3210&job=&cmd_args= 13:36:00 -> Uploading to 13:36:00 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141/a471f907-e641-4514-9f41-408aaf8cacce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T133600Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a5b3208b183b359783515bb5d5ae54eda8c5d521da74bbe68888f3e3575438f3 13:36:00 % Total % Received % Xferd Average Speed Time Time Time Current 13:36:00 Dload Upload Total Spent Left Speed 13:36:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91818 0 0 100 91818 0 156k --:--:-- --:--:-- --:--:-- 156k 13:36:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4e55b03f282a6983fc8f7eca5cfc3c3c5bee3141 [Pipeline] } 13:36:01 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 13:36:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:36:04 ---> package-listing.sh 13:36:04 ++ facter osfamily 13:36:04 ++ tr '[:upper:]' '[:lower:]' 13:36:04 + OS_FAMILY=redhat 13:36:04 + workspace=/w/workspace/edgex-go/8 13:36:04 + START_PACKAGES=/tmp/packages_start.txt 13:36:04 + END_PACKAGES=/tmp/packages_end.txt 13:36:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:36:04 + PACKAGES=/tmp/packages_start.txt 13:36:04 + '[' /w/workspace/edgex-go/8 ']' 13:36:04 + PACKAGES=/tmp/packages_end.txt 13:36:04 + case "${OS_FAMILY}" in 13:36:04 + rpm -qa 13:36:04 + sort 13:36:09 + '[' -f /tmp/packages_start.txt ']' 13:36:09 + '[' -f /tmp/packages_end.txt ']' 13:36:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:36:09 + '[' /w/workspace/edgex-go/8 ']' 13:36:09 + mkdir -p /w/workspace/edgex-go/8/archives/ 13:36:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 13:36:09 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:36:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:36:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:36:10 13:36:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:36:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:36:10 alpine: Pulling from edgex-lftools-log-publisher 13:36:10 df20fa9351a1: Pulling fs layer 13:36:10 36b3adc4ff6f: Pulling fs layer 13:36:10 8ad3a11d3b57: Pulling fs layer 13:36:10 46f8f816bc3b: Pulling fs layer 13:36:10 93b61091891f: Pulling fs layer 13:36:10 93b9cdb0e59b: Pulling fs layer 13:36:10 5e14af77c1be: Pulling fs layer 13:36:10 01666e4c0597: Pulling fs layer 13:36:10 aa168da1d23b: Pulling fs layer 13:36:10 5e14af77c1be: Waiting 13:36:10 46f8f816bc3b: Waiting 13:36:10 01666e4c0597: Waiting 13:36:10 aa168da1d23b: Waiting 13:36:10 93b9cdb0e59b: Waiting 13:36:10 93b61091891f: Waiting 13:36:10 36b3adc4ff6f: Verifying Checksum 13:36:10 36b3adc4ff6f: Download complete 13:36:10 46f8f816bc3b: Verifying Checksum 13:36:10 46f8f816bc3b: Download complete 13:36:11 df20fa9351a1: Verifying Checksum 13:36:11 93b9cdb0e59b: Verifying Checksum 13:36:11 93b9cdb0e59b: Download complete 13:36:11 5e14af77c1be: Verifying Checksum 13:36:11 5e14af77c1be: Download complete 13:36:11 93b61091891f: Download complete 13:36:11 01666e4c0597: Verifying Checksum 13:36:11 01666e4c0597: Download complete 13:36:11 df20fa9351a1: Pull complete 13:36:11 36b3adc4ff6f: Pull complete 13:36:11 8ad3a11d3b57: Verifying Checksum 13:36:11 8ad3a11d3b57: Download complete 13:36:12 8ad3a11d3b57: Pull complete 13:36:12 46f8f816bc3b: Pull complete 13:36:13 aa168da1d23b: Verifying Checksum 13:36:13 aa168da1d23b: Download complete 13:36:15 93b61091891f: Pull complete 13:36:15 93b9cdb0e59b: Pull complete 13:36:15 5e14af77c1be: Pull complete 13:36:16 01666e4c0597: Pull complete 13:36:26 aa168da1d23b: Pull complete 13:36:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:36:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:36:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:36:26 prd-centos7-docker-4c-2g-28712 does not seem to be running inside a container 13:36:26 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 13:36:30 $ docker top a226c6d5a013e356c14b1aac99362dff121e9aa29013d4dbab49b56062686403 -eo pid,comm [Pipeline] { [Pipeline] sh 13:36:30 + touch /tmp/pre-build-complete [Pipeline] sh 13:36:31 + mkdir -p /var/log/sa [Pipeline] sh 13:36:31 + ls /var/log/sa-host 13:36:31 + sadf -c /var/log/sa-host/sa05 13:36:31 file_magic: OK 13:36:31 HZ: Using current value: 100 13:36:31 file_header: OK 13:36:31 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 13:36:31 Statistics: 13:36:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:36:31 File successfully converted to sysstat format version 12.2.1 13:36:31 + sadf -c /var/log/sa-host/sa23 13:36:31 file_magic: OK 13:36:31 HZ: Using current value: 100 13:36:31 file_header: OK 13:36:31 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 13:36:31 Statistics: 13:36:31 Hnuu...uuuununununu... 13:36:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:36:32 provisioning config files... 13:36:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config3195711553225899498tmp [Pipeline] { [Pipeline] echo 13:36:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:36:32 ---> create-netrc.sh [Pipeline] } 13:36:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:36:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:36:33 ---> python-tools-install.sh [Pipeline] echo 13:36:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:36:33 ---> sudo-logs.sh 13:36:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:36:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:36:33 ---> job-cost.sh 13:36:33 lf-activate-venv: SKIPPING 13:36:33 DEBUG: total: 0.20999999344348907 13:36:33 INFO: Retrieving Stack Cost... 13:36:35 INFO: Retrieving Pricing Info for: v1-standard-2 13:36:35 INFO: Archiving Costs [Pipeline] echo 13:36:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:36:35 ---> logs-deploy.sh 13:36:35 lf-activate-venv: SKIPPING 13:36:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3210/8 13:36:35 INFO: archiving workspace using pattern(s): 13:36:37 Archives upload complete. 13:36:37 INFO: archiving logs to Nexus 13:36:38 ---> uname -a: 13:36:38 Linux prd-centos7-docker-4c-2g-28712.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:36:38 13:36:38 13:36:38 ---> lscpu: 13:36:38 Architecture: x86_64 13:36:38 CPU op-mode(s): 32-bit, 64-bit 13:36:38 Byte Order: Little Endian 13:36:38 Address sizes: 40 bits physical, 48 bits virtual 13:36:38 CPU(s): 4 13:36:38 On-line CPU(s) list: 0-3 13:36:38 Thread(s) per core: 1 13:36:38 Core(s) per socket: 1 13:36:38 Socket(s): 4 13:36:38 NUMA node(s): 1 13:36:38 Vendor ID: GenuineIntel 13:36:38 CPU family: 6 13:36:38 Model: 44 13:36:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:36:38 Stepping: 1 13:36:38 CPU MHz: 2933.436 13:36:38 BogoMIPS: 5866.87 13:36:38 Virtualization: VT-x 13:36:38 Hypervisor vendor: KVM 13:36:38 Virtualization type: full 13:36:38 L1d cache: 128 KiB 13:36:38 L1i cache: 128 KiB 13:36:38 L2 cache: 16 MiB 13:36:38 L3 cache: 64 MiB 13:36:38 NUMA node0 CPU(s): 0-3 13:36:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:36:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:36:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:36:38 Vulnerability Meltdown: Mitigation; PTI 13:36:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:36:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:36:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:36:38 Vulnerability Srbds: Not affected 13:36:38 Vulnerability Tsx async abort: Not affected 13:36:38 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 13:36:38 13:36:38 13:36:38 ---> nproc: 13:36:38 4 13:36:38 13:36:38 13:36:38 ---> df -h: 13:36:38 Filesystem Size Used Available Use% Mounted on 13:36:38 overlay 50.0G 11.7G 38.2G 23% / 13:36:38 tmpfs 64.0M 0 64.0M 0% /dev 13:36:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:36:38 shm 64.0M 0 64.0M 0% /dev/shm 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/8 13:36:38 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/8@tmp 13:36:38 13:36:38 13:36:38 ---> free -m: 13:36:38 total used free shared buff/cache available 13:36:38 Mem: 1837 721 132 0 983 1032 13:36:38 Swap: 1023 74 949 13:36:38 13:36:38 13:36:38 ---> ip addr: 13:36:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:36:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:36:38 inet 127.0.0.1/8 scope host lo 13:36:38 valid_lft forever preferred_lft forever 13:36:38 inet6 ::1/128 scope host 13:36:38 valid_lft forever preferred_lft forever 13:36:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:36:38 link/ether fa:16:3e:2d:04:b1 brd ff:ff:ff:ff:ff:ff 13:36:38 inet 10.30.123.189/23 brd 10.30.123.255 scope global dynamic eth0 13:36:38 valid_lft 84636sec preferred_lft 84636sec 13:36:38 inet6 fe80::f816:3eff:fe2d:4b1/64 scope link 13:36:38 valid_lft forever preferred_lft forever 13:36:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:36:38 link/ether 02:42:6c:0f:c1:2f brd ff:ff:ff:ff:ff:ff 13:36:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:36:38 valid_lft forever preferred_lft forever 13:36:38 inet6 fe80::42:6cff:fe0f:c12f/64 scope link 13:36:38 valid_lft forever preferred_lft forever 13:36:38 13:36:38 13:36:38 ---> sar -b -r -n DEV: 13:36:38 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) 13:36:38 13:36:38 13:07:01 LINUX RESTART (4 CPU) 13:36:38 13:36:38 13:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:36:38 13:09:01 166.52 64.87 101.65 0.00 9615.22 41052.26 0.00 13:36:38 13:10:01 292.42 134.66 157.76 0.00 5087.41 25492.07 0.00 13:36:38 13:11:01 116.62 42.52 74.10 0.00 1215.90 10759.84 0.00 13:36:38 13:12:01 131.94 56.03 75.90 0.00 3420.87 12517.19 0.00 13:36:38 13:13:02 985.60 731.26 254.33 0.00 93454.90 163839.51 0.00 13:36:38 13:14:01 2627.37 2318.12 309.25 0.00 145580.48 156892.68 0.00 13:36:38 13:15:02 700.43 423.08 277.35 0.00 42863.73 87352.64 0.00 13:36:38 13:16:01 2503.83 2139.21 364.62 0.00 148193.11 162572.55 0.00 13:36:38 13:17:02 955.27 658.49 296.78 0.00 51859.24 59820.28 0.00 13:36:38 13:18:01 71.74 22.10 49.64 0.00 3460.89 5498.56 0.00 13:36:38 13:19:01 1.23 0.03 1.20 0.00 0.27 14.79 0.00 13:36:38 13:20:01 0.30 0.03 0.27 0.00 0.27 3.26 0.00 13:36:38 13:21:01 0.28 0.02 0.27 0.00 0.13 2.48 0.00 13:36:38 13:22:01 1.60 1.40 0.20 0.00 45.42 1.62 0.00 13:36:38 13:23:01 0.92 0.05 0.87 0.00 1.20 16.09 0.00 13:36:38 13:24:01 0.33 0.07 0.27 0.00 0.67 3.28 0.00 13:36:38 13:25:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 13:36:38 13:26:01 0.23 0.02 0.22 0.00 0.53 2.33 0.00 13:36:38 13:27:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 13:36:38 13:28:01 0.45 0.22 0.23 0.00 1.87 2.96 0.00 13:36:38 13:29:01 0.20 0.03 0.17 0.00 0.27 1.67 0.00 13:36:38 13:30:01 0.30 0.02 0.28 0.00 0.13 3.70 0.00 13:36:38 13:31:01 0.35 0.02 0.33 0.00 0.27 4.48 0.00 13:36:38 13:32:01 0.25 0.00 0.25 0.00 0.00 3.58 0.00 13:36:38 13:33:02 1.87 1.62 0.25 0.00 226.34 3.55 0.00 13:36:38 13:34:01 0.20 0.05 0.15 0.00 0.41 2.07 0.00 13:36:38 13:35:01 0.27 0.02 0.25 0.00 0.13 2.85 0.00 13:36:38 13:36:01 15.05 14.80 0.25 0.00 912.04 22.56 0.00 13:36:38 Average: 305.50 235.21 70.29 0.00 18030.05 25908.07 0.00 13:36:38 13:36:38 13:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:36:38 13:09:01 80300 0 761444 40.47 2312 1037488 1545788 52.76 621996 926836 57488 13:36:38 13:10:01 106516 0 880488 46.80 1492 893048 1824868 62.28 676608 822580 69836 13:36:38 13:11:01 403312 0 761796 40.49 648 715788 1386432 47.32 487268 701940 13184 13:36:38 13:12:01 254108 0 748948 39.80 544 877944 1307772 44.63 584128 760980 40 13:36:38 13:13:02 360864 0 687800 36.56 0 832880 1375300 46.94 523092 783044 84 13:36:38 13:14:01 253700 0 1201256 63.84 0 426588 4023288 137.31 752752 603736 1004 13:36:38 13:15:02 69392 0 788412 41.90 0 1023740 1962240 66.97 774904 797932 13512 13:36:38 13:16:01 67364 0 777240 41.31 0 1036940 1998844 68.22 708252 867168 49640 13:36:38 13:17:02 155620 0 816968 43.42 0 908956 1763284 60.18 716496 749056 0 13:36:38 13:18:01 300484 0 649912 34.54 0 931148 1230540 42.00 573120 758044 8 13:36:38 13:19:01 304364 0 646016 34.33 0 931164 1195576 40.80 571276 756632 8 13:36:38 13:20:01 305340 0 645028 34.28 0 931176 1188296 40.55 570668 756324 8 13:36:38 13:21:01 305708 0 644652 34.26 0 931184 1188296 40.55 570672 756328 8 13:36:38 13:22:01 304516 0 645284 34.30 0 931744 1188296 40.55 570856 756804 16 13:36:38 13:23:01 304740 0 644948 34.28 0 931856 1188368 40.56 570984 756908 8 13:36:38 13:24:01 304632 0 645056 34.28 0 931856 1188332 40.56 570916 756908 8 13:36:38 13:25:01 304540 0 645128 34.29 0 931876 1188296 40.55 570900 756928 8 13:36:38 13:26:01 304712 0 644960 34.28 0 931872 1188296 40.55 570904 756932 8 13:36:38 13:27:01 304688 0 644964 34.28 0 931892 1188296 40.55 571020 756944 20 13:36:38 13:28:01 304672 0 644980 34.28 0 931892 1188368 40.56 571120 756960 8 13:36:38 13:29:01 304528 0 645112 34.29 0 931904 1188296 40.55 570920 757000 8 13:36:38 13:30:01 304448 0 645184 34.29 0 931912 1188344 40.56 570924 757008 12 13:36:38 13:31:01 304620 0 645008 34.28 0 931916 1188296 40.55 570804 757012 16 13:36:38 13:32:01 304192 0 645420 34.30 0 931932 1188296 40.55 570920 757024 16 13:36:38 13:33:02 296044 0 648440 34.46 0 937060 1188420 40.56 575292 760984 16 13:36:38 13:34:01 296444 0 648036 34.44 0 937064 1188424 40.56 575244 760992 12 13:36:38 13:35:01 296584 0 647892 34.43 0 937068 1188428 40.56 575372 760996 8 13:36:38 13:36:01 264952 0 653260 34.72 0 963332 1189808 40.61 584596 780624 124 13:36:38 Average: 266835 0 703701 37.40 178 910829 1422039 48.53 597214 765379 7325 13:36:38 13:36:38 13:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:36:38 13:09:01 eth0 1239.72 1230.65 6028.37 149.54 0.00 0.00 0.00 0.00 13:36:38 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:09:01 docker0 858.04 777.02 71.08 2716.93 0.00 0.00 0.00 0.00 13:36:38 13:10:01 veth6fdc6d0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:10:01 eth0 211.52 145.50 875.38 24.22 0.00 0.00 0.00 0.00 13:36:38 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:10:01 docker0 123.82 172.20 9.14 839.39 0.00 0.00 0.00 0.00 13:36:38 13:11:01 veth6fdc6d0 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 13:36:38 13:11:01 eth0 31.76 20.91 19.54 73.97 0.00 0.00 0.00 0.00 13:36:38 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:11:01 docker0 2.03 2.03 0.13 0.17 0.00 0.00 0.00 0.00 13:36:38 13:12:01 eth0 28.67 15.69 24.68 13.00 0.00 0.00 0.00 0.00 13:36:38 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:13:02 veth86927c7 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:13:02 vetha960c57 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:13:02 veth8d58a0a 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:13:02 veth808ac03 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:14:01 veth808ac03 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:14:01 veth2744501 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:14:01 eth0 2713.16 2316.82 12172.76 440.16 0.00 0.00 0.00 0.00 13:36:38 13:14:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:15:02 veth808ac03 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:15:02 eth0 166.33 126.79 1439.82 21.18 0.00 0.00 0.00 0.00 13:36:38 13:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:15:02 docker0 1003.01 985.76 81.08 3792.02 0.00 0.00 0.00 0.00 13:36:38 13:16:01 veth89fc6d0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:16:01 veth808ac03 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:16:01 eth0 120.28 76.42 425.35 94.41 0.00 0.00 0.00 0.00 13:36:38 13:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:17:02 veth808ac03 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:17:02 eth0 59.90 30.46 129.02 20.31 0.00 0.00 0.00 0.00 13:36:38 13:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:17:02 veth735e6c1 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 13:36:38 13:18:01 eth0 68.37 55.78 63.25 83.39 0.00 0.00 0.00 0.00 13:36:38 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:18:01 docker0 1077.90 1100.86 86.29 4447.30 0.00 0.00 0.00 0.00 13:36:38 13:19:01 eth0 0.70 0.43 0.29 0.21 0.00 0.00 0.00 0.00 13:36:38 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:20:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:22:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:23:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 13:36:38 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:24:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 13:36:38 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:25:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:26:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:27:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:28:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 13:36:38 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:29:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:30:01 eth0 0.22 0.20 0.10 0.01 0.00 0.00 0.00 0.00 13:36:38 13:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:31:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:32:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:33:02 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 13:36:38 13:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:34:01 eth0 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:36:38 13:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:35:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:36:38 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:36:01 eth0 7.18 4.86 6.92 3.92 0.00 0.00 0.00 0.00 13:36:38 13:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 Average: eth0 78.31 68.26 387.01 20.23 0.00 0.00 0.00 0.00 13:36:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:36:38 Average: docker0 37.93 38.74 3.04 156.50 0.00 0.00 0.00 0.00 13:36:38 13:36:38 13:36:38 ---> sar -P ALL: 13:36:38 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) 13:36:38 13:36:38 13:07:01 LINUX RESTART (4 CPU) 13:36:38 13:36:38 13:08:01 CPU %user %nice %system %iowait %steal %idle 13:36:38 13:09:01 all 16.70 0.00 9.47 1.72 0.46 71.65 13:36:38 13:09:01 0 16.59 0.00 10.98 1.29 0.48 70.67 13:36:38 13:09:01 1 15.15 0.00 8.05 1.79 0.45 74.56 13:36:38 13:09:01 2 14.66 0.00 8.93 1.70 0.45 74.26 13:36:38 13:09:01 3 20.43 0.00 9.93 2.09 0.46 67.09 13:36:38 13:10:01 all 22.88 0.00 9.61 6.32 0.31 60.89 13:36:38 13:10:01 0 24.06 0.00 9.71 7.88 0.26 58.10 13:36:38 13:10:01 1 23.24 0.00 9.48 5.40 0.34 61.54 13:36:38 13:10:01 2 22.15 0.00 9.44 6.47 0.31 61.63 13:36:38 13:10:01 3 22.07 0.00 9.81 5.55 0.31 62.27 13:36:38 13:11:01 all 48.66 0.00 13.00 4.13 0.35 33.85 13:36:38 13:11:01 0 47.79 0.00 13.22 5.30 0.49 33.21 13:36:38 13:11:01 1 48.01 0.00 12.56 4.26 0.32 34.85 13:36:38 13:11:01 2 49.43 0.00 13.07 3.70 0.31 33.48 13:36:38 13:11:01 3 49.42 0.00 13.15 3.25 0.30 33.88 13:36:38 13:12:01 all 46.53 0.00 14.74 2.49 0.39 35.85 13:36:38 13:12:01 0 48.81 0.00 15.06 1.15 0.37 34.60 13:36:38 13:12:01 1 45.62 0.00 14.46 3.75 0.40 35.77 13:36:38 13:12:01 2 46.01 0.00 14.32 2.32 0.38 36.96 13:36:38 13:12:01 3 45.69 0.00 15.11 2.71 0.42 36.07 13:36:38 13:13:02 all 21.40 0.00 24.53 7.88 0.63 45.57 13:36:38 13:13:02 0 21.60 0.00 24.30 7.53 0.65 45.92 13:36:38 13:13:02 1 22.55 0.00 24.04 10.01 0.67 42.73 13:36:38 13:13:02 2 20.78 0.00 24.52 7.51 0.55 46.64 13:36:38 13:13:02 3 20.66 0.00 25.24 6.47 0.64 46.99 13:36:38 13:14:01 all 32.99 0.00 28.47 19.50 0.48 18.57 13:36:38 13:14:01 0 32.75 0.00 28.98 19.89 0.54 17.84 13:36:38 13:14:01 1 32.83 0.00 28.21 19.59 0.42 18.95 13:36:38 13:14:01 2 32.69 0.00 27.68 20.56 0.57 18.50 13:36:38 13:14:01 3 33.70 0.00 28.99 17.93 0.38 18.99 13:36:38 13:15:02 all 44.39 0.00 19.66 14.92 0.34 20.70 13:36:38 13:15:02 0 44.59 0.00 19.85 13.59 0.34 21.63 13:36:38 13:15:02 1 43.67 0.00 20.72 15.13 0.30 20.18 13:36:38 13:15:02 2 44.52 0.00 18.55 14.53 0.33 22.08 13:36:38 13:15:02 3 44.78 0.00 19.51 16.44 0.38 18.90 13:36:38 13:16:01 all 18.02 0.00 26.85 28.79 0.68 25.65 13:36:38 13:16:01 0 18.20 0.00 26.09 29.46 0.74 25.52 13:36:38 13:16:01 1 17.24 0.00 27.07 29.62 0.68 25.40 13:36:38 13:16:01 2 17.83 0.00 26.10 28.22 0.66 27.19 13:36:38 13:16:01 3 18.85 0.00 28.18 27.87 0.64 24.46 13:36:38 13:17:02 all 56.70 0.00 21.69 14.81 0.36 6.43 13:36:38 13:17:02 0 55.12 0.00 22.44 15.82 0.41 6.21 13:36:38 13:17:02 1 56.81 0.00 22.14 14.31 0.39 6.35 13:36:38 13:17:02 2 55.90 0.00 21.60 14.71 0.35 7.45 13:36:38 13:17:02 3 58.99 0.00 20.60 14.41 0.30 5.70 13:36:38 13:18:01 all 2.73 0.00 2.70 2.02 0.17 92.38 13:36:38 13:18:01 0 2.85 0.00 3.38 1.74 0.15 91.87 13:36:38 13:18:01 1 2.30 0.00 2.49 0.96 0.17 94.08 13:36:38 13:18:01 2 2.15 0.00 2.31 4.43 0.17 90.94 13:36:38 13:18:01 3 3.61 0.00 2.62 0.96 0.17 92.64 13:36:38 13:19:01 all 0.16 0.00 0.04 0.00 0.00 99.80 13:36:38 13:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:36:38 13:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:36:38 13:19:01 2 0.05 0.00 0.05 0.00 0.00 99.90 13:36:38 13:19:01 3 0.50 0.00 0.03 0.00 0.00 99.47 13:36:38 13:36:38 13:19:01 CPU %user %nice %system %iowait %steal %idle 13:36:38 13:20:01 all 0.19 0.00 0.15 0.00 0.05 99.61 13:36:38 13:20:01 0 0.05 0.00 0.08 0.00 0.07 99.80 13:36:38 13:20:01 1 0.08 0.00 0.15 0.00 0.05 99.72 13:36:38 13:20:01 2 0.08 0.00 0.23 0.00 0.03 99.65 13:36:38 13:20:01 3 0.53 0.00 0.13 0.00 0.05 99.28 13:36:38 13:21:01 all 0.14 0.00 0.03 0.00 0.01 99.82 13:36:38 13:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:36:38 13:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:36:38 13:21:01 2 0.05 0.00 0.05 0.02 0.02 99.87 13:36:38 13:21:01 3 0.50 0.00 0.03 0.00 0.02 99.45 13:36:38 13:22:01 all 0.15 0.00 0.06 0.02 0.01 99.76 13:36:38 13:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:36:38 13:22:01 1 0.02 0.00 0.12 0.08 0.02 99.77 13:36:38 13:22:01 2 0.05 0.00 0.07 0.00 0.02 99.87 13:36:38 13:22:01 3 0.50 0.00 0.03 0.00 0.02 99.45 13:36:38 13:23:01 all 0.15 0.00 0.02 0.00 0.00 99.82 13:36:38 13:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:36:38 13:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 13:36:38 13:23:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:36:38 13:23:01 3 0.50 0.00 0.02 0.00 0.02 99.47 13:36:38 13:24:01 all 0.15 0.00 0.03 0.00 0.00 99.81 13:36:38 13:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:36:38 13:24:01 1 0.03 0.00 0.05 0.00 0.02 99.90 13:36:38 13:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:36:38 13:24:01 3 0.50 0.00 0.02 0.02 0.00 99.47 13:36:38 13:25:01 all 0.11 0.00 0.03 0.00 0.00 99.86 13:36:38 13:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:36:38 13:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:36:38 13:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:36:38 13:25:01 3 0.38 0.00 0.03 0.00 0.00 99.58 13:36:38 13:26:01 all 0.13 0.00 0.02 0.00 0.01 99.85 13:36:38 13:26:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:36:38 13:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:36:38 13:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:36:38 13:26:01 3 0.38 0.00 0.03 0.00 0.02 99.57 13:36:38 13:27:01 all 0.15 0.00 0.03 0.00 0.00 99.81 13:36:38 13:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:36:38 13:27:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:36:38 13:27:01 2 0.03 0.00 0.07 0.00 0.02 99.88 13:36:38 13:27:01 3 0.52 0.00 0.02 0.00 0.00 99.47 13:36:38 13:28:01 all 0.16 0.00 0.03 0.00 0.00 99.80 13:36:38 13:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:36:38 13:28:01 1 0.08 0.00 0.05 0.00 0.02 99.85 13:36:38 13:28:01 2 0.03 0.00 0.02 0.02 0.00 99.93 13:36:38 13:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 13:36:38 13:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 13:36:38 13:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:36:38 13:29:01 1 0.02 0.00 0.02 0.02 0.00 99.95 13:36:38 13:29:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:36:38 13:29:01 3 0.52 0.00 0.05 0.00 0.00 99.43 13:36:38 13:30:01 all 0.15 0.00 0.02 0.00 0.01 99.82 13:36:38 13:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:36:38 13:30:01 1 0.05 0.00 0.03 0.00 0.02 99.90 13:36:38 13:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:36:38 13:30:01 3 0.52 0.00 0.03 0.00 0.02 99.43 13:36:38 13:36:38 13:30:01 CPU %user %nice %system %iowait %steal %idle 13:36:38 13:31:01 all 0.09 0.00 0.03 0.00 0.00 99.88 13:36:38 13:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:36:38 13:31:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:36:38 13:31:01 2 0.08 0.00 0.03 0.00 0.00 99.88 13:36:38 13:31:01 3 0.18 0.00 0.07 0.00 0.00 99.75 13:36:38 13:32:01 all 0.11 0.00 0.04 0.00 0.00 99.85 13:36:38 13:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:36:38 13:32:01 1 0.05 0.00 0.05 0.00 0.00 99.90 13:36:38 13:32:01 2 0.07 0.00 0.05 0.00 0.00 99.88 13:36:38 13:32:01 3 0.32 0.00 0.03 0.00 0.00 99.65 13:36:38 13:33:02 all 0.21 0.00 0.05 0.05 0.00 99.68 13:36:38 13:33:02 0 0.05 0.00 0.12 0.18 0.00 99.65 13:36:38 13:33:02 1 0.18 0.00 0.03 0.03 0.00 99.75 13:36:38 13:33:02 2 0.08 0.00 0.05 0.00 0.02 99.85 13:36:38 13:33:02 3 0.52 0.00 0.02 0.00 0.00 99.47 13:36:38 13:34:01 all 0.16 0.00 0.02 0.00 0.01 99.81 13:36:38 13:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:36:38 13:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:36:38 13:34:01 2 0.08 0.00 0.03 0.00 0.02 99.86 13:36:38 13:34:01 3 0.49 0.00 0.02 0.00 0.02 99.47 13:36:38 13:35:01 all 0.15 0.00 0.03 0.00 0.00 99.83 13:36:38 13:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:36:38 13:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 13:36:38 13:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 13:36:38 13:35:01 3 0.50 0.00 0.03 0.00 0.00 99.47 13:36:38 13:36:01 all 1.07 0.00 0.71 0.37 0.02 97.83 13:36:38 13:36:01 0 2.09 0.00 1.30 0.88 0.02 95.71 13:36:38 13:36:01 1 0.78 0.00 0.58 0.27 0.02 98.35 13:36:38 13:36:01 2 0.75 0.00 0.50 0.20 0.02 98.53 13:36:38 13:36:01 3 0.65 0.00 0.45 0.13 0.03 98.73 13:36:38 Average: all 10.87 0.00 5.91 3.53 0.15 79.55 13:36:38 Average: 0 10.88 0.00 6.05 3.59 0.16 79.32 13:36:38 Average: 1 10.67 0.00 5.86 3.60 0.15 79.72 13:36:38 Average: 2 10.64 0.00 5.77 3.58 0.15 79.85 13:36:38 Average: 3 11.27 0.00 5.97 3.33 0.14 79.29 13:36:38 13:36:38 13:36:38