Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c+05f2d13a179446ff46e2de9a60e91a19cc98f319 (dd020545b7278fe8da036090744f0036240d36ca) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-30616’ is offline; ‘prd-centos7-docker-4c-2g-30617’ is offline; ‘prd-centos7-docker-4c-2g-30618’ is offline; ‘prd-centos7-docker-4c-2g-30619’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30623 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c Merge succeeded, producing 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c Checking out Revision 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:09:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:09:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:09:09 ========================================================= 20:09:09 EdgeX Global Pipelines Version Info 20:09:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 20:09:11 ------------------- 20:09:11 stable info: 20:09:11 ------------------- 20:09:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:09:11 Message: update stable to v1.0.186 20:09:12 ------------------- 20:09:12 experimental info: 20:09:12 ------------------- 20:09:12 Commited By: **** collab-it+edgex@linuxfoundation.org 20:09:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:09:12 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:09:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:09:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6fc40da [Pipeline] echo 20:09:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:09:15 provisioning config files... 20:09:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config6703835381793403038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:15 ---> docker-login.sh 20:09:15 nexus3.edgexfoundry.org:10001 20:09:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:15 Configure a credential helper to remove this warning. See 20:09:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:15 20:09:16 Login Succeeded 20:09:16 nexus3.edgexfoundry.org:10002 20:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:16 Configure a credential helper to remove this warning. See 20:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:16 20:09:16 Login Succeeded 20:09:16 nexus3.edgexfoundry.org:10003 20:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:16 Configure a credential helper to remove this warning. See 20:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:16 20:09:16 Login Succeeded 20:09:16 nexus3.edgexfoundry.org:10004 20:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:16 Configure a credential helper to remove this warning. See 20:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:16 20:09:16 Login Succeeded 20:09:16 docker.io 20:09:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:16 Configure a credential helper to remove this warning. See 20:09:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:16 20:09:16 Login Succeeded 20:09:16 ---> docker-login.sh ends [Pipeline] } 20:09:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09:17 ++ 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 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/core-command/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo core-command,cmd/core-command/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/core-data/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo core-data,cmd/core-data/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/core-metadata/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo core-metadata,cmd/core-metadata/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/security-bootstrapper/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/security-proxy-setup/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/support-notifications/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo support-notifications,cmd/support-notifications/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/support-scheduler/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:09:17 + for file in '`ls cmd/**/Dockerfile`' 20:09:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:09:17 ++ cut -d/ -f2 20:09:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:09:17 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 20:09:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:18 20:09:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:09:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:18 latest: Pulling from edgex-devops/git-semver 20:09:18 31603596830f: Pulling fs layer 20:09:18 2a8b12db71e7: Pulling fs layer 20:09:18 6ca5941a6612: Pulling fs layer 20:09:18 ecc8261a40a4: Pulling fs layer 20:09:18 ecc8261a40a4: Waiting 20:09:18 2a8b12db71e7: Verifying Checksum 20:09:18 2a8b12db71e7: Download complete 20:09:19 31603596830f: Verifying Checksum 20:09:19 31603596830f: Download complete 20:09:19 6ca5941a6612: Verifying Checksum 20:09:19 6ca5941a6612: Download complete 20:09:19 ecc8261a40a4: Verifying Checksum 20:09:19 ecc8261a40a4: Download complete 20:09:19 31603596830f: Pull complete 20:09:19 2a8b12db71e7: Pull complete 20:09:20 6ca5941a6612: Pull complete 20:09:20 ecc8261a40a4: Pull complete 20:09:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:09:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:09:20 prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container 20:09:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:09:23 $ docker top c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:09:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:23 [ssh-agent] Looking for ssh-agent implementation... 20:09:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:23 $ docker exec c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent 20:09:24 SSH_AUTH_SOCK=/tmp/ssh-YbvVWMidQKv4/agent.13 20:09:24 SSH_AGENT_PID=18 20:09:24 Running ssh-add (command line suppressed) 20:09:24 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5155214955525849958.key (/w/workspace/edgex-go/19@tmp/private_key_5155214955525849958.key) 20:09:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:24 + git tag --points-at HEAD [Pipeline] } 20:09:24 $ docker exec --env ******** --env ******** c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent -k 20:09:24 unset SSH_AUTH_SOCK; 20:09:24 unset SSH_AGENT_PID; 20:09:24 echo Agent pid 18 killed; 20:09:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:09:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:24 [ssh-agent] Looking for ssh-agent implementation... 20:09:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:25 $ docker exec c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent 20:09:25 SSH_AUTH_SOCK=/tmp/ssh-lHdeDLjQXVaS/agent.47 20:09:25 SSH_AGENT_PID=52 20:09:25 Running ssh-add (command line suppressed) 20:09:25 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5059009716620906325.key (/w/workspace/edgex-go/19@tmp/private_key_5059009716620906325.key) 20:09:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:25 + git semver init 20:09:25 # -> Open(): unable to determine branch for HEAD 20:09:25 # $GIT_DIR = /w/workspace/edgex-go/19/.git 20:09:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 20:09:25 # $SEMVER_REMOTE_NAME = origin 20:09:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:09:25 # $SEMVER_USER_NAME = edgex-jenkins 20:09:25 # $SEMVER_BRANCH = PR-3234 20:09:25 # $SEMVER_TEMP = /tmp/semver-217897608 20:09:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:09:44 # '/tmp/semver-217897608' -> '/w/workspace/edgex-go/19/.semver' 20:09:44 # -> Force: false 20:09:44 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 20:09:44 $ docker exec --env ******** --env ******** c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e ssh-agent -k 20:09:44 unset SSH_AUTH_SOCK; 20:09:44 unset SSH_AGENT_PID; 20:09:44 echo Agent pid 52 killed; 20:09:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09:44 + git semver [Pipeline] } 20:09:44 $ docker stop --time=1 c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e 20:09:46 $ docker rm -f c2ec9d8b4db589ef765f1a278851f9614c06352b68267dcdaa348f5226b71f2e [Pipeline] // withDockerContainer [Pipeline] sh 20:09:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:09:47 Stashed 1 file(s) [Pipeline] echo 20:09:47 [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 20:09:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:09:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:09:48 + sudo service docker restart 20:09:48 + true 20:09:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:09:49 ========================================================= 20:09:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:09:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:09:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:09:54 Sending build context to Docker daemon 328.6MB 20:09:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:09:54 Step 2/6 : FROM ${BASE} 20:09:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:09:54 188c0c94c7c5: Pulling fs layer 20:09:54 0ef7d3d256c8: Pulling fs layer 20:09:54 de9db76c5a1d: Pulling fs layer 20:09:54 bca2f99d35d6: Pulling fs layer 20:09:54 93359f2a8cfa: Pulling fs layer 20:09:54 7c6f9722023f: Pulling fs layer 20:09:54 a35cf1a2eb13: Pulling fs layer 20:09:54 93359f2a8cfa: Waiting 20:09:54 7c6f9722023f: Waiting 20:09:54 a35cf1a2eb13: Waiting 20:09:54 bca2f99d35d6: Waiting 20:09:54 de9db76c5a1d: Verifying Checksum 20:09:54 de9db76c5a1d: Download complete 20:09:54 0ef7d3d256c8: Verifying Checksum 20:09:54 0ef7d3d256c8: Download complete 20:09:54 93359f2a8cfa: Verifying Checksum 20:09:54 93359f2a8cfa: Download complete 20:09:54 7c6f9722023f: Verifying Checksum 20:09:54 7c6f9722023f: Download complete 20:09:54 188c0c94c7c5: Verifying Checksum 20:09:54 188c0c94c7c5: Download complete 20:09:54 188c0c94c7c5: Pull complete 20:09:54 0ef7d3d256c8: Pull complete 20:09:55 de9db76c5a1d: Pull complete 20:09:56 a35cf1a2eb13: Verifying Checksum 20:09:56 a35cf1a2eb13: Download complete 20:09:56 bca2f99d35d6: Verifying Checksum 20:09:56 bca2f99d35d6: Download complete 20:10:02 bca2f99d35d6: Pull complete 20:10:02 93359f2a8cfa: Pull complete 20:10:02 7c6f9722023f: Pull complete 20:10:02 Still waiting to schedule task 20:10:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:10:06 a35cf1a2eb13: Pull complete 20:10:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:10:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:10:06 ---> a62c8e92a672 20:10:06 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 20:10:06 ---> Running in 3614afadd7f7 20:10:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:10:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:10:08 (1/12) Installing libmagic (5.38-r0) 20:10:09 (2/12) Installing file (5.38-r0) 20:10:09 (3/12) Installing libc-dev (0.7.2-r3) 20:10:09 (4/12) Installing g++ (9.3.0-r2) 20:10:23 (5/12) Installing fortify-headers (1.1-r0) 20:10:23 (6/12) Installing patch (2.7.6-r6) 20:10:23 (7/12) Installing build-base (0.5-r2) 20:10:23 (8/12) Installing libsodium (1.0.18-r0) 20:10:23 (9/12) Installing pkgconf (1.7.2-r0) 20:10:23 (10/12) Installing libsodium-dev (1.0.18-r0) 20:10:23 (11/12) Installing libzmq (4.3.3-r0) 20:10:23 (12/12) Installing zeromq-dev (4.3.3-r0) 20:10:23 Executing busybox-1.31.1-r19.trigger 20:10:23 OK: 233 MiB in 51 packages 20:10:26 Removing intermediate container 3614afadd7f7 20:10:26 ---> 7c5d1b54f2b6 20:10:26 Step 4/6 : WORKDIR /edgex-go 20:10:26 ---> Running in 26bcde809fe4 20:10:26 Removing intermediate container 26bcde809fe4 20:10:26 ---> bd1356108668 20:10:26 Step 5/6 : COPY go.mod . 20:10:26 ---> e2cac162fc12 20:10:26 Step 6/6 : RUN go mod download 20:10:26 ---> Running in 614983d1b99a 20:10:48 Removing intermediate container 614983d1b99a 20:10:48 ---> 5626d4e89e49 20:10:48 Successfully built 5626d4e89e49 20:10:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:10:49 + docker inspect -f . ci-base-image-x86_64 20:10:49 . [Pipeline] withDockerContainer 20:10:49 prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container 20:10:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-x86_64 cat 20:10:50 $ docker top 431ca4e8ae2cba238a8738f4ba1e20d16e250faffde53d2ca884962d578d86ac -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:50 + go version 20:10:50 go version go1.15.5 linux/amd64 [Pipeline] } 20:10:51 $ docker stop --time=1 431ca4e8ae2cba238a8738f4ba1e20d16e250faffde53d2ca884962d578d86ac 20:10:52 $ docker rm -f 431ca4e8ae2cba238a8738f4ba1e20d16e250faffde53d2ca884962d578d86ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:53 + docker inspect -f . ci-base-image-x86_64 20:10:53 . [Pipeline] withDockerContainer 20:10:53 prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container 20:10:53 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-x86_64 cat 20:10:54 $ docker top aae273195cac7886c656731aa4657c234ed8963c70213df1c28c67cf15331c84 -eo pid,comm [Pipeline] { [Pipeline] echo 20:10:54 ========================================================= 20:10:54 [edgeXBuildGoParallel] Running Tests and Build... 20:10:54 ========================================================= [Pipeline] sh 20:10:54 + make test 20:10:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:11:02 ? github.com/edgexfoundry/edgex-go [no test files] 20:11:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:11:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:11:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:11:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:11:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:11:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:11:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:11:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:11:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:11:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:11:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:11:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:11:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 45.9% of statements 20:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements 20:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements 20:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 20:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.317s coverage: 28.6% of statements 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.1% of statements 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 20:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 20:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements 20:11:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 20:11:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.105s coverage: 81.9% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.060s coverage: 92.9% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.023s coverage: 100.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.067s coverage: 91.6% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 62.4% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.257s coverage: 69.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 96.5% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:12:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 20:12:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 20:12:06 GO111MODULE=on go vet ./... 20:12:33 gofmt -l . 20:12:33 [ "`gofmt -l .`" = "" ] 20:12:33 ./bin/test-go-mod-tidy.sh 20:12:33 ./bin/test-attribution-txt.sh [Pipeline] sh 20:12:34 + ls -al . 20:12:34 total 760 20:12:34 drwxrwxr-x 10 1001 1001 4096 Mar 19 20:12 . 20:12:34 drwxr-xr-x 4 root root 30 Mar 19 20:10 .. 20:12:34 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:09 .dockerignore 20:12:34 drwxrwxr-x 8 1001 1001 179 Mar 19 20:09 .git 20:12:34 drwxrwxr-x 3 1001 1001 125 Mar 19 20:09 .github 20:12:34 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:09 .gitignore 20:12:34 drwx------ 3 1001 1001 60 Mar 19 20:09 .semver 20:12:34 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:09 .sonarcloud.properties 20:12:34 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:09 Attribution.txt 20:12:34 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:09 CONTRIBUTING.md 20:12:34 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:09 Dockerfile.build 20:12:34 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:09 Jenkinsfile 20:12:34 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:09 LICENSE 20:12:34 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:09 Makefile 20:12:34 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:09 README.md 20:12:34 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:09 SECURITY.md 20:12:34 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:09 VERSION 20:12:34 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:09 ZMQWindows.md 20:12:34 drwxrwxr-x 2 1001 1001 117 Mar 19 20:09 bin 20:12:34 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:09 cmd 20:12:34 -rw-r--r-- 1 root root 650607 Mar 19 20:12 coverage.out 20:12:34 -rw-r--r-- 1 root root 1056 Mar 19 20:12 go.mod 20:12:34 -rw-r--r-- 1 root root 21983 Mar 19 20:12 go.sum 20:12:34 drwxrwxr-x 8 1001 1001 127 Mar 19 20:09 internal 20:12:34 drwxrwxr-x 4 1001 1001 26 Mar 19 20:09 openapi 20:12:34 drwxrwxr-x 4 1001 1001 71 Mar 19 20:09 snap 20:12:34 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:09 version.go [Pipeline] sh 20:12:34 + '[' -e coverage.out ] 20:12:34 + chown 1001:1001 coverage.out [Pipeline] stash 20:12:34 Stashed 1 file(s) [Pipeline] sh 20:12:35 + make build 20:12:35 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 20:12:39 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 20:12:48 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 20:12:48 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 20:12:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:12:50 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 20:12: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 20:12:53 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 20:12: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 20:12: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 20:12: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 20:12: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] } 20:12:59 $ docker stop --time=1 aae273195cac7886c656731aa4657c234ed8963c70213df1c28c67cf15331c84 20:13:00 $ docker rm -f aae273195cac7886c656731aa4657c234ed8963c70213df1c28c67cf15331c84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:13:03 20:13:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:13:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:13:03 latest: Pulling from edgex-devops/edgex-compose 20:13:03 cbdbe7a5bc2a: Pulling fs layer 20:13:03 ca9280d653b3: Pulling fs layer 20:13:03 7e9c9ca2126c: Pulling fs layer 20:13:03 cbdbe7a5bc2a: Verifying Checksum 20:13:03 cbdbe7a5bc2a: Download complete 20:13:04 cbdbe7a5bc2a: Pull complete 20:13:04 ca9280d653b3: Verifying Checksum 20:13:04 ca9280d653b3: Download complete 20:13:05 ca9280d653b3: Pull complete 20:13:05 7e9c9ca2126c: Download complete 20:13:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30627 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 20:13:08 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 20:13:12 7e9c9ca2126c: Pull complete 20:13:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:13:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:13:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:13:12 prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container 20:13:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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:10003/edgex-devops/edgex-compose:latest cat 20:13:13 using credential edgex-jenkins-ssh 20:13:13 Cloning the remote Git repository 20:13:14 $ docker top 4d692ace1701095a10855ca1347e99097003f15a6702bc183664a574581e98c0 -eo pid,comm 20:13:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:13:13 > git init /w/workspace/edgex-go/19 # timeout=10 20:13:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:14 > git --version # timeout=10 20:13:14 > git --version # 'git version 2.17.1' 20:13:14 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] sh 20:13:15 + docker-compose build --help 20:13:15 + grep parallel 20:13:16 --parallel Build images in parallel. [Pipeline] } 20:13:16 $ docker stop --time=1 4d692ace1701095a10855ca1347e99097003f15a6702bc183664a574581e98c0 20:13:17 $ docker rm -f 4d692ace1701095a10855ca1347e99097003f15a6702bc183664a574581e98c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:13:18 . [Pipeline] withDockerContainer 20:13:18 prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container 20:13:18 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:13:18 $ docker top cae49c4c2ce1a4b0e6ca3ad607580444fe974f9ee8249df1d62a469091308dc2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:19 + docker-compose -f ./docker-compose-build.yml build --parallel 20:13:20 Building docker-core-command-go ... 20:13:20 Building docker-core-data-go ... 20:13:20 Building docker-core-metadata-go ... 20:13:20 Building docker-security-bootstrapper-go ... 20:13:20 Building docker-security-proxy-setup-go ... 20:13:20 Building docker-security-secretstore-setup-go ... 20:13:20 Building docker-support-notifications-go ... 20:13:20 Building docker-support-scheduler-go ... 20:13:20 Building docker-sys-mgmt-agent-go ... 20:13:20 Building docker-support-notifications-go 20:13:20 Building docker-core-metadata-go 20:13:20 Building docker-security-secretstore-setup-go 20:13:20 Building docker-core-command-go 20:13:20 Building docker-sys-mgmt-agent-go 20:13:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:13:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:13:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:34 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:13:35 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:13:35 Merge succeeded, producing 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:13:35 Checking out Revision 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c (PR-3234) 20:13:35 > git config core.sparsecheckout # timeout=10 20:13:35 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 20:13:35 > git remote # timeout=10 20:13:35 > git config --get remote.origin.url # timeout=10 20:13:35 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:35 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:13:35 > git rev-parse HEAD^{commit} # timeout=10 20:13:35 > git config core.sparsecheckout # timeout=10 20:13:36 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 20:13:41 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:13:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:13:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:13:43 + sudo service docker restart 20:13:43 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:13:46 provisioning config files... 20:13:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config4334612557479407090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:46 ---> docker-login.sh 20:13:46 nexus3.edgexfoundry.org:10001 20:13:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:13:47 ---> 5626d4e89e49 20:13:47 Step 3/26 : WORKDIR /edgex-go 20:13:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:13:47 ---> 5626d4e89e49 20:13:47 Step 3/24 : WORKDIR /edgex-go 20:13:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:13:47 ---> 5626d4e89e49 20:13:47 Step 3/22 : WORKDIR /edgex-go 20:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:48 Configure a credential helper to remove this warning. See 20:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:48 20:13:48 Login Succeeded 20:13:48 nexus3.edgexfoundry.org:10002 20:13:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:48 ---> 5626d4e89e49 20:13:48 Step 3/23 : WORKDIR /edgex-go 20:13:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:13:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:48 ---> 5626d4e89e49 20:13:48 Step 3/23 : WORKDIR /edgex-go 20:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:48 Configure a credential helper to remove this warning. See 20:13:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:48 20:13:48 Login Succeeded 20:13:48 nexus3.edgexfoundry.org:10003 20:13:49 ---> Running in f25d4455e675 20:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:49 Configure a credential helper to remove this warning. See 20:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:49 20:13:49 Login Succeeded 20:13:49 nexus3.edgexfoundry.org:10004 20:13:49 ---> Running in bd9e15e65973 20:13:49 ---> Running in e5052cb4ada5 20:13:49 ---> Running in 6746e0486321 20:13:49 ---> Running in f903cebd4a3d 20:13:49 Removing intermediate container f25d4455e675 20:13:49 ---> 6f207ea70965 20:13:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:49 Removing intermediate container e5052cb4ada5 20:13:49 ---> 422b3fe8ca6a 20:13:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:49 Configure a credential helper to remove this warning. See 20:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:49 20:13:49 Login Succeeded 20:13:49 docker.io 20:13:50 Removing intermediate container bd9e15e65973 20:13:50 ---> 02db48d5e34b 20:13:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:50 ---> Running in 685c758b019a 20:13:50 ---> Running in a9384af1d591 20:13:50 Removing intermediate container 6746e0486321 20:13:50 ---> 44ea852734d5 20:13:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:50 Removing intermediate container f903cebd4a3d 20:13:50 ---> 75a5bb3dcf9d 20:13:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:50 ---> Running in 64f6fcfbfc12 20:13:50 ---> Running in 8c1c9abf137e 20:13:50 ---> Running in 91d951cc2ede 20:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:13:50 Configure a credential helper to remove this warning. See 20:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:13:50 20:13:50 Login Succeeded 20:13:50 ---> docker-login.sh ends [Pipeline] } 20:13:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:13:51 ========================================================= 20:13:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:13:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:13:51 + 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 . 20:13:52 Removing intermediate container 64f6fcfbfc12 20:13:52 ---> c05a855ee229 20:13:52 Step 5/24 : RUN apk add --update --no-cache make git 20:13:52 ---> Running in 179cc9857ec9 20:13:52 Removing intermediate container a9384af1d591 20:13:52 ---> 8a196735f41b 20:13:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:13:52 ---> Running in 8ef69e994345 20:13:52 Removing intermediate container 685c758b019a 20:13:52 ---> 81b7f7652ad4 20:13:52 Step 5/23 : RUN apk add --update --no-cache make git 20:13:52 Removing intermediate container 8c1c9abf137e 20:13:52 ---> c5095233ad24 20:13:52 Step 5/23 : RUN apk add --update --no-cache make git 20:13:52 ---> Running in b9005534bd0b 20:13:53 ---> Running in a0013d771152 20:13:53 Removing intermediate container 91d951cc2ede 20:13:53 ---> d91922cd1b69 20:13:53 Step 5/26 : RUN apk add --update --no-cache make bash git 20:13:53 ---> Running in 43e0f3c2dd6f 20:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:13:54 Sending build context to Docker daemon 166.8MB 20:13:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:13:54 Step 2/6 : FROM ${BASE} 20:13:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:13:54 5f621e34cdf4: Pulling fs layer 20:13:54 a4357932f1b6: Pulling fs layer 20:13:54 18c013af1878: Pulling fs layer 20:13:54 00ac8860ef70: Pulling fs layer 20:13:54 63d7cb157983: Pulling fs layer 20:13:54 b116817d02f9: Pulling fs layer 20:13:54 745a02a5169b: Pulling fs layer 20:13:54 00ac8860ef70: Waiting 20:13:54 63d7cb157983: Waiting 20:13:54 b116817d02f9: Waiting 20:13:54 745a02a5169b: Waiting 20:13:54 18c013af1878: Verifying Checksum 20:13:54 a4357932f1b6: Verifying Checksum 20:13:54 a4357932f1b6: Download complete 20:13:54 63d7cb157983: Verifying Checksum 20:13:54 63d7cb157983: Download complete 20:13:54 b116817d02f9: Download complete 20:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:54 5f621e34cdf4: Verifying Checksum 20:13:54 5f621e34cdf4: Download complete 20:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:13:55 OK: 233 MiB in 51 packages 20:13:55 OK: 233 MiB in 51 packages 20:13:55 OK: 233 MiB in 51 packages 20:13:55 Removing intermediate container 8ef69e994345 20:13:55 ---> bbc234bbbfe6 20:13:55 Step 6/22 : COPY go.mod . 20:13:55 5f621e34cdf4: Pull complete 20:13:55 Removing intermediate container a0013d771152 20:13:55 ---> c88183a68b76 20:13:55 Step 6/23 : COPY go.mod . 20:13:55 Removing intermediate container 179cc9857ec9 20:13:55 ---> 0606600940e4 20:13:55 Step 6/24 : COPY go.mod . 20:13:55 ---> 5647b4158a31 20:13:55 Step 7/22 : RUN go mod download 20:13:55 ---> Running in 2fb3e6094c1e 20:13:55 OK: 233 MiB in 51 packages 20:13:55 a4357932f1b6: Pull complete 20:13:56 ---> 9e36511b33e9 20:13:56 Step 7/24 : RUN go mod download 20:13:56 ---> b7855b324b26 20:13:56 Step 7/23 : RUN go mod download 20:13:56 18c013af1878: Pull complete 20:13:56 OK: 233 MiB in 51 packages 20:13:56 ---> Running in dff47a2f2349 20:13:56 ---> Running in 11cce892d416 20:13:56 Removing intermediate container 43e0f3c2dd6f 20:13:56 ---> 25304f327234 20:13:56 Step 6/26 : COPY go.mod . 20:13:57 ---> 7817165a10dc 20:13:57 Step 7/26 : RUN go mod download 20:13:57 ---> Running in c4db6b4e9448 20:13:57 Removing intermediate container b9005534bd0b 20:13:57 ---> 3947ba35cd04 20:13:57 Step 6/23 : COPY go.mod . 20:13:57 ---> 5df04f6bcfd6 20:13:57 Step 7/23 : RUN go mod download 20:13:57 ---> Running in 2ef49f56a1a6 20:13:58 Removing intermediate container 2fb3e6094c1e 20:13:58 ---> 47d02552ad75 20:13:58 Step 8/22 : COPY . . 20:13:58 745a02a5169b: Verifying Checksum 20:13:58 745a02a5169b: Download complete 20:13:59 00ac8860ef70: Verifying Checksum 20:13:59 00ac8860ef70: Download complete 20:13:59 Removing intermediate container dff47a2f2349 20:13:59 ---> 66ebb0fedb0e 20:13:59 Step 8/24 : COPY . . 20:13:59 Removing intermediate container 11cce892d416 20:13:59 ---> 0b110e2c6328 20:13:59 Step 8/23 : COPY . . 20:14:03 Removing intermediate container c4db6b4e9448 20:14:03 ---> b7d05ede1ce6 20:14:03 Step 8/26 : COPY . . 20:14:09 00ac8860ef70: Pull complete 20:14:09 63d7cb157983: Pull complete 20:14:09 b116817d02f9: Pull complete 20:14:10 Removing intermediate container 2ef49f56a1a6 20:14:10 ---> 8716f54aec3a 20:14:10 Step 8/23 : COPY . . 20:14:12 745a02a5169b: Pull complete 20:14:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:14:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:14:12 ---> b7e6874047d6 20:14:12 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 20:14:16 ---> Running in f833e5062c35 20:14:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:23 (1/12) Installing libmagic (5.38-r0) 20:14:23 (2/12) Installing file (5.38-r0) 20:14:23 (3/12) Installing libc-dev (0.7.2-r3) 20:14:24 (4/12) Installing g++ (9.3.0-r2) 20:14:37 ---> 6c052cb4566d 20:14:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:14:37 ---> 782b47e74c54 20:14:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:14:40 ---> Running in dceb391bb6a9 20:14:40 ---> Running in cf62ccbb34dc 20:14:40 ---> 24597ed11c5b 20:14:40 Step 9/23 : RUN make cmd/core-command/core-command 20:14:40 ---> 4963a2d95beb 20:14:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:14:40 ---> Running in 194036d444d2 20:14:40 ---> Running in 359108e768e2 20:14:42 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 20:14:42 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 20:14:42 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 20:14:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:14:42 ---> 4407dabfc0e7 20:14:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:14:42 ---> Running in a5ab3c5052d6 20:14:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:14:46 (5/12) Installing fortify-headers (1.1-r0) 20:14:46 (6/12) Installing patch (2.7.6-r6) 20:14:46 (7/12) Installing build-base (0.5-r2) 20:14:46 (8/12) Installing libsodium (1.0.18-r0) 20:14:46 (9/12) Installing pkgconf (1.7.2-r0) 20:14:46 (10/12) Installing libsodium-dev (1.0.18-r0) 20:14:46 (11/12) Installing libzmq (4.3.3-r0) 20:14:46 (12/12) Installing zeromq-dev (4.3.3-r0) 20:14:46 Executing busybox-1.31.1-r19.trigger 20:14:46 OK: 217 MiB in 51 packages 20:14:50 Removing intermediate container f833e5062c35 20:14:50 ---> 2e70fd266db9 20:14:50 Step 4/6 : WORKDIR /edgex-go 20:14:50 ---> Running in 72095d9b853a 20:14:50 Removing intermediate container 72095d9b853a 20:14:50 ---> 36965a531ab2 20:14:50 Step 5/6 : COPY go.mod . 20:14:51 ---> c48fcecbf77b 20:14:51 Step 6/6 : RUN go mod download 20:14:51 ---> Running in bdb771741eb8 20:15:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:15:18 Removing intermediate container bdb771741eb8 20:15:18 ---> b2eae56cca04 20:15:18 Successfully built b2eae56cca04 20:15:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:15:18 + docker inspect -f . ci-base-image-arm64 20:15:18 . [Pipeline] withDockerContainer 20:15:18 Removing intermediate container 359108e768e2 20:15:18 ---> 678a8b68ada8 20:15:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:15:18 prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container 20:15:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-arm64 cat 20:15:19 Removing intermediate container dceb391bb6a9 20:15:19 ---> ffa98f3ab5bb 20:15:19 20:15:19 Step 10/24 : FROM alpine:3.12 20:15:19 Removing intermediate container 194036d444d2 20:15:19 ---> 53dec584d9ee 20:15:19 20:15:19 Step 10/23 : FROM alpine:3.12 20:15:19 ---> Running in be0d9401aa15 20:15:19 3.12: Pulling from library/alpine 20:15:19 3.12: Pulling from library/alpine 20:15:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:15:20 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 20:15:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:15:20 Status: Downloaded newer image for alpine:3.12 20:15:20 ---> 88dd2752d2ea 20:15:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:15:20 Status: Image is up to date for alpine:3.12 20:15:20 ---> 88dd2752d2ea 20:15:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:15:20 $ docker top 90a8f6eb7363a9fb9b00a33771a623fca30b386be2190b840ada221892da15ed -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:21 + go version 20:15:21 go version go1.15.5 linux/arm64 [Pipeline] } 20:15:21 $ docker stop --time=1 90a8f6eb7363a9fb9b00a33771a623fca30b386be2190b840ada221892da15ed 20:15:23 $ docker rm -f 90a8f6eb7363a9fb9b00a33771a623fca30b386be2190b840ada221892da15ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:15:24 + docker inspect -f . ci-base-image-arm64 20:15:24 . [Pipeline] withDockerContainer 20:15:24 ---> Running in 4f345a87d690 20:15:24 ---> Running in 27d081bb6a76 20:15:24 Removing intermediate container cf62ccbb34dc 20:15:24 ---> 15b85cd02bcb 20:15:24 20:15:24 Step 10/22 : FROM alpine:3.12 20:15:24 ---> 88dd2752d2ea 20:15:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:15:24 Removing intermediate container a5ab3c5052d6 20:15:24 ---> 85f2dbdea609 20:15:24 20:15:24 Step 10/23 : FROM alpine:3.12 20:15:24 ---> 88dd2752d2ea 20:15:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:15:24 prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container 20:15:24 ---> Running in 7d4ed8593e81 20:15:24 ---> Running in 7bdb84751ba3 20:15:24 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-arm64 cat 20:15:25 Removing intermediate container be0d9401aa15 20:15:25 ---> abe7d22a9c83 20:15:25 20:15:25 Step 11/26 : FROM docker:20.10.0 20:15:25 20.10.0: Pulling from library/docker 20:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:25 (1/5) Installing ca-certificates (20191127-r4) 20:15:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:15:25 (3/5) Installing libcurl (7.69.1-r3) 20:15:25 (4/5) Installing curl (7.69.1-r3) 20:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:25 (5/5) Installing dumb-init (1.2.2-r1) 20:15:25 Executing busybox-1.31.1-r19.trigger 20:15:25 Executing ca-certificates-20191127-r4.trigger 20:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:25 OK: 7 MiB in 19 packages 20:15:25 (1/1) Installing dumb-init (1.2.2-r1) 20:15:25 Executing busybox-1.31.1-r19.trigger 20:15:25 OK: 6 MiB in 15 packages 20:15:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:26 (1/2) Installing ca-certificates (20191127-r4) 20:15:26 (2/2) Installing dumb-init (1.2.2-r1) 20:15:26 Executing busybox-1.31.1-r19.trigger 20:15:26 Executing ca-certificates-20191127-r4.trigger 20:15:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:26 OK: 6 MiB in 16 packages 20:15:26 (1/1) Installing dumb-init (1.2.2-r1) 20:15:26 Executing busybox-1.31.1-r19.trigger 20:15:26 OK: 6 MiB in 15 packages 20:15:26 $ docker top ecb671790ed4e041c06e9241cf75ac0370c84d66fc8ee9d2de073d27a5268455 -eo pid,comm [Pipeline] { [Pipeline] echo 20:15:27 ========================================================= 20:15:27 [edgeXBuildGoParallel] Running Tests and Build... 20:15:27 ========================================================= [Pipeline] sh 20:15:27 + make test 20:15:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:15:28 Removing intermediate container 4f345a87d690 20:15:28 ---> 2652c128b15f 20:15:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:15:28 Removing intermediate container 27d081bb6a76 20:15:28 ---> 48a032d6d37a 20:15:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:15:28 ---> Running in beffc00907c7 20:15:28 ---> Running in e611b8118212 20:15:29 Removing intermediate container beffc00907c7 20:15:29 ---> a2853b68f644 20:15:29 Step 13/24 : WORKDIR / 20:15:29 Removing intermediate container 7bdb84751ba3 20:15:29 ---> a531cb2dafc4 20:15:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:15:30 Removing intermediate container 7d4ed8593e81 20:15:30 ---> 1478f6759831 20:15:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:15:30 ---> Running in 233ee4050ba6 20:15:30 Removing intermediate container e611b8118212 20:15:30 ---> 59b66f16d1f4 20:15:30 Step 13/23 : ENV APP_PORT=48082 20:15:30 ---> Running in 92d002331a81 20:15:30 ---> Running in d6a6f77a54bc 20:15:30 ---> Running in 51751cff08a1 20:15:30 Removing intermediate container 233ee4050ba6 20:15:30 ---> 2961e14ee21c 20:15:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:15:30 Removing intermediate container 92d002331a81 20:15:30 ---> 5752e0e8293b 20:15:30 Step 13/23 : ENV APP_PORT=48081 20:15:30 Removing intermediate container d6a6f77a54bc 20:15:30 ---> bbc207ab439b 20:15:30 Step 13/22 : ENV APP_PORT=48060 20:15:30 Removing intermediate container 51751cff08a1 20:15:30 ---> f3c8087ef208 20:15:30 Step 14/23 : EXPOSE $APP_PORT 20:15:31 ---> Running in c0b061f361c9 20:15:31 ---> Running in 453098d30d9b 20:15:31 ---> Running in 2b71dd278543 20:15:31 ---> c4de4ea57f3b 20:15:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:15:31 Removing intermediate container c0b061f361c9 20:15:31 ---> 5d5fad6583d8 20:15:31 Step 14/23 : EXPOSE $APP_PORT 20:15:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:15:31 Removing intermediate container 2b71dd278543 20:15:31 ---> 9b0df6fe3a49 20:15:31 Step 15/23 : WORKDIR / 20:15:31 Status: Downloaded newer image for docker:20.10.0 20:15:31 ---> aefe523efa57 20:15:31 Step 12/26 : RUN apk add --no-cache bash 20:15:31 Removing intermediate container 453098d30d9b 20:15:31 ---> b52fd91c6d1a 20:15:31 Step 14/22 : EXPOSE $APP_PORT 20:15:32 ---> 86164050f750 20:15:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:15:32 ---> Running in 3a678d0aeb8b 20:15:32 ---> Running in ac9f10dc6782 20:15:32 ---> Running in 759e23462315 20:15:32 ---> Running in 53d88efa2557 20:15:32 Removing intermediate container 3a678d0aeb8b 20:15:32 ---> 8b31496965c8 20:15:32 Step 15/23 : WORKDIR / 20:15:32 Removing intermediate container ac9f10dc6782 20:15:32 ---> 82bf9be8f4e0 20:15:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:32 ---> dbe35e6be35e 20:15:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:15:32 Removing intermediate container 759e23462315 20:15:32 ---> 51c1a91aa8d1 20:15:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:32 ---> Running in 4b1f6d79003d 20:15:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:32 (1/2) Installing readline (8.0.4-r0) 20:15:32 ---> 49dd6a9527ea 20:15:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:15:32 (2/2) Installing bash (5.0.17-r0) 20:15:32 Executing bash-5.0.17-r0.post-install 20:15:32 Executing busybox-1.31.1-r19.trigger 20:15:32 OK: 12 MiB in 22 packages 20:15:33 Removing intermediate container 4b1f6d79003d 20:15:33 ---> ae5fcc0246bf 20:15:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:15:33 ---> ce21d9d2146b 20:15:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:15:33 ---> 0737f57fb56c 20:15:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:15:33 ---> 4f976ca0908b 20:15:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:15:33 ---> 7af8bf78bd58 20:15:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:15:33 Removing intermediate container 53d88efa2557 20:15:33 ---> 6129b9476e9b 20:15:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:15:33 ---> f1724cefb7c2 20:15:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:15:33 ---> dcb3656181c4 20:15:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:15:34 ---> Running in a781e69a3692 20:15:34 ---> 1fc8af170675 20:15:34 Step 19/23 : ENTRYPOINT ["/core-command"] 20:15:34 ---> a80ccd5061fc 20:15:34 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/ 20:15:34 ---> b0b2c0fe6d7e 20:15:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:15:35 ---> Running in 28df630025c5 20:15:35 ---> Running in 32991901db25 20:15:35 ---> e183f6018731 20:15:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:15:35 Removing intermediate container a781e69a3692 20:15:35 ---> 1d71a330c5de 20:15:35 Step 14/26 : ENV APP_PORT=48090 20:15:35 ---> Running in d867d9988492 20:15:35 ---> 3024c6d9928f 20:15:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:15:35 ---> Running in 7ca9217b8437 20:15:35 Removing intermediate container 28df630025c5 20:15:35 ---> ce1d36a6ffe1 20:15:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:35 ---> Running in 54940817c612 20:15:35 ---> Running in 2e358e964b0b 20:15:35 Removing intermediate container d867d9988492 20:15:35 ---> 0d3cfb6e5cbb 20:15:35 Step 15/26 : EXPOSE $APP_PORT 20:15:35 Removing intermediate container 7ca9217b8437 20:15:35 ---> cf76a01d941a 20:15:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:36 ---> Running in 14618781f02a 20:15:36 Removing intermediate container 54940817c612 20:15:36 ---> 24f48a9e60e9 20:15:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:15:36 Removing intermediate container 2e358e964b0b 20:15:36 ---> 083b691b48f8 20:15:36 Step 21/23 : LABEL arch=x86_64 20:15:36 ---> Running in 39fb6711ed0b 20:15:36 ---> Running in a4c9b3ccac3c 20:15:36 ---> Running in 235a1cb79fe7 20:15:36 Removing intermediate container 14618781f02a 20:15:36 ---> d4c5a27630f2 20:15:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:15:36 Removing intermediate container 39fb6711ed0b 20:15:36 ---> e6fb74eeff1c 20:15:36 Step 20/22 : LABEL arch=x86_64 20:15:36 Removing intermediate container a4c9b3ccac3c 20:15:36 ---> 7656cccafc78 20:15:36 Step 21/23 : LABEL arch=x86_64 20:15:37 ---> Running in c700294a1feb 20:15:37 Removing intermediate container 235a1cb79fe7 20:15:37 ---> 6c192ee8c7bd 20:15:37 Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:15:37 Removing intermediate container 32991901db25 20:15:37 ---> cc5cb77aa3cb 20:15:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:15:37 ---> Running in be19894311da 20:15:37 ---> Running in 35f60c861025 20:15:37 ---> Running in 230c955f2b83 20:15:37 ---> 807861ec2b78 20:15:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:15:37 Removing intermediate container c700294a1feb 20:15:37 ---> a09895c2394b 20:15:37 Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:15:37 ---> Running in 69a88e155787 20:15:37 Removing intermediate container be19894311da 20:15:37 ---> acda3b821778 20:15:37 Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:15:37 Removing intermediate container 230c955f2b83 20:15:37 ---> 2c1513997662 20:15:37 Step 22/24 : LABEL arch=x86_64 20:15:37 Removing intermediate container 35f60c861025 20:15:37 ---> 8dcf75710c6d 20:15:37 Step 23/23 : LABEL version=0.0.0 20:15:37 ---> 9722a9b9eb75 20:15:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:15:37 ---> Running in 65bb7b870ab7 20:15:37 ---> Running in 54669342e1ee 20:15:37 ---> Running in 3d6e689edf0b 20:15:37 Removing intermediate container 69a88e155787 20:15:37 ---> 15e6ee893ed9 20:15:37 Step 22/22 : LABEL version=0.0.0 20:15:38 ---> Running in f22ee103521a 20:15:38 Removing intermediate container 65bb7b870ab7 20:15:38 ---> 5880ee4624a9 20:15:38 Step 23/24 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:15:38 ---> 933922aca364 20:15:38 Step 19/26 : RUN apk --no-cache add py3-pip 20:15:38 Removing intermediate container 54669342e1ee 20:15:38 ---> c606daba47a4 20:15:38 Step 23/23 : LABEL version=0.0.0 20:15:38 ---> Running in d58a7793825f 20:15:38 Removing intermediate container 3d6e689edf0b 20:15:38 ---> 46c892462937 20:15:38 20:15:38 ---> Running in 8a483196f4c7 20:15:38 ---> Running in 8cf93ab10dbb 20:15:38 Successfully built 46c892462937 20:15:38 Removing intermediate container f22ee103521a 20:15:38 ---> 785b665d3f96 20:15:38 20:15:39 Successfully tagged docker-core-command-go:latest 20:15:39  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 20:15:39 Successfully built 785b665d3f96 20:15:39 Successfully tagged docker-support-notifications-go:latest 20:15:39 Building docker-core-data-go 20:15:39  Building docker-support-notifications-go ... done Removing intermediate container d58a7793825f 20:15:39 ---> 9f97e1a463c2 20:15:39 Step 24/24 : LABEL version=0.0.0 20:15:39 Removing intermediate container 8cf93ab10dbb 20:15:39 ---> d820ce4ba21d 20:15:39 20:15:39 ---> Running in 0a84d2806adb 20:15:39 Successfully built d820ce4ba21d 20:15:39 Successfully tagged docker-core-metadata-go:latest 20:15:39 Building docker-security-bootstrapper-go 20:15:39  Building docker-core-metadata-go ... done Removing intermediate container 0a84d2806adb 20:15:39 ---> 4cfa60614136 20:15:39 20:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:15:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:15:39 Successfully built 4cfa60614136 20:15:39 (1/33) Installing libbz2 (1.0.8-r1) 20:15:39 (2/33) Installing expat (2.2.9-r1) 20:15:39 Successfully tagged docker-security-secretstore-setup-go:latest 20:15:39 Building docker-support-scheduler-go 20:15:39 (3/33) Installing libffi (3.3-r2) 20:15:39 (4/33) Installing gdbm (1.13-r1) 20:15:39  Building docker-security-secretstore-setup-go ... done (5/33) Installing xz-libs (5.2.5-r0) 20:15:39 (6/33) Installing sqlite-libs (3.32.1-r0) 20:15:39 (7/33) Installing python3 (3.8.8-r0) 20:15:50 (8/33) Installing py3-appdirs (1.4.4-r1) 20:15:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:15:50 (10/33) Installing py3-parsing (2.4.7-r0) 20:15:50 (11/33) Installing py3-six (1.15.0-r0) 20:15:50 (12/33) Installing py3-packaging (20.4-r0) 20:15:50 (13/33) Installing py3-setuptools (47.0.0-r0) 20:15:50 (14/33) Installing py3-chardet (3.0.4-r4) 20:15:50 (15/33) Installing py3-idna (2.9-r0) 20:15:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:15:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:15:50 (18/33) Installing py3-requests (2.23.0-r0) 20:15:50 (19/33) Installing py3-msgpack (1.0.0-r0) 20:15:50 (20/33) Installing py3-lockfile (0.12.2-r3) 20:15:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:15:50 (22/33) Installing py3-colorama (0.4.3-r0) 20:15:51 (23/33) Installing py3-distlib (0.3.0-r0) 20:15:51 (24/33) Installing py3-distro (1.5.0-r1) 20:15:52 (25/33) Installing py3-webencodings (0.5.1-r3) 20:15:52 (26/33) Installing py3-html5lib (1.0.1-r4) 20:15:54 (27/33) Installing py3-pytoml (0.1.21-r0) 20:15:54 ? github.com/edgexfoundry/edgex-go [no test files] 20:15:55 (28/33) Installing py3-pep517 (0.8.2-r0) 20:15:55 (29/33) Installing py3-progress (1.5-r0) 20:15:55 (30/33) Installing py3-toml (0.10.1-r0) 20:15:55 (31/33) Installing py3-retrying (1.3.3-r0) 20:15:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:15:55 (33/33) Installing py3-pip (20.1.1-r0) 20:15:55 Executing busybox-1.31.1-r19.trigger 20:15:55 OK: 71 MiB in 55 packages 20:16:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:16:11 ---> 5626d4e89e49 20:16:11 Step 3/23 : WORKDIR /edgex-go 20:16:11 ---> Using cache 20:16:11 ---> 75a5bb3dcf9d 20:16:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:11 ---> Using cache 20:16:11 ---> d91922cd1b69 20:16:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:16:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:16:11 ---> 5626d4e89e49 20:16:11 Step 3/22 : WORKDIR /edgex-go 20:16:11 ---> Using cache 20:16:11 ---> 75a5bb3dcf9d 20:16:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:11 ---> Using cache 20:16:11 ---> d91922cd1b69 20:16:11 Step 5/22 : RUN apk add --update --no-cache make git 20:16:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:16:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:16:11 ---> 5626d4e89e49 20:16:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/31 : WORKDIR /edgex-go 20:16:11 20:16:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> Using cache 20:16:11 20:16:11 ---> 75a5bb3dcf9d 20:16:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:11 ---> 5626d4e89e49 20:16:11 ---> Using cache 20:16:11 Step 3/21 : WORKDIR /edgex-go ---> d91922cd1b69 20:16:11 Step 5/31 : RUN apk add --update --no-cache make git 20:16:11 20:16:11 ---> Using cache 20:16:11 ---> 75a5bb3dcf9d 20:16:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:16:11 ---> Using cache 20:16:11 ---> d91922cd1b69 20:16:11 Step 5/21 : RUN apk add --update --no-cache make git 20:16:12 ---> Running in c76b18f7699f 20:16:12 ---> Running in 6205cd0e8557 20:16:12 ---> Running in 372e2e212a20 20:16:12 ---> Running in 2d8687435d02 20:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:16:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:16:15 OK: 233 MiB in 51 packages 20:16:16 OK: 233 MiB in 51 packages 20:16:16 OK: 233 MiB in 51 packages 20:16:16 OK: 233 MiB in 51 packages 20:16:18 Removing intermediate container 8a483196f4c7 20:16:18 ---> 2516422b670b 20:16:18 Step 20/26 : RUN pip install docker-compose==1.23.2 20:16:18 Removing intermediate container 6205cd0e8557 20:16:18 ---> 6b175b28e524 20:16:18 Step 6/21 : COPY go.mod . 20:16:18 ---> Running in d710f4629aa5 20:16:18 Removing intermediate container c76b18f7699f 20:16:18 ---> 727ac20c6668 20:16:18 Step 6/22 : COPY go.mod . 20:16:18 ---> 47e5f771d65c 20:16:18 Step 7/21 : RUN go mod download 20:16:18 Removing intermediate container 372e2e212a20 20:16:18 ---> ea21d6e7821f 20:16:18 Step 6/23 : COPY go.mod . 20:16:18 Removing intermediate container 2d8687435d02 20:16:18 ---> 8cf26a8c0535 20:16:18 Step 6/31 : COPY go.mod . 20:16:19 ---> Running in ff4f5b15b1e5 20:16:19 ---> e9e777addf7d 20:16:19 Step 7/22 : RUN go mod download 20:16:19 ---> Running in e1e09e05b317 20:16:19 ---> d14f8355f276 20:16:19 Step 7/23 : RUN go mod download 20:16:19 ---> b14556b1af2b 20:16:19 Step 7/31 : RUN go mod download 20:16:19 ---> Running in 919ef045d276 20:16:19 ---> Running in c52088759bf1 20:16:20 Collecting docker-compose==1.23.2 20:16:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:16:20 Collecting texttable<0.10,>=0.9.0 20:16:20 Downloading texttable-0.9.1.tar.gz (11 kB) 20:16:21 Removing intermediate container e1e09e05b317 20:16:21 ---> f26131de6741 20:16:21 Step 8/22 : COPY . . 20:16:21 Removing intermediate container ff4f5b15b1e5 20:16:21 ---> 049d95599361 20:16:21 Step 8/21 : COPY . . 20:16:22 Collecting docopt<0.7,>=0.6.1 20:16:22 Downloading docopt-0.6.2.tar.gz (25 kB) 20:16:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:16:23 Collecting cached-property<2,>=1.2.0 20:16:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:16:23 Removing intermediate container 919ef045d276 20:16:23 ---> 16b654ea3914 20:16:23 Step 8/23 : COPY . . 20:16:24 Removing intermediate container c52088759bf1 20:16:24 ---> b2ed62e2ff05 20:16:24 Step 8/31 : COPY . . 20:16:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:16:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:16:25 Collecting PyYAML<4,>=3.10 20:16:25 Downloading PyYAML-3.13.tar.gz (270 kB) 20:16:30 Collecting jsonschema<3,>=2.5.1 20:16:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:16:32 Collecting docker<4.0,>=3.6.0 20:16:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:16:34 Collecting dockerpty<0.5,>=0.4.1 20:16:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:16:37 Collecting websocket-client<1.0,>=0.32.0 20:16:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:16:37 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:16:37 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:16:37 Collecting urllib3<1.25,>=1.21.1 20:16:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:16:39 Collecting idna<2.8,>=2.5 20:16:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:16:43 Collecting docker-pycreds>=0.4.0 20:16:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:16:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:16:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:16:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:16:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:16:44 Installing collected packages: texttable, docopt, cached-property, urllib3, idna, requests, PyYAML, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, docker-compose 20:16:44 Running setup.py install for texttable: started 20:16:46 Running setup.py install for texttable: finished with status 'done' 20:16:46 Running setup.py install for docopt: started 20:16:48 Running setup.py install for docopt: finished with status 'done' 20:16:50 Attempting uninstall: urllib3 20:16:50 Found existing installation: urllib3 1.25.9 20:16:50 Uninstalling urllib3-1.25.9: 20:16:51 Successfully uninstalled urllib3-1.25.9 20:16:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:16:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:16:52 Attempting uninstall: idna 20:16:52 Found existing installation: idna 2.9 20:16:52 Uninstalling idna-2.9: 20:16:52 Successfully uninstalled idna-2.9 20:16:55 Attempting uninstall: requests 20:16:55 Found existing installation: requests 2.23.0 20:16:55 Uninstalling requests-2.23.0: 20:16:55 Successfully uninstalled requests-2.23.0 20:16:56 Running setup.py install for PyYAML: started 20:16:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:16:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:16:58 Running setup.py install for PyYAML: finished with status 'done' 20:17:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:17:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:17:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:17:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:17:02 ---> d83c6b426143 20:17:02 Step 9/23 : RUN make cmd/core-data/core-data 20:17:02 ---> 86d273ca476d 20:17:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:17:02 ---> 14a69f42c5b3 20:17:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:17:02 ---> e96fa26ac946 20:17:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:17:02 Running setup.py install for dockerpty: started 20:17:02 ---> Running in a8a7087874fc 20:17:02 ---> Running in 748e674d85a8 20:17:02 ---> Running in d9b8a7ec4915 20:17:02 ---> Running in 83b55e79eba0 20:17:03 Running setup.py install for dockerpty: finished with status 'done' 20:17:03 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 20:17:03 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 20:17:03 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 20:17:03 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 20:17:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:17:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:17:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:17:06 Removing intermediate container d710f4629aa5 20:17:06 ---> 41e6694e80af 20:17:06 Step 21/26 : RUN apk --no-cache add curl 20:17:06 ---> Running in 4d8ef7dfeeb9 20:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:17:08 (2/3) Installing libcurl (7.69.1-r3) 20:17:08 (3/3) Installing curl (7.69.1-r3) 20:17:08 Executing busybox-1.31.1-r19.trigger 20:17:08 OK: 72 MiB in 58 packages 20:17:09 Removing intermediate container 4d8ef7dfeeb9 20:17:09 ---> 16963a080048 20:17:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:17:09 ---> Running in a0022f33ddb2 20:17:10 Removing intermediate container a0022f33ddb2 20:17:10 ---> d051746cd82b 20:17:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:10 ---> Running in 081a69fa8571 20:17:10 Removing intermediate container 081a69fa8571 20:17:10 ---> 1a68df73e218 20:17:10 Step 24/26 : LABEL arch=x86_64 20:17:10 ---> Running in 22cb09924b1d 20:17:10 Removing intermediate container 22cb09924b1d 20:17:10 ---> 770da9d4af8a 20:17:10 Step 25/26 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:17:10 ---> Running in e447e112cc6d 20:17:11 Removing intermediate container e447e112cc6d 20:17:11 ---> 1eaf54056540 20:17:11 Step 26/26 : LABEL version=0.0.0 20:17:11 ---> Running in e04b214a09b0 20:17:11 Removing intermediate container e04b214a09b0 20:17:11 ---> 0fc5a1feab80 20:17:11 20:17:11 Successfully built 0fc5a1feab80 20:17:11 Successfully tagged docker-sys-mgmt-agent-go:latest 20:17:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:17:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:17:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.382s coverage: 45.9% of statements 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.187s coverage: 19.8% of statements 20:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.319s coverage: 100.0% of statements 20:17:26  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:17:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.1% of statements 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:17:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:17:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.337s coverage: 71.3% of statements 20:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.533s coverage: 82.9% of statements 20:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements 20:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:17:32 Removing intermediate container d9b8a7ec4915 20:17:32 ---> 71172ead3ecd 20:17:32 20:17:32 Step 10/31 : FROM alpine:3.12 20:17:32 ---> 88dd2752d2ea 20:17:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:17:33 Removing intermediate container a8a7087874fc 20:17:33 ---> 1d48af2817e0 20:17:33 20:17:33 Step 10/21 : FROM alpine:3.12 20:17:33 ---> 88dd2752d2ea 20:17:33 Step 11/21 : RUN apk add --update --no-cache curl 20:17:33 ---> Running in 90689ec91ff4 20:17:33 ---> Running in a4d45ad75559 20:17:35 Removing intermediate container 90689ec91ff4 20:17:35 ---> 81ca3da0c0c7 20:17:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:17:37 ---> Running in 3718bc61e41e 20:17:37 Removing intermediate container 748e674d85a8 20:17:37 ---> 63332ff0bf64 20:17:37 20:17:37 Step 10/22 : FROM alpine:3.12 20:17:37 ---> 88dd2752d2ea 20:17:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:17:37 ---> Using cache 20:17:37 ---> a531cb2dafc4 20:17:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:17:37 ---> Using cache 20:17:37 ---> 5752e0e8293b 20:17:37 Step 13/22 : ENV APP_PORT=48085 20:17:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:37 ---> Running in b2e42bf4ca8f 20:17:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:37 (1/4) Installing ca-certificates (20191127-r4) 20:17:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:17:37 (3/4) Installing libcurl (7.69.1-r3) 20:17:37 (4/4) Installing curl (7.69.1-r3) 20:17:37 Executing busybox-1.31.1-r19.trigger 20:17:37 Executing ca-certificates-20191127-r4.trigger 20:17:37 OK: 7 MiB in 18 packages 20:17:38 Removing intermediate container b2e42bf4ca8f 20:17:38 ---> d7b6189df4e5 20:17:38 Step 14/22 : EXPOSE $APP_PORT 20:17:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:38 (1/2) Installing dumb-init (1.2.2-r1) 20:17:38 (2/2) Installing su-exec (0.2-r1) 20:17:38 Executing busybox-1.31.1-r19.trigger 20:17:38 OK: 6 MiB in 16 packages 20:17:40 ---> Running in d59fc436b1e8 20:17:40 Removing intermediate container 83b55e79eba0 20:17:40 ---> e5fda6655bd3 20:17:40 20:17:40 Step 10/23 : FROM alpine:3.12 20:17:40 ---> 88dd2752d2ea 20:17:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:17:40 ---> Running in 8a20029a33eb 20:17:40 Removing intermediate container d59fc436b1e8 20:17:40 ---> 2bd03813a87c 20:17:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:41 Removing intermediate container a4d45ad75559 20:17:41 ---> 3c9a156adbbd 20:17:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:17:41 ---> Running in eb902e28324f 20:17:41 Removing intermediate container 3718bc61e41e 20:17:41 ---> 363412973355 20:17:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:17:41 Removing intermediate container 8a20029a33eb 20:17:41 ---> 332cd7831a6d 20:17:41 Step 12/23 : ENV APP_PORT=48080 20:17:41 ---> 91f035a6cbf2 20:17:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:17:41 ---> Running in 556e1e034613 20:17:41 ---> Running in b7c1291a2564 20:17:41 Removing intermediate container eb902e28324f 20:17:41 ---> 9dd57439b32d 20:17:41 Step 13/21 : WORKDIR /edgex 20:17:41 ---> Running in 81c0bb7711a1 20:17:42 Removing intermediate container 556e1e034613 20:17:42 ---> 0acfe08cc397 20:17:42 Step 13/23 : EXPOSE $APP_PORT 20:17:42 Removing intermediate container b7c1291a2564 20:17:42 ---> 2be034bb52ab 20:17:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:17:42 ---> Running in 49a403ca7789 20:17:42 ---> 0e24686570d3 20:17:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:17:42 ---> Running in 4d62de13409f 20:17:42 Removing intermediate container 81c0bb7711a1 20:17:42 ---> 4d261393aaca 20:17:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:17:43 Removing intermediate container 4d62de13409f 20:17:43 ---> e0c4eae96fb3 20:17:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:17:43 Removing intermediate container 49a403ca7789 20:17:43 ---> d5232651de1b 20:17:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:17:43 ---> Running in 1a9b8a95c102 20:17:43 ---> f7abf563ea7d 20:17:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:17:43 ---> 9c4353c46c39 20:17:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:17:43 ---> Running in 6480ac03d1d1 20:17:43 ---> Running in 0b622d597eb8 20:17:44 ---> 7a82fde39727 20:17:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:17:44 Removing intermediate container 0b622d597eb8 20:17:44 ---> 7c7bdf660e64 20:17:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:44 ---> Running in 81f8bf4ab882 20:17:44 Removing intermediate container 81f8bf4ab882 20:17:44 ---> 7b20190305af 20:17:44 Step 20/22 : LABEL arch=x86_64 20:17:44 ---> Running in ede7c16e8c9c 20:17:44 ---> 506f3b2b176f 20:17:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:17:44 ---> Running in ee774d4fd9b3 20:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.282s coverage: 28.6% of statements 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:17:44 Removing intermediate container ede7c16e8c9c 20:17:44 ---> f8a60f039f18 20:17:44 Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:17:44 Removing intermediate container 1a9b8a95c102 20:17:44 ---> 5229b4c6515f 20:17:44 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:17:45 ---> Running in 7d0e64777c7e 20:17:45 Removing intermediate container ee774d4fd9b3 20:17:45 ---> 9d657747da4a 20:17:45 Step 18/21 : CMD ["--init=true"] 20:17:45 Removing intermediate container 6480ac03d1d1 20:17:45 ---> 20983249211d 20:17:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:17:45 ---> Running in b085ac727852 20:17:45 ---> Running in e4355460a67e 20:17:45 ---> Running in 4b05fa77ad43 20:17:45 Removing intermediate container 7d0e64777c7e 20:17:45 ---> 4b86c96a1d43 20:17:45 Step 22/22 : LABEL version=0.0.0 20:17:45 ---> Running in 62a3b30c4a03 20:17:45 Removing intermediate container b085ac727852 20:17:45 ---> 021084d6371f 20:17:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:17:45 Removing intermediate container e4355460a67e 20:17:45 ---> 3863f42e8da7 20:17:45 Step 19/21 : LABEL arch=x86_64 20:17:46 Removing intermediate container 62a3b30c4a03 20:17:46 ---> a05b9894fd75 20:17:46 20:17:46 ---> Running in 334dbb029551 20:17:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:17:46 ---> 50480bfbf557 20:17:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:17:46 Successfully built a05b9894fd75 20:17:46 Successfully tagged docker-support-scheduler-go:latest 20:17:46  Building docker-support-scheduler-go ... done  ---> Running in 21a0d88978e7 20:17:46 Removing intermediate container 334dbb029551 20:17:46 ---> a7e8843585a1 20:17:46 Step 20/21 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:17:46 ---> Running in c2dfd6a8974c 20:17:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:17:46 Removing intermediate container c2dfd6a8974c 20:17:46 ---> 12f38e1d340e 20:17:46 Step 21/21 : LABEL version=0.0.0 20:17:46 ---> Running in ba67b2916679 20:17:47 Removing intermediate container ba67b2916679 20:17:47 ---> 00c2c6b40ef3 20:17:47 20:17:47 (1/6) Installing dumb-init (1.2.2-r1) 20:17:47 Successfully built 00c2c6b40ef3 20:17:47 (2/6) Installing libgcc (9.3.0-r2) 20:17:47 Successfully tagged docker-security-proxy-setup-go:latest 20:17:47  Building docker-security-proxy-setup-go ... done (3/6) Installing libsodium (1.0.18-r0) 20:17:47 Removing intermediate container 21a0d88978e7 20:17:47 ---> 79fefa7dfe29 20:17:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:47 (4/6) Installing libstdc++ (9.3.0-r2) 20:17:48 ---> f175f00ae2e4 20:17:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:17:48 (5/6) Installing libzmq (4.3.3-r0) 20:17:48 (6/6) Installing zeromq (4.3.3-r0) 20:17:48 Executing busybox-1.31.1-r19.trigger 20:17:48 OK: 8 MiB in 20 packages 20:17:48 ---> 6b8641238cfd 20:17:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:17:48 Removing intermediate container 4b05fa77ad43 20:17:48 ---> 831af0be3b8d 20:17:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:17:48 ---> 10eec37350fe 20:17:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:17:49 ---> f8ab3352a0a3 20:17:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:17:49 ---> 7ddf15a64b25 20:17:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:17:49 ---> 4f8294526925 20:17:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:17:49 ---> Running in 9087caf1e83f 20:17:49 ---> 1aa57e113db7 20:17:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:17:49 Removing intermediate container 9087caf1e83f 20:17:49 ---> 3455d1a67f69 20:17:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:17:49 ---> 60f29d5dc62c 20:17:49 Step 19/23 : ENTRYPOINT ["/core-data"] 20:17:50 ---> Running in e074c7c2cadd 20:17:50 ---> 415ba6dd8fcb 20:17:50 Step 26/31 : RUN chmod +x /entrypoint.sh 20:17:50 Removing intermediate container e074c7c2cadd 20:17:50 ---> 58f25c332278 20:17:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:17:50 ---> Running in 2decbf6f61db 20:17:50 ---> Running in 4afe6ec77a43 20:17:51 Removing intermediate container 4afe6ec77a43 20:17:51 ---> 81311da33c01 20:17:51 Step 21/23 : LABEL arch=x86_64 20:17:51 ---> Running in dbacb3ce615b 20:17:51 Removing intermediate container dbacb3ce615b 20:17:51 ---> cf5b399dd1b5 20:17:51 Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:17:51 ---> Running in 0fe9127c5f4b 20:17:51 Removing intermediate container 2decbf6f61db 20:17:51 ---> 82f6e1e7139d 20:17:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:17:51 ---> Running in 1bbfffb9d48a 20:17:51 Removing intermediate container 0fe9127c5f4b 20:17:51 ---> 08bf9211ef1e 20:17:51 Step 23/23 : LABEL version=0.0.0 20:17:51 ---> Running in 7691af34bcbf 20:17:51 Removing intermediate container 1bbfffb9d48a 20:17:51 ---> d617d7ea1676 20:17:51 Step 28/31 : CMD ["gate"] 20:17:51 Removing intermediate container 7691af34bcbf 20:17:51 ---> f8bf143cffa5 20:17:51 20:17:52 Successfully built f8bf143cffa5 20:17:52 ---> Running in cccaad5aabcb 20:17:52 Successfully tagged docker-core-data-go:latest 20:17:52  Building docker-core-data-go ... done Removing intermediate container cccaad5aabcb 20:17:52 ---> 1cc7366c3fc0 20:17:52 Step 29/31 : LABEL arch=x86_64 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.387s coverage: 92.8% of statements 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 0.1% of statements 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 20:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 20:17:53 ---> Running in c5c0cec533f6 20:17:53 Removing intermediate container c5c0cec533f6 20:17:53 ---> d1026f87784d 20:17:53 Step 30/31 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:17:53 ---> Running in 1c1a4e2f535d 20:17:53 Removing intermediate container 1c1a4e2f535d 20:17:53 ---> 0f101076dcad 20:17:53 Step 31/31 : LABEL version=0.0.0 20:17:53 ---> Running in 45d44a97fbbc 20:17:53 Removing intermediate container 45d44a97fbbc 20:17:53 ---> dffa1f0ad1e5 20:17:53 20:17:53 Successfully built dffa1f0ad1e5 20:17:54 Successfully tagged docker-security-bootstrapper-go:latest 20:17:54  Building docker-security-bootstrapper-go ... done  [Pipeline] } 20:17:54 $ docker stop --time=1 cae49c4c2ce1a4b0e6ca3ad607580444fe974f9ee8249df1d62a469091308dc2 20:17:55 $ docker rm -f cae49c4c2ce1a4b0e6ca3ad607580444fe974f9ee8249df1d62a469091308dc2 [Pipeline] // withDockerContainer [Pipeline] sh 20:17:56 + docker images 20:17:56 + grep docker 20:17:56 docker-security-bootstrapper-go latest dffa1f0ad1e5 3 seconds ago 18.8MB 20:17:56 docker-core-data-go latest f8bf143cffa5 5 seconds ago 22.6MB 20:17:56 docker-security-proxy-setup-go latest 00c2c6b40ef3 9 seconds ago 24.7MB 20:17:56 docker-support-scheduler-go latest a05b9894fd75 11 seconds ago 17.3MB 20:17:56 docker-sys-mgmt-agent-go latest 0fc5a1feab80 45 seconds ago 313MB 20:17:56 docker-security-secretstore-setup-go latest 4cfa60614136 2 minutes ago 24.9MB 20:17:56 docker-core-metadata-go latest d820ce4ba21d 2 minutes ago 19.1MB 20:17:56 docker-core-command-go latest 46c892462937 2 minutes ago 17.3MB 20:17:56 docker-support-notifications-go latest 785b665d3f96 2 minutes ago 17.9MB 20:17:56 docker 20.10.0 aefe523efa57 3 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 20:18:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements 20:18:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 20:18:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.247s coverage: 81.9% of statements 20:18:12 Still waiting to schedule task 20:18:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.151s coverage: 92.9% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.6% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 62.4% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 20:18:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 20:18:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 20:18:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.869s coverage: 69.0% of statements 20:18:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:18:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:18:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:18:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.433s coverage: 38.4% of statements 20:18:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:18:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:18:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 20:18:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:18:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.123s coverage: 84.8% of statements 20:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.495s coverage: 47.0% of statements 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.170s coverage: 100.0% of statements 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:18:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.502s coverage: 87.1% of statements 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:18:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.690s coverage: 29.1% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.234s coverage: 96.5% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 20:18:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:18:47 GO111MODULE=on go vet ./... 20:18:57 Running on prd-ubuntu18.04-docker-8c-8g-30632 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 20:18:57 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 20:19:00 using credential edgex-jenkins-ssh 20:19:00 Cloning the remote Git repository 20:19:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:19:00 > git init /w/workspace/edgex-go/19 # timeout=10 20:19:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:19:00 > git --version # timeout=10 20:19:00 > git --version # 'git version 2.17.1' 20:19:00 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:19:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:19:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:19:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:19:06 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:19:06 Merge succeeded, producing 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:19:06 Checking out Revision 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c (PR-3234) 20:19:06 > git config core.sparsecheckout # timeout=10 20:19:06 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 20:19:06 > git remote # timeout=10 20:19:06 > git config --get remote.origin.url # timeout=10 20:19:06 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:06 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:19:06 > git rev-parse HEAD^{commit} # timeout=10 20:19:06 > git config core.sparsecheckout # timeout=10 20:19:06 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 20:19:10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:11 + echo snap-build.sh 20:19:11 snap-build.sh 20:19:11 + SNAP_BASE_DIR=. 20:19:11 + '[' '!' -z /w/workspace/edgex-go/19 ']' 20:19:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/19 20:19:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' 20:19:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/19] 20:19:11 + cd /w/workspace/edgex-go/19 20:19:11 + sudo apt-get remove -qy --purge lxd lxd-client 20:19:11 Reading package lists... 20:19:11 Building dependency tree... 20:19:11 Reading state information... 20:19:12 The following packages were automatically installed and are no longer required: 20:19:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:19:12 uidmap xdelta3 20:19:12 Use 'sudo apt autoremove' to remove them. 20:19:12 The following packages will be REMOVED: 20:19:12 lxd* lxd-client* 20:19:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:19:12 After this operation, 31.7 MB disk space will be freed. 20:19:13 (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.) 20:19:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:19:14 Removing lxd dnsmasq configuration 20:19:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:19:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:19:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:19:16 (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.) 20:19:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:19:17 Processing triggers for systemd (237-3ubuntu10.42) ... 20:19:17 Processing triggers for ureadahead (0.100.0-21) ... 20:19:19 + sudo snap remove --purge lxd 20:19:19 snap "lxd" is not installed 20:19:19 + sudo groupadd --force --system lxd 20:19:19 ++ whoami 20:19:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:19:19 + newgrp - lxd 20:19:19 + sudo snap install lxd 20:19:27 2021-03-19T20:19:25Z INFO Waiting for automatic snapd restart... 20:19:45 lxd 4.12 from Canonical* installed 20:19:45 + sudo lxd init --auto 20:19:54 + sudo snap install --classic snapcraft 20:19:59 snapcraft 4.5.4 from Canonical* installed 20:19:59 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:19:59 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:19:59 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:59 Dload Upload Total Spent Left Speed 20:19:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4098 0 --:--:-- --:--:-- --:--:-- 4098 20:19:59 100 3325k 100 3325k 0 0 8914k 0 --:--:-- --:--:-- --:--:-- 8914k 20:19:59 ./yq_linux_amd64 20:19:59 + sudo snapcraft prime --use-lxd 20:20:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:20:01 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: 20:20:01 - README.md 20:20:01 20:20:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:20:02 Launching a container. 20:20:14 Waiting for container to be ready 20:20:14 To start your first instance, try: lxc launch ubuntu:18.04 20:20:14 20:20:19 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:20:19 Waiting for network to be ready... 20:20:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:20:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:20:19 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:20:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:20:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:20:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:20:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:20:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:20:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:20:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:20:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:20:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:20:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:20:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:20:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:20:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:20:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:20:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:20:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:20:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:20:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:20:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:20:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:20:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:20:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:20:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:20:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:20:24 gofmt -l . 20:20:24 [ "`gofmt -l .`" = "" ] 20:20:24 ./bin/test-go-mod-tidy.sh 20:20:24 ./bin/test-attribution-txt.sh [Pipeline] sh 20:20:24 Fetched 24.1 MB in 5s (4509 kB/s) 20:20:25 + ls -al . 20:20:25 total 788 20:20:25 drwxrwxr-x 9 1001 1001 4096 Mar 19 20:20 . 20:20:25 drwxr-xr-x 4 root root 4096 Mar 19 20:15 .. 20:20:25 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:13 .dockerignore 20:20:25 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:13 .git 20:20:25 drwxrwxr-x 3 1001 1001 4096 Mar 19 20:13 .github 20:20:25 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:13 .gitignore 20:20:25 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:13 .sonarcloud.properties 20:20:25 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:13 Attribution.txt 20:20:25 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:13 CONTRIBUTING.md 20:20:25 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:13 Dockerfile.build 20:20:25 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:13 Jenkinsfile 20:20:25 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:13 LICENSE 20:20:25 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:13 Makefile 20:20:25 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:13 README.md 20:20:25 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:13 SECURITY.md 20:20:25 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:09 VERSION 20:20:25 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:13 ZMQWindows.md 20:20:25 drwxrwxr-x 2 1001 1001 4096 Mar 19 20:13 bin 20:20:25 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:13 cmd 20:20:25 -rw-r--r-- 1 root root 650607 Mar 19 20:18 coverage.out 20:20:25 -rw-r--r-- 1 root root 1056 Mar 19 20:20 go.mod 20:20:25 -rw-r--r-- 1 root root 21983 Mar 19 20:20 go.sum 20:20:25 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:13 internal 20:20:25 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:13 openapi 20:20:25 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:13 snap 20:20:25 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:13 version.go [Pipeline] sh 20:20:26 + '[' -e coverage.out ] 20:20:26 + chown 1001:1001 coverage.out [Pipeline] stash 20:20:26 Warning: overwriting stash ‘coverage-report’ 20:20:26 Reading package lists... 20:20:26 Reading package lists... 20:20:26 Building dependency tree... 20:20:26 Reading state information... 20:20:26 The following additional packages will be installed: 20:20:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:20:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:20:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:20:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:20:26 Suggested packages: 20:20:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:20:26 Recommended packages: 20:20:26 gnupg libsasl2-modules 20:20:26 The following NEW packages will be installed: 20:20:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:20:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:20:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:20:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:20:26 The following packages will be upgraded: 20:20:26 gpg gpg-agent gpgconf libudev1 20:20:26 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:20:26 Need to get 3530 kB of archives. 20:20:26 After this operation, 13.3 MB of additional disk space will be used. 20:20:26 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] 20:20:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:20:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:20:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:20:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 20:20:27 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 20:20:27 Stashed 1 file(s) [Pipeline] sh 20:20:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:20:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:20:27 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:20:27 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:20:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:20:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:20:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:20:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:20:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:20:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:20:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:20:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:20:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:20:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:20:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:20:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:20:27 debconf: delaying package configuration, since apt-utils is not installed 20:20:27 Fetched 3530 kB in 1s (3018 kB/s) 20:20:27 (Reading database ... 12511 files and directories currently installed.) 20:20:27 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 20:20:27 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:20:27 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 20:20:28 Selecting previously unselected package udev. 20:20:28 (Reading database ... 12511 files and directories currently installed.) 20:20:28 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 20:20:28 Unpacking udev (237-3ubuntu10.45) ... 20:20:28 + make build 20:20:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:20:28 Selecting previously unselected package libfuse2:amd64. 20:20:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:20:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:20:28 Selecting previously unselected package fuse. 20:20:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:20:28 Unpacking fuse (2.9.7-1ubuntu1) ... 20:20:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:20:28 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:20:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:20:28 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:20:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:20:29 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:20:29 Selecting previously unselected package libksba8:amd64. 20:20:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:20:29 Unpacking libksba8:amd64 (1.3.5-2) ... 20:20:29 Selecting previously unselected package libroken18-heimdal:amd64. 20:20:29 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:20:29 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:20:29 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:20:29 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libwind0-heimdal:amd64. 20:20:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:20:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:20:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:20:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:20:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:20:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:30 Selecting previously unselected package libsasl2-modules-db:amd64. 20:20:30 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:20:30 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:20:30 Selecting previously unselected package libsasl2-2:amd64. 20:20:30 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:20:30 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:20:30 Selecting previously unselected package libldap-common. 20:20:30 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:20:30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:20:30 Selecting previously unselected package libldap-2.4-2:amd64. 20:20:30 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:20:30 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:20:30 Selecting previously unselected package dirmngr. 20:20:30 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:20:30 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:20:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:20:30 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:20:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:20:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:20:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:20:30 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:20:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:30 Setting up libksba8:amd64 (1.3.5-2) ... 20:20:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:20:30 Setting up udev (237-3ubuntu10.45) ... 20:20:31 invoke-rc.d: policy-rc.d denied execution of start. 20:20:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Processing triggers for systemd (237-3ubuntu10) ... 20:20:31 Setting up fuse (2.9.7-1ubuntu1) ... 20:20:31 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:20:31 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:20:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:20:31 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:20:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:20:32 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:20:32 settings in the [Install] section, and DefaultInstance for template units). 20:20:32 This means they are not meant to be enabled using systemctl. 20:20:32 Possible reasons for having this kind of units are: 20:20:32 1) A unit may be statically enabled by being symlinked from another unit's 20:20:32 .wants/ or .requires/ directory. 20:20:32 2) A unit's purpose may be to act as a helper for some other unit which has 20:20:32 a requirement dependency on it. 20:20:32 3) A unit may be started when needed via activation (socket, path, timer, 20:20:32 D-Bus, udev, scripted systemctl call, ...). 20:20:32 4) In case of template units, the unit is meant to be enabled with some 20:20:32 instance name specified. 20:20:32 Reading package lists... 20:20:33 Building dependency tree... 20:20:33 Reading state information... 20:20:33 The following additional packages will be installed: 20:20:33 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:20:33 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:20:33 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:20:33 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:20:33 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:20:33 Suggested packages: 20:20:33 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:20:33 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:20:33 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:20:33 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:20:33 systemd-container policykit-1 20:20:33 Recommended packages: 20:20:33 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:20:33 The following NEW packages will be installed: 20:20:33 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:20:33 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:20:33 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:20:33 multiarch-support openssh-client python3 python3-minimal python3.6 20:20:33 python3.6-minimal snapd squashfs-tools sudo 20:20:33 The following packages will be upgraded: 20:20:33 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:20:33 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:20:33 Need to get 35.2 MB of archives. 20:20:33 After this operation, 141 MB of additional disk space will be used. 20:20:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:20:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:20:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 20:20:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 20:20:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:20:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:20:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:20:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:20:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:20:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:20:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:20:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:20:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:20:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:20:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:20:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:20:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:20:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:20:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:20:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 20:20:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:20:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:20:34 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:20:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:20:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:20:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:20:34 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:20:34 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:20:34 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:20:34 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:20:34 debconf: delaying package configuration, since apt-utils is not installed 20:20:34 Fetched 35.2 MB in 1s (30.8 MB/s) 20:20:34 (Reading database ... 12757 files and directories currently installed.) 20:20:34 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 20:20:34 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:20:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 20:20:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:20:35 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 20:20:36 (Reading database ... 12757 files and directories currently installed.) 20:20:36 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:20:36 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:20:36 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:20:36 (Reading database ... 12757 files and directories currently installed.) 20:20:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:20:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:20:36 Setting up apt (1.6.12ubuntu0.2) ... 20:20:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:20:37 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:20:37 (Reading database ... 12764 files and directories currently installed.) 20:20:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:20:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:20:37 Selecting previously unselected package libpython3.6-minimal:amd64. 20:20:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:20:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:20:37 Selecting previously unselected package libexpat1:amd64. 20:20:37 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:20:37 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:20:37 Selecting previously unselected package python3.6-minimal. 20:20:37 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:20:37 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:20:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 20:20:38 Checking for services that may need to be restarted...done. 20:20:38 Checking for services that may need to be restarted...done. 20:20:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:20:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:20:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:20:39 Selecting previously unselected package python3-minimal. 20:20:39 (Reading database ... 13012 files and directories currently installed.) 20:20:39 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:20:39 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:20:39 Selecting previously unselected package mime-support. 20:20:39 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:20:39 Unpacking mime-support (3.60ubuntu1) ... 20:20:39 Selecting previously unselected package libmpdec2:amd64. 20:20:39 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:20:39 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:20:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:20:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:20:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:20:39 Selecting previously unselected package python3.6. 20:20:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:20:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:20:39 Selecting previously unselected package libpython3-stdlib:amd64. 20:20:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:20:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:20:39 Setting up python3-minimal (3.6.7-1~18.04) ... 20:20:40 Selecting previously unselected package python3. 20:20:40 (Reading database ... 13442 files and directories currently installed.) 20:20:40 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:20:40 Unpacking python3 (3.6.7-1~18.04) ... 20:20:40 Selecting previously unselected package multiarch-support. 20:20:40 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:20:40 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:20:40 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:20:40 Selecting previously unselected package liblzo2-2:amd64. 20:20:40 (Reading database ... 13479 files and directories currently installed.) 20:20:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:20:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:20:40 Selecting previously unselected package libbsd0:amd64. 20:20:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:20:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:20:40 Selecting previously unselected package sudo. 20:20:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:20:40 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:20:40 Selecting previously unselected package apparmor. 20:20:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:20:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:20:40 Selecting previously unselected package libedit2:amd64. 20:20:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:20:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:20:41 Selecting previously unselected package libkrb5support0:amd64. 20:20:41 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:20:41 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:20:42 Selecting previously unselected package libk5crypto3:amd64. 20:20:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:20:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:20:42 Selecting previously unselected package libkeyutils1:amd64. 20:20:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:20:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:20:42 Selecting previously unselected package libkrb5-3:amd64. 20:20:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:20:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:20:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:20:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:20:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:20:42 Selecting previously unselected package libssl1.0.0:amd64. 20:20:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:20:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:20:42 Selecting previously unselected package openssh-client. 20:20:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:20:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:20:43 Selecting previously unselected package squashfs-tools. 20:20:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:20:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:20:43 Selecting previously unselected package snapd. 20:20:43 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:20:43 Unpacking snapd (2.48.3+18.04) ... 20:20:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:20:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:20:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:20:45 Setting up mime-support (3.60ubuntu1) ... 20:20:45 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:20:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:20:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:20:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:20:45 Setting up systemd (237-3ubuntu10.45) ... 20:20:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:20:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:20:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:20:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:20:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:20:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:20:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:20:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:20:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:20:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:20:47 Setting up python3 (3.6.7-1~18.04) ... 20:20:47 running python rtupdate hooks for python3.6... 20:20:47 running python post-rtupdate hooks for python3.6... 20:20:47 Setting up apparmor (2.12-4ubuntu5.1) ... 20:20:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:20:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:20:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:20:49 Setting up snapd (2.48.3+18.04) ... 20:20:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:20:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:20:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:20:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:20:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:20:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:20:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:20:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:20:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:20:52 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:20:52 /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' 20:20:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:20:52 Processing triggers for systemd (237-3ubuntu10.45) ... 20:20:53 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:20:53 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:20:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:20:55 Reading package lists... 20:20:55 Reading package lists... 20:20:56 Building dependency tree... 20:20:56 Reading state information... 20:20:56 Calculating upgrade... 20:20:56 The following packages will be upgraded: 20:20:56 advancecomp base-files bash binutils binutils-common 20:20:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:20:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:20:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:20:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:20:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:20:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:20:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:20:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:20:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:20:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:20:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:20:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:20:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:20:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:20:56 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:20:56 Need to get 63.8 MB of archives. 20:20:56 After this operation, 5207 kB of additional disk space will be used. 20:20:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:20:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 20:20:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:20:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:20:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:20:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:20:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:20:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:20:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:20:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:20:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:20:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:20:57 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:20:57 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:20:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:20:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:20:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:20:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:20:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:20:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:20:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:20:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:20:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:20:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:20:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:20:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:20:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:20:57 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:20:57 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:20:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:20:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:20:57 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:20:57 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:20:57 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:20:57 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:20:57 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:20:57 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:20:57 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:20:57 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:20:57 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:20:57 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 20:20:57 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:20:57 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:20:57 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:20:57 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:20:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:20:57 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:20:57 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:20:57 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:20:57 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:20:57 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:20:57 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:20:57 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:20:57 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:20:57 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:20:57 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:20:57 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:20:57 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:20:57 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:20:57 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:20:57 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:20:57 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:20:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:20:57 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:20:57 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:20:57 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:20:57 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:20:57 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:20:57 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:20:57 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:20:57 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:20:57 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 20:20:57 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:20:57 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:20:57 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:20:57 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:20:57 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:20:57 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:20:57 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:20:57 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:20:58 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:20:58 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:20:58 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:20:58 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:20:58 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:20:58 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:20:58 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:20:58 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:20:58 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:20:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:20:58 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:20:59 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:20:59 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:20:59 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:20:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:20:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:20:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:20:59 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:20:59 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:20:59 debconf: delaying package configuration, since apt-utils is not installed 20:20:59 Fetched 63.8 MB in 3s (20.4 MB/s) 20:20:59 (Reading database ... 13912 files and directories currently installed.) 20:20:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:20:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:21:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 20:21:00 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 20:21:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:02 (Reading database ... 13911 files and directories currently installed.) 20:21:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:21:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:21:02 (Reading database ... 13911 files and directories currently installed.) 20:21:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:03 (Reading database ... 13911 files and directories currently installed.) 20:21:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:21:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:21:04 (Reading database ... 13911 files and directories currently installed.) 20:21:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:21:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:21:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:21:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:21:04 Setting up base-files (10.1ubuntu2.10) ... 20:21:04 Installing new version of config file /etc/issue ... 20:21:04 Installing new version of config file /etc/issue.net ... 20:21:04 Installing new version of config file /etc/lsb-release ... 20:21:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:21:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:21:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:21:05 Removing obsolete conffile /etc/default/motd-news ... 20:21:05 (Reading database ... 13912 files and directories currently installed.) 20:21:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:21:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:21:05 Setting up bash (4.4.18-2ubuntu1.2) ... 20:21:05 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 20:21:05 (Reading database ... 13912 files and directories currently installed.) 20:21:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:21:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:21:05 (Reading database ... 13912 files and directories currently installed.) 20:21:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:21:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:21:06 Setting up tar (1.29b-2ubuntu0.2) ... 20:21:06 (Reading database ... 13912 files and directories currently installed.) 20:21:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:21:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:21:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:21:06 (Reading database ... 13912 files and directories currently installed.) 20:21:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:21:06 (Reading database ... 13912 files and directories currently installed.) 20:21:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:21:07 (Reading database ... 13912 files and directories currently installed.) 20:21:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:21:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:21:07 Setting up grep (3.1-2build1) ... 20:21:07 (Reading database ... 13912 files and directories currently installed.) 20:21:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:21:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:21:07 Setting up login (1:4.5-1ubuntu2) ... 20:21:07 (Reading database ... 13912 files and directories currently installed.) 20:21:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:21:07 (Reading database ... 13912 files and directories currently installed.) 20:21:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:21:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:21:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:21:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:21:09 (Reading database ... 13912 files and directories currently installed.) 20:21:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:21:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:21:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:21:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:21:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:21:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:21:10 (Reading database ... 13912 files and directories currently installed.) 20:21:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:21:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:21:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:21:11 (Reading database ... 13912 files and directories currently installed.) 20:21:11 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:11 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:11 (Reading database ... 13912 files and directories currently installed.) 20:21:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:11 (Reading database ... 13912 files and directories currently installed.) 20:21:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:11 (Reading database ... 13912 files and directories currently installed.) 20:21:11 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:11 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:11 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:11 (Reading database ... 13912 files and directories currently installed.) 20:21:11 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:11 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:21:12 (Reading database ... 13912 files and directories currently installed.) 20:21:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:21:12 (Reading database ... 13912 files and directories currently installed.) 20:21:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:12 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:12 (Reading database ... 13912 files and directories currently installed.) 20:21:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:21:13 (Reading database ... 13912 files and directories currently installed.) 20:21:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:13 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:21:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:21:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:21:14 (Reading database ... 13912 files and directories currently installed.) 20:21:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:21:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:21:14 (Reading database ... 13912 files and directories currently installed.) 20:21:14 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:21:14 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:21:14 (Reading database ... 13914 files and directories currently installed.) 20:21:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:21:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:21:15 Setting up debconf (1.5.66ubuntu1) ... 20:21:15 (Reading database ... 13914 files and directories currently installed.) 20:21:15 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:21:15 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:21:15 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:21:15 (Reading database ... 13914 files and directories currently installed.) 20:21:15 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:21:15 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:21:15 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:21:15 (Reading database ... 13914 files and directories currently installed.) 20:21:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:21:15 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:21:16 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:21:16 (Reading database ... 13914 files and directories currently installed.) 20:21:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:21:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:21:16 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 20:21:16 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:21:16 (Reading database ... 13914 files and directories currently installed.) 20:21:16 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:21:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:21:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:21:16 (Reading database ... 13914 files and directories currently installed.) 20:21:16 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:16 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:16 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 20:21:16 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:21:16 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:17 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:21:17 (Reading database ... 13914 files and directories currently installed.) 20:21:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:21:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:21:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:21:17 (Reading database ... 13914 files and directories currently installed.) 20:21:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:21:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:21:17 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:21:17 (Reading database ... 13914 files and directories currently installed.) 20:21:17 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:17 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:17 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:21:18 (Reading database ... 13914 files and directories currently installed.) 20:21:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:21:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:21:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:21:18 (Reading database ... 13914 files and directories currently installed.) 20:21:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:21:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:21:19 Setting up passwd (1:4.5-1ubuntu2) ... 20:21:19 (Reading database ... 13914 files and directories currently installed.) 20:21:19 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:21:19 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:21:19 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:21:19 (Reading database ... 13914 files and directories currently installed.) 20:21:19 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:21:19 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:21:19 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:21:19 (Reading database ... 13914 files and directories currently installed.) 20:21:19 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:21:19 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:21:20 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:21:20 (Reading database ... 13914 files and directories currently installed.) 20:21:20 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:21:20 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:21:20 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:21:20 (Reading database ... 13914 files and directories currently installed.) 20:21:20 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:21:20 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:21:20 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:21:20 (Reading database ... 13914 files and directories currently installed.) 20:21:20 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:21:20 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:21:20 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:21:20 (Reading database ... 13914 files and directories currently installed.) 20:21:20 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:21:20 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:21:20 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:21:21 (Reading database ... 13915 files and directories currently installed.) 20:21:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:21:21 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:21:21 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:21:21 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:21:21 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:21:21 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:21:21 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 20:21:21 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:21:21 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:21:21 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:21:21 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:21:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:21:22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:21:22 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:21:22 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:21:22 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:21:22 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:21:22 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:21:22 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:21:22 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:21:22 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:21:22 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:21:22 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:21:23 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:21:23 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:21:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:21:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:21:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:21:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:21:24 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:21:24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:21:24 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:21:24 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:21:24 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:21:24 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:21:25 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:21:25 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:21:25 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:25 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:25 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:25 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:25 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:25 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:25 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:25 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:26 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:26 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 20:21:27 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:28 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:28 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:28 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 20:21:28 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:28 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:29 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:29 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:29 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:21:29 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:21:30 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:21:30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:21:30 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:21:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:21:30 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:21:30 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:21:30 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:21:30 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:21:30 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:21:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:21:30 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:21:30 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:21:30 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:30 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:21:30 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:30 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:30 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:30 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:21:30 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:21:31 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:21:31 20:21:31 Current default time zone: 'Etc/UTC' 20:21:31 Local time is now: Fri Mar 19 20:21:31 UTC 2021. 20:21:31 Universal Time is now: Fri Mar 19 20:21:31 UTC 2021. 20:21:31 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:21:31 20:21:31 Setting up systemd-sysv (237-3ubuntu10.45) ... 20:21:31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:31 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 20:21:31 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:21:31 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:21:31 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:21:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:21:31 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:21:31 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:21:31 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:21:31 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:31 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:21:31 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:21:31 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:21:31 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:31 Setting up patch (2.7.6-2ubuntu1.1) ... 20:21:31 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:21:31 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:21:31 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 20:21:31 Installing new version of config file /etc/ssl/openssl.cnf ... 20:21:31 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:21:31 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:21:31 Setting up ca-certificates (20210119~18.04.1) ... 20:21:33 Updating certificates in /etc/ssl/certs... 20:21:34 23 added, 27 removed; done. 20:21:34 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:21:34 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:34 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:21:34 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:21:34 Setting up pkgbinarymangler (138.18.04.1) ... 20:21:34 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:21:34 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:21:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:21:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:21:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:21:34 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:21:34 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:21:34 Setting up perl (5.26.1-6ubuntu0.5) ... 20:21:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:21:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:21:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:21:35 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:21:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:21:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:21:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:21:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:21:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:21:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:21:35 Processing triggers for systemd (237-3ubuntu10.45) ... 20:21:35 Processing triggers for mime-support (3.60ubuntu1) ... 20:21: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 20:21:35 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:21:35 Updating certificates in /etc/ssl/certs... 20:21:36 0 added, 0 removed; done. 20:21:36 Running hooks in /etc/ca-certificates/update.d... 20:21:36 done. 20:21:36 Reading package lists... 20:21:37 Building dependency tree... 20:21:37 Reading state information... 20:21:37 The following NEW packages will be installed: 20:21:37 apt-transport-https 20:21:37 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:21:37 Need to get 1696 B of archives. 20:21:37 After this operation, 153 kB of additional disk space will be used. 20:21:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:21:37 debconf: delaying package configuration, since apt-utils is not installed 20:21:37 Fetched 1696 B in 0s (28.3 kB/s) 20:21:37 Selecting previously unselected package apt-transport-https. 20:21:37 (Reading database ... 13920 files and directories currently installed.) 20:21:37 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:21:37 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:21:37 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:21:38 Waiting for network to be ready... 20:21:40 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 20:21:44 2021-03-19T20:21:42Z INFO Waiting for automatic snapd restart... 20:21:45 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 20:21:45 snapd 2.49 from Canonical* installed 20:21:46 "snapd" switched to the "latest/stable" channel 20:21:46 20:21:50 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 20:21:50 core18 20210128 from Canonical* installed 20:21:51 "core18" switched to the "latest/stable" channel 20:21:51 20:21:54 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 20:21:57 snapcraft 4.5.4 from Canonical* installed 20:21:57 "snapcraft" switched to the "latest/stable" channel 20:21:57 20:21:59 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 20:22:01 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: 20:22:01 - README.md 20:22:01 20:22:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:22:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:22:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:22:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:22:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:22:09 Reading package lists... 20:22:09 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [Pipeline] } 20:22:09 $ docker stop --time=1 ecb671790ed4e041c06e9241cf75ac0370c84d66fc8ee9d2de073d27a5268455 20:22:11 $ docker rm -f ecb671790ed4e041c06e9241cf75ac0370c84d66fc8ee9d2de073d27a5268455 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:14 20:22:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:22:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:14 latest: Pulling from edgex-devops/edgex-compose-arm64 20:22:14 29e5d40040c1: Pulling fs layer 20:22:14 1ce36da41761: Pulling fs layer 20:22:14 25b303627fd3: Pulling fs layer 20:22:15 29e5d40040c1: Verifying Checksum 20:22:15 29e5d40040c1: Download complete 20:22:15 1ce36da41761: Verifying Checksum 20:22:15 1ce36da41761: Download complete 20:22:15 29e5d40040c1: Pull complete 20:22:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:22:15 Reading package lists... 20:22:15 Building dependency tree... 20:22:15 Reading state information... 20:22:15 Suggested packages: 20:22:15 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:22:15 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:22:15 Recommended packages: 20:22:15 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:22:15 The following NEW packages will be installed: 20:22:15 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:22:15 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:22:15 pkg-config zip 20:22:15 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:22:15 Need to get 7657 kB of archives. 20:22:15 After this operation, 43.8 MB of additional disk space will be used. 20:22:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:22:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:22:16 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:22:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:22:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:22:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:22:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:22:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:22:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:22:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:22:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:22:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:22:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:22:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:22:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:22:17 debconf: delaying package configuration, since apt-utils is not installed 20:22:17 Fetched 7657 kB in 1s (8746 kB/s) 20:22:17 1ce36da41761: Pull complete 20:22:17 Selecting previously unselected package libglib2.0-0:amd64. 20:22:17 (Reading database ... 13924 files and directories currently installed.) 20:22:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:22:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:22:17 Selecting previously unselected package libpsl5:amd64. 20:22:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:22:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:22:17 Selecting previously unselected package libnghttp2-14:amd64. 20:22:17 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:22:17 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:22:17 Selecting previously unselected package librtmp1:amd64. 20:22:17 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:22:17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:22:17 Selecting previously unselected package libcurl3-gnutls:amd64. 20:22:17 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:22:17 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:22:17 25b303627fd3: Verifying Checksum 20:22:17 25b303627fd3: Download complete 20:22:17 Selecting previously unselected package liberror-perl. 20:22:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:22:17 Unpacking liberror-perl (0.17025-1) ... 20:22:17 Selecting previously unselected package git-man. 20:22:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:22:17 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:22:18 Selecting previously unselected package git. 20:22:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:22:18 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:22:19 Selecting previously unselected package libnorm1:amd64. 20:22:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:22:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:22:19 Selecting previously unselected package libpgm-5.2-0:amd64. 20:22:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:22:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:22:19 Selecting previously unselected package libsodium23:amd64. 20:22:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:22:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:22:19 Selecting previously unselected package libzmq5:amd64. 20:22:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:22:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:22:19 Selecting previously unselected package libzmq3-dev:amd64. 20:22:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:22:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:22:19 Selecting previously unselected package pkg-config. 20:22:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:22:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:22:19 Selecting previously unselected package zip. 20:22:19 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:22:19 Unpacking zip (3.0-11build1) ... 20:22:19 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:22:19 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:22:19 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:22:19 Setting up liberror-perl (0.17025-1) ... 20:22:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:22:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:22:19 No schema files found: doing nothing. 20:22:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:22:20 Setting up zip (3.0-11build1) ... 20:22:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:22:20 Setting up libsodium23:amd64 (1.0.16-2) ... 20:22:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:22:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:22:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:22:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:22:20 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:22:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:22:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:22:27 git set to automatically installed. 20:22:27 git-man set to automatically installed. 20:22:27 libcurl3-gnutls set to automatically installed. 20:22:27 liberror-perl set to automatically installed. 20:22:27 libglib2.0-0 set to automatically installed. 20:22:27 libnghttp2-14 set to automatically installed. 20:22:27 libnorm1 set to automatically installed. 20:22:27 libpgm-5.2-0 set to automatically installed. 20:22:27 libpsl5 set to automatically installed. 20:22:27 librtmp1 set to automatically installed. 20:22:27 libsodium23 set to automatically installed. 20:22:27 libzmq3-dev set to automatically installed. 20:22:27 libzmq5 set to automatically installed. 20:22:27 pkg-config set to automatically installed. 20:22:27 zip set to automatically installed. 20:22:27 25b303627fd3: Pull complete 20:22:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:22:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:22:28 prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container 20:22:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:22:28 snapd is not logged in, snap install commands will use sudo 20:22:31 $ docker top 9042c7d7aea6e8c0bbe10769ee023b0b853e36122fc02b585886f80a4e82cbe4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:22:32 + docker-compose build --help 20:22:32 + grep parallel 20:22:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:22:35 snap "core18" has no updates available 20:22:36 snapd is not logged in, snap install commands will use sudo 20:22:37 --parallel Build images in parallel. [Pipeline] } 20:22:37 $ docker stop --time=1 9042c7d7aea6e8c0bbe10769ee023b0b853e36122fc02b585886f80a4e82cbe4 20:22:39 $ docker rm -f 9042c7d7aea6e8c0bbe10769ee023b0b853e36122fc02b585886f80a4e82cbe4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:40 . [Pipeline] withDockerContainer 20:22:41 prd-ubuntu18.04-docker-arm64-4c-16g-30627 does not seem to be running inside a container 20:22:41 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:22:42 $ docker top 80e85cbfbc6aad9b835b865443ceacef3d42ca0e8906b724aea43b0ce26cc556 -eo pid,comm 20:22:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable [Pipeline] { [Pipeline] sh 20:22:43 + docker-compose -f ./docker-compose-build.yml build --parallel 20:22:49 Building docker-core-command-go ... 20:22:49 Building docker-core-data-go ... 20:22:49 Building docker-core-metadata-go ... 20:22:49 Building docker-security-bootstrapper-go ... 20:22:49 Building docker-security-proxy-setup-go ... 20:22:49 Building docker-security-secretstore-setup-go ... 20:22:49 Building docker-support-notifications-go ... 20:22:49 Building docker-support-scheduler-go ... 20:22:49 Building docker-sys-mgmt-agent-go ... 20:22:49 Building docker-support-notifications-go 20:22:49 Building docker-security-bootstrapper-go 20:22:49 Building docker-security-secretstore-setup-go 20:22:49 Building docker-core-metadata-go 20:22:49 Building docker-core-command-go 20:22:57 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:22:58 Pulling go-build-helper 20:22:58 + snapcraftctl pull 20:22:59 'app-service-config' has dependencies that need to be staged: go-build-helper 20:22:59 Skipping pull go-build-helper (already ran) 20:22:59 Building go-build-helper 20:22:59 + snapcraftctl build 20:23:02 Staging go-build-helper 20:23:02 + snapcraftctl stage 20:23:15 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:23:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:23:15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:23:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:23:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:23:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:23:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:23:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:23:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:23:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:23:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:23:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:23:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:23:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:23:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:23:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:23:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:23:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:23:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:23:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:23:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:23:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:23:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:23:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:23:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:23:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:23:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:23:15 Fetched 24.1 MB in 6s (4009 kB/s) 20:23:15 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:23:15 Fetched 224 kB in 0s (0 B/s) 20:23:15 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:23:15 Fetched 157 kB in 0s (0 B/s) 20:23:15 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:23:15 Fetched 221 kB in 0s (0 B/s) 20:23:15 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:23:15 Fetched 143 kB in 0s (0 B/s) 20:23:15 Pulling app-service-config 20:23:15 + snapcraftctl pull 20:23:15 Cloning into '/root/parts/app-service-config/src'... 20:23:16 Pulling config-common 20:23:16 + snapcraftctl pull 20:23:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:23:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:23:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:23:21 Fetched 0 B in 0s (0 B/s) 20:23:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:23:21 Fetched 0 B in 0s (0 B/s) 20:23:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:23:21 Fetched 0 B in 0s (0 B/s) 20:23:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:23:21 Fetched 0 B in 0s (0 B/s) 20:23:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:23:21 Fetched 0 B in 0s (0 B/s) 20:23:21 Pulling edgex-go 20:23:21 + snapcraftctl pull 20:23:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:23:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:23:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:23:48 Fetched 0 B in 0s (0 B/s) 20:23:48 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:23:48 Fetched 96.5 kB in 0s (0 B/s) 20:23:48 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:23:48 Fetched 279 kB in 0s (0 B/s) 20:23:48 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:23:48 Fetched 122 kB in 0s (0 B/s) 20:23:48 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:23:48 Fetched 77.8 kB in 0s (0 B/s) 20:23:48 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:23:48 Fetched 8848 B in 0s (0 B/s) 20:23:48 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:23:48 Fetched 47.8 kB in 0s (0 B/s) 20:23:48 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:23:48 Fetched 45.6 kB in 0s (0 B/s) 20:23:48 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:23:48 Fetched 15.0 kB in 0s (0 B/s) 20:23:48 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:23:48 Fetched 214 kB in 0s (0 B/s) 20:23:48 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:23:48 Fetched 154 kB in 0s (0 B/s) 20:23:48 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:23:48 Fetched 50.6 kB in 0s (0 B/s) 20:23:48 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:23:48 Fetched 14.8 kB in 0s (0 B/s) 20:23:48 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:23:48 Fetched 41.8 kB in 0s (0 B/s) 20:23:48 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:23:48 Fetched 499 kB in 0s (0 B/s) 20:23:48 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:23:48 Fetched 111 kB in 0s (0 B/s) 20:23:48 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:23:48 Fetched 240 kB in 0s (0 B/s) 20:23:48 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:23:48 Fetched 29.3 kB in 0s (0 B/s) 20:23:48 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:23:48 Fetched 85.5 kB in 0s (0 B/s) 20:23:48 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:23:48 Fetched 24.5 kB in 0s (0 B/s) 20:23:48 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:23:48 Fetched 49.2 kB in 0s (0 B/s) 20:23:48 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:23:48 Fetched 54.2 kB in 0s (0 B/s) 20:23:48 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:23:48 Fetched 30.8 kB in 0s (0 B/s) 20:23:48 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:23:48 Fetched 15.8 kB in 0s (0 B/s) 20:23:48 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:23:48 Fetched 85.9 kB in 0s (0 B/s) 20:23:48 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:23:48 Fetched 8720 B in 0s (0 B/s) 20:23:48 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:23:48 Fetched 137 kB in 0s (0 B/s) 20:23:48 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:23:48 Fetched 119 kB in 0s (0 B/s) 20:23:48 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:23:48 Fetched 109 kB in 0s (0 B/s) 20:23:48 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:23:48 Fetched 11.1 kB in 0s (0 B/s) 20:23:48 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:23:48 Fetched 645 kB in 0s (0 B/s) 20:23:48 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:23:48 Fetched 41.3 kB in 0s (0 B/s) 20:23:48 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:23:48 Fetched 17.9 kB in 0s (0 B/s) 20:23:48 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:23:48 Fetched 368 kB in 0s (0 B/s) 20:23:48 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:23:48 Fetched 187 kB in 0s (0 B/s) 20:23:48 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:23:48 Fetched 175 kB in 0s (0 B/s) 20:23:48 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:23:48 Fetched 206 kB in 0s (0 B/s) 20:23:48 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 20:23:48 Fetched 1301 kB in 0s (0 B/s) 20:23:48 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:23:48 Fetched 36.2 kB in 0s (0 B/s) 20:23:48 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:23:48 Fetched 159 kB in 0s (0 B/s) 20:23:48 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:23:48 Fetched 107 kB in 0s (0 B/s) 20:23:48 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:23:48 Fetched 48.7 kB in 0s (0 B/s) 20:23:48 Pulling static-packages 20:23:48 + snapcraftctl pull 20:23:48 Pulling version 20:23:48 + cd /root/project 20:23:48 + [ -f VERSION ] 20:23:48 + PROJECT_VERSION=local-dev 20:23:48 + git rev-parse --short HEAD 20:23:48 + GIT_REVISION=6fc40daf 20:23:48 + snapcraftctl set-version local-dev 20:23:48 Skipping build go-build-helper (already ran) 20:23:48 Building app-service-config 20:23:48 + make build 20:23:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 20:23:48 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 20:23:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 20:23:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 20:23:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 20:23:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 20:23:48 go: downloading github.com/gorilla/mux v1.8.0 20:23:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 20:23:48 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:23:49 go: downloading github.com/google/uuid v1.2.0 20:23:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 20:23:49 go: downloading github.com/BurntSushi/toml v0.3.1 20:23:49 go: downloading github.com/go-kit/kit v0.8.0 20:23:49 go: downloading github.com/hashicorp/consul/api v1.8.1 20:23:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:23:49 go: downloading github.com/pelletier/go-toml v1.2.0 20:23:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:23:49 go: downloading github.com/hashicorp/serf v0.9.5 20:23:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:23:49 go: downloading github.com/mitchellh/copystructure v1.0.0 20:23:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:23:49 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:23:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:23:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:23:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:23:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:23:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:23:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:23:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:23:49 go: downloading github.com/pebbe/zmq4 v1.2.5 20:23:49 go: downloading github.com/go-playground/universal-translator v0.17.0 20:23:49 go: downloading github.com/fatih/color v1.9.0 20:23:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:23:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:23:49 go: downloading github.com/x448/float16 v0.8.4 20:23:49 go: downloading github.com/go-playground/locales v0.13.0 20:23:49 go: downloading github.com/mattn/go-isatty v0.0.12 20:23:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:23:49 go: downloading github.com/mattn/go-colorable v0.1.6 20:23:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:23:49 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 20:23:50 go: downloading github.com/leodido/go-urn v1.2.0 20:23:50 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:23:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:24:02 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:24:02 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:24:02 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:24:02 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:24:02 Building config-common 20:24:02 + snapcraftctl build 20:24:04 Building edgex-go 20:24:05 + cd /root/parts/edgex-go/src 20:24:05 + make build 20:24:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:24:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 20:24:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 20:24:06 go: downloading github.com/imdario/mergo v0.3.12 20:24:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:24:06 go: downloading github.com/pkg/errors v0.8.1 20:24:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 20:24:06 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:24:06 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:24:06 go: downloading github.com/gorilla/websocket v1.4.2 20:24:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:24:10 ---> b2eae56cca04 20:24:10 Step 3/31 : WORKDIR /edgex-go 20:24:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:10 ---> b2eae56cca04 20:24:10 Step 3/23 : WORKDIR /edgex-go 20:24:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:24:10 ---> b2eae56cca04 20:24:10 Step 3/22 : WORKDIR /edgex-go 20:24:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:24:10 ---> b2eae56cca04 20:24:10 Step 3/24 : WORKDIR /edgex-go 20:24:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:10 ---> b2eae56cca04 20:24:10 Step 3/23 : WORKDIR /edgex-go 20:24:10 ---> Running in 9f76e5c309c7 20:24:10 ---> Running in 3fc5ecd15ebe 20:24:10 ---> Running in ade7f1cc6333 20:24:10 ---> Running in a02091930eb1 20:24:10 ---> Running in f64d65ae95a7 20:24:10 Removing intermediate container ade7f1cc6333 20:24:10 ---> a6b9530d5ebb 20:24:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:10 Removing intermediate container 9f76e5c309c7 20:24:10 ---> 80dd070f9b5b 20:24:10 Removing intermediate container f64d65ae95a7 20:24:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> fc5a5ab2fd33 20:24:10 20:24:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:10 Removing intermediate container 3fc5ecd15ebe 20:24:10 ---> b3e80f37a143 20:24:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:10 Removing intermediate container a02091930eb1 20:24:10 ---> 3738009095f7 20:24:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:10 ---> Running in 23a929245934 20:24:10 ---> Running in 84aa0c5face6 20:24:10 ---> Running in c3aa5ec1908a 20:24:10 ---> Running in f5686e8c66a3 20:24:10 ---> Running in 4171faddfa0d 20:24:10 Removing intermediate container 23a929245934 20:24:10 ---> 7ed06c60d4a5 20:24:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:24:10 ---> Running in 578cc1015c65 20:24:10 Removing intermediate container 84aa0c5face6 20:24:10 ---> 91566e1513cc 20:24:10 Step 5/23 : RUN apk add --update --no-cache make git 20:24:10 ---> Running in db4240daeed7 20:24:10 Removing intermediate container c3aa5ec1908a 20:24:10 ---> f1bd228e6f30 20:24:10 Step 5/24 : RUN apk add --update --no-cache make git 20:24:10 Removing intermediate container f5686e8c66a3 20:24:10 ---> 92fff82f41f0 20:24:10 Step 5/23 : RUN apk add --update --no-cache make git 20:24:10 ---> Running in 13bc42747435 20:24:10 Removing intermediate container 4171faddfa0d 20:24:10 ---> d9b69f0c6266 20:24:10 Step 5/31 : RUN apk add --update --no-cache make git 20:24:11 ---> Running in cc61dd363891 20:24:11 ---> Running in 48567ab2d0a5 20:24:11 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 20:24:11 go: downloading gopkg.in/yaml.v2 v2.4.0 20:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:13 OK: 217 MiB in 51 packages 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:14 OK: 217 MiB in 51 packages 20:24:14 OK: 217 MiB in 51 packages 20:24:15 OK: 217 MiB in 51 packages 20:24:15 OK: 217 MiB in 51 packages 20:24:15 Removing intermediate container 578cc1015c65 20:24:15 ---> 8c3027d8fd9b 20:24:15 Step 6/22 : COPY go.mod . 20:24:16 Removing intermediate container db4240daeed7 20:24:16 ---> 3a0efde3dd78 20:24:16 Step 6/23 : COPY go.mod . 20:24:16 Removing intermediate container 13bc42747435 20:24:16 ---> a5bbf7f394e2 20:24:16 Step 6/24 : COPY go.mod . 20:24:16 ---> 7dd3174ba1a2 20:24:16 Step 7/22 : RUN go mod download 20:24:16 ---> Running in 72a0359843c4 20:24:16 Removing intermediate container cc61dd363891 20:24:16 ---> b53045b32a2e 20:24:16 Step 6/23 : COPY go.mod . 20:24:16 Removing intermediate container 48567ab2d0a5 20:24:16 ---> 29a66922c2ba 20:24:17 Step 6/31 : COPY go.mod . 20:24:17 ---> d2f2609c2364 20:24:17 Step 7/23 : RUN go mod download 20:24:17 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 20:24:17 ---> Running in 705de0568f48 20:24:17 ---> 84d7199f63b2 20:24:17 Step 7/24 : RUN go mod download 20:24:17 ---> Running in 56e0fb6038b7 20:24:18 ---> 1b38463e2117 20:24:18 Step 7/31 : RUN go mod download 20:24:18 ---> Running in ac36301adf71 20:24:18 ---> 391b024df13f 20:24:18 Step 7/23 : RUN go mod download 20:24:18 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 20:24:18 ---> Running in 6b0a6259d926 20:24:20 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 20:24:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:24:20 go: downloading github.com/stretchr/testify v1.7.0 20:24:21 go: downloading github.com/davecgh/go-spew v1.1.1 20:24:21 go: downloading github.com/pmezard/go-difflib v1.0.0 20:24:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:24:22 Removing intermediate container 72a0359843c4 20:24:22 ---> a73b932ea05b 20:24:22 Step 8/22 : COPY . . 20:24:22 Removing intermediate container 705de0568f48 20:24:22 ---> 447d4f36915a 20:24:22 Step 8/23 : COPY . . 20:24:23 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 20:24:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:24:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:24:23 Removing intermediate container 56e0fb6038b7 20:24:23 ---> ba6b0a146061 20:24:23 Step 8/24 : COPY . . 20:24:23 Removing intermediate container ac36301adf71 20:24:23 ---> f38e31089bd3 20:24:23 Step 8/31 : COPY . . 20:24:23 Removing intermediate container 6b0a6259d926 20:24:23 ---> 64a04e17c635 20:24:23 Step 8/23 : COPY . . 20:24:24 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 20:24:25 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 20:24:26 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 20:24:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:24:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:24:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:24:30 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 20:24:30 go: downloading github.com/lib/pq v1.10.0 20:24:33 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:24:33 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:24:33 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:24:33 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:24:33 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:24:33 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:24:33 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:24:33 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:24:33 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:24:33 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:24:33 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:24:33 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:24:33 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:24:33 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:24:33 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:24:33 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:24:33 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:24:33 + 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 20:24:33 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:24:33 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:24:33 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:24:33 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:24:33 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:24:33 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:24:33 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:24:36 Building static-packages 20:24:36 + snapcraftctl build 20:24:39 Building version 20:24:39 + snapcraftctl build 20:24:41 Skipping stage go-build-helper (already ran) 20:24:41 Staging app-service-config 20:24:41 + snapcraftctl stage 20:24:42 Staging config-common 20:24:42 + snapcraftctl stage 20:24:43 Staging edgex-go 20:24:43 + snapcraftctl stage 20:24:45 Staging static-packages 20:24:45 + snapcraftctl stage 20:24:46 Staging version 20:24:46 + snapcraftctl stage 20:24:47 Priming go-build-helper 20:24:47 + snapcraftctl prime 20:24:48 Priming app-service-config 20:24:48 + snapcraftctl prime 20:24:49 Priming config-common 20:24:49 + snapcraftctl prime 20:24:50 ---> 36f8d957a8f5 20:24:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:24:50 ---> 2b93886cd3ec 20:24:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:24:50 ---> Running in d51a89ef893a 20:24:50 ---> Running in d1728ab1e4d0 20:24:50 ---> 7e47b8d40017 20:24:50 Step 9/23 : RUN make cmd/core-command/core-command 20:24:50 ---> e841761a1299 20:24:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:24:50 ---> b2a1ebb7e3a0 20:24:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:24:50 Priming edgex-go 20:24:50 + snapcraftctl prime 20:24:50 ---> Running in 54a71218a4fe 20:24:50 ---> Running in 6a19652e2e56 20:24:50 ---> Running in 597aced2ce56 20:24:52 Priming static-packages 20:24:52 + snapcraftctl prime 20:24:52 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 20:24:52 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 20:24:53 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 20:24:53 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 20:24:53 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 20:24:54 Priming version 20:24:54 + snapcraftctl prime 20:24:56 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:26:45 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 20:26:50 Removing intermediate container 597aced2ce56 20:26:50 ---> 854c6f130fce 20:26:50 20:26:50 Step 10/24 : FROM alpine:3.12 20:26:50 3.12: Pulling from library/alpine 20:26:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:51 Status: Downloaded newer image for alpine:3.12 20:26:51 ---> d10569e2745f 20:26:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:26:52 ---> Running in c833da70f53a 20:26:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:56 (1/5) Installing ca-certificates (20191127-r4) 20:26:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:26:56 (3/5) Installing libcurl (7.69.1-r3) 20:26:56 (4/5) Installing curl (7.69.1-r3) 20:26:56 (5/5) Installing dumb-init (1.2.2-r1) 20:26:56 Executing busybox-1.31.1-r19.trigger 20:26:56 Executing ca-certificates-20191127-r4.trigger 20:26:56 OK: 7 MiB in 19 packages 20:27:00 Removing intermediate container c833da70f53a 20:27:00 ---> e3aa33381705 20:27:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:27:00 ---> Running in 22f761974798 20:27:02 Removing intermediate container 22f761974798 20:27:02 ---> cf8994ff699e 20:27:02 Step 13/24 : WORKDIR / 20:27:02 ---> Running in 7f7a83b5e6f0 20:27:02 Removing intermediate container 6a19652e2e56 20:27:02 ---> 705da28ade66 20:27:02 20:27:02 Step 10/31 : FROM alpine:3.12 20:27:02 ---> d10569e2745f 20:27:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:27:03 ---> Running in d6ce56af9e68 20:27:03 Removing intermediate container 7f7a83b5e6f0 20:27:03 ---> bfddd8dfcb8a 20:27:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:27:04 Removing intermediate container d6ce56af9e68 20:27:04 ---> 6a86853fcfd6 20:27:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:27:04 ---> Running in 0ccb5b00fc9d 20:27:04 ---> f043d83aa024 20:27:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:27:06 ---> f6ba632fa0ee 20:27:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:27:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:07 ---> 25dcb17172c5 20:27:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:27:07 (1/2) Installing dumb-init (1.2.2-r1) 20:27:07 (2/2) Installing su-exec (0.2-r1) 20:27:07 Executing busybox-1.31.1-r19.trigger 20:27:07 OK: 5 MiB in 16 packages 20:27:10 ---> f389513bb108 20:27:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:27:10 Removing intermediate container 0ccb5b00fc9d 20:27:10 ---> f4f49b9c77cf 20:27:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:27:11 ---> Running in 422ae11ac1ff 20:27:12 Removing intermediate container 54a71218a4fe 20:27:12 ---> 4d699d25d866 20:27:12 20:27:12 Step 10/23 : FROM alpine:3.12 20:27:12 ---> d10569e2745f 20:27:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:27:12 ---> 17839109940c 20:27:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:27:13 ---> Running in 9c9127f90c50 20:27:13 Removing intermediate container 422ae11ac1ff 20:27:13 ---> 33f804ddf74f 20:27:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:27:14 ---> Running in bd167b983a72 20:27:14 ---> 2854afd4fa2d 20:27:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:27:15 ---> Running in 2346a813a3eb 20:27:15 Removing intermediate container bd167b983a72 20:27:15 ---> 25432c576b82 20:27:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:15 ---> Running in ce31b61455be 20:27:16 Removing intermediate container d51a89ef893a 20:27:16 ---> 5866829dc244 20:27:16 20:27:16 Step 10/22 : FROM alpine:3.12 20:27:16 ---> d10569e2745f 20:27:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:27:16 (1/1) Installing dumb-init (1.2.2-r1) 20:27:16 Executing busybox-1.31.1-r19.trigger 20:27:16 OK: 5 MiB in 15 packages 20:27:16 ---> Running in 8c4eb9bb4c47 20:27:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:18 Removing intermediate container 9c9127f90c50 20:27:18 ---> 411781fc81ad 20:27:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:27:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:19 ---> Running in 4bb42b76cd35 20:27:19 Removing intermediate container 2346a813a3eb 20:27:19 ---> b6ff1951fe5f 20:27:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:27:19 (1/2) Installing ca-certificates (20191127-r4) 20:27:19 (2/2) Installing dumb-init (1.2.2-r1) 20:27:19 Executing busybox-1.31.1-r19.trigger 20:27:19 Executing ca-certificates-20191127-r4.trigger 20:27:19 Removing intermediate container 4bb42b76cd35 20:27:19 ---> b7dd0d51a3ce 20:27:19 Step 13/23 : ENV APP_PORT=48082 20:27:19 OK: 6 MiB in 16 packages 20:27:19 ---> Running in b30279d87d38 20:27:20 ---> Running in b44fd9d0d3b9 20:27:20 Removing intermediate container ce31b61455be 20:27:20 ---> 5816c63941e1 20:27:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:27:21 ---> Running in 8b01982094df 20:27:21 Removing intermediate container b30279d87d38 20:27:21 ---> 86d96e0b0eca 20:27:21 Step 22/24 : LABEL arch=arm64 20:27:21 Removing intermediate container b44fd9d0d3b9 20:27:21 ---> a1b08bb663ab 20:27:21 Step 14/23 : EXPOSE $APP_PORT 20:27:21 ---> Running in 086650d4346f 20:27:22 ---> Running in b9c8aee4dd8a 20:27:22 Removing intermediate container 8b01982094df 20:27:22 ---> 48e620388041 20:27:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:27:22 Removing intermediate container 086650d4346f 20:27:22 ---> 03d21c1c79aa 20:27:22 Step 23/24 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:27:22 Removing intermediate container 8c4eb9bb4c47 20:27:22 ---> 60bd50407aec 20:27:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:27:22 Removing intermediate container b9c8aee4dd8a 20:27:22 ---> e3ce1b7709c9 20:27:22 Step 15/23 : WORKDIR / 20:27:23 ---> Running in ffab735f2ede 20:27:23 ---> Running in e4edb4b19a4f 20:27:23 Removing intermediate container d1728ab1e4d0 20:27:23 ---> 632794fa571a 20:27:23 20:27:23 Step 10/23 : FROM alpine:3.12 20:27:23 ---> d10569e2745f 20:27:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:27:23 ---> Using cache 20:27:23 ---> 411781fc81ad 20:27:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:27:23 ---> Using cache 20:27:23 ---> b7dd0d51a3ce 20:27:23 Step 13/23 : ENV APP_PORT=48081 20:27:23 ---> Running in 5d511c109242 20:27:23 ---> 01d5e4376e51 20:27:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:27:23 ---> Running in c1c4d11d6ef4 20:27:23 ---> Running in b390d201ac31 20:27:23 Removing intermediate container e4edb4b19a4f 20:27:23 ---> 2182f633a272 20:27:23 Step 13/22 : ENV APP_PORT=48060 20:27:23 Removing intermediate container ffab735f2ede 20:27:23 ---> 8a9017cc2b4e 20:27:23 Step 24/24 : LABEL version=0.0.0 20:27:23 ---> Running in 732b5d691082 20:27:23 ---> Running in 800f0327ca20 20:27:24 Removing intermediate container 5d511c109242 20:27:24 ---> c82b97f986a2 20:27:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:24 Removing intermediate container c1c4d11d6ef4 20:27:24 ---> 91a405dc8c9c 20:27:24 Step 14/23 : EXPOSE $APP_PORT 20:27:24 ---> Running in 7c0429fb9fee 20:27:24 Removing intermediate container 800f0327ca20 20:27:24 Removing intermediate container 732b5d691082 20:27:24 ---> 2abedbd94528 20:27:24 ---> 0862bd3e530b 20:27:24 20:27:24 Step 14/22 : EXPOSE $APP_PORT 20:27:25 ---> Running in 16b6ebbaf670 20:27:25 Successfully built 0862bd3e530b 20:27:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:27:25  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 20:27:25 ---> de684d3ed4b5 20:27:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:27:25 Removing intermediate container 7c0429fb9fee 20:27:25 ---> a88b8005096f 20:27:25 Step 15/23 : WORKDIR / 20:27:25 ---> Running in 3c951db11106 20:27:25 Removing intermediate container 16b6ebbaf670 20:27:25 ---> 8012467aa807 20:27:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:26 Removing intermediate container 3c951db11106 20:27:26 ---> 64d2579aa974 20:27:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:27 ---> 648624493ebc 20:27:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:27:27 Removing intermediate container b390d201ac31 20:27:27 ---> 8bd00e95c492 20:27:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:28 ---> b7232b5d7096 20:27:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:27:29 ---> 296c5370ce51 20:27:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:27:30 ---> ef7ee2cfafe7 20:27:30 ---> 3b6e71e9be6d 20:27:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:27:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:27:30 ---> 15b04412f8c1 20:27:30 Step 19/23 : ENTRYPOINT ["/core-command"] 20:27:31 ---> Running in f0be79fea1bc 20:27:32 ---> a4f1785ec88e 20:27:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:27:32 ---> 7847176ef23f 20:27:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:27:33 ---> 58586ddcf504 20:27:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:27:33 Removing intermediate container f0be79fea1bc 20:27:33 ---> 951b27c77cb8 20:27:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:33 ---> Running in 3fa0a286726e 20:27:33 ---> 6804680363db 20:27:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:27:33 ---> Running in a3a3a81dfdfb 20:27:33 ---> Running in 05ba09d91d66 20:27:34 Removing intermediate container 3fa0a286726e 20:27:34 ---> 7ad0c2e6aeb8 20:27:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:34 ---> Running in ea972b29fbb9 20:27:34 Removing intermediate container a3a3a81dfdfb 20:27:34 ---> a10b921e9e91 20:27:34 Step 21/23 : LABEL arch=arm64 20:27:34 ---> 7955c0922e6b 20:27:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:27:34 Removing intermediate container 05ba09d91d66 20:27:34 ---> 3fbad8d2cbfe 20:27:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:34 ---> Running in fe5a52703258 20:27:34 ---> Running in 1f74aa5e104c 20:27:35 Removing intermediate container ea972b29fbb9 20:27:35 ---> b1cf42df5c2d 20:27:35 Step 20/22 : LABEL arch=arm64 20:27:35 ---> Running in b073c9d5603d 20:27:35 Removing intermediate container fe5a52703258 20:27:35 ---> 60e59be93b2c 20:27:35 Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:27:35 Removing intermediate container 1f74aa5e104c 20:27:35 ---> 42ae1506f2e8 20:27:35 Step 21/23 : LABEL arch=arm64 20:27:35 ---> 6067ffd2c852 20:27:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:27:36 ---> Running in b05f7400fd34 20:27:36 ---> Running in 368a902493a2 20:27:36 Removing intermediate container b073c9d5603d 20:27:36 ---> a589303eec8f 20:27:36 Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:27:36 ---> Running in 9eef715dec5e 20:27:37 Removing intermediate container 368a902493a2 20:27:37 ---> 0a3a2edae4dc 20:27:37 Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:27:37 Removing intermediate container b05f7400fd34 20:27:37 ---> ad6b727bfac8 20:27:37 Step 23/23 : LABEL version=0.0.0 20:27:37 ---> 61503c385cc5 20:27:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:27:37 ---> Running in 1a9199cc4992 20:27:38 ---> Running in 93a1640cb046 20:27:38 Removing intermediate container 9eef715dec5e 20:27:38 ---> 3fb091122b5a 20:27:38 Step 22/22 : LABEL version=0.0.0 20:27:38 ---> Running in d3ae84e2e5b4 20:27:38 ---> Running in 14c3513cf6a8 20:27:39 Removing intermediate container 93a1640cb046 20:27:39 ---> dc3256bee7ca 20:27:39 20:27:39 Removing intermediate container 1a9199cc4992 20:27:39 ---> 7979317aaca0 20:27:39 Step 23/23 : LABEL version=0.0.0 20:27:39 Removing intermediate container 14c3513cf6a8 20:27:39 ---> 1b13495808ef 20:27:39 20:27:39 Removing intermediate container d3ae84e2e5b4 20:27:39 ---> b4657ed5577f 20:27:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:27:40 ---> Running in 06666019a973 20:27:40 Successfully built dc3256bee7ca 20:27:40 Successfully tagged docker-core-command-go-arm64:latest 20:27:40  Building docker-core-command-go ... done Building docker-support-scheduler-go 20:27:40 Successfully built 1b13495808ef 20:27:40 Successfully tagged docker-support-notifications-go-arm64:latest 20:27:40  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 20:27:40 Removing intermediate container 06666019a973 20:27:40 ---> 0125d378786d 20:27:40 20:27:41 ---> bd1e2a57d0fc 20:27:41 Step 26/31 : RUN chmod +x /entrypoint.sh 20:27:41 Successfully built 0125d378786d 20:27:41 Successfully tagged docker-core-metadata-go-arm64:latest 20:27:41  Building docker-core-metadata-go ... done Building docker-core-data-go 20:27:41 ---> Running in d214a3f7f594 20:27:44 Removing intermediate container d214a3f7f594 20:27:44 ---> cd4bb23abc75 20:27:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:27:44 ---> Running in a5131797b360 20:27:45 Removing intermediate container a5131797b360 20:27:45 ---> 98b1aed96267 20:27:45 Step 28/31 : CMD ["gate"] 20:27:46 ---> Running in c53c7d870ae1 20:27:48 Removing intermediate container c53c7d870ae1 20:27:48 ---> d8087ac75f41 20:27:48 Step 29/31 : LABEL arch=arm64 20:27:49 ---> Running in ba98d02f82c9 20:27:50 Removing intermediate container ba98d02f82c9 20:27:50 ---> 0fd513605e56 20:27:50 Step 30/31 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:27:51 ---> Running in d11b92203c57 20:27:52 Removing intermediate container d11b92203c57 20:27:52 ---> d9ca954257be 20:27:52 Step 31/31 : LABEL version=0.0.0 20:27:53 ---> Running in 988e2ba7363a 20:27:54 Removing intermediate container 988e2ba7363a 20:27:54 ---> cff855a2201e 20:27:54 20:27:54 Successfully built cff855a2201e 20:27:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:27:58  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:27:58 ---> b2eae56cca04 20:27:58 Step 3/26 : WORKDIR /edgex-go 20:27:58 ---> Using cache 20:27:58 ---> b3e80f37a143 20:27:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:58 ---> Using cache 20:27:58 ---> d9b69f0c6266 20:27:58 Step 5/26 : RUN apk add --update --no-cache make bash git 20:27:59 ---> Running in 014ac8bd724a 20:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:02 OK: 217 MiB in 51 packages 20:28:05 Removing intermediate container 014ac8bd724a 20:28:05 ---> 2937aa719b02 20:28:05 Step 6/26 : COPY go.mod . 20:28:05 ---> f5f1d5e265ab 20:28:05 Step 7/26 : RUN go mod download 20:28:05 ---> Running in d7280f6bdc71 20:28:10 Removing intermediate container d7280f6bdc71 20:28:10 ---> ef428f0e29c0 20:28:10 Step 8/26 : COPY . . 20:28:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:29 ---> b2eae56cca04 20:28:29 Step 3/23 : WORKDIR /edgex-go 20:28:29 ---> Using cache 20:28:29 ---> b3e80f37a143 20:28:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:29 ---> Using cache 20:28:29 ---> d9b69f0c6266 20:28:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:28:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:28:29 ---> b2eae56cca04 20:28:29 Step 3/21 : WORKDIR /edgex-go 20:28:29 ---> Using cache 20:28:29 ---> b3e80f37a143 20:28:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:29 ---> Using cache 20:28:29 ---> d9b69f0c6266 20:28:29 Step 5/21 : RUN apk add --update --no-cache make git 20:28:29 ---> Using cache 20:28:29 ---> 29a66922c2ba 20:28:29 Step 6/21 : COPY go.mod . 20:28:29 ---> Using cache 20:28:29 ---> 1b38463e2117 20:28:29 Step 7/21 : RUN go mod download 20:28:29 ---> Using cache 20:28:29 ---> f38e31089bd3 20:28:29 Step 8/21 : COPY . . 20:28:29 ---> Using cache 20:28:29 ---> b2a1ebb7e3a0 20:28:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:28:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:29 ---> b2eae56cca04 20:28:29 Step 3/22 : WORKDIR /edgex-go 20:28:29 ---> Using cache 20:28:29 ---> b3e80f37a143 20:28:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:29 ---> Using cache 20:28:29 ---> d9b69f0c6266 20:28:29 Step 5/22 : RUN apk add --update --no-cache make git 20:28:29 ---> Using cache 20:28:29 ---> 29a66922c2ba 20:28:29 Step 6/22 : COPY go.mod . 20:28:29 ---> Using cache 20:28:29 ---> 1b38463e2117 20:28:29 Step 7/22 : RUN go mod download 20:28:29 ---> Using cache 20:28:29 ---> f38e31089bd3 20:28:29 Step 8/22 : COPY . . 20:28:29 ---> Using cache 20:28:29 ---> b2a1ebb7e3a0 20:28:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:28:32 ---> Running in d1e60672aa03 20:28:32 ---> Running in 7cae045836d3 20:28:32 ---> Running in ad204a017137 20:28:32 ---> 265b6427962f 20:28:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:28:33 ---> Running in ac29eada959b 20:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:34 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 20:28: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 20:28:34 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 20:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:35 OK: 217 MiB in 51 packages 20:28:37 Removing intermediate container d1e60672aa03 20:28:37 ---> 1d9ad6c98214 20:28:37 Step 6/23 : COPY go.mod . 20:28:38 ---> 4489279293a4 20:28:38 Step 7/23 : RUN go mod download 20:28:38 ---> Running in d85c09e88e72 20:28:44 Removing intermediate container d85c09e88e72 20:28:44 ---> fa5bec9e7d40 20:28:44 Step 8/23 : COPY . . 20:29:06 ---> fe625cdc0794 20:29:06 Step 9/23 : RUN make cmd/core-data/core-data 20:29:06 ---> Running in 4382bb49fdb3 20:29:07 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 20:30:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:30:19 Removing intermediate container ac29eada959b 20:30:19 ---> ddcc31256aab 20:30:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:30:19 Removing intermediate container 7cae045836d3 20:30:19 ---> 94dba3d55206 20:30:19 20:30:19 Step 10/21 : FROM alpine:3.12 20:30:19 ---> d10569e2745f 20:30:19 Step 11/21 : RUN apk add --update --no-cache curl 20:30:19 ---> Running in 9ec59a3cc548 20:30:19 ---> Running in 8e4d5f8ee14a 20:30:21 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 20:30:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:22 (1/4) Installing ca-certificates (20191127-r4) 20:30:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:30:22 (3/4) Installing libcurl (7.69.1-r3) 20:30:22 (4/4) Installing curl (7.69.1-r3) 20:30:22 Executing busybox-1.31.1-r19.trigger 20:30:22 Executing ca-certificates-20191127-r4.trigger 20:30:22 OK: 7 MiB in 18 packages 20:30:26 Removing intermediate container 8e4d5f8ee14a 20:30:26 ---> c2edb4e58b89 20:30:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:30:26 ---> Running in 6ea1b4ce734c 20:30:27 Removing intermediate container 6ea1b4ce734c 20:30:27 ---> d78647438f20 20:30:27 Step 13/21 : WORKDIR /edgex 20:30:27 Removing intermediate container 9ec59a3cc548 20:30:27 ---> 760bfcc16d56 20:30:27 20:30:27 Step 11/26 : FROM docker:20.10.0 20:30:27 ---> Running in 02cbfe247fd8 20:30:27 20.10.0: Pulling from library/docker 20:30:29 Removing intermediate container 02cbfe247fd8 20:30:29 ---> 24c79dc919fa 20:30:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:30:32 ---> c8f8ffac83e6 20:30:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:30:34 Removing intermediate container ad204a017137 20:30:34 ---> df2e378d38d1 20:30:34 20:30:34 Step 10/22 : FROM alpine:3.12 20:30:34 ---> d10569e2745f 20:30:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:30:34 ---> Using cache 20:30:34 ---> 411781fc81ad 20:30:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:34 ---> Using cache 20:30:34 ---> b7dd0d51a3ce 20:30:34 Step 13/22 : ENV APP_PORT=48085 20:30:35 ---> ccba85a0793d 20:30:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:30:35 ---> Running in 1553ec3ccaef 20:30:36 Removing intermediate container 1553ec3ccaef 20:30:36 ---> 54f78b09c3a8 20:30:36 Step 14/22 : EXPOSE $APP_PORT 20:30:36 ---> Running in 7ba4cc0a84b6 20:30:38 ---> 6d335d072a01 20:30:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:30:38 Removing intermediate container 7ba4cc0a84b6 20:30:38 ---> ee116aad84f8 20:30:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:38 ---> Running in bffbc2ebbe81 20:30:40 Removing intermediate container bffbc2ebbe81 20:30:40 ---> 5b6908177e7f 20:30:40 Step 18/21 : CMD ["--init=true"] 20:30:40 ---> 4ec6993811bc 20:30:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:40 ---> Running in cc7f8853e534 20:30:42 Removing intermediate container cc7f8853e534 20:30:42 ---> b4245114adf1 20:30:42 Step 19/21 : LABEL arch=arm64 20:30:42 ---> Running in 7b626636c8fc 20:30:43 ---> e4daca9613bb 20:30:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:30:43 Removing intermediate container 7b626636c8fc 20:30:43 ---> 4884cacad9a9 20:30:43 Step 20/21 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:30:44 ---> Running in b32978ef7daa 20:30:44 ---> 197cf0cc5ed6 20:30:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:30:44 ---> Running in ddf6ecad3184 20:30:45 Removing intermediate container b32978ef7daa 20:30:45 ---> adc353df3fe0 20:30:45 Step 21/21 : LABEL version=0.0.0 20:30:45 ---> Running in 9481660a96b8 20:30:45 Removing intermediate container ddf6ecad3184 20:30:45 ---> 9d270f64aaee 20:30:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:45 ---> Running in 4105cec02035 20:30:46 Removing intermediate container 9481660a96b8 20:30:46 ---> 4a7d57e50a24 20:30:46 20:30:46 Removing intermediate container 4105cec02035 20:30:46 ---> 1c44aa1b9c74 20:30:46 Step 20/22 : LABEL arch=arm64 20:30:47 ---> Running in 04c1b1fae55b 20:30:47 Successfully built 4a7d57e50a24 20:30:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:30:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 04c1b1fae55b 20:30:48 ---> a01effcca0b2 20:30:48 Step 21/22 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:30:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:30:48 Status: Downloaded newer image for docker:20.10.0 20:30:48 ---> eeaf43b92773 20:30:48 Step 12/26 : RUN apk add --no-cache bash 20:30:48 ---> Running in 183745474f84 20:30:48 ---> Running in 86f9f4bce459 20:30:49 Removing intermediate container 183745474f84 20:30:49 ---> 2b665dca6331 20:30:49 Step 22/22 : LABEL version=0.0.0 20:30:49 ---> Running in 72bf3c163153 20:30:49 Removing intermediate container 72bf3c163153 20:30:49 ---> 222dd7ea684e 20:30:49 20:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:50 Successfully built 222dd7ea684e 20:30:50 Successfully tagged docker-support-scheduler-go-arm64:latest 20:30:50  Building docker-support-scheduler-go ... done (1/2) Installing readline (8.0.4-r0) 20:30:50 (2/2) Installing bash (5.0.17-r0) 20:30:50 Executing bash-5.0.17-r0.post-install 20:30:50 Executing busybox-1.31.1-r19.trigger 20:30:50 OK: 12 MiB in 22 packages 20:30:52 Removing intermediate container 86f9f4bce459 20:30:52 ---> 993c17fbc629 20:30:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:30:52 ---> Running in d977d9461779 20:30:53 Removing intermediate container d977d9461779 20:30:53 ---> 4e07477fe309 20:30:53 Step 14/26 : ENV APP_PORT=48090 20:30:53 ---> Running in 11bdd11558e2 20:30:54 Removing intermediate container 11bdd11558e2 20:30:54 ---> 2dd542321caf 20:30:54 Step 15/26 : EXPOSE $APP_PORT 20:30:54 ---> Running in 91a8cf42abb6 20:30:55 Removing intermediate container 91a8cf42abb6 20:30:55 ---> c5ef0166ff73 20:30:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:30:55 Removing intermediate container 4382bb49fdb3 20:30:55 ---> 9d44119a5e9b 20:30:55 20:30:55 Step 10/23 : FROM alpine:3.12 20:30:55 ---> d10569e2745f 20:30:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:55 ---> Running in f136a6b06366 20:30:56 ---> fe7eb8c50902 20:30:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:30:56 Removing intermediate container f136a6b06366 20:30:56 ---> ba2ca2e234d3 20:30:56 Step 12/23 : ENV APP_PORT=48080 20:30:56 ---> Running in a9fc4c47cafa 20:30:57 Removing intermediate container a9fc4c47cafa 20:30:57 ---> 62364cee22b4 20:30:57 Step 13/23 : EXPOSE $APP_PORT 20:30:57 ---> 6df8b6d8200f 20:30:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:30:57 ---> Running in ef0407f4d05a 20:30:58 Removing intermediate container ef0407f4d05a 20:30:58 ---> c12b8b9095b8 20:30:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:58 ---> Running in b8ab1bff4c2d 20:30:58 ---> c1b7c5654638 20:30:58 Step 19/26 : RUN apk --no-cache add py3-pip 20:30:58 ---> Running in 1f6e9e9d4992 20:31:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:01 Removing intermediate container b8ab1bff4c2d 20:31:01 ---> c8fcf1df2fc2 20:31:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:31:01 (1/33) Installing libbz2 (1.0.8-r1) 20:31:01 (2/33) Installing expat (2.2.9-r1) 20:31:01 (3/33) Installing libffi (3.3-r2) 20:31:01 (4/33) Installing gdbm (1.13-r1) 20:31:01 ---> Running in 7b86e6223782 20:31:01 (5/33) Installing xz-libs (5.2.5-r0) 20:31:01 (6/33) Installing sqlite-libs (3.32.1-r0) 20:31:01 (7/33) Installing python3 (3.8.8-r0) 20:31:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:03 (8/33) Installing py3-appdirs (1.4.4-r1) 20:31:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:31:03 (10/33) Installing py3-parsing (2.4.7-r0) 20:31:03 (11/33) Installing py3-six (1.15.0-r0) 20:31:03 (12/33) Installing py3-packaging (20.4-r0) 20:31:03 (13/33) Installing py3-setuptools (47.0.0-r0) 20:31:03 (14/33) Installing py3-chardet (3.0.4-r4) 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:03 (15/33) Installing py3-idna (2.9-r0) 20:31:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:31:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:31:03 (18/33) Installing py3-requests (2.23.0-r0) 20:31:03 (19/33) Installing py3-msgpack (1.0.0-r0) 20:31:03 (20/33) Installing py3-lockfile (0.12.2-r3) 20:31:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:31:03 (22/33) Installing py3-colorama (0.4.3-r0) 20:31:03 (23/33) Installing py3-distlib (0.3.0-r0) 20:31:03 (24/33) Installing py3-distro (1.5.0-r1) 20:31:03 (25/33) Installing py3-webencodings (0.5.1-r3) 20:31:03 (26/33) Installing py3-html5lib (1.0.1-r4) 20:31:03 (27/33) Installing py3-pytoml (0.1.21-r0) 20:31:03 (28/33) Installing py3-pep517 (0.8.2-r0) 20:31:03 (29/33) Installing py3-progress (1.5-r0) 20:31:03 (30/33) Installing py3-toml (0.10.1-r0) 20:31:03 (31/33) Installing py3-retrying (1.3.3-r0) 20:31:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:31:03 (33/33) Installing py3-pip (20.1.1-r0) 20:31:04 Executing busybox-1.31.1-r19.trigger 20:31:04 OK: 71 MiB in 55 packages 20:31:04 (1/6) Installing dumb-init (1.2.2-r1) 20:31:04 (2/6) Installing libgcc (9.3.0-r2) 20:31:04 (3/6) Installing libsodium (1.0.18-r0) 20:31:05 (4/6) Installing libstdc++ (9.3.0-r2) 20:31:05 (5/6) Installing libzmq (4.3.3-r0) 20:31:05 (6/6) Installing zeromq (4.3.3-r0) 20:31:05 Executing busybox-1.31.1-r19.trigger 20:31:05 OK: 8 MiB in 20 packages 20:31:07 Removing intermediate container 7b86e6223782 20:31:07 ---> e9dc2eaa6ea1 20:31:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:07 ---> 0ccd6ae8370e 20:31:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:31:09 ---> 28c9de4099a5 20:31:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:31:10 ---> 3bceac5054e3 20:31:10 Step 19/23 : ENTRYPOINT ["/core-data"] 20:31:11 Removing intermediate container 1f6e9e9d4992 20:31:11 ---> 0fb4de7243ee 20:31:11 Step 20/26 : RUN pip install docker-compose==1.23.2 20:31:11 ---> Running in 9381640a5cbd 20:31:11 ---> Running in 95b1d9f753bd 20:31:11 Removing intermediate container 9381640a5cbd 20:31:11 ---> 38d011d4b785 20:31:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:12 ---> Running in 5adfcdecd551 20:31:12 Removing intermediate container 5adfcdecd551 20:31:12 ---> a7abb9bb4419 20:31:12 Step 21/23 : LABEL arch=arm64 20:31:12 ---> Running in c2a75d6cfd69 20:31:13 Removing intermediate container c2a75d6cfd69 20:31:13 ---> 0a4cf4d92672 20:31:13 Step 22/23 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:31:13 ---> Running in dbacf3ff3078 20:31:13 Removing intermediate container dbacf3ff3078 20:31:13 ---> 6bf475505b43 20:31:13 Step 23/23 : LABEL version=0.0.0 20:31:13 ---> Running in fef81fac50bc 20:31:14 Removing intermediate container fef81fac50bc 20:31:14 ---> ce187bcb661f 20:31:14 20:31:15 Successfully built ce187bcb661f 20:31:15 Successfully tagged docker-core-data-go-arm64:latest 20:31:18  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 20:31:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:31:20 Collecting PyYAML<4,>=3.10 20:31:20 Downloading PyYAML-3.13.tar.gz (270 kB) 20:31:26 Collecting docopt<0.7,>=0.6.1 20:31:26 Downloading docopt-0.6.2.tar.gz (25 kB) 20:31:28 Collecting jsonschema<3,>=2.5.1 20:31:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:31:29 Collecting docker<4.0,>=3.6.0 20:31:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:31:30 Collecting texttable<0.10,>=0.9.0 20:31:30 Downloading texttable-0.9.1.tar.gz (11 kB) 20:31:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:31:34 Collecting websocket-client<1.0,>=0.32.0 20:31:34 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:31:34 Collecting dockerpty<0.5,>=0.4.1 20:31:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:31:37 Collecting cached-property<2,>=1.2.0 20:31:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:31:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:31:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:31:40 Collecting docker-pycreds>=0.4.0 20:31:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:31:40 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) 20:31:41 Collecting urllib3<1.25,>=1.21.1 20:31:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:31:41 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) 20:31:41 Collecting idna<2.8,>=2.5 20:31:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:31:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:31:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:31:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:31:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:31:43 Installing collected packages: PyYAML, docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, docker-compose 20:31:43 Running setup.py install for PyYAML: started 20:31:46 Running setup.py install for PyYAML: finished with status 'done' 20:31:46 Running setup.py install for docopt: started 20:31:48 Running setup.py install for docopt: finished with status 'done' 20:31:49 Attempting uninstall: urllib3 20:31:49 Found existing installation: urllib3 1.25.9 20:31:49 Uninstalling urllib3-1.25.9: 20:31:49 Successfully uninstalled urllib3-1.25.9 20:31:50 Attempting uninstall: idna 20:31:50 Found existing installation: idna 2.9 20:31:50 Uninstalling idna-2.9: 20:31:50 Successfully uninstalled idna-2.9 20:31:51 Attempting uninstall: requests 20:31:51 Found existing installation: requests 2.23.0 20:31:51 Uninstalling requests-2.23.0: 20:31:51 Successfully uninstalled requests-2.23.0 20:31:52 Running setup.py install for texttable: started 20:31:55 Running setup.py install for texttable: finished with status 'done' 20:31:55 Running setup.py install for dockerpty: started 20:31:58 Running setup.py install for dockerpty: finished with status 'done' 20:31:59 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 20:32:03 Removing intermediate container 95b1d9f753bd 20:32:03 ---> 182259eebfcb 20:32:03 Step 21/26 : RUN apk --no-cache add curl 20:32:03 ---> Running in af19070e3dc3 20:32:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:32:05 (2/3) Installing libcurl (7.69.1-r3) 20:32:05 (3/3) Installing curl (7.69.1-r3) 20:32:05 Executing busybox-1.31.1-r19.trigger 20:32:05 OK: 72 MiB in 58 packages 20:32:07 Removing intermediate container af19070e3dc3 20:32:07 ---> 94197a8f0bd9 20:32:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:32:07 ---> Running in 9038f5feba46 20:32:07 Removing intermediate container 9038f5feba46 20:32:07 ---> c77752037246 20:32:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:07 ---> Running in a1d7f886ff98 20:32:08 Removing intermediate container a1d7f886ff98 20:32:08 ---> 634b84e405f5 20:32:08 Step 24/26 : LABEL arch=arm64 20:32:08 ---> Running in 83c1e6c48562 20:32:08 Removing intermediate container 83c1e6c48562 20:32:08 ---> 27a439ef1ba8 20:32:08 Step 25/26 : LABEL git_sha=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c 20:32:08 ---> Running in 0859d275dbfb 20:32:09 Removing intermediate container 0859d275dbfb 20:32:09 ---> b9697257c2db 20:32:09 Step 26/26 : LABEL version=0.0.0 20:32:09 ---> Running in bc3a3b17a343 20:32:10 Removing intermediate container bc3a3b17a343 20:32:10 ---> d52d218139ae 20:32:10 20:32:10 Successfully built d52d218139ae 20:32:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:32:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:32:10 $ docker stop --time=1 80e85cbfbc6aad9b835b865443ceacef3d42ca0e8906b724aea43b0ce26cc556 20:32:12 $ docker rm -f 80e85cbfbc6aad9b835b865443ceacef3d42ca0e8906b724aea43b0ce26cc556 [Pipeline] // withDockerContainer [Pipeline] sh 20:32:13 + docker images 20:32:13 + grep docker 20:32:13 docker-sys-mgmt-agent-go-arm64 latest d52d218139ae 4 seconds ago 300MB 20:32:13 docker-core-data-go-arm64 latest ce187bcb661f 59 seconds ago 21.3MB 20:32:13 docker-support-scheduler-go-arm64 latest 222dd7ea684e About a minute ago 16.3MB 20:32:13 docker-security-proxy-setup-go-arm64 latest 4a7d57e50a24 About a minute ago 23.4MB 20:32:13 docker-security-bootstrapper-go-arm64 latest cff855a2201e 4 minutes ago 17.8MB 20:32:13 docker-core-metadata-go-arm64 latest 0125d378786d 4 minutes ago 17.9MB 20:32:13 docker-support-notifications-go-arm64 latest 1b13495808ef 4 minutes ago 16.9MB 20:32:13 docker-core-command-go-arm64 latest dc3256bee7ca 4 minutes ago 16.3MB 20:32:13 docker-security-secretstore-setup-go-arm64 latest 0862bd3e530b 4 minutes ago 23.7MB 20:32:13 docker 20.10.0 eeaf43b92773 3 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 20:32:14 ---> job-cost.sh 20:32:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-01pH 20:33:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:34:38 lf-activate-venv(): INFO: Adding /tmp/venv-01pH/bin to PATH 20:34:38 INFO: No Stack... 20:34:38 INFO: Retrieving Pricing Info for: lf-standard-4 20:34:38 INFO: Archiving Costs [Pipeline] sh 20:34:38 + cat /w/workspace/edgex-go/19/archives/cost.csv+ 20:34:38 cut -d, -f6 [Pipeline] lock 20:34:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-19-stack-cost] 20:34:38 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-19-stack-cost] did not exist. Created. 20:34:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:34:39 + echo total: 0.20999999344348907 [Pipeline] stash 20:34:39 Stashed 1 file(s) [Pipeline] } 20:34:39 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-19-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 20:34:41 provisioning config files... 20:34:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config3518605909570555313tmp [Pipeline] { [Pipeline] sh 20:34:41 + set +x 20:34:41 + curl -s https://codecov.io/bash 20:34:41 + bash -s -- 20:34:42 20:34:42 _____ _ 20:34:42 / ____| | | 20:34:42 | | ___ __| | ___ ___ _____ __ 20:34:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:34:42 | |___| (_) | (_| | __/ (_| (_) \ V / 20:34:42 \_____\___/ \__,_|\___|\___\___/ \_/ 20:34:42 Bash-20210309-2b87ace 20:34:42 20:34:42 20:34:42 ==> git version 2.24.3 found 20:34:42 ==> 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 20:34:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:34:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:34:42 ==> Jenkins CI detected. 20:34:42 project root: . 20:34:42 --> token set from env 20:34:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:34:42 ==> Running gcov in . (disable via -X gcov) 20:34:42 ==> Python coveragepy not found 20:34:42 ==> Searching for coverage reports in: 20:34:42 + . 20:34:42 -> Found 1 reports 20:34:42 ==> Detecting git/mercurial file structure 20:34:42 ==> Reading reports 20:34:42 + ./coverage.out bytes=650607 20:34:42 ==> Appending adjustments 20:34:42 https://docs.codecov.io/docs/fixing-reports 20:34:45 + Found adjustments 20:34:45 ==> Gzipping contents 20:34:45 96K /tmp/codecov.QTbfes.gz 20:34:45 ==> Uploading reports 20:34:45 url: https://codecov.io 20:34:45 query: branch=PR-3234&commit=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 20:34:45 -> Pinging Codecov 20:34:45 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 20:34:45 -> Uploading to 20:34:45 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c/01baa34c-3781-4665-a229-2f10337103c5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T203445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa709ad61c0be22be1c38837babc44bc54d81a4aca680db0be6808cf978bd930 20:34:45 % Total % Received % Xferd Average Speed Time Time Time Current 20:34:45 Dload Upload Total Spent Left Speed 20:34:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 94970 0 0 86 81920 0 309k --:--:-- --:--:-- --:--:-- 310k 100 94970 0 0 100 94970 0 200k --:--:-- --:--:-- --:--:-- 200k 20:34:46 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] } 20:34:46 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 20:34:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:34:48 ---> package-listing.sh 20:34:48 ++ facter osfamily 20:34:48 ++ tr '[:upper:]' '[:lower:]' 20:34:48 + OS_FAMILY=redhat 20:34:48 + workspace=/w/workspace/edgex-go/19 20:34:48 + START_PACKAGES=/tmp/packages_start.txt 20:34:48 + END_PACKAGES=/tmp/packages_end.txt 20:34:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:34:48 + PACKAGES=/tmp/packages_start.txt 20:34:48 + '[' /w/workspace/edgex-go/19 ']' 20:34:48 + PACKAGES=/tmp/packages_end.txt 20:34:48 + case "${OS_FAMILY}" in 20:34:48 + rpm -qa 20:34:48 + sort 20:34:54 + '[' -f /tmp/packages_start.txt ']' 20:34:54 + '[' -f /tmp/packages_end.txt ']' 20:34:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:34:54 + '[' /w/workspace/edgex-go/19 ']' 20:34:54 + mkdir -p /w/workspace/edgex-go/19/archives/ 20:34:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 20:34:54 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:34:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:34:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:34:54 20:34:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:34:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:34:55 alpine: Pulling from edgex-lftools-log-publisher 20:34:55 df20fa9351a1: Pulling fs layer 20:34:55 36b3adc4ff6f: Pulling fs layer 20:34:55 8ad3a11d3b57: Pulling fs layer 20:34:55 46f8f816bc3b: Pulling fs layer 20:34:55 93b61091891f: Pulling fs layer 20:34:55 93b9cdb0e59b: Pulling fs layer 20:34:55 5e14af77c1be: Pulling fs layer 20:34:55 01666e4c0597: Pulling fs layer 20:34:55 aa168da1d23b: Pulling fs layer 20:34:55 93b9cdb0e59b: Waiting 20:34:55 5e14af77c1be: Waiting 20:34:55 01666e4c0597: Waiting 20:34:55 46f8f816bc3b: Waiting 20:34:55 93b61091891f: Waiting 20:34:55 aa168da1d23b: Waiting 20:34:55 36b3adc4ff6f: Download complete 20:34:55 46f8f816bc3b: Verifying Checksum 20:34:55 46f8f816bc3b: Download complete 20:34:55 df20fa9351a1: Verifying Checksum 20:34:55 93b9cdb0e59b: Verifying Checksum 20:34:55 93b9cdb0e59b: Download complete 20:34:55 5e14af77c1be: Verifying Checksum 20:34:55 5e14af77c1be: Download complete 20:34:55 93b61091891f: Verifying Checksum 20:34:55 93b61091891f: Download complete 20:34:55 01666e4c0597: Verifying Checksum 20:34:55 01666e4c0597: Download complete 20:34:55 df20fa9351a1: Pull complete 20:34:55 36b3adc4ff6f: Pull complete 20:34:56 8ad3a11d3b57: Verifying Checksum 20:34:56 8ad3a11d3b57: Download complete 20:34:56 8ad3a11d3b57: Pull complete 20:34:57 46f8f816bc3b: Pull complete 20:34:58 aa168da1d23b: Verifying Checksum 20:34:58 aa168da1d23b: Download complete 20:34:58 93b61091891f: Pull complete 20:34:58 93b9cdb0e59b: Pull complete 20:34:58 5e14af77c1be: Pull complete 20:34:58 01666e4c0597: Pull complete 20:35:08 aa168da1d23b: Pull complete 20:35:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:35:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:35:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:35:09 prd-centos7-docker-4c-2g-30623 does not seem to be running inside a container 20:35:09 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:35:17 $ docker top 4d9a7ccaeac837d97846a6c109615317d0f6b1eebfe6b0be6eb1c379a36cc8c2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:35:18 + touch /tmp/pre-build-complete [Pipeline] sh 20:35:18 + mkdir -p /var/log/sa [Pipeline] sh 20:35:19 + ls /var/log/sa-host 20:35:19 + sadf -c /var/log/sa-host/sa19 20:35:19 file_magic: OK 20:35:19 HZ: Using current value: 100 20:35:19 file_header: OK 20:35:19 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 20:35:19 Statistics: 20:35:19 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... 20:35:19 File successfully converted to sysstat format version 12.2.1 20:35:19 + sadf -c /var/log/sa-host/sa23 20:35:19 file_magic: OK 20:35:19 HZ: Using current value: 100 20:35:19 file_header: OK 20:35:19 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 20:35:19 Statistics: 20:35:19 Hnuu...uuuununununu... 20:35:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:19 provisioning config files... 20:35:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config108685941492339613tmp [Pipeline] { [Pipeline] echo 20:35:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:35:19 ---> create-netrc.sh [Pipeline] } 20:35:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:35:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:35:20 ---> python-tools-install.sh [Pipeline] echo 20:35:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:35:20 ---> sudo-logs.sh 20:35:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:35:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:35:20 ---> job-cost.sh 20:35:20 lf-activate-venv: SKIPPING 20:35:20 DEBUG: total: 0.20999999344348907 20:35:20 INFO: Retrieving Stack Cost... 20:35:21 INFO: Retrieving Pricing Info for: v1-standard-2 20:35:22 INFO: Archiving Costs [Pipeline] echo 20:35:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:35:22 ---> logs-deploy.sh 20:35:22 lf-activate-venv: SKIPPING 20:35:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/19 20:35:22 INFO: archiving workspace using pattern(s): 20:35:24 Archives upload complete. 20:35:24 INFO: archiving logs to Nexus 20:35:26 ---> uname -a: 20:35:26 Linux prd-centos7-docker-4c-2g-30623.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:35:26 20:35:26 20:35:26 ---> lscpu: 20:35:26 Architecture: x86_64 20:35:26 CPU op-mode(s): 32-bit, 64-bit 20:35:26 Byte Order: Little Endian 20:35:26 Address sizes: 40 bits physical, 48 bits virtual 20:35:26 CPU(s): 4 20:35:26 On-line CPU(s) list: 0-3 20:35:26 Thread(s) per core: 1 20:35:26 Core(s) per socket: 1 20:35:26 Socket(s): 4 20:35:26 NUMA node(s): 1 20:35:26 Vendor ID: GenuineIntel 20:35:26 CPU family: 6 20:35:26 Model: 44 20:35:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:35:26 Stepping: 1 20:35:26 CPU MHz: 2933.438 20:35:26 BogoMIPS: 5866.87 20:35:26 Virtualization: VT-x 20:35:26 Hypervisor vendor: KVM 20:35:26 Virtualization type: full 20:35:26 L1d cache: 128 KiB 20:35:26 L1i cache: 128 KiB 20:35:26 L2 cache: 16 MiB 20:35:26 L3 cache: 64 MiB 20:35:26 NUMA node0 CPU(s): 0-3 20:35:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:35:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:35:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:35:26 Vulnerability Meltdown: Mitigation; PTI 20:35:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:35:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:35:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:35:26 Vulnerability Srbds: Not affected 20:35:26 Vulnerability Tsx async abort: Not affected 20:35:26 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 20:35:26 20:35:26 20:35:26 ---> nproc: 20:35:26 4 20:35:26 20:35:26 20:35:26 ---> df -h: 20:35:26 Filesystem Size Used Available Use% Mounted on 20:35:26 overlay 50.0G 12.2G 37.8G 24% / 20:35:26 tmpfs 64.0M 0 64.0M 0% /dev 20:35:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:35:26 shm 64.0M 0 64.0M 0% /dev/shm 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/19 20:35:26 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/19@tmp 20:35:26 20:35:26 20:35:26 ---> free -m: 20:35:26 total used free shared buff/cache available 20:35:26 Mem: 1837 663 135 0 1038 1090 20:35:26 Swap: 1023 58 965 20:35:26 20:35:26 20:35:26 ---> ip addr: 20:35:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:35:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:35:26 inet 127.0.0.1/8 scope host lo 20:35:26 valid_lft forever preferred_lft forever 20:35:26 inet6 ::1/128 scope host 20:35:26 valid_lft forever preferred_lft forever 20:35:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:35:26 link/ether fa:16:3e:04:d8:31 brd ff:ff:ff:ff:ff:ff 20:35:26 inet 10.30.123.240/23 brd 10.30.123.255 scope global dynamic eth0 20:35:26 valid_lft 84785sec preferred_lft 84785sec 20:35:26 inet6 fe80::f816:3eff:fe04:d831/64 scope link 20:35:26 valid_lft forever preferred_lft forever 20:35:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:35:26 link/ether 02:42:19:a5:b1:42 brd ff:ff:ff:ff:ff:ff 20:35:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:35:26 valid_lft forever preferred_lft forever 20:35:26 inet6 fe80::42:19ff:fea5:b142/64 scope link 20:35:26 valid_lft forever preferred_lft forever 20:35:26 20:35:26 20:35:26 ---> sar -b -r -n DEV: 20:35:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:35:26 20:35:26 20:08:19 LINUX RESTART (4 CPU) 20:35:26 20:35:26 20:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:35:26 20:10:01 165.61 51.99 113.63 0.00 8411.25 40895.79 0.00 20:35:26 20:11:01 258.63 106.44 152.20 0.00 4146.24 27012.46 0.00 20:35:26 20:12:01 123.54 37.30 86.24 0.00 1512.43 10215.59 0.00 20:35:26 20:13:01 158.67 76.24 82.43 0.00 3666.73 13918.20 0.00 20:35:26 20:14:03 1347.58 1039.47 308.11 0.00 106274.02 176714.24 0.00 20:35:26 20:15:01 2351.75 2064.64 287.11 0.00 132065.57 145491.80 0.00 20:35:26 20:16:04 516.49 199.17 317.32 0.00 62944.89 125934.76 0.00 20:35:26 20:17:01 3115.82 2766.03 349.79 0.00 138708.19 158818.80 0.00 20:35:26 20:18:01 375.28 152.00 223.27 0.00 15091.53 29482.91 0.00 20:35:26 20:19:01 5.95 0.87 5.08 0.00 163.60 150.99 0.00 20:35:26 20:20:01 0.33 0.00 0.33 0.00 0.00 3.83 0.00 20:35:26 20:21:01 0.27 0.03 0.23 0.00 0.40 2.45 0.00 20:35:26 20:22:01 0.22 0.00 0.22 0.00 0.00 1.65 0.00 20:35:26 20:23:01 0.32 0.03 0.28 0.00 1.47 3.26 0.00 20:35:26 20:24:01 2.35 1.57 0.78 0.00 50.76 15.34 0.00 20:35:26 20:25:01 0.27 0.02 0.25 0.00 0.13 2.88 0.00 20:35:26 20:26:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 20:35:26 20:27:01 0.35 0.00 0.35 0.00 0.00 5.43 0.00 20:35:26 20:28:01 0.28 0.00 0.28 0.00 0.00 4.56 0.00 20:35:26 20:29:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 20:35:26 20:30:01 0.22 0.00 0.22 0.00 0.00 2.72 0.00 20:35:26 20:31:01 0.43 0.05 0.38 0.00 1.20 3.91 0.00 20:35:26 20:32:01 0.77 0.07 0.70 0.00 0.67 8.25 0.00 20:35:26 20:33:02 0.25 0.00 0.25 0.00 0.00 3.35 0.00 20:35:26 20:34:01 0.29 0.00 0.29 0.00 0.00 3.18 0.00 20:35:26 20:35:02 89.95 65.48 24.47 0.00 5356.64 6758.90 0.00 20:35:26 Average: 320.71 245.63 75.08 0.00 18190.33 28218.12 0.00 20:35:26 20:35:26 20:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:35:26 20:10:01 222136 0 652052 34.66 2520 1004836 1280272 43.69 552104 872620 98000 20:35:26 20:11:01 216176 0 715140 38.01 1492 948736 1488136 50.79 538016 848428 41008 20:35:26 20:12:01 203528 0 764344 40.62 724 912948 1613852 55.08 661644 725468 87760 20:35:26 20:13:01 412548 0 678640 36.07 664 789692 1103568 37.66 481640 691272 16 20:35:26 20:14:03 55016 0 727844 38.68 0 1098684 1896324 64.72 614768 990808 69400 20:35:26 20:15:01 97428 0 1240284 65.92 0 543832 3312820 113.06 874692 638048 23712 20:35:26 20:16:04 53396 0 789324 41.95 0 1038824 2278868 77.77 704228 897632 84020 20:35:26 20:17:01 417288 0 660116 35.08 0 804140 1442172 49.22 499916 724504 192 20:35:26 20:18:01 429932 0 590168 31.37 0 861444 1156296 39.46 520688 677768 20 20:35:26 20:19:01 428512 0 586696 31.18 0 866336 1123388 38.34 525024 678604 16 20:35:26 20:20:01 428956 0 586248 31.16 0 866340 1123412 38.34 525060 678452 8 20:35:26 20:21:01 429740 0 585452 31.12 0 866352 1115164 38.06 524600 678156 0 20:35:26 20:22:01 430060 0 585124 31.10 0 866360 1115164 38.06 524732 678152 8 20:35:26 20:23:01 429124 0 585996 31.14 0 866424 1115320 38.06 525488 678212 24 20:35:26 20:24:01 427540 0 586820 31.19 0 867184 1115248 38.06 525052 679012 0 20:35:26 20:25:01 428124 0 586220 31.16 0 867200 1115164 38.06 524740 679020 16 20:35:26 20:26:01 428288 0 586064 31.15 0 867192 1115228 38.06 524640 679024 12 20:35:26 20:27:01 428396 0 585936 31.14 0 867212 1115228 38.06 524768 679040 16 20:35:26 20:28:01 428364 0 585956 31.14 0 867224 1115228 38.06 524664 679040 8 20:35:26 20:29:01 428012 0 586304 31.16 0 867228 1115312 38.06 525088 679040 16 20:35:26 20:30:01 428248 0 586052 31.15 0 867244 1115228 38.06 524668 679048 16 20:35:26 20:31:01 428404 0 585904 31.14 0 867236 1115228 38.06 524688 679060 8 20:35:26 20:32:01 427024 0 587268 31.21 0 867252 1115372 38.07 525596 679096 8 20:35:26 20:33:02 428084 0 586196 31.16 0 867264 1115228 38.06 524840 679096 12 20:35:26 20:34:01 427904 0 586368 31.16 0 867272 1115288 38.06 525156 679096 20 20:35:26 20:35:02 78424 0 675580 35.91 0 1127540 1542492 52.64 666656 861492 197564 20:35:26 Average: 347717 0 648927 34.49 208 884692 1345192 45.91 558198 722661 23149 20:35:26 20:35:26 20:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:35:26 20:10:01 eth0 1085.44 1211.05 6333.89 161.30 0.00 0.00 0.00 0.00 20:35:26 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:10:01 docker0 798.60 568.89 67.48 2668.09 0.00 0.00 0.00 0.00 20:35:26 20:11:01 veth31eaad1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:35:26 20:11:01 eth0 222.32 181.99 859.70 61.72 0.00 0.00 0.00 0.00 20:35:26 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:11:01 docker0 157.24 186.24 10.87 829.95 0.00 0.00 0.00 0.00 20:35:26 20:12:01 veth31eaad1 1.53 1.55 0.12 0.12 0.00 0.00 0.00 0.00 20:35:26 20:12:01 eth0 27.92 14.52 22.62 11.03 0.00 0.00 0.00 0.00 20:35:26 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:12:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 20:35:26 20:13:01 eth0 34.12 22.34 23.42 48.78 0.00 0.00 0.00 0.00 20:35:26 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:13:01 docker0 0.43 0.43 0.03 0.03 0.00 0.00 0.00 0.00 20:35:26 20:14:03 veth59fdb39 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 20:35:26 20:14:03 eth0 215.86 160.98 1802.13 55.50 0.00 0.00 0.00 0.00 20:35:26 20:14:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:14:03 docker0 19.06 24.26 1.12 142.75 0.00 0.00 0.00 0.00 20:35:26 20:15:01 veth59fdb39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:15:01 veth83df3bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:35:26 20:15:01 vetha8121d0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:35:26 20:15:01 eth0 29.68 21.55 15.11 39.71 0.00 0.00 0.00 0.00 20:35:26 20:16:04 veth59fdb39 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 20:35:26 20:16:04 eth0 209.84 153.46 1688.09 62.05 0.00 0.00 0.00 0.00 20:35:26 20:16:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:35:26 20:16:04 docker0 965.43 808.44 77.77 3933.33 0.00 0.00 0.00 0.00 20:35:26 20:17:01 veth6402480 3.02 3.05 0.47 19.02 0.00 0.00 0.00 0.00 20:35:26 20:17:01 veth59fdb39 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 20:35:26 20:17:01 eth0 81.78 47.70 176.42 54.56 0.00 0.00 0.00 0.00 20:35:26 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:18:01 eth0 87.19 57.05 183.95 54.88 0.00 0.00 0.00 0.00 20:35:26 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:18:01 docker0 1044.55 902.81 83.61 4407.20 0.00 0.00 0.00 0.00 20:35:26 20:19:01 eth0 0.78 0.22 0.19 0.11 0.00 0.00 0.00 0.00 20:35:26 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:20:01 eth0 0.55 0.28 0.28 0.20 0.00 0.00 0.00 0.00 20:35:26 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:21:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:35:26 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:22:01 eth0 0.48 0.08 0.05 0.01 0.00 0.00 0.00 0.00 20:35:26 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:23:01 eth0 0.53 0.37 0.27 0.21 0.00 0.00 0.00 0.00 20:35:26 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:24:01 eth0 0.32 0.20 0.15 0.07 0.00 0.00 0.00 0.00 20:35:26 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:25:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:35:26 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:27:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:35:26 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:28:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:35:26 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:29:01 eth0 0.33 0.18 0.14 0.07 0.00 0.00 0.00 0.00 20:35:26 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:30:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:31:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:35:26 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:32:01 eth0 1.00 0.27 0.32 0.20 0.00 0.00 0.00 0.00 20:35:26 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:33:02 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:35:26 20:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:34:01 eth0 0.51 0.14 0.11 0.07 0.00 0.00 0.00 0.00 20:35:26 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:35:02 eth0 201.57 174.04 2140.88 45.96 0.00 0.00 0.00 0.00 20:35:26 20:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 20:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 Average: eth0 85.27 79.25 515.94 23.00 0.00 0.00 0.00 0.00 20:35:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:35:26 Average: docker0 40.23 34.77 3.22 169.74 0.00 0.00 0.00 0.00 20:35:26 20:35:26 20:35:26 ---> sar -P ALL: 20:35:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:35:26 20:35:26 20:08:19 LINUX RESTART (4 CPU) 20:35:26 20:35:26 20:09:01 CPU %user %nice %system %iowait %steal %idle 20:35:26 20:10:01 all 16.36 0.00 6.51 2.37 0.10 74.66 20:35:26 20:10:01 0 15.47 0.00 8.43 2.20 0.10 73.79 20:35:26 20:10:01 1 12.52 0.00 5.66 2.07 0.09 79.66 20:35:26 20:10:01 2 20.78 0.00 6.12 2.96 0.07 70.07 20:35:26 20:10:01 3 16.70 0.00 5.83 2.26 0.14 75.07 20:35:26 20:11:01 all 11.20 0.00 5.68 5.66 0.08 77.39 20:35:26 20:11:01 0 11.16 0.00 5.77 5.77 0.05 77.25 20:35:26 20:11:01 1 10.44 0.00 6.06 5.84 0.08 77.57 20:35:26 20:11:01 2 11.41 0.00 5.54 6.10 0.08 76.86 20:35:26 20:11:01 3 11.77 0.00 5.34 4.91 0.10 77.88 20:35:26 20:12:01 all 52.66 0.00 10.15 3.47 0.10 33.63 20:35:26 20:12:01 0 54.24 0.00 9.76 5.01 0.09 30.91 20:35:26 20:12:01 1 52.01 0.00 9.93 2.37 0.17 35.52 20:35:26 20:12:01 2 51.81 0.00 10.32 0.84 0.07 36.95 20:35:26 20:12:01 3 52.55 0.00 10.58 5.62 0.09 31.16 20:35:26 20:13:01 all 46.36 0.00 11.65 4.92 0.13 36.93 20:35:26 20:13:01 0 47.06 0.00 11.67 4.24 0.14 36.89 20:35:26 20:13:01 1 46.49 0.00 11.54 5.45 0.10 36.42 20:35:26 20:13:01 2 46.48 0.00 11.49 4.88 0.17 36.98 20:35:26 20:13:01 3 45.42 0.00 11.92 5.12 0.12 37.42 20:35:26 20:14:03 all 21.06 0.00 18.64 13.21 0.25 46.84 20:35:26 20:14:03 0 21.52 0.00 18.80 11.61 0.27 47.80 20:35:26 20:14:03 1 21.01 0.00 18.96 16.17 0.22 43.64 20:35:26 20:14:03 2 21.32 0.00 18.04 14.49 0.24 45.91 20:35:26 20:14:03 3 20.41 0.00 18.75 10.55 0.27 50.03 20:35:26 20:15:01 all 41.26 0.00 17.51 24.96 0.25 16.02 20:35:26 20:15:01 0 41.48 0.00 16.95 23.88 0.23 17.46 20:35:26 20:15:01 1 41.29 0.00 17.28 25.44 0.32 15.67 20:35:26 20:15:01 2 40.82 0.00 17.22 26.33 0.24 15.40 20:35:26 20:15:01 3 41.44 0.00 18.61 24.19 0.22 15.54 20:35:26 20:16:04 all 32.58 0.00 15.62 27.53 0.17 24.09 20:35:26 20:16:04 0 32.65 0.00 15.23 24.41 0.26 27.45 20:35:26 20:16:04 1 32.80 0.00 16.16 29.01 0.10 21.93 20:35:26 20:16:04 2 31.82 0.00 16.00 28.54 0.15 23.48 20:35:26 20:16:04 3 33.05 0.00 15.10 28.17 0.16 23.52 20:35:26 20:17:01 all 19.17 0.00 18.32 34.65 0.30 27.56 20:35:26 20:17:01 0 19.59 0.00 17.96 34.46 0.30 27.69 20:35:26 20:17:01 1 19.63 0.00 18.02 34.89 0.37 27.10 20:35:26 20:17:01 2 17.79 0.00 18.43 34.46 0.32 29.01 20:35:26 20:17:01 3 19.65 0.00 18.88 34.81 0.23 26.44 20:35:26 20:18:01 all 43.90 0.00 11.93 10.92 0.11 33.14 20:35:26 20:18:01 0 45.26 0.00 12.35 9.60 0.10 32.69 20:35:26 20:18:01 1 44.11 0.00 12.02 7.03 0.09 36.76 20:35:26 20:18:01 2 43.15 0.00 11.95 13.18 0.10 31.62 20:35:26 20:18:01 3 43.06 0.00 11.39 13.93 0.14 31.48 20:35:26 20:19:01 all 0.07 0.00 0.04 0.02 0.00 99.87 20:35:26 20:19:01 0 0.03 0.00 0.03 0.02 0.00 99.92 20:35:26 20:19:01 1 0.18 0.00 0.05 0.02 0.00 99.75 20:35:26 20:19:01 2 0.05 0.00 0.05 0.02 0.00 99.88 20:35:26 20:19:01 3 0.02 0.00 0.03 0.03 0.00 99.92 20:35:26 20:20:01 all 0.09 0.00 0.05 0.00 0.00 99.85 20:35:26 20:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:35:26 20:20:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:35:26 20:20:01 2 0.23 0.00 0.05 0.00 0.02 99.70 20:35:26 20:20:01 3 0.05 0.00 0.07 0.00 0.00 99.88 20:35:26 20:35:26 20:20:01 CPU %user %nice %system %iowait %steal %idle 20:35:26 20:21:01 all 0.14 0.00 0.02 0.00 0.00 99.85 20:35:26 20:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:35:26 20:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:21:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:35:26 20:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:35:26 20:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:22:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:35:26 20:22:01 2 0.47 0.00 0.03 0.00 0.02 99.48 20:35:26 20:22:01 3 0.07 0.00 0.03 0.00 0.00 99.90 20:35:26 20:23:01 all 0.10 0.00 0.03 0.00 0.01 99.86 20:35:26 20:23:01 0 0.05 0.00 0.05 0.00 0.02 99.88 20:35:26 20:23:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:35:26 20:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:35:26 20:23:01 3 0.30 0.00 0.02 0.02 0.00 99.67 20:35:26 20:24:01 all 0.15 0.00 0.05 0.02 0.00 99.77 20:35:26 20:24:01 0 0.07 0.00 0.10 0.03 0.00 99.80 20:35:26 20:24:01 1 0.02 0.00 0.05 0.00 0.00 99.93 20:35:26 20:24:01 2 0.02 0.00 0.05 0.05 0.00 99.88 20:35:26 20:24:01 3 0.52 0.00 0.02 0.00 0.00 99.47 20:35:26 20:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:35:26 20:25:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:35:26 20:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:35:26 20:25:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:35:26 20:25:01 3 0.52 0.00 0.00 0.00 0.00 99.48 20:35:26 20:26:01 all 0.14 0.00 0.02 0.00 0.00 99.83 20:35:26 20:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:35:26 20:26:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:35:26 20:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:26:01 3 0.52 0.00 0.03 0.00 0.00 99.45 20:35:26 20:27:01 all 0.15 0.00 0.01 0.00 0.00 99.84 20:35:26 20:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:35:26 20:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:35:26 20:27:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:35:26 20:27:01 3 0.53 0.00 0.00 0.00 0.00 99.47 20:35:26 20:28:01 all 0.15 0.00 0.02 0.00 0.00 99.84 20:35:26 20:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:35:26 20:28:01 3 0.52 0.00 0.02 0.00 0.00 99.47 20:35:26 20:29:01 all 0.12 0.00 0.02 0.00 0.00 99.85 20:35:26 20:29:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:35:26 20:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:35:26 20:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:29:01 3 0.38 0.00 0.02 0.00 0.02 99.58 20:35:26 20:30:01 all 0.10 0.00 0.01 0.00 0.00 99.89 20:35:26 20:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:35:26 20:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:35:26 20:30:01 3 0.33 0.00 0.02 0.00 0.00 99.65 20:35:26 20:31:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:35:26 20:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:31:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:35:26 20:31:01 2 0.05 0.00 0.03 0.00 0.00 99.92 20:35:26 20:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 20:35:26 20:35:26 20:31:01 CPU %user %nice %system %iowait %steal %idle 20:35:26 20:32:01 all 0.15 0.00 0.02 0.00 0.00 99.82 20:35:26 20:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:32:01 1 0.03 0.00 0.05 0.02 0.00 99.90 20:35:26 20:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:35:26 20:32:01 3 0.53 0.00 0.02 0.00 0.00 99.45 20:35:26 20:33:02 all 0.14 0.00 0.01 0.00 0.00 99.85 20:35:26 20:33:02 0 0.02 0.00 0.00 0.00 0.00 99.98 20:35:26 20:33:02 1 0.02 0.00 0.00 0.00 0.00 99.98 20:35:26 20:33:02 2 0.02 0.00 0.03 0.00 0.00 99.95 20:35:26 20:33:02 3 0.52 0.00 0.02 0.00 0.00 99.47 20:35:26 20:34:01 all 0.14 0.00 0.03 0.00 0.00 99.83 20:35:26 20:34:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:35:26 20:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:35:26 20:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:35:26 20:34:01 3 0.49 0.00 0.02 0.00 0.00 99.49 20:35:26 20:35:02 all 4.96 0.00 2.43 2.57 0.05 90.00 20:35:26 20:35:02 0 4.42 0.00 2.56 1.70 0.05 91.27 20:35:26 20:35:02 1 5.50 0.00 2.71 4.14 0.07 87.59 20:35:26 20:35:02 2 4.56 0.00 2.03 1.67 0.05 91.68 20:35:26 20:35:02 3 5.35 0.00 2.40 2.74 0.03 89.48 20:35:26 Average: all 10.98 0.00 4.45 4.84 0.06 79.67 20:35:26 Average: 0 11.06 0.00 4.50 4.56 0.06 79.81 20:35:26 Average: 1 10.80 0.00 4.46 4.94 0.06 79.74 20:35:26 Average: 2 10.97 0.00 4.40 4.95 0.06 79.62 20:35:26 Average: 3 11.10 0.00 4.44 4.89 0.06 79.50 20:35:26 20:35:26 20:35:26