Pull request #3300 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49fe07c0865b4f764a46dfa194199239fc0884ee+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (85182d03ea5d1d4088a9bc713f631b1c6fcd52cc) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31825 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" > git rev-list --no-walk deca809b343d4829714b032cd8e942232f1347b0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:32:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:32:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:32:59 ========================================================= 19:32:59 EdgeX Global Pipelines Version Info 19:32:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:33:01 ------------------- 19:33:01 stable info: 19:33:01 ------------------- 19:33:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:33:01 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:33:01 Message: update stable to v1.0.186 19:33:02 ------------------- 19:33:02 experimental info: 19:33:02 ------------------- 19:33:02 Commited By: **** collab-it+edgex@linuxfoundation.org 19:33:02 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:33:02 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo 19:33:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49fe07c0865b4f764a46dfa194199239fc0884ee [Pipeline] echo 19:33:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49fe07c [Pipeline] echo 19:33:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:33:05 provisioning config files... 19:33:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2881810923647994464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:33:05 ---> docker-login.sh 19:33:05 nexus3.edgexfoundry.org:10001 19:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:06 Configure a credential helper to remove this warning. See 19:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:06 19:33:06 Login Succeeded 19:33:06 nexus3.edgexfoundry.org:10002 19:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:06 Configure a credential helper to remove this warning. See 19:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:06 19:33:06 Login Succeeded 19:33:06 nexus3.edgexfoundry.org:10003 19:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:06 Configure a credential helper to remove this warning. See 19:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:06 19:33:06 Login Succeeded 19:33:06 nexus3.edgexfoundry.org:10004 19:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:06 Configure a credential helper to remove this warning. See 19:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:06 19:33:06 Login Succeeded 19:33:06 docker.io 19:33:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:07 Configure a credential helper to remove this warning. See 19:33:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:07 19:33:07 Login Succeeded 19:33:07 ---> docker-login.sh ends [Pipeline] } 19:33:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:33:07 ++ 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 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/core-command/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo core-command,cmd/core-command/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/core-data/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo core-data,cmd/core-data/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/core-metadata/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo core-metadata,cmd/core-metadata/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/security-bootstrapper/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/security-proxy-setup/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/support-notifications/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo support-notifications,cmd/support-notifications/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/support-scheduler/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:33:07 + for file in '`ls cmd/**/Dockerfile`' 19:33:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:33:07 ++ cut -d/ -f2 19:33:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:33:07 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 19:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:33:08 19:33:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:33:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:33:09 latest: Pulling from edgex-devops/git-semver 19:33:09 31603596830f: Pulling fs layer 19:33:09 2a8b12db71e7: Pulling fs layer 19:33:09 6ca5941a6612: Pulling fs layer 19:33:09 ecc8261a40a4: Pulling fs layer 19:33:09 ecc8261a40a4: Waiting 19:33:09 2a8b12db71e7: Verifying Checksum 19:33:09 2a8b12db71e7: Download complete 19:33:09 31603596830f: Verifying Checksum 19:33:09 31603596830f: Download complete 19:33:09 6ca5941a6612: Verifying Checksum 19:33:09 6ca5941a6612: Download complete 19:33:09 ecc8261a40a4: Verifying Checksum 19:33:09 ecc8261a40a4: Download complete 19:33:09 31603596830f: Pull complete 19:33:09 2a8b12db71e7: Pull complete 19:33:10 6ca5941a6612: Pull complete 19:33:10 ecc8261a40a4: Pull complete 19:33:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:33:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:33:11 prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container 19:33:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:33:14 $ docker top 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:33:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:33:14 [ssh-agent] Looking for ssh-agent implementation... 19:33:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:33:14 $ docker exec 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent 19:33:14 SSH_AUTH_SOCK=/tmp/ssh-FVdMF8lh5Wlu/agent.12 19:33:14 SSH_AGENT_PID=17 19:33:14 Running ssh-add (command line suppressed) 19:33:15 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2601831366401726168.key (/w/workspace/edgex-go/3@tmp/private_key_2601831366401726168.key) 19:33:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:33:15 + git tag --points-at HEAD [Pipeline] } 19:33:15 $ docker exec --env ******** --env ******** 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent -k 19:33:15 unset SSH_AUTH_SOCK; 19:33:15 unset SSH_AGENT_PID; 19:33:15 echo Agent pid 17 killed; 19:33:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:33:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:33:15 [ssh-agent] Looking for ssh-agent implementation... 19:33:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:33:15 $ docker exec 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent 19:33:16 SSH_AUTH_SOCK=/tmp/ssh-ff7enjfaqpWz/agent.46 19:33:16 SSH_AGENT_PID=52 19:33:16 Running ssh-add (command line suppressed) 19:33:16 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4893099033077559187.key (/w/workspace/edgex-go/3@tmp/private_key_4893099033077559187.key) 19:33:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:33:16 + git semver init 19:33:16 # -> Open(): unable to determine branch for HEAD 19:33:16 # $GIT_DIR = /w/workspace/edgex-go/3/.git 19:33:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 19:33:16 # $SEMVER_REMOTE_NAME = origin 19:33:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:33:16 # $SEMVER_USER_NAME = edgex-jenkins 19:33:16 # $SEMVER_BRANCH = PR-3300 19:33:16 # $SEMVER_TEMP = /tmp/semver-379836958 19:33:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:33:43 # '/tmp/semver-379836958' -> '/w/workspace/edgex-go/3/.semver' 19:33:43 # -> Force: false 19:33:43 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 19:33:43 $ docker exec --env ******** --env ******** 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 ssh-agent -k 19:33:44 unset SSH_AUTH_SOCK; 19:33:44 unset SSH_AGENT_PID; 19:33:44 echo Agent pid 52 killed; 19:33:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:33:44 + git semver [Pipeline] } 19:33:44 $ docker stop --time=1 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 19:33:46 $ docker rm -f 790fa57bbec68828fe030ae7003f857cd2ebef7fd8366424698750b303152413 [Pipeline] // withDockerContainer [Pipeline] sh 19:33:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:33:47 Stashed 1 file(s) [Pipeline] echo 19:33: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 19:33:48 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:33:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:33:49 + sudo service docker restart 19:33:49 + true 19:33:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:33:49 ========================================================= 19:33:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:33:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:33:50 + 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 . 19:33:54 Sending build context to Docker daemon 328.9MB 19:33:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:33:54 Step 2/6 : FROM ${BASE} 19:33:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:33:54 188c0c94c7c5: Pulling fs layer 19:33:54 0ef7d3d256c8: Pulling fs layer 19:33:54 de9db76c5a1d: Pulling fs layer 19:33:54 bca2f99d35d6: Pulling fs layer 19:33:54 93359f2a8cfa: Pulling fs layer 19:33:54 7c6f9722023f: Pulling fs layer 19:33:54 a35cf1a2eb13: Pulling fs layer 19:33:54 bca2f99d35d6: Waiting 19:33:54 7c6f9722023f: Waiting 19:33:54 a35cf1a2eb13: Waiting 19:33:54 93359f2a8cfa: Waiting 19:33:54 de9db76c5a1d: Verifying Checksum 19:33:54 de9db76c5a1d: Download complete 19:33:54 0ef7d3d256c8: Download complete 19:33:54 93359f2a8cfa: Verifying Checksum 19:33:54 93359f2a8cfa: Download complete 19:33:54 7c6f9722023f: Download complete 19:33:54 188c0c94c7c5: Verifying Checksum 19:33:54 188c0c94c7c5: Download complete 19:33:55 188c0c94c7c5: Pull complete 19:33:55 0ef7d3d256c8: Pull complete 19:33:55 de9db76c5a1d: Pull complete 19:33:56 a35cf1a2eb13: Verifying Checksum 19:33:56 a35cf1a2eb13: Download complete 19:33:57 bca2f99d35d6: Verifying Checksum 19:33:57 bca2f99d35d6: Download complete 19:34:03 Still waiting to schedule task 19:34:03 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31829’ is offline 19:34:03 bca2f99d35d6: Pull complete 19:34:03 93359f2a8cfa: Pull complete 19:34:03 7c6f9722023f: Pull complete 19:34:08 a35cf1a2eb13: Pull complete 19:34:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:34:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:34:08 ---> a62c8e92a672 19:34:08 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 19:34:08 ---> Running in bf794d79ad18 19:34:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:34:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:34:10 (1/12) Installing libmagic (5.38-r0) 19:34:10 (2/12) Installing file (5.38-r0) 19:34:10 (3/12) Installing libc-dev (0.7.2-r3) 19:34:10 (4/12) Installing g++ (9.3.0-r2) 19:34:23 (5/12) Installing fortify-headers (1.1-r0) 19:34:23 (6/12) Installing patch (2.7.6-r6) 19:34:23 (7/12) Installing build-base (0.5-r2) 19:34:23 (8/12) Installing libsodium (1.0.18-r0) 19:34:23 (9/12) Installing pkgconf (1.7.2-r0) 19:34:23 (10/12) Installing libsodium-dev (1.0.18-r0) 19:34:23 (11/12) Installing libzmq (4.3.3-r0) 19:34:23 (12/12) Installing zeromq-dev (4.3.3-r0) 19:34:23 Executing busybox-1.31.1-r19.trigger 19:34:23 OK: 233 MiB in 51 packages 19:34:26 Removing intermediate container bf794d79ad18 19:34:26 ---> 3583400a2d99 19:34:26 Step 4/6 : WORKDIR /edgex-go 19:34:26 ---> Running in db4e4bacc650 19:34:26 Removing intermediate container db4e4bacc650 19:34:26 ---> fb4da2a44179 19:34:26 Step 5/6 : COPY go.mod . 19:34:26 ---> 3ac6519ac8c8 19:34:26 Step 6/6 : RUN go mod download 19:34:26 ---> Running in 2630ccb7e100 19:34:48 Removing intermediate container 2630ccb7e100 19:34:48 ---> 8a903cb1ca9d 19:34:48 Successfully built 8a903cb1ca9d 19:34:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:34:49 + docker inspect -f . ci-base-image-x86_64 19:34:49 . [Pipeline] withDockerContainer 19:34:49 prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container 19:34:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat 19:34:50 $ docker top 30df76605cb62c066859d99142db16236af0098111b6d976f19e8f4276bb2f9e -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:51 + go version 19:34:51 go version go1.15.5 linux/amd64 [Pipeline] } 19:34:51 $ docker stop --time=1 30df76605cb62c066859d99142db16236af0098111b6d976f19e8f4276bb2f9e 19:34:52 $ docker rm -f 30df76605cb62c066859d99142db16236af0098111b6d976f19e8f4276bb2f9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:34:53 + docker inspect -f . ci-base-image-x86_64 19:34:53 . [Pipeline] withDockerContainer 19:34:53 prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container 19:34: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat 19:34:54 $ docker top 7e10f35907e010b4204e4be3d34a572eaf7db159239f8c8939355c122860fbb2 -eo pid,comm [Pipeline] { [Pipeline] echo 19:34:54 ========================================================= 19:34:54 [edgeXBuildGoParallel] Running Tests and Build... 19:34:54 ========================================================= [Pipeline] sh 19:34:55 + make test 19:34:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:35:05 ? github.com/edgexfoundry/edgex-go [no test files] 19:35:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:35:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:35:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:35:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:35:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:35:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:35:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:35:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:35:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:35:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.9% of statements 19:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:35:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements 19:35:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements 19:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.281s coverage: 27.1% of statements 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.576s coverage: 71.3% of statements 19:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.237s coverage: 82.9% of statements 19:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.099s coverage: 78.9% of statements 19:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:35:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:35:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.097s coverage: 1.0% of statements 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:35:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.094s coverage: 94.1% of statements 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 19:35:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 19:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 19:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 19:36:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.219s coverage: 82.6% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.6% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.343s coverage: 69.0% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.147s coverage: 38.4% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.043s coverage: 84.8% of statements 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:36:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.180s coverage: 87.1% of statements 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:36:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.902s coverage: 29.1% of statements 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.112s coverage: 94.6% of statements 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:36:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:36:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:36:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 19:36:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:36:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:36:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 19:36:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 19:36:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 19:36:22 GO111MODULE=on go vet ./... 19:37:01 gofmt -l . 19:37:01 [ "`gofmt -l .`" = "" ] 19:37:01 ./bin/test-go-mod-tidy.sh 19:37:01 ./bin/test-attribution-txt.sh [Pipeline] sh 19:37:01 + ls -al . 19:37:01 total 780 19:37:01 drwxrwxr-x 10 1001 1001 4096 Mar 29 19:37 . 19:37:01 drwxr-xr-x 4 root root 28 Mar 29 19:34 .. 19:37:01 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:32 .dockerignore 19:37:01 drwxrwxr-x 8 1001 1001 179 Mar 29 19:32 .git 19:37:01 drwxrwxr-x 3 1001 1001 125 Mar 29 19:32 .github 19:37:01 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:32 .gitignore 19:37:01 drwx------ 3 1001 1001 60 Mar 29 19:33 .semver 19:37:01 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:32 .sonarcloud.properties 19:37:01 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:32 Attribution.txt 19:37:01 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:32 CONTRIBUTING.md 19:37:01 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:32 Dockerfile.build 19:37:01 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:32 Jenkinsfile 19:37:01 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:32 LICENSE 19:37:01 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:32 Makefile 19:37:01 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:32 README.md 19:37:01 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:32 SECURITY.md 19:37:01 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION 19:37:01 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:32 ZMQWindows.md 19:37:01 drwxrwxr-x 2 1001 1001 117 Mar 29 19:32 bin 19:37:01 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:32 cmd 19:37:01 -rw-r--r-- 1 root root 668090 Mar 29 19:36 coverage.out 19:37:01 -rw-r--r-- 1 root root 1056 Mar 29 19:36 go.mod 19:37:01 -rw-r--r-- 1 root root 22646 Mar 29 19:36 go.sum 19:37:01 drwxrwxr-x 8 1001 1001 127 Mar 29 19:32 internal 19:37:01 drwxrwxr-x 4 1001 1001 26 Mar 29 19:32 openapi 19:37:01 drwxrwxr-x 4 1001 1001 71 Mar 29 19:32 snap 19:37:01 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:32 version.go [Pipeline] sh 19:37:02 + '[' -e coverage.out ] 19:37:02 + chown 1001:1001 coverage.out [Pipeline] stash 19:37:02 Stashed 1 file(s) [Pipeline] sh 19:37:02 + make build 19:37:02 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 19:37:07 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 19:37:19 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 19:37: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 19:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:37:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:37:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:37:34 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] } 19:37:36 $ docker stop --time=1 7e10f35907e010b4204e4be3d34a572eaf7db159239f8c8939355c122860fbb2 19:37:38 $ docker rm -f 7e10f35907e010b4204e4be3d34a572eaf7db159239f8c8939355c122860fbb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:37:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:41 19:37:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:37:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:42 latest: Pulling from edgex-devops/edgex-compose 19:37:42 cbdbe7a5bc2a: Pulling fs layer 19:37:42 ca9280d653b3: Pulling fs layer 19:37:42 7e9c9ca2126c: Pulling fs layer 19:37:42 cbdbe7a5bc2a: Verifying Checksum 19:37:42 ca9280d653b3: Verifying Checksum 19:37:42 ca9280d653b3: Download complete 19:37:42 cbdbe7a5bc2a: Pull complete 19:37:44 7e9c9ca2126c: Verifying Checksum 19:37:44 7e9c9ca2126c: Download complete 19:37:44 ca9280d653b3: Pull complete 19:37:52 7e9c9ca2126c: Pull complete 19:37:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:37:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:37:52 prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container 19:37:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:37:55 $ docker top 68380571d5971642ca7ce659ec4933dd12083ffcf0eb8d21639a02842c2a7fed -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:55 + docker-compose build --help 19:37:55 + grep parallel 19:37:57 --parallel Build images in parallel. [Pipeline] } 19:37:57 $ docker stop --time=1 68380571d5971642ca7ce659ec4933dd12083ffcf0eb8d21639a02842c2a7fed 19:37:58 $ docker rm -f 68380571d5971642ca7ce659ec4933dd12083ffcf0eb8d21639a02842c2a7fed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:37:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:59 . [Pipeline] withDockerContainer 19:37:59 prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container 19:37:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:38:00 $ docker top e739916bfe77ea1024e0cd9f19f8f58ec0fbf26d170dded6c11678ef90172bcc -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:00 + docker-compose -f ./docker-compose-build.yml build --parallel 19:38:01 Building docker-core-command-go ... 19:38:01 Building docker-core-data-go ... 19:38:01 Building docker-core-metadata-go ... 19:38:01 Building docker-security-bootstrapper-go ... 19:38:01 Building docker-security-proxy-setup-go ... 19:38:01 Building docker-security-secretstore-setup-go ... 19:38:01 Building docker-support-notifications-go ... 19:38:01 Building docker-support-scheduler-go ... 19:38:01 Building docker-sys-mgmt-agent-go ... 19:38:01 Building docker-security-bootstrapper-go 19:38:01 Building docker-sys-mgmt-agent-go 19:38:01 Building docker-security-secretstore-setup-go 19:38:01 Building docker-core-command-go 19:38:01 Building docker-core-metadata-go 19:38:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:38:48 ---> 8a903cb1ca9d 19:38:48 Step 3/24 : WORKDIR /edgex-go 19:38:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:38:48 ---> 8a903cb1ca9d 19:38:48 Step 3/23 : WORKDIR /edgex-go 19:38:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:38:48 ---> 8a903cb1ca9d 19:38:48 Step 3/31 : WORKDIR /edgex-go 19:38:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:38:48 ---> 8a903cb1ca9d 19:38:48 Step 3/23 : WORKDIR /edgex-go 19:38:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:38:48 ---> 8a903cb1ca9d 19:38:48 Step 3/26 : WORKDIR /edgex-go 19:38:48 ---> Running in 716c206451ac 19:38:48 ---> Running in 97f41091d920 19:38:48 ---> Running in e3ec37568e42 19:38:48 ---> Running in 7954f0991eb8 19:38:48 ---> Running in 57e640f994c7 19:38:48 Removing intermediate container 7954f0991eb8 19:38:48 ---> 5e00475d1bd7 19:38:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:48 Removing intermediate container 716c206451ac 19:38:48 ---> ad21b3d19803 19:38:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:48 Removing intermediate container 97f41091d920 19:38:48 ---> 72f58c8a19a0 19:38:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:48 Removing intermediate container e3ec37568e42 19:38:48 ---> c4c12c852ca0 19:38:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:48 Removing intermediate container 57e640f994c7 19:38:48 ---> 60873374d092 19:38:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:48 ---> Running in 31dc6d0f42c4 19:38:48 ---> Running in 7f7845bfae56 19:38:48 ---> Running in c767f11a24cd 19:38:48 ---> Running in 6b8ab07eb722 19:38:48 ---> Running in 97b04f616b1a 19:38:48 Removing intermediate container 31dc6d0f42c4 19:38:48 ---> f2330c33f93a 19:38:48 Step 5/26 : RUN apk add --update --no-cache make bash git 19:38:48 Removing intermediate container 7f7845bfae56 19:38:48 ---> c7759a7f8245 19:38:48 Step 5/23 : RUN apk add --update --no-cache make git 19:38:48 ---> Running in ca0dec0f87d2 19:38:48 ---> Running in 460f776dcd60 19:38:48 Removing intermediate container c767f11a24cd 19:38:48 ---> 1807261c307b 19:38:48 Step 5/31 : RUN apk add --update --no-cache make git 19:38:48 Removing intermediate container 6b8ab07eb722 19:38:48 ---> d171b1fedc40 19:38:48 Step 5/24 : RUN apk add --update --no-cache make git 19:38:48 Removing intermediate container 97b04f616b1a 19:38:48 ---> e2a2fe598812 19:38:48 Step 5/23 : RUN apk add --update --no-cache make git 19:38:48 ---> Running in ab013a9bf8f7 19:38:48 ---> Running in 1fc5daa6afbc 19:38:48 ---> Running in ec84958c1914 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 OK: 233 MiB in 51 packages 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 OK: 233 MiB in 51 packages 19:38:49 OK: 233 MiB in 51 packages 19:38:50 OK: 233 MiB in 51 packages 19:38:50 Removing intermediate container 460f776dcd60 19:38:50 ---> 2dc6cd458607 19:38:50 Step 6/23 : COPY go.mod . 19:38:50 Removing intermediate container ca0dec0f87d2 19:38:50 ---> ba04c7d8e99a 19:38:50 Step 6/26 : COPY go.mod . 19:38:50 Removing intermediate container 1fc5daa6afbc 19:38:50 ---> 2d132ec5b258 19:38:50 Step 6/24 : COPY go.mod . 19:38:51 OK: 233 MiB in 51 packages 19:38:51 Removing intermediate container ab013a9bf8f7 19:38:51 ---> 79084afb50eb 19:38:51 Step 6/31 : COPY go.mod . 19:38:51 ---> a9d5062673a2 19:38:51 Step 7/23 : RUN go mod download 19:38:51 ---> 0ed762d683c1 19:38:51 Step 7/26 : RUN go mod download 19:38:51 ---> Running in 901f0e033176 19:38:51 ---> Running in 33a5c4126d5e 19:38:51 ---> a4ddbe61dc20 19:38:51 Step 7/24 : RUN go mod download 19:38:51 ---> Running in 219aa09dd33a 19:38:51 ---> acb4850d70d9 19:38:51 Step 7/31 : RUN go mod download 19:38:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31833 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 19:38:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:38:51 ---> Running in 0d89e256da3d 19:38:52 Removing intermediate container ec84958c1914 19:38:52 ---> e4077b55b780 19:38:52 Step 6/23 : COPY go.mod . 19:38:53 ---> d573296adfe8 19:38:53 Step 7/23 : RUN go mod download 19:38:53 ---> Running in d9478557f343 19:38:54 Removing intermediate container 901f0e033176 19:38:54 ---> bc12b612d08f 19:38:54 Step 8/23 : COPY . . 19:38:54 Removing intermediate container 33a5c4126d5e 19:38:54 ---> 159948386a2f 19:38:54 Step 8/26 : COPY . . 19:38:55 Removing intermediate container 0d89e256da3d 19:38:55 ---> 09c76f375be9 19:38:55 Step 8/31 : COPY . . 19:38:55 Removing intermediate container 219aa09dd33a 19:38:55 ---> a7931c3eda4e 19:38:55 Step 8/24 : COPY . . 19:38:56 using credential edgex-jenkins-ssh 19:38:56 Cloning the remote Git repository 19:38:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:38:56 > git init /w/workspace/edgex-go/3 # timeout=10 19:38:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:38:57 > git --version # timeout=10 19:38:57 > git --version # 'git version 2.17.1' 19:38:57 using GIT_SSH to set credentials SSH Credentials for GitHub 19:38:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:38:59 Removing intermediate container d9478557f343 19:38:59 ---> d0d4db13c45a 19:38:59 Step 8/23 : COPY . . 19:39:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:39:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:39:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:39:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:39:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:39:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:39:14 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee 19:39:15 Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee 19:39:15 Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) 19:39:14 > git config core.sparsecheckout # timeout=10 19:39:14 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 19:39:15 > git remote # timeout=10 19:39:15 > git config --get remote.origin.url # timeout=10 19:39:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:39:15 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:39:15 > git rev-parse HEAD^{commit} # timeout=10 19:39:15 > git config core.sparsecheckout # timeout=10 19:39:15 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 19:39:19 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:39:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:39:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:39:22 + sudo+ service docker restart 19:39:22 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:39:24 provisioning config files... 19:39:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3118314107452671536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:39:24 ---> docker-login.sh 19:39:24 nexus3.edgexfoundry.org:10001 19:39:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:39:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:39:26 Configure a credential helper to remove this warning. See 19:39:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:39:26 19:39:26 Login Succeeded 19:39:26 nexus3.edgexfoundry.org:10002 19:39:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:39:27 Configure a credential helper to remove this warning. See 19:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:39:27 19:39:27 Login Succeeded 19:39:27 nexus3.edgexfoundry.org:10003 19:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:39:27 Configure a credential helper to remove this warning. See 19:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:39:27 19:39:27 Login Succeeded 19:39:27 nexus3.edgexfoundry.org:10004 19:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:39:28 Configure a credential helper to remove this warning. See 19:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:39:28 19:39:28 Login Succeeded 19:39:28 docker.io 19:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:39:28 Configure a credential helper to remove this warning. See 19:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:39:28 19:39:28 Login Succeeded 19:39:28 ---> docker-login.sh ends [Pipeline] } 19:39:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:39:29 ========================================================= 19:39:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:39:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:39:29 + 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 . 19:39:32 Sending build context to Docker daemon 166.9MB 19:39:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:39:32 Step 2/6 : FROM ${BASE} 19:39:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:39:32 5f621e34cdf4: Pulling fs layer 19:39:32 a4357932f1b6: Pulling fs layer 19:39:32 18c013af1878: Pulling fs layer 19:39:32 00ac8860ef70: Pulling fs layer 19:39:32 63d7cb157983: Pulling fs layer 19:39:32 b116817d02f9: Pulling fs layer 19:39:32 745a02a5169b: Pulling fs layer 19:39:32 00ac8860ef70: Waiting 19:39:32 63d7cb157983: Waiting 19:39:32 b116817d02f9: Waiting 19:39:32 745a02a5169b: Waiting 19:39:32 18c013af1878: Download complete 19:39:32 a4357932f1b6: Verifying Checksum 19:39:32 a4357932f1b6: Download complete 19:39:32 63d7cb157983: Download complete 19:39:32 5f621e34cdf4: Download complete 19:39:32 b116817d02f9: Verifying Checksum 19:39:32 b116817d02f9: Download complete 19:39:32 5f621e34cdf4: Pull complete 19:39:33 a4357932f1b6: Pull complete 19:39:33 18c013af1878: Pull complete 19:39:35 745a02a5169b: Verifying Checksum 19:39:35 745a02a5169b: Download complete 19:39:36 00ac8860ef70: Verifying Checksum 19:39:36 00ac8860ef70: Download complete 19:39:46 00ac8860ef70: Pull complete 19:39:46 63d7cb157983: Pull complete 19:39:46 b116817d02f9: Pull complete 19:39:46 ---> 0cefe737218f 19:39:46 Step 9/23 : RUN make cmd/core-command/core-command 19:39:46 ---> Running in b08f9c041521 19:39:46 ---> 9c4c528bbbe7 19:39:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:39:46 ---> 82047a51935d 19:39:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:39:46 ---> 924688d99075 19:39:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:39:46 ---> Running in c2457afa8b2f 19:39:46 ---> Running in 1722d94817a0 19:39:46 ---> c9f3633f70bc 19:39:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:39:46 ---> Running in dfce564a76f2 19:39:46 ---> Running in 79178ec99451 19:39:46 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 19:39:46 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 19:39:46 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 19:39:46 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 19:39:46 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 19:39:49 745a02a5169b: Pull complete 19:39:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:39:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:39:49 ---> b7e6874047d6 19:39:49 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 19:39:53 ---> Running in 6ef7cd17c38a 19:39:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:39:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:39:56 (1/12) Installing libmagic (5.38-r0) 19:39:56 (2/12) Installing file (5.38-r0) 19:39:56 (3/12) Installing libc-dev (0.7.2-r3) 19:39:56 (4/12) Installing g++ (9.3.0-r2) 19:40:01 (5/12) Installing fortify-headers (1.1-r0) 19:40:01 (6/12) Installing patch (2.7.6-r6) 19:40:01 (7/12) Installing build-base (0.5-r2) 19:40:01 (8/12) Installing libsodium (1.0.18-r0) 19:40:01 (9/12) Installing pkgconf (1.7.2-r0) 19:40:01 (10/12) Installing libsodium-dev (1.0.18-r0) 19:40:01 (11/12) Installing libzmq (4.3.3-r0) 19:40:01 (12/12) Installing zeromq-dev (4.3.3-r0) 19:40:01 Executing busybox-1.31.1-r19.trigger 19:40:01 OK: 217 MiB in 51 packages 19:40:05 Removing intermediate container 6ef7cd17c38a 19:40:05 ---> ec3cd37a41b0 19:40:05 Step 4/6 : WORKDIR /edgex-go 19:40:05 ---> Running in 239320f9e073 19:40:06 Removing intermediate container 239320f9e073 19:40:06 ---> a34bbd426fb6 19:40:06 Step 5/6 : COPY go.mod . 19:40:07 ---> 4c8830986baf 19:40:07 Step 6/6 : RUN go mod download 19:40:07 ---> Running in 7df99cb2f1fb 19:40: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 19:40:33 Removing intermediate container dfce564a76f2 19:40:33 ---> 59e25da582c2 19:40:33 19:40:33 Step 10/31 : FROM alpine:3.12 19:40:33 Removing intermediate container 1722d94817a0 19:40:33 ---> a56c8e3c12b2 19:40:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:40:33 3.12: Pulling from library/alpine 19:40:33 ---> Running in 426a91298783 19:40:34 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:40:34 Status: Downloaded newer image for alpine:3.12 19:40:34 ---> 42cb162f0360 19:40:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:40:34 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 19:40:38 ---> Running in 0ae6a56b5e26 19:40:38 Removing intermediate container c2457afa8b2f 19:40:38 ---> 23fd4761e8b5 19:40:38 19:40:38 Step 10/24 : FROM alpine:3.12 19:40:38 ---> 42cb162f0360 19:40:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:40:38 Removing intermediate container 79178ec99451 19:40:38 ---> 5e834f44194a 19:40:38 19:40:38 Step 10/23 : FROM alpine:3.12 19:40:38 ---> 42cb162f0360 19:40:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:40:38 Removing intermediate container b08f9c041521 19:40:38 ---> 86d5dfffd066 19:40:38 19:40:38 Step 10/23 : FROM alpine:3.12 19:40:38 ---> 42cb162f0360 19:40:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:40:38 ---> Running in c8edda8918ac 19:40:39 ---> Running in db4dc84445e0 19:40:39 ---> Running in 66ce2174c76b 19:40:39 Removing intermediate container 0ae6a56b5e26 19:40:39 ---> 0410e86c98c1 19:40:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:40:39 ---> Running in 31c328564ff4 19:40:39 Removing intermediate container 426a91298783 19:40:39 ---> 6b2d0d570ea3 19:40:39 19:40:39 Step 11/26 : FROM docker:20.10.0 19:40:39 20.10.0: Pulling from library/docker 19:40:39 Removing intermediate container 7df99cb2f1fb 19:40:39 ---> da268d2b93c1 19:40:39 Successfully built da268d2b93c1 19:40:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:40:40 + docker inspect -f . ci-base-image-arm64 19:40:40 . [Pipeline] withDockerContainer 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:40 prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container 19:40:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:40 (1/6) Installing ca-certificates (20191127-r4) 19:40:40 (1/1) Installing dumb-init (1.2.2-r1) 19:40:40 Executing busybox-1.31.1-r19.trigger 19:40:40 OK: 6 MiB in 15 packages 19:40:40 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:40:40 (3/6) Installing libcurl (7.69.1-r3) 19:40:40 (4/6) Installing curl (7.69.1-r3) 19:40:40 (5/6) Installing dumb-init (1.2.2-r1) 19:40:41 (6/6) Installing su-exec (0.2-r1) 19:40:41 Executing busybox-1.31.1-r19.trigger 19:40:41 Executing ca-certificates-20191127-r4.trigger 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:41 OK: 7 MiB in 20 packages 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:41 (1/1) Installing dumb-init (1.2.2-r1) 19:40:41 Executing busybox-1.31.1-r19.trigger 19:40:41 OK: 6 MiB in 15 packages 19:40:41 (1/2) Installing dumb-init (1.2.2-r1) 19:40:41 (2/2) Installing su-exec (0.2-r1) 19:40:41 Executing busybox-1.31.1-r19.trigger 19:40:41 OK: 6 MiB in 16 packages 19:40:42 $ docker top dfb5249a5648737394a628cb5a81156c33fd1035a267c129c1ed7eeeb8880935 -eo pid,comm 19:40:42 Removing intermediate container db4dc84445e0 19:40:42 ---> ea8cdee086e2 19:40:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] { [Pipeline] sh 19:40:42 ---> Running in cc993f253f85 19:40:42 Removing intermediate container c8edda8918ac 19:40:42 ---> 3f61444d12fa 19:40:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:40:43 ---> Running in 6bba6a969518 19:40:43 Removing intermediate container 66ce2174c76b 19:40:43 ---> b7bce0d22f1d 19:40:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:40:43 Removing intermediate container cc993f253f85 19:40:43 ---> 3fac73a727a1 19:40:43 Step 13/23 : ENV APP_PORT=48082 19:40:43 Removing intermediate container 31c328564ff4 19:40:43 ---> c41d501cc9f0 19:40:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:40:43 + go version 19:40:43 go version go1.15.5 linux/arm64 [Pipeline] } 19:40:43 $ docker stop --time=1 dfb5249a5648737394a628cb5a81156c33fd1035a267c129c1ed7eeeb8880935 19:40:43 ---> Running in d869283a14e8 19:40:43 ---> Running in bed4f597e810 19:40:43 ---> Running in 357a748bb318 19:40:43 Removing intermediate container 6bba6a969518 19:40:43 ---> b8fd7bdc85bc 19:40:43 Step 13/24 : WORKDIR / 19:40:44 ---> Running in c7d8f871453a 19:40:45 Removing intermediate container d869283a14e8 19:40:45 ---> d7c4346df91f 19:40:45 Step 13/23 : ENV APP_PORT=48081 19:40:45 Removing intermediate container 357a748bb318 19:40:45 ---> f345c212b238 19:40:45 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:40:45 Removing intermediate container bed4f597e810 19:40:45 ---> daa28c0be32b 19:40:45 Step 14/23 : EXPOSE $APP_PORT 19:40:45 ---> Running in f3666f8463f5 19:40:45 ---> Running in 73efe3dde2cb 19:40:45 ---> Running in 51c6ee1f0797 19:40:45 $ docker rm -f dfb5249a5648737394a628cb5a81156c33fd1035a267c129c1ed7eeeb8880935 19:40:45 Removing intermediate container c7d8f871453a 19:40:45 ---> b39884300531 19:40:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:40:45 Removing intermediate container f3666f8463f5 19:40:45 ---> 2e3b33cf9ba0 19:40:45 Step 14/23 : EXPOSE $APP_PORT [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 19:40:45 Removing intermediate container 73efe3dde2cb 19:40:45 ---> 0c0677d3bdfa 19:40:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:40:45 Removing intermediate container 51c6ee1f0797 19:40:45 ---> 264c9e52317b 19:40:45 Step 15/23 : WORKDIR / [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:40:45 ---> Running in db75b440ff19 19:40:45 ---> Running in 2aad961a3d24 19:40:45 ---> c33ebdc230c1 19:40:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:40:45 ---> Running in 1644914a1698 19:40:46 Removing intermediate container db75b440ff19 19:40:46 ---> 87be072e3a69 19:40:46 Step 15/23 : WORKDIR / 19:40:46 + docker inspect -f . ci-base-image-arm64 19:40:46 . [Pipeline] withDockerContainer 19:40:46 prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container 19:40:46 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat 19:40:47 ---> Running in 10c18f62a17d 19:40:47 ---> 8384eb97a11c 19:40:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:40:47 Removing intermediate container 1644914a1698 19:40:47 ---> 744394cce0e4 19:40:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:47 Removing intermediate container 10c18f62a17d 19:40:47 ---> 94dc69991766 19:40:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:47 ---> 6ddac79fe71f 19:40:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:40:47 ---> c14b1bffd17c 19:40:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:40:48 Removing intermediate container 2aad961a3d24 19:40:48 ---> d08d54890bc0 19:40:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:40:48 ---> Running in 66447fee338d 19:40:48 $ docker top 298aa6c780c1520b6e0def6447272ba2c2624b4f2da91b5eb3d40bdfc8c37821 -eo pid,comm 19:40:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:40:48 ---> c75014240edf 19:40:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:40:48 Status: Downloaded newer image for docker:20.10.0 19:40:48 ---> aefe523efa57 19:40:48 Step 12/26 : RUN apk add --no-cache bash [Pipeline] { [Pipeline] echo 19:40:48 ========================================================= 19:40:48 [edgeXBuildGoParallel] Running Tests and Build... 19:40:48 ========================================================= [Pipeline] sh 19:40:48 ---> Running in cd522669c200 19:40:48 ---> 6240eeede81f 19:40:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:40:48 Removing intermediate container 66447fee338d 19:40:48 ---> f9067235788e 19:40:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:40:48 ---> a5f79a875b81 19:40:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:40:49 ---> 186a049a65e8 19:40:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:40:49 ---> Running in 8d33040aede8 19:40:49 ---> 7200c86d0041 19:40:49 Step 19/23 : ENTRYPOINT ["/core-command"] 19:40:49 ---> d51f257fe453 19:40:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:40:49 + make test 19:40:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:40:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:49 ---> Running in bdd6081b77e0 19:40:49 (1/2) Installing readline (8.0.4-r0) 19:40:49 (2/2) Installing bash (5.0.17-r0) 19:40:49 ---> 631ec780cd81 19:40:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:40:49 Executing bash-5.0.17-r0.post-install 19:40:49 Executing busybox-1.31.1-r19.trigger 19:40:49 OK: 12 MiB in 22 packages 19:40:49 ---> fb4bfa16b889 19:40:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:40:49 Removing intermediate container bdd6081b77e0 19:40:49 ---> 13bb827f55a8 19:40:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:49 ---> Running in 140ae842e790 19:40:49 ---> Running in 138f65360f0c 19:40:50 ---> c339c8f4156a 19:40:50 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/ 19:40:50 Removing intermediate container 140ae842e790 19:40:50 ---> 727937711f5b 19:40:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:50 ---> Running in 92b24ad170c9 19:40:50 Removing intermediate container 138f65360f0c 19:40:50 ---> 8741e3b7bfa9 19:40:50 Step 21/23 : LABEL arch=x86_64 19:40:50 ---> Running in 8dac87c58a2e 19:40:51 ---> Running in b9005359c099 19:40:51 Removing intermediate container cd522669c200 19:40:51 ---> 9e1132406b0a 19:40:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:40:51 ---> Running in 9c14737defcf 19:40:51 Removing intermediate container 8dac87c58a2e 19:40:51 ---> 187cf30611aa 19:40:51 Step 21/23 : LABEL arch=x86_64 19:40:51 Removing intermediate container b9005359c099 19:40:51 ---> 14b64b1f30e9 19:40:51 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:40:51 ---> Running in fc09513e52e9 19:40:51 ---> Running in d28aaa462405 19:40:51 Removing intermediate container 8d33040aede8 19:40:51 ---> 9588409f5177 19:40:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:51 Removing intermediate container 9c14737defcf 19:40:51 ---> f7a6c20d12fc 19:40:51 Step 14/26 : ENV APP_PORT=48090 19:40:51 Removing intermediate container fc09513e52e9 19:40:51 ---> 810e6944646b 19:40:51 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:40:51 Removing intermediate container d28aaa462405 19:40:51 ---> 5b259e14dc77 19:40:51 Step 23/23 : LABEL version=0.0.0 19:40:52 ---> Running in f803489eb674 19:40:52 ---> Running in 0e14da34f744 19:40:52 ---> Running in b9c87577e5e6 19:40:52 ---> 4d0fd79e46ea 19:40:52 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:40:52 Removing intermediate container f803489eb674 19:40:52 ---> 2a2faef655fa 19:40:52 Step 15/26 : EXPOSE $APP_PORT 19:40:52 Removing intermediate container 0e14da34f744 19:40:52 ---> 1f0d9dd5e58c 19:40:52 Step 23/23 : LABEL version=0.0.0 19:40:52 Removing intermediate container b9c87577e5e6 19:40:52 ---> 760856cc0e98 19:40:52 19:40:52 Removing intermediate container 92b24ad170c9 19:40:52 ---> 9c0e2e15f020 19:40:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:40:52 ---> Running in 36b2c15027ce 19:40:52 ---> Running in d35857a02e85 19:40:52 ---> Running in 9e6d23a8491f 19:40:52 Successfully built 760856cc0e98 19:40:52 Successfully tagged docker-core-command-go:latest 19:40:52 ---> 6484640b739b 19:40:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:40:52 Building docker-core-data-go 19:40:52  Building docker-core-command-go ... done Removing intermediate container d35857a02e85 19:40:52 ---> 674b247e0745 19:40:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:40:52 Removing intermediate container 36b2c15027ce 19:40:52 ---> 72023282e17c 19:40:52 19:40:53 Removing intermediate container 9e6d23a8491f 19:40:53 ---> f2b20fe00edb 19:40:53 Step 22/24 : LABEL arch=x86_64 19:40:53 Successfully built 72023282e17c 19:40:53 ---> 8d3e791c423f 19:40:53 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:40:53 Successfully tagged docker-core-metadata-go:latest 19:40:53  Building docker-core-metadata-go ... done Building docker-support-notifications-go 19:40:53 ---> Running in d36dadd0f970 19:40:53 ---> 0e4a7066fb57 19:40:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:40:53 Removing intermediate container d36dadd0f970 19:40:53 ---> e2acd7b60518 19:40:53 Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:40:54 ---> 6a8153a2d318 19:40:54 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:40:54 ---> Running in 96815abc3db7 19:40:57 ---> dcb6df153ebb 19:40:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:40:57 Removing intermediate container 96815abc3db7 19:40:57 ---> beb50cea443d 19:40:57 Step 24/24 : LABEL version=0.0.0 19:40:57 ---> 6742614bde8d 19:40:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:40:58 ---> Running in 02c38c571b23 19:40:59 ---> Running in c4a96b9bd941 19:41:00 ---> 0576903baf61 19:41:00 Step 19/26 : RUN apk --no-cache add py3-pip 19:41:01 Removing intermediate container 02c38c571b23 19:41:01 ---> dda49d985291 19:41:01 19:41:01 ---> Running in 6cbdcfa917f4 19:41:01 Removing intermediate container c4a96b9bd941 19:41:01 ---> 46248fb8e23e 19:41:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:41:01 Successfully built dda49d985291 19:41:01 Successfully tagged docker-security-secretstore-setup-go:latest 19:41:02  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 19:41:02 ---> 45ddb95bf601 19:41:02 Step 26/31 : RUN chmod +x /entrypoint.sh 19:41:02 ---> Running in d7e0037ba313 19:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:03 (1/33) Installing libbz2 (1.0.8-r1) 19:41:03 (2/33) Installing expat (2.2.9-r1) 19:41:03 (3/33) Installing libffi (3.3-r2) 19:41:03 (4/33) Installing gdbm (1.13-r1) 19:41:03 (5/33) Installing xz-libs (5.2.5-r0) 19:41:03 (6/33) Installing sqlite-libs (3.32.1-r0) 19:41:03 (7/33) Installing python3 (3.8.8-r0) 19:41:11 (8/33) Installing py3-appdirs (1.4.4-r1) 19:41:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:41:11 (10/33) Installing py3-parsing (2.4.7-r0) 19:41:11 (11/33) Installing py3-six (1.15.0-r0) 19:41:11 (12/33) Installing py3-packaging (20.4-r0) 19:41:11 (13/33) Installing py3-setuptools (47.0.0-r0) 19:41:11 (14/33) Installing py3-chardet (3.0.4-r4) 19:41:12 (15/33) Installing py3-idna (2.9-r0) 19:41:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:41:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:41:13 (18/33) Installing py3-requests (2.23.0-r0) 19:41:13 (19/33) Installing py3-msgpack (1.0.0-r0) 19:41:13 (20/33) Installing py3-lockfile (0.12.2-r3) 19:41:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:41:14 (22/33) Installing py3-colorama (0.4.3-r0) 19:41:14 (23/33) Installing py3-distlib (0.3.0-r0) 19:41:14 (24/33) Installing py3-distro (1.5.0-r1) 19:41:14 (25/33) Installing py3-webencodings (0.5.1-r3) 19:41:14 (26/33) Installing py3-html5lib (1.0.1-r4) 19:41:14 (27/33) Installing py3-pytoml (0.1.21-r0) 19:41:15 (28/33) Installing py3-pep517 (0.8.2-r0) 19:41:15 (29/33) Installing py3-progress (1.5-r0) 19:41:15 (30/33) Installing py3-toml (0.10.1-r0) 19:41:15 (31/33) Installing py3-retrying (1.3.3-r0) 19:41:16 ? github.com/edgexfoundry/edgex-go [no test files] 19:41:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:41:16 (33/33) Installing py3-pip (20.1.1-r0) 19:41:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:41:17 ---> 8a903cb1ca9d 19:41:17 Step 3/22 : WORKDIR /edgex-go 19:41:18 ---> Using cache 19:41:18 ---> 60873374d092 19:41:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:18 ---> Using cache 19:41:18 ---> e2a2fe598812 19:41:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:41:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:41:18 ---> 8a903cb1ca9d 19:41:18 Step 3/23 : WORKDIR /edgex-go 19:41:18 ---> Using cache 19:41:18 ---> 60873374d092 19:41:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:18 ---> Using cache 19:41:18 ---> e2a2fe598812 19:41:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:41:19 Executing busybox-1.31.1-r19.trigger 19:41:19 OK: 71 MiB in 55 packages 19:41:19 Removing intermediate container d7e0037ba313 19:41:19 ---> 6c981233489d 19:41:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:41:19 ---> Running in 0eb29508fa52 19:41:19 ---> Running in 396b7abfce84 19:41:20 ---> Running in 5e698f7c1bb7 19:41:22 Removing intermediate container 5e698f7c1bb7 19:41:22 ---> 162ada1033fb 19:41:22 Step 28/31 : CMD ["gate"] 19:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:22 ---> Running in 0642afa6c908 19:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:23 Removing intermediate container 0642afa6c908 19:41:23 ---> 0c8480dbf03c 19:41:23 Step 29/31 : LABEL arch=x86_64 19:41:23 OK: 233 MiB in 51 packages 19:41:24 OK: 233 MiB in 51 packages 19:41:24 ---> Running in 5daab9e0f6ec 19:41:26 Removing intermediate container 5daab9e0f6ec 19:41:26 ---> 15ac86dafd47 19:41:26 Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:41:28 Removing intermediate container 0eb29508fa52 19:41:28 ---> 2c6fcaeb6fd7 19:41:28 Step 6/22 : COPY go.mod . 19:41:28 ---> Running in 5f505a0ab1dc 19:41:28 Removing intermediate container 396b7abfce84 19:41:28 ---> d38ec5486715 19:41:28 Step 6/23 : COPY go.mod . 19:41:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:41:29 ---> 8a903cb1ca9d 19:41:29 Step 3/22 : WORKDIR /edgex-go 19:41:29 ---> Using cache 19:41:29 ---> 60873374d092 19:41:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:29 ---> Using cache 19:41:29 ---> e2a2fe598812 19:41:29 Step 5/22 : RUN apk add --update --no-cache make git 19:41:29 ---> Using cache 19:41:29 ---> e4077b55b780 19:41:29 Step 6/22 : COPY go.mod . 19:41:29 ---> Using cache 19:41:29 ---> d573296adfe8 19:41:29 Step 7/22 : RUN go mod download 19:41:29 ---> Using cache 19:41:29 ---> d0d4db13c45a 19:41:29 Step 8/22 : COPY . . 19:41:30 ---> Using cache 19:41:30 ---> c9f3633f70bc 19:41:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:41:30 ---> e69fb194313f 19:41:30 Step 7/22 : RUN go mod download 19:41:31 ---> Running in 959e55317c48 19:41:32 ---> 519c682f24f4 19:41:32 Step 7/23 : RUN go mod download 19:41:32 ---> Running in f0560e406dd5 19:41:32 Removing intermediate container 5f505a0ab1dc 19:41:32 ---> 5d7405172613 19:41:32 Step 31/31 : LABEL version=0.0.0 19:41:32 ---> Running in ed89bfa9dfa8 19:41:32 ---> Running in bb5acdb09bf2 19:41:33 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 19:41:33 Removing intermediate container bb5acdb09bf2 19:41:33 ---> 4344480356df 19:41:33 19:41:34 Successfully built 4344480356df 19:41:34 Successfully tagged docker-security-bootstrapper-go:latest 19:41:34  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 19:41:39 Removing intermediate container f0560e406dd5 19:41:39 ---> c4c193191dd8 19:41:39 Step 8/22 : COPY . . 19:41:39 Removing intermediate container ed89bfa9dfa8 19:41:39 ---> 939b16cccc40 19:41:39 Step 8/23 : COPY . . 19:41:45 Removing intermediate container 6cbdcfa917f4 19:41:45 ---> d88305c074c6 19:41:45 Step 20/26 : RUN pip install docker-compose==1.23.2 19:41:48 ---> Running in 0581b3bdd235 19:42:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:42:03 Collecting docker-compose==1.23.2 19:42:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:42:04 Collecting cached-property<2,>=1.2.0 19:42:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:42:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:42:04 Collecting docopt<0.7,>=0.6.1 19:42:04 Downloading docopt-0.6.2.tar.gz (25 kB) 19:42:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:42:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:42:04 ---> 8a903cb1ca9d 19:42:04 Step 3/21 : WORKDIR /edgex-go 19:42:04 ---> Using cache 19:42:04 ---> 60873374d092 19:42:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:04 ---> Using cache 19:42:04 ---> e2a2fe598812 19:42:04 Step 5/21 : RUN apk add --update --no-cache make git 19:42:04 ---> Using cache 19:42:04 ---> e4077b55b780 19:42:04 Step 6/21 : COPY go.mod . 19:42:04 ---> Using cache 19:42:04 ---> d573296adfe8 19:42:04 Step 7/21 : RUN go mod download 19:42:04 ---> Using cache 19:42:04 ---> d0d4db13c45a 19:42:04 Step 8/21 : COPY . . 19:42:05 ---> Using cache 19:42:05 ---> c9f3633f70bc 19:42:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:42:06 ---> Running in 866b23de0cb6 19:42:06 Collecting texttable<0.10,>=0.9.0 19:42:06 Downloading texttable-0.9.1.tar.gz (11 kB) 19:42:08 Collecting docker<4.0,>=3.6.0 19:42:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:42:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:42:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:42:09 Collecting websocket-client<1.0,>=0.32.0 19:42:09 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:42:10 Collecting jsonschema<3,>=2.5.1 19:42:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:42:10 Collecting PyYAML<4,>=3.10 19:42:10 Downloading PyYAML-3.13.tar.gz (270 kB) 19:42:13 Collecting dockerpty<0.5,>=0.4.1 19:42:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:42:17 Collecting docker-pycreds>=0.4.0 19:42:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:42:17 Collecting idna<2.8,>=2.5 19:42:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:42:17 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) 19:42:17 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) 19:42:17 Collecting urllib3<1.25,>=1.21.1 19:42:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:42:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:42:17 Removing intermediate container 959e55317c48 19:42:17 ---> f3bd75c951eb 19:42:17 19:42:17 Step 10/22 : FROM alpine:3.12 19:42:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:42:17 ---> 42cb162f0360 19:42:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:42:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:42:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:42:17 ---> Using cache 19:42:17 ---> b7bce0d22f1d 19:42:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:42:18 ---> Using cache 19:42:18 ---> d7c4346df91f 19:42:18 Step 13/22 : ENV APP_PORT=48085 19:42:18 Installing collected packages: cached-property, docopt, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, PyYAML, dockerpty, docker-compose 19:42:18 Running setup.py install for docopt: started 19:42:20 ---> Running in 78fc9de9db5a 19:42:20 Running setup.py install for docopt: finished with status 'done' 19:42:21 Running setup.py install for texttable: started 19:42:21 Removing intermediate container 78fc9de9db5a 19:42:21 ---> 79034017dbb7 19:42:21 Step 14/22 : EXPOSE $APP_PORT 19:42:22 Running setup.py install for texttable: finished with status 'done' 19:42:22 ---> Running in cdecdb7c80fc 19:42:22 Attempting uninstall: idna 19:42:22 Found existing installation: idna 2.9 19:42:22 ---> a6d9a79faecb 19:42:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:42:22 Uninstalling idna-2.9: 19:42:22 ---> 09c6df702d04 19:42:22 Step 9/23 : RUN make cmd/core-data/core-data 19:42:22 Successfully uninstalled idna-2.9 19:42:23 ---> Running in 694e313fcdef 19:42:23 ---> Running in 2231186614d1 19:42:23 Removing intermediate container cdecdb7c80fc 19:42:23 ---> b79fb1421521 19:42:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:23 Attempting uninstall: urllib3 19:42:23 Found existing installation: urllib3 1.25.9 19:42:23 Uninstalling urllib3-1.25.9: 19:42:23 Successfully uninstalled urllib3-1.25.9 19:42:24 ---> cec7c67a0b4a 19:42:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:42:24 Attempting uninstall: requests 19:42:24 Found existing installation: requests 2.23.0 19:42:24 Uninstalling requests-2.23.0: 19:42:24 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 19:42:24 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 19:42:24 Successfully uninstalled requests-2.23.0 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:42:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:42:25 ---> f90b9b10a7c4 19:42:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:42:26 Running setup.py install for PyYAML: started 19:42:26 ---> b7400104a008 19:42:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:42:26 ---> Running in f7c82b63c622 19:42:27 Removing intermediate container f7c82b63c622 19:42:27 ---> 0df81b2d6101 19:42:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:27 ---> Running in 21f8d7e2ac4c 19:42:27 Running setup.py install for PyYAML: finished with status 'done' 19:42:27 Running setup.py install for dockerpty: started 19:42:27 Removing intermediate container 21f8d7e2ac4c 19:42:27 ---> d86766218377 19:42:27 Step 20/22 : LABEL arch=x86_64 19:42:28 Running setup.py install for dockerpty: finished with status 'done' 19:42:28 ---> Running in 89caa8e2e711 19:42:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:42:29 Removing intermediate container 89caa8e2e711 19:42:29 ---> b18f0e00f8c5 19:42:29 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:42:29 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 19:42:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:42:30 ---> Running in 52cd80b7332a 19:42:30 Removing intermediate container 52cd80b7332a 19:42:30 ---> 691f6df2ed4d 19:42:30 Step 22/22 : LABEL version=0.0.0 19:42:30 ---> Running in 7e3d2f59f0ee 19:42:31 Removing intermediate container 7e3d2f59f0ee 19:42:31 ---> cc607744099f 19:42:31 19:42:31 Successfully built cc607744099f 19:42:31 Successfully tagged docker-support-scheduler-go:latest 19:42:33  Building docker-support-scheduler-go ... done Removing intermediate container 0581b3bdd235 19:42:33 ---> 771c06587f48 19:42:33 Step 21/26 : RUN apk --no-cache add curl 19:42:34 ---> Running in b2e5d5409d73 19:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:42:36 (2/3) Installing libcurl (7.69.1-r3) 19:42:36 (3/3) Installing curl (7.69.1-r3) 19:42:36 Executing busybox-1.31.1-r19.trigger 19:42:36 OK: 72 MiB in 58 packages 19:42:38 Removing intermediate container b2e5d5409d73 19:42:38 ---> b9ca55e4cb66 19:42:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:42:38 ---> Running in e6105f66e846 19:42:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:42:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:42:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:42:38 Removing intermediate container e6105f66e846 19:42:38 ---> baa7cf4c736a 19:42:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:42:38 ---> Running in 0dc34702fc3d 19:42:38 Removing intermediate container 0dc34702fc3d 19:42:38 ---> 4358b18e46af 19:42:38 Step 24/26 : LABEL arch=x86_64 19:42:39 ---> Running in c147eb326dfa 19:42:39 Removing intermediate container c147eb326dfa 19:42:39 ---> 92e0a65129a2 19:42:39 Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:42:39 ---> Running in d7b6499dbd4d 19:42:40 Removing intermediate container d7b6499dbd4d 19:42:40 ---> d750006002e4 19:42:40 Step 26/26 : LABEL version=0.0.0 19:42:40 ---> Running in 7a001ac23b5d 19:42:42 Removing intermediate container 7a001ac23b5d 19:42:42 ---> 7e874f74cbf4 19:42:42 19:42:43 Successfully built 7e874f74cbf4 19:42:43 Successfully tagged docker-sys-mgmt-agent-go:latest 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements 19:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:42:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.274s coverage: 19.8% of statements 19:42:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.344s coverage: 100.0% of statements 19:42:47  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 866b23de0cb6 19:42:47 ---> fc5baf7b43d1 19:42:47 19:42:47 Step 10/21 : FROM alpine:3.12 19:42:47 ---> 42cb162f0360 19:42:47 Step 11/21 : RUN apk add --update --no-cache curl 19:42:47 ---> Running in 1604d3b7811a 19:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:50 (1/4) Installing ca-certificates (20191127-r4) 19:42:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:42:50 (3/4) Installing libcurl (7.69.1-r3) 19:42:50 (4/4) Installing curl (7.69.1-r3) 19:42:50 Executing busybox-1.31.1-r19.trigger 19:42:50 Executing ca-certificates-20191127-r4.trigger 19:42:50 OK: 7 MiB in 18 packages 19:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.194s coverage: 100.0% of statements 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements 19:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:42:53 Removing intermediate container 1604d3b7811a 19:42:53 ---> 3e66f0875c2a 19:42:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:42:53 ---> Running in c4834ed1862a 19:42:53 Removing intermediate container c4834ed1862a 19:42:53 ---> 44760bee6523 19:42:53 Step 13/21 : WORKDIR /edgex 19:42:53 ---> Running in 24db9f46b69c 19:42:54 Removing intermediate container 24db9f46b69c 19:42:54 ---> 2727eac73364 19:42:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:42:54 ---> 27580c3139d3 19:42:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.595s coverage: 82.9% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements 19:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:42:55 ---> 2c276db9a7af 19:42:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:42:56 ---> 4eaca58d95f5 19:42:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:42:56 ---> Running in f20c79c078f0 19:42:56 Removing intermediate container f20c79c078f0 19:42:56 ---> e88f229eed80 19:42:56 Step 18/21 : CMD ["--init=true"] 19:43:01 ---> Running in 4f45ceab0040 19:43:01 Removing intermediate container 2231186614d1 19:43:01 ---> 84d24af331a4 19:43:01 19:43:01 Step 10/22 : FROM alpine:3.12 19:43:01 ---> 42cb162f0360 19:43:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:43:01 Removing intermediate container 4f45ceab0040 19:43:01 ---> dd2fdaf8d2f4 19:43:01 Step 19/21 : LABEL arch=x86_64 19:43:01 ---> Running in 3a2d217d5b2c 19:43:01 ---> Running in 1eb0b3e8bc6c 19:43:02 Removing intermediate container 1eb0b3e8bc6c 19:43:02 ---> e1ff29e66b71 19:43:02 Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:43:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:03 (1/2) Installing ca-certificates (20191127-r4) 19:43:03 (2/2) Installing dumb-init (1.2.2-r1) 19:43:03 Executing busybox-1.31.1-r19.trigger 19:43:03 Executing ca-certificates-20191127-r4.trigger 19:43:03 ---> Running in e212238af777 19:43:03 OK: 6 MiB in 16 packages 19:43:04 Removing intermediate container e212238af777 19:43:04 ---> 056474836f8a 19:43:04 Step 21/21 : LABEL version=0.0.0 19:43:04 ---> Running in b1060a52443b 19:43:04 Removing intermediate container 694e313fcdef 19:43:04 ---> e0263ce94a61 19:43:04 19:43:04 Step 10/23 : FROM alpine:3.12 19:43:04 ---> 42cb162f0360 19:43:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:43:05 ---> Running in 7d729a7847a9 19:43:05 Removing intermediate container b1060a52443b 19:43:05 ---> a9ba7b11b517 19:43:05 19:43:05 Removing intermediate container 3a2d217d5b2c 19:43:05 ---> cdf552b693e9 19:43:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:43:05 Successfully built a9ba7b11b517 19:43:05 ---> Running in ee88887480a6 19:43:05 Successfully tagged docker-security-proxy-setup-go:latest 19:43:05  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d729a7847a9 19:43:05 ---> 71224a46fd19 19:43:05 Step 12/23 : ENV APP_PORT=48080 19:43:05 ---> Running in 0b3077558950 19:43:05 Removing intermediate container ee88887480a6 19:43:05 ---> 5e057c773f3f 19:43:05 Step 13/22 : ENV APP_PORT=48060 19:43:05 ---> Running in cf70918b8ce1 19:43:05 Removing intermediate container 0b3077558950 19:43:05 ---> 6efce21a2971 19:43:05 Step 13/23 : EXPOSE $APP_PORT 19:43:05 ---> Running in c1b4269c7ef9 19:43:05 Removing intermediate container cf70918b8ce1 19:43:05 ---> e74c9d18b510 19:43:05 Step 14/22 : EXPOSE $APP_PORT 19:43:06 ---> Running in 8e3435cbe96e 19:43:06 Removing intermediate container c1b4269c7ef9 19:43:06 ---> 2907c404b337 19:43:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:06 ---> Running in a85412f6643a 19:43:06 Removing intermediate container 8e3435cbe96e 19:43:06 ---> 9d08ae8cbfaa 19:43:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.224s coverage: 28.6% of statements 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:43:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.273s coverage: 100.0% of statements 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:43:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:43:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.494s coverage: 86.7% of statements 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:43:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.454s coverage: 97.5% of statements 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:43:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.373s coverage: 78.3% of statements 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:43:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:43:07 ---> b3cc3d30b91e 19:43:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:43:07 ---> 081a95db2ad1 19:43:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:43:07 Removing intermediate container a85412f6643a 19:43:07 ---> eb9eadeb1732 19:43:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:43:08 ---> Running in 6c93be7dd9ac 19:43:08 ---> 31a9e101f147 19:43:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:43:08 ---> Running in 7a2fefbd2937 19:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:08 Removing intermediate container 7a2fefbd2937 19:43:08 ---> 6402efeef161 19:43:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:08 ---> Running in 65176834a15c 19:43:08 Removing intermediate container 65176834a15c 19:43:08 ---> 3f15205913c1 19:43:08 Step 20/22 : LABEL arch=x86_64 19:43:08 ---> Running in aacce0f7a6ee 19:43:09 Removing intermediate container aacce0f7a6ee 19:43:09 ---> 9046d5301c71 19:43:09 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:43:09 ---> Running in 94d3374f9675 19:43:09 Removing intermediate container 94d3374f9675 19:43:09 ---> 34a8c2b1196c 19:43:09 Step 22/22 : LABEL version=0.0.0 19:43:09 ---> Running in 447720938cbe 19:43:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:09 Removing intermediate container 447720938cbe 19:43:09 ---> 2a2cc782336a 19:43:09 19:43:09 Successfully built 2a2cc782336a 19:43:09 Successfully tagged docker-support-notifications-go:latest 19:43:10  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 19:43:10 (2/6) Installing libgcc (9.3.0-r2) 19:43:10 (3/6) Installing libsodium (1.0.18-r0) 19:43:10 (4/6) Installing libstdc++ (9.3.0-r2) 19:43:10 (5/6) Installing libzmq (4.3.3-r0) 19:43:11 (6/6) Installing zeromq (4.3.3-r0) 19:43:11 Executing busybox-1.31.1-r19.trigger 19:43:11 OK: 8 MiB in 20 packages 19:43:12 Removing intermediate container 6c93be7dd9ac 19:43:12 ---> 03ea4b9c5726 19:43:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:12 ---> c684622c8e39 19:43:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:43:13 ---> b325110fc7ed 19:43:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:43:13 ---> 67961f7c5d85 19:43:13 Step 19/23 : ENTRYPOINT ["/core-data"] 19:43:13 ---> Running in d5b5c2ba2fe3 19:43:13 Removing intermediate container d5b5c2ba2fe3 19:43:13 ---> 811370e08837 19:43:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:13 ---> Running in 4c3963339535 19:43:13 Removing intermediate container 4c3963339535 19:43:13 ---> fa015da9e1b4 19:43:13 Step 21/23 : LABEL arch=x86_64 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.318s coverage: 92.8% of statements 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 1.0% of statements 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:43:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 47.1% of statements 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.152s coverage: 79.5% of statements 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.170s coverage: 94.1% of statements 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.153s coverage: 96.3% of statements 19:43:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements 19:43:14 ---> Running in 214dcc244661 19:43:14 Removing intermediate container 214dcc244661 19:43:14 ---> cabe8260a335 19:43:14 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:43:14 ---> Running in fe34c1b38c38 19:43:14 Removing intermediate container fe34c1b38c38 19:43:14 ---> 98ea9a100bc3 19:43:14 Step 23/23 : LABEL version=0.0.0 19:43:14 ---> Running in c176a3848062 19:43:14 Removing intermediate container c176a3848062 19:43:14 ---> 460de7b139e9 19:43:14 19:43:14 Successfully built 460de7b139e9 19:43:14 Successfully tagged docker-core-data-go:latest 19:43:15  Building docker-core-data-go ... done  [Pipeline] } 19:43:15 $ docker stop --time=1 e739916bfe77ea1024e0cd9f19f8f58ec0fbf26d170dded6c11678ef90172bcc 19:43:18 $ docker rm -f e739916bfe77ea1024e0cd9f19f8f58ec0fbf26d170dded6c11678ef90172bcc [Pipeline] // withDockerContainer [Pipeline] sh 19:43:18 + docker images 19:43:18 + grep docker 19:43:19 docker-core-data-go latest 460de7b139e9 4 seconds ago 22.7MB 19:43:19 docker-support-notifications-go latest 2a2cc782336a 9 seconds ago 17.9MB 19:43:19 docker-security-proxy-setup-go latest a9ba7b11b517 13 seconds ago 25.4MB 19:43:19 docker-sys-mgmt-agent-go latest 7e874f74cbf4 36 seconds ago 314MB 19:43:19 docker-support-scheduler-go latest cc607744099f 48 seconds ago 17.4MB 19:43:19 docker-security-bootstrapper-go latest 4344480356df About a minute ago 18.9MB 19:43:19 docker-security-secretstore-setup-go latest dda49d985291 2 minutes ago 25.7MB 19:43:19 docker-core-metadata-go latest 72023282e17c 2 minutes ago 19MB 19:43:19 docker-core-command-go latest 760856cc0e98 2 minutes ago 17.3MB 19:43:19 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 19:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.163s coverage: 94.4% of statements 19:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements 19:43:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.497s coverage: 82.6% of statements 19:43:34 Still waiting to schedule task 19:43:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.212s coverage: 92.9% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.133s coverage: 100.0% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 84.6% of statements 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.294s coverage: 91.6% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.844s coverage: 64.4% of statements 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:43:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 19:43:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 19:43:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 19:43:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 19:43:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.120s coverage: 69.0% of statements 19:43:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:43:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:43:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.563s coverage: 38.4% of statements 19:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 19:43:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:43:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.112s coverage: 84.8% of statements 19:44:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.561s coverage: 47.0% of statements 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:44:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:44:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:44:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:44:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.322s coverage: 29.1% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.273s coverage: 99.0% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.196s coverage: 100.0% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.303s coverage: 94.6% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:44:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 19:44:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.179s coverage: 32.1% of statements 19:44:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements 19:44:12 GO111MODULE=on go vet ./... 19:44:26 Running on prd-ubuntu18.04-docker-8c-8g-31837 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 19:44:26 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:44:29 using credential edgex-jenkins-ssh 19:44:29 Cloning the remote Git repository 19:44:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:44:29 > git init /w/workspace/edgex-go/3 # timeout=10 19:44:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:44:29 > git --version # timeout=10 19:44:29 > git --version # 'git version 2.17.1' 19:44:29 using GIT_SSH to set credentials SSH Credentials for GitHub 19:44:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:44:37 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 49fe07c0865b4f764a46dfa194199239fc0884ee 19:44:37 Merge succeeded, producing 49fe07c0865b4f764a46dfa194199239fc0884ee 19:44:37 Checking out Revision 49fe07c0865b4f764a46dfa194199239fc0884ee (PR-3300) 19:44:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:44:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:44:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:44:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:44:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:44:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:44:37 > git config core.sparsecheckout # timeout=10 19:44:37 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 19:44:37 > git remote # timeout=10 19:44:37 > git config --get remote.origin.url # timeout=10 19:44:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:44:37 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:44:37 > git rev-parse HEAD^{commit} # timeout=10 19:44:37 > git config core.sparsecheckout # timeout=10 19:44:37 > git checkout -f 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 19:44:41 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:44:42 + echo snap-build.sh 19:44:42 snap-build.sh 19:44:42 + SNAP_BASE_DIR=. 19:44:42 + '[' '!' -z /w/workspace/edgex-go/3 ']' 19:44:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 19:44:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 19:44:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 19:44:42 + cd /w/workspace/edgex-go/3 19:44:42 + sudo apt-get remove -qy --purge lxd lxd-client 19:44:42 Reading package lists... 19:44:43 Building dependency tree... 19:44:43 Reading state information... 19:44:43 The following packages were automatically installed and are no longer required: 19:44:43 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:44:43 uidmap xdelta3 19:44:43 Use 'sudo apt autoremove' to remove them. 19:44:43 The following packages will be REMOVED: 19:44:43 lxd* lxd-client* 19:44:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:44:43 After this operation, 31.7 MB disk space will be freed. 19:44:44 (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.) 19:44:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:44:45 Removing lxd dnsmasq configuration 19:44:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:44:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:44:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:44:46 (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.) 19:44:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:44:47 Processing triggers for systemd (237-3ubuntu10.42) ... 19:44:48 Processing triggers for ureadahead (0.100.0-21) ... 19:44:49 + sudo snap remove --purge lxd 19:44:49 snap "lxd" is not installed 19:44:49 + sudo groupadd --force --system lxd 19:44:49 ++ whoami 19:44:49 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:44:49 + newgrp - lxd 19:44:49 + sudo snap install lxd 19:44:57 2021-03-29T19:44:54Z INFO Waiting for automatic snapd restart... 19:45:12 lxd 4.12 from Canonical* installed 19:45:12 + sudo lxd init --auto 19:45:19 + sudo snap install --classic snapcraft 19:45:24 snapcraft 4.5.4 from Canonical* installed 19:45:24 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:45:24 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:45:24 % Total % Received % Xferd Average Speed Time Time Time Current 19:45:24 Dload Upload Total Spent Left Speed 19:45:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3710 0 --:--:-- --:--:-- --:--:-- 3732 19:45:25 100 3325k 100 3325k 0 0 8070k 0 --:--:-- --:--:-- --:--:-- 8070k 19:45:25 ./yq_linux_amd64 19:45:25 + sudo snapcraft prime --use-lxd 19:45:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:45:27 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: 19:45:27 - README.md 19:45:27 19:45:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:45:27 Launching a container. 19:45:40 Waiting for container to be ready 19:45:40 To start your first instance, try: lxc launch ubuntu:18.04 19:45:40 19:45:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:45:43 Waiting for network to be ready... 19:45:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:45:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 19:45:43 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:45:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 19:45:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:45:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:45:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 19:45:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 19:45:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 19:45:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 19:45:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:45:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:45:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:45:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:45:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:45:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:45:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:45:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:45:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:45:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 19:45:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 19:45:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:45:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:45:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 19:45:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 19:45:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 19:45:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 19:45:48 Fetched 24.2 MB in 5s (4738 kB/s) 19:45:49 gofmt -l . 19:45:49 [ "`gofmt -l .`" = "" ] 19:45:49 ./bin/test-go-mod-tidy.sh 19:45:49 ./bin/test-attribution-txt.sh 19:45:50 Reading package lists... 19:45:50 Reading package lists... 19:45:50 Building dependency tree... 19:45:50 Reading state information... 19:45:50 The following additional packages will be installed: 19:45:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:45:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:45:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:45:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:45:50 Suggested packages: 19:45:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:45:50 Recommended packages: 19:45:50 gnupg libsasl2-modules 19:45:50 The following NEW packages will be installed: 19:45:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:45:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:45:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:45:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:45:50 The following packages will be upgraded: 19:45:50 gpg gpg-agent gpgconf libudev1 19:45:50 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:45:50 Need to get 3530 kB of archives. 19:45:50 After this operation, 13.3 MB of additional disk space will be used. 19:45:50 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] 19:45:50 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] 19:45:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:45:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:45:50 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:45:51 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:45:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:45:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:45:51 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:45:51 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:45:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:45:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:45:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:45:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:45:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:45:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:45:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [Pipeline] sh 19:45:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:45:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:45:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:45:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:45:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:45:52 debconf: delaying package configuration, since apt-utils is not installed 19:45:52 Fetched 3530 kB in 1s (2366 kB/s) 19:45:52 (Reading database ... 12511 files and directories currently installed.) 19:45:52 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:45:52 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:45:52 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:45:52 + ls -al . 19:45:52 total 808 19:45:52 drwxrwxr-x 9 1001 1001 4096 Mar 29 19:45 . 19:45:52 drwxr-xr-x 4 root root 4096 Mar 29 19:40 .. 19:45:52 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:39 .dockerignore 19:45:52 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:39 .git 19:45:52 drwxrwxr-x 3 1001 1001 4096 Mar 29 19:39 .github 19:45:52 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:39 .gitignore 19:45:52 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:39 .sonarcloud.properties 19:45:52 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:39 Attribution.txt 19:45:52 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:39 CONTRIBUTING.md 19:45:52 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:39 Dockerfile.build 19:45:52 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:39 Jenkinsfile 19:45:52 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:39 LICENSE 19:45:52 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:39 Makefile 19:45:52 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:39 README.md 19:45:52 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:39 SECURITY.md 19:45:52 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION 19:45:52 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:39 ZMQWindows.md 19:45:52 drwxrwxr-x 2 1001 1001 4096 Mar 29 19:39 bin 19:45:52 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:39 cmd 19:45:52 -rw-r--r-- 1 root root 668090 Mar 29 19:44 coverage.out 19:45:52 -rw-r--r-- 1 root root 1056 Mar 29 19:45 go.mod 19:45:52 -rw-r--r-- 1 root root 22646 Mar 29 19:45 go.sum 19:45:52 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:39 internal 19:45:52 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:39 openapi 19:45:52 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:39 snap 19:45:52 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:39 version.go [Pipeline] sh 19:45:52 Selecting previously unselected package udev. 19:45:52 (Reading database ... 12511 files and directories currently installed.) 19:45:52 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:45:52 Unpacking udev (237-3ubuntu10.45) ... 19:45:52 Selecting previously unselected package libfuse2:amd64. 19:45:52 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:45:52 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:45:52 Selecting previously unselected package fuse. 19:45:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:45:52 Unpacking fuse (2.9.7-1ubuntu1) ... 19:45:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:45:53 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:45:53 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:45:53 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:45:53 + '[' -e coverage.out ] 19:45:53 + chown 1001:1001 coverage.out [Pipeline] stash 19:45:53 Warning: overwriting stash ‘coverage-report’ 19:45:53 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:45:53 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:45:53 Selecting previously unselected package libksba8:amd64. 19:45:53 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:45:53 Unpacking libksba8:amd64 (1.3.5-2) ... 19:45:53 Selecting previously unselected package libroken18-heimdal:amd64. 19:45:53 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:53 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:53 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:45:53 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:53 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:53 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:45:53 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:53 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:53 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:45:53 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:53 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:53 Selecting previously unselected package libwind0-heimdal:amd64. 19:45:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:45:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:45:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:54 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:54 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:45:54 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:54 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:54 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:45:54 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:45:54 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:54 Selecting previously unselected package libsasl2-modules-db:amd64. 19:45:54 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:45:54 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:45:54 Selecting previously unselected package libsasl2-2:amd64. 19:45:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:45:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:45:54 Selecting previously unselected package libldap-common. 19:45:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:45:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:45:54 Selecting previously unselected package libldap-2.4-2:amd64. 19:45:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:45:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:45:54 Stashed 1 file(s) [Pipeline] sh 19:45:54 Selecting previously unselected package dirmngr. 19:45:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:45:54 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:45:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:45:54 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:45:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:45:54 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:45:54 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:45:54 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:45:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:54 Setting up libksba8:amd64 (1.3.5-2) ... 19:45:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:45:54 Setting up udev (237-3ubuntu10.45) ... 19:45:55 + make build 19:45:55 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 19:45:55 invoke-rc.d: policy-rc.d denied execution of start. 19:45:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Processing triggers for systemd (237-3ubuntu10) ... 19:45:55 Setting up fuse (2.9.7-1ubuntu1) ... 19:45:55 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:45:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:45:55 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:45:55 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:45:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:45:56 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:45:56 settings in the [Install] section, and DefaultInstance for template units). 19:45:56 This means they are not meant to be enabled using systemctl. 19:45:56 Possible reasons for having this kind of units are: 19:45:56 1) A unit may be statically enabled by being symlinked from another unit's 19:45:56 .wants/ or .requires/ directory. 19:45:56 2) A unit's purpose may be to act as a helper for some other unit which has 19:45:56 a requirement dependency on it. 19:45:56 3) A unit may be started when needed via activation (socket, path, timer, 19:45:56 D-Bus, udev, scripted systemctl call, ...). 19:45:56 4) In case of template units, the unit is meant to be enabled with some 19:45:56 instance name specified. 19:45:56 Reading package lists... 19:45:57 Building dependency tree... 19:45:57 Reading state information... 19:45:57 The following additional packages will be installed: 19:45:57 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:45:57 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:45:57 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:45:57 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:45:57 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:45:57 Suggested packages: 19:45:57 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:45:57 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:45:57 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:45:57 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:45:57 systemd-container policykit-1 19:45:57 Recommended packages: 19:45:57 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:45:57 The following NEW packages will be installed: 19:45:57 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:45:57 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:45:57 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:45:57 multiarch-support openssh-client python3 python3-minimal python3.6 19:45:57 python3.6-minimal snapd squashfs-tools sudo 19:45:57 The following packages will be upgraded: 19:45:57 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:45:57 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:45:57 Need to get 35.2 MB of archives. 19:45:57 After this operation, 141 MB of additional disk space will be used. 19:45:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:45:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:45:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:45:57 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:45:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:45:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:45:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:45:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:45:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:45:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:45:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:45:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:45:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:45:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:45:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:45:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:45:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:45:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:45:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:45:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:45:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:45:58 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:45:58 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:45:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:45:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:45:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:45:58 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:45:58 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:45:58 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:45:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:45:58 debconf: delaying package configuration, since apt-utils is not installed 19:45:58 Fetched 35.2 MB in 1s (29.0 MB/s) 19:45:58 (Reading database ... 12757 files and directories currently installed.) 19:45:58 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:45:58 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:45:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:45:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:45:59 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:45:59 (Reading database ... 12757 files and directories currently installed.) 19:45:59 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:45:59 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:45:59 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:45:59 (Reading database ... 12757 files and directories currently installed.) 19:45:59 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:45:59 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:46:00 Setting up apt (1.6.12ubuntu0.2) ... 19:46:00 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:46:00 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:46:00 (Reading database ... 12764 files and directories currently installed.) 19:46:00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:46:00 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:46:00 Selecting previously unselected package libpython3.6-minimal:amd64. 19:46:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:46:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:46:01 Selecting previously unselected package libexpat1:amd64. 19:46:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:46:01 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:46:01 Selecting previously unselected package python3.6-minimal. 19:46:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:46:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:46:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:46:01 Checking for services that may need to be restarted...done. 19:46:01 Checking for services that may need to be restarted...done. 19:46:01 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:46:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:46:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:46:02 Selecting previously unselected package python3-minimal. 19:46:02 (Reading database ... 13012 files and directories currently installed.) 19:46:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:46:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:46:02 Selecting previously unselected package mime-support. 19:46:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:46:02 Unpacking mime-support (3.60ubuntu1) ... 19:46:02 Selecting previously unselected package libmpdec2:amd64. 19:46:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:46:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:46:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:46:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:46:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:46:03 Selecting previously unselected package python3.6. 19:46:03 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:46:03 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:46:03 Selecting previously unselected package libpython3-stdlib:amd64. 19:46:03 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:46:03 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:46:03 Setting up python3-minimal (3.6.7-1~18.04) ... 19:46:03 Selecting previously unselected package python3. 19:46:03 (Reading database ... 13442 files and directories currently installed.) 19:46:03 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:46:03 Unpacking python3 (3.6.7-1~18.04) ... 19:46:03 Selecting previously unselected package multiarch-support. 19:46:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:46:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:46:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:46:03 Selecting previously unselected package liblzo2-2:amd64. 19:46:03 (Reading database ... 13479 files and directories currently installed.) 19:46:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:46:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:46:03 Selecting previously unselected package libbsd0:amd64. 19:46:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:46:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:46:03 Selecting previously unselected package sudo. 19:46:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:46:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:46:04 Selecting previously unselected package apparmor. 19:46:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:46:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:46:04 Selecting previously unselected package libedit2:amd64. 19:46:04 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:46:04 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:46:04 Selecting previously unselected package libkrb5support0:amd64. 19:46:04 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:46:04 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:46:04 Selecting previously unselected package libk5crypto3:amd64. 19:46:04 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:46:04 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:46:04 Selecting previously unselected package libkeyutils1:amd64. 19:46:04 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:46:04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:46:04 Selecting previously unselected package libkrb5-3:amd64. 19:46:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:46:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:46:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:46:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:46:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:46:05 Selecting previously unselected package libssl1.0.0:amd64. 19:46:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:46:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:46:05 Selecting previously unselected package openssh-client. 19:46:05 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:46:05 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:46:05 Selecting previously unselected package squashfs-tools. 19:46:05 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:46:05 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:46:05 Selecting previously unselected package snapd. 19:46:05 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:46:05 Unpacking snapd (2.48.3+18.04) ... 19:46:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:46:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:46:08 Setting up mime-support (3.60ubuntu1) ... 19:46:08 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:46:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:46:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:46:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:46:08 Setting up systemd (237-3ubuntu10.45) ... 19:46:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:46:09 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:46:09 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:46:09 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:46:10 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 19:46:10 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:46:10 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:46:10 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:46:10 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:46:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:46:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:46:11 Setting up python3 (3.6.7-1~18.04) ... 19:46:11 running python rtupdate hooks for python3.6... 19:46:11 running python post-rtupdate hooks for python3.6... 19:46:11 Setting up apparmor (2.12-4ubuntu5.1) ... 19:46:12 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:46:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:46:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:46:12 Setting up snapd (2.48.3+18.04) ... 19:46:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:46:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:46:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:46:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:46:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:46:14 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:46:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:46:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:46:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:46:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:46:15 /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' 19:46:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:46:15 Processing triggers for systemd (237-3ubuntu10.45) ... 19:46:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:46:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:46:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:46:18 Reading package lists... 19:46:18 Reading package lists... 19:46:18 Building dependency tree... 19:46:18 Reading state information... 19:46:18 Calculating upgrade... 19:46:19 The following packages will be upgraded: 19:46:19 advancecomp base-files bash binutils binutils-common 19:46:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:46:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:46:19 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:46:19 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:46:19 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:46:19 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:46:19 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:46:19 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:46:19 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:46:19 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:46:19 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:46:19 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:46:19 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:46:19 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:46:19 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:46:19 Need to get 63.8 MB of archives. 19:46:19 After this operation, 5208 kB of additional disk space will be used. 19:46:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 19:46:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:46:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:46:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:46:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:46:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:46:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:46:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:46:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:46:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:46:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:46:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:46:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:46:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:46:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:46:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:46:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:46:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:46:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:46:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:46:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:46:20 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:46:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:46:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:46:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:46:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:46:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:46:20 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:46:20 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:46:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:46:20 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:46:20 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:46:20 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:46:20 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:46:20 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:46:20 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:46:20 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:46:20 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:46:20 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:46:20 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:46:20 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:46:20 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] 19:46:20 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:46:20 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:46:20 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:46:20 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:46:20 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:46:20 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:46:20 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:46:20 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:46:20 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:46:20 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:46:20 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:46:20 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:46:20 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:46:20 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:46:20 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:46:20 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:46:20 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:46:20 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:46:20 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:46:20 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:46:20 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:46:20 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:46:20 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:46:20 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:46:20 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:46:20 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:46:20 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:46:20 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:46:20 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:46:20 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:46:21 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:46:21 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:46:21 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:46:21 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:46:21 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:46:21 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:46:21 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:46:21 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:46:21 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:46:21 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:46:21 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] 19:46:21 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:46:21 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:46:21 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:46:21 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:46:21 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:46:21 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:46:21 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:46:21 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:46:22 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:46:22 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:46:22 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:46:22 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:46:22 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:46:22 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:46:22 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:46:22 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:46:22 debconf: delaying package configuration, since apt-utils is not installed 19:46:22 Fetched 63.8 MB in 3s (19.0 MB/s) 19:46:23 (Reading database ... 13912 files and directories currently installed.) 19:46:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:46:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:46:23 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:46:23 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:46:23 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 19:46:23 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 19:46:24 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:24 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:24 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:24 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:24 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:24 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:24 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:25 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:25 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:25 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:25 (Reading database ... 13911 files and directories currently installed.) 19:46:25 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:46:25 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:46:25 (Reading database ... 13911 files and directories currently installed.) 19:46:25 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:25 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:25 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:25 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:46:26 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:46:26 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:26 (Reading database ... 13911 files and directories currently installed.) 19:46:26 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:46:26 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:46:26 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:46:27 (Reading database ... 13911 files and directories currently installed.) 19:46:27 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:46:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:46:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:46:27 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:46:27 Setting up base-files (10.1ubuntu2.10) ... 19:46:27 Installing new version of config file /etc/issue ... 19:46:27 Installing new version of config file /etc/issue.net ... 19:46:27 Installing new version of config file /etc/lsb-release ... 19:46:27 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:46:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:46:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:46:27 Removing obsolete conffile /etc/default/motd-news ... 19:46:28 (Reading database ... 13912 files and directories currently installed.) 19:46:28 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:46:28 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:46:28 Setting up bash (4.4.18-2ubuntu1.2) ... 19:46:28 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 19:46:28 (Reading database ... 13912 files and directories currently installed.) 19:46:28 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:28 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:46:28 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:46:28 (Reading database ... 13912 files and directories currently installed.) 19:46:28 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:46:28 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:46:28 Setting up tar (1.29b-2ubuntu0.2) ... 19:46:28 (Reading database ... 13912 files and directories currently installed.) 19:46:28 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:46:28 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:46:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:46:29 (Reading database ... 13912 files and directories currently installed.) 19:46:29 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:46:29 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:46:29 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:46:29 (Reading database ... 13912 files and directories currently installed.) 19:46:29 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:46:29 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:46:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:46:29 (Reading database ... 13912 files and directories currently installed.) 19:46:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:46:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:46:29 Setting up grep (3.1-2build1) ... 19:46:29 (Reading database ... 13912 files and directories currently installed.) 19:46:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:46:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:46:29 Setting up login (1:4.5-1ubuntu2) ... 19:46:29 (Reading database ... 13912 files and directories currently installed.) 19:46:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:46:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:46:30 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:46:30 (Reading database ... 13912 files and directories currently installed.) 19:46:30 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:46:30 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:46:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:46:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:46:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:46:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:46:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:46:31 (Reading database ... 13912 files and directories currently installed.) 19:46:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:46:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:46:32 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:46:32 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:46:32 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:46:32 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:46:32 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:46:32 (Reading database ... 13912 files and directories currently installed.) 19:46:32 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:46:32 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:46:32 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:46:32 (Reading database ... 13912 files and directories currently installed.) 19:46:32 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:32 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:33 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:46:33 (Reading database ... 13912 files and directories currently installed.) 19:46:33 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:33 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:33 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:46:33 (Reading database ... 13912 files and directories currently installed.) 19:46:33 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:33 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:33 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:46:33 (Reading database ... 13912 files and directories currently installed.) 19:46:33 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:33 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:34 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:46:34 (Reading database ... 13912 files and directories currently installed.) 19:46:34 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:46:34 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:46:34 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:46:34 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:46:34 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:46:34 (Reading database ... 13912 files and directories currently installed.) 19:46:34 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:46:34 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:46:34 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:46:34 (Reading database ... 13912 files and directories currently installed.) 19:46:34 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:34 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:34 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:46:34 (Reading database ... 13912 files and directories currently installed.) 19:46:34 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:34 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:34 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:46:35 (Reading database ... 13912 files and directories currently installed.) 19:46:35 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:35 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:35 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:46:35 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:46:36 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:46:36 (Reading database ... 13912 files and directories currently installed.) 19:46:36 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:46:36 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:46:36 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:46:36 (Reading database ... 13912 files and directories currently installed.) 19:46:36 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:46:36 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:46:37 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:46:37 (Reading database ... 13914 files and directories currently installed.) 19:46:37 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:46:37 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:46:37 Setting up debconf (1.5.66ubuntu1) ... 19:46:37 (Reading database ... 13914 files and directories currently installed.) 19:46:37 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:46:37 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:46:37 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:46:37 (Reading database ... 13914 files and directories currently installed.) 19:46:37 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:46:37 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:46:37 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:46:37 (Reading database ... 13914 files and directories currently installed.) 19:46:37 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:46:37 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:46:38 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:46:38 (Reading database ... 13914 files and directories currently installed.) 19:46:38 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:46:38 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:46:38 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:46:38 (Reading database ... 13914 files and directories currently installed.) 19:46:38 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:46:38 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:46:38 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:46:38 (Reading database ... 13914 files and directories currently installed.) 19:46:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:46:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:46:39 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:46:39 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:46:39 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:46:39 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:46:39 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:46:39 (Reading database ... 13914 files and directories currently installed.) 19:46:39 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:46:39 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:46:39 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:46:39 (Reading database ... 13914 files and directories currently installed.) 19:46:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:46:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:46:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:46:39 (Reading database ... 13914 files and directories currently installed.) 19:46:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:46:40 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:46:40 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:46:40 (Reading database ... 13914 files and directories currently installed.) 19:46:40 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:46:40 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:46:40 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:46:40 (Reading database ... 13914 files and directories currently installed.) 19:46:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:46:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:46:40 Setting up passwd (1:4.5-1ubuntu2) ... 19:46:41 (Reading database ... 13914 files and directories currently installed.) 19:46:41 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:46:41 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:46:41 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:46:41 (Reading database ... 13914 files and directories currently installed.) 19:46:41 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:46:41 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:46:41 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:46:41 (Reading database ... 13914 files and directories currently installed.) 19:46:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:46:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:46:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:46:41 (Reading database ... 13914 files and directories currently installed.) 19:46:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:46:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:46:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:46:41 (Reading database ... 13914 files and directories currently installed.) 19:46:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:46:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:46:42 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:46:42 (Reading database ... 13914 files and directories currently installed.) 19:46:42 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:46:42 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:46:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:46:42 (Reading database ... 13914 files and directories currently installed.) 19:46:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:46:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:46:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:46: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 19:46:42 (Reading database ... 13915 files and directories currently installed.) 19:46:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:46:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:46:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:46:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:46:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:46:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:46:43 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:46:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:46:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:46:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:46:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:46:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:46:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:46:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:46:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:46:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:46:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:46:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:46:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:46:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:46:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:46:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:46:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:46:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:46:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:46:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:46:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:46:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:46:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:46:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:46:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:46:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:46:45 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:46:45 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:46:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:46:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:46:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:48 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:49 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:50 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:50 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 19:46:51 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:46:51 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:46:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:46:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:46:51 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:46:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:46:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:46:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:46:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:46:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:46:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:46:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:46:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:46:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:46:52 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:46:52 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:46:52 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:52 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:46:52 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:46:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:46:52 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:46:52 19:46:52 Current default time zone: 'Etc/UTC' 19:46:52 Local time is now: Mon Mar 29 19:46:52 UTC 2021. 19:46:52 Universal Time is now: Mon Mar 29 19:46:52 UTC 2021. 19:46:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:46:52 19:46:52 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:46:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:52 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 19:46:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:46:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:46:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:46:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:46:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:46:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:46:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:46:53 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:53 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:46:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:46:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:46:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:53 Setting up patch (2.7.6-2ubuntu1.1) ... 19:46:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:46:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:46:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:46:53 Installing new version of config file /etc/ssl/openssl.cnf ... 19:46:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:46:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:46:53 Setting up ca-certificates (20210119~18.04.1) ... 19:46:54 Updating certificates in /etc/ssl/certs... 19:46:55 23 added, 27 removed; done. 19:46:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:46:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:46:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:46:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:46:55 Setting up pkgbinarymangler (138.18.04.1) ... 19:46:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:46:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:46:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:46:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:46:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:46:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:46:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:46:56 Setting up perl (5.26.1-6ubuntu0.5) ... 19:46:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:46:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:46:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:46:56 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:46:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:46:56 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 19:46:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:46:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:46:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:46:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:46:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:46:56 Processing triggers for systemd (237-3ubuntu10.45) ... 19:46:56 Processing triggers for mime-support (3.60ubuntu1) ... 19:46:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:46:56 Updating certificates in /etc/ssl/certs... 19:46:57 0 added, 0 removed; done. 19:46:57 Running hooks in /etc/ca-certificates/update.d... 19:46:57 done. 19:46:58 Reading package lists... 19:46:58 Building dependency tree... 19:46:58 Reading state information... 19:46:58 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 19:46:58 The following NEW packages will be installed: 19:46:58 apt-transport-https 19:46:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:46:58 Need to get 1696 B of archives. 19:46:58 After this operation, 153 kB of additional disk space will be used. 19:46:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:46:58 debconf: delaying package configuration, since apt-utils is not installed 19:46:58 Fetched 1696 B in 0s (9382 B/s) 19:46:58 Selecting previously unselected package apt-transport-https. 19:46:58 (Reading database ... 13920 files and directories currently installed.) 19:46:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:46:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:46:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:46:59 Waiting for network to be ready... 19:47:04 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 19:47:07 2021-03-29T19:47:03Z INFO Waiting for automatic snapd restart... 19:47:07 snapd 2.49.1 from Canonical* installed 19:47:08 "snapd" switched to the "latest/stable" channel 19:47:08 19:47:12 core18 20210128 from Canonical* installed 19:47:12 "core18" switched to the "latest/stable" channel 19:47:12 19:47:15 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 19:47:18 snapcraft 4.5.4 from Canonical* installed 19:47:18 "snapcraft" switched to the "latest/stable" channel 19:47:18 19:47:19 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 19:47:21 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: 19:47:21 - README.md 19:47:21 19:47:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:47:23 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 19:47:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:47:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:47:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:47:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:47: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 19:47:29 Reading package lists... 19:47:30 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 19:47:34 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 19:47:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:47:36 Reading package lists... 19:47:36 Building dependency tree... 19:47:36 Reading state information... 19:47:36 Suggested packages: 19:47:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:47:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:47:36 Recommended packages: 19:47:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:47:36 The following NEW packages will be installed: 19:47:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:47:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:47:36 pkg-config zip 19:47:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:47:36 Need to get 7657 kB of archives. 19:47:36 After this operation, 43.8 MB of additional disk space will be used. 19:47:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:47:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:47:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:47:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:47:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:47:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:47:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:47:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:47:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:47:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:47:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:47:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:47:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:47:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:47:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:47:37 debconf: delaying package configuration, since apt-utils is not installed 19:47:38 Fetched 7657 kB in 1s (7125 kB/s) 19:47:38 Selecting previously unselected package libglib2.0-0:amd64. 19:47:38 (Reading database ... 13924 files and directories currently installed.) 19:47:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:47:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:47:38 Selecting previously unselected package libpsl5:amd64. 19:47:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:47:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:47:38 Selecting previously unselected package libnghttp2-14:amd64. 19:47:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:47:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:47:38 Selecting previously unselected package librtmp1:amd64. 19:47:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:47:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:47:38 Selecting previously unselected package libcurl3-gnutls:amd64. 19:47:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:47:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:47:38 Selecting previously unselected package liberror-perl. 19:47:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:47:38 Unpacking liberror-perl (0.17025-1) ... 19:47:38 Selecting previously unselected package git-man. 19:47:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:47:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:47:38 Selecting previously unselected package git. 19:47:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:47:38 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:47:39 Selecting previously unselected package libnorm1:amd64. 19:47:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:47:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:47:39 Selecting previously unselected package libpgm-5.2-0:amd64. 19:47:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:47:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:47:40 Selecting previously unselected package libsodium23:amd64. 19:47:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:47:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:47:40 Selecting previously unselected package libzmq5:amd64. 19:47:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:47:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:47:40 Selecting previously unselected package libzmq3-dev:amd64. 19:47:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:47:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:47:40 Selecting previously unselected package pkg-config. 19:47:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:47:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:47:40 Selecting previously unselected package zip. 19:47:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:47:40 Unpacking zip (3.0-11build1) ... 19:47:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:47:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:47:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:47:40 Setting up liberror-perl (0.17025-1) ... 19:47:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:47:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:47:40 No schema files found: doing nothing. 19:47:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:47:40 Setting up zip (3.0-11build1) ... 19:47:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:47:40 Setting up libsodium23:amd64 (1.0.16-2) ... 19:47:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:47:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:47:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:47:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:47:40 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:47:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [Pipeline] } 19:47:42 $ docker stop --time=1 298aa6c780c1520b6e0def6447272ba2c2624b4f2da91b5eb3d40bdfc8c37821 19:47:45 $ docker rm -f 298aa6c780c1520b6e0def6447272ba2c2624b4f2da91b5eb3d40bdfc8c37821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:47:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:47:47 git set to automatically installed. 19:47:47 git-man set to automatically installed. 19:47:47 libcurl3-gnutls set to automatically installed. 19:47:47 liberror-perl set to automatically installed. 19:47:47 libglib2.0-0 set to automatically installed. 19:47:47 libnghttp2-14 set to automatically installed. 19:47:47 libnorm1 set to automatically installed. 19:47:47 libpgm-5.2-0 set to automatically installed. 19:47:47 libpsl5 set to automatically installed. 19:47:47 librtmp1 set to automatically installed. 19:47:47 libsodium23 set to automatically installed. 19:47:47 libzmq3-dev set to automatically installed. 19:47:47 libzmq5 set to automatically installed. 19:47:47 pkg-config set to automatically installed. 19:47:47 zip set to automatically installed. 19:47:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:47:48 19:47:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:47:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:47:48 latest: Pulling from edgex-devops/edgex-compose-arm64 19:47:48 29e5d40040c1: Pulling fs layer 19:47:48 1ce36da41761: Pulling fs layer 19:47:48 25b303627fd3: Pulling fs layer 19:47:49 snapd is not logged in, snap install commands will use sudo 19:47:49 29e5d40040c1: Verifying Checksum 19:47:49 29e5d40040c1: Download complete 19:47:50 1ce36da41761: Verifying Checksum 19:47:50 1ce36da41761: Download complete 19:47:50 29e5d40040c1: Pull complete 19:47:51 1ce36da41761: Pull complete 19:47:52 25b303627fd3: Verifying Checksum 19:47:52 25b303627fd3: Download complete 19:47:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:47:56 error: cannot refresh "core18": unexpectedly empty response from the server 19:47:56 (try again later) 19:47:56 Error while refreshing snap 'core18' to channel 'latest/stable' 19:47:56 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:47:58 Failed in branch amd64 19:48:02 25b303627fd3: Pull complete 19:48:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:48:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:48:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:48:02 prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container 19:48:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64:latest cat 19:48:05 $ docker top fb7182fe2f1fdad78b4c5b05cd34579353c2b4f710050e178c2b429364922cfe -eo pid,comm [Pipeline] { [Pipeline] sh 19:48:06 + docker-compose build --help+ 19:48:06 grep parallel 19:48:12 --parallel Build images in parallel. [Pipeline] } 19:48:12 $ docker stop --time=1 fb7182fe2f1fdad78b4c5b05cd34579353c2b4f710050e178c2b429364922cfe 19:48:14 $ docker rm -f fb7182fe2f1fdad78b4c5b05cd34579353c2b4f710050e178c2b429364922cfe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:48:15 . [Pipeline] withDockerContainer 19:48:15 prd-ubuntu18.04-docker-arm64-4c-16g-31833 does not seem to be running inside a container 19:48:15 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 19:48:16 $ docker top 6b043953f303476298911fddd83c20ace15992e11bb8385bcf89b3bbc0c3ddce -eo pid,comm [Pipeline] { [Pipeline] sh 19:48:17 + docker-compose -f ./docker-compose-build.yml build --parallel 19:48:23 Building docker-core-command-go ... 19:48:23 Building docker-core-data-go ... 19:48:23 Building docker-core-metadata-go ... 19:48:23 Building docker-security-bootstrapper-go ... 19:48:23 Building docker-security-proxy-setup-go ... 19:48:23 Building docker-security-secretstore-setup-go ... 19:48:23 Building docker-support-notifications-go ... 19:48:23 Building docker-support-scheduler-go ... 19:48:23 Building docker-sys-mgmt-agent-go ... 19:48:23 Building docker-sys-mgmt-agent-go 19:48:23 Building docker-core-command-go 19:48:23 Building docker-security-proxy-setup-go 19:48:23 Building docker-security-secretstore-setup-go 19:48:23 Building docker-support-notifications-go 19:49:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:49:45 ---> da268d2b93c1 19:49:45 Step 3/23 : WORKDIR /edgex-go 19:49:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:49:45 ---> da268d2b93c1 19:49:45 Step 3/26 : WORKDIR /edgex-go 19:49:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:49:45 ---> da268d2b93c1 19:49:45 Step 3/21 : WORKDIR /edgex-go 19:49:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:45 19:49:45 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder 19:49:45 19:49:45 ---> da268d2b93c1 19:49:45 ---> da268d2b93c1 19:49:45 Step 3/22 : WORKDIR /edgex-go 19:49:45 Step 3/24 : WORKDIR /edgex-go 19:49:45 ---> Running in 9181aaa46fa9 19:49:45 ---> Running in dc58d34ca464 19:49:45 ---> Running in 6de87cdca9d9 19:49:45 ---> Running in 453911b43211 19:49:45 ---> Running in db8df102b061 19:49:45 Removing intermediate container 6de87cdca9d9 19:49:45 ---> 41b42058e9df 19:49:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:45 Removing intermediate container db8df102b061 19:49:45 ---> a81985436912 19:49:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:45 Removing intermediate container dc58d34ca464 19:49:45 ---> 37ffdfc81f25 19:49:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:45 ---> Running in 6b35dfd299f7 19:49:45 Removing intermediate container 453911b43211 19:49:45 ---> 604282104650 19:49:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:45 Removing intermediate container 9181aaa46fa9 19:49:45 ---> 2382d2969b30 19:49:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:45 ---> Running in 6a80caf350ce 19:49:45 ---> Running in c7965f281353 19:49:45 ---> Running in 2be37454d4f6 19:49:45 ---> Running in 1185d09d2a19 19:49:45 Removing intermediate container 6b35dfd299f7 19:49:45 ---> 758df87849da 19:49:45 Step 5/26 : RUN apk add --update --no-cache make bash git 19:49:45 ---> Running in 25e330ebeec9 19:49:45 Removing intermediate container c7965f281353 19:49:45 ---> 2c57c8ff758b 19:49:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:49:45 ---> Running in 20a0cf1a5075 19:49:45 Removing intermediate container 2be37454d4f6 19:49:45 ---> ae27e9a186ae 19:49:45 Step 5/24 : RUN apk add --update --no-cache make git 19:49:45 Removing intermediate container 6a80caf350ce 19:49:45 ---> f3d796d6fbaf 19:49:45 Step 5/23 : RUN apk add --update --no-cache make git 19:49:45 Removing intermediate container 1185d09d2a19 19:49:45 ---> c1cda35d62b9 19:49:45 Step 5/21 : RUN apk add --update --no-cache make git 19:49:45 ---> Running in 86d8b8a0bb87 19:49:45 ---> Running in 34e98420a629 19:49:45 ---> Running in eea87847f266 19:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:47 OK: 217 MiB in 51 packages 19:49:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:48 OK: 217 MiB in 51 packages 19:49:49 OK: 217 MiB in 51 packages 19:49:49 OK: 217 MiB in 51 packages 19:49:49 OK: 217 MiB in 51 packages 19:49:49 Removing intermediate container 25e330ebeec9 19:49:49 ---> 2c0f08d99294 19:49:49 Step 6/26 : COPY go.mod . 19:49:49 Removing intermediate container 20a0cf1a5075 19:49:49 ---> 97e04bdecf1c 19:49:49 Step 6/22 : COPY go.mod . 19:49:50 ---> dca789ad3e96 19:49:50 Step 7/26 : RUN go mod download 19:49:50 Removing intermediate container 86d8b8a0bb87 19:49:50 ---> 8d0d6c3d3bcc 19:49:50 Step 6/24 : COPY go.mod . 19:49:50 ---> Running in 02677efa3417 19:49:50 ---> 5c68a2e7a130 19:49:50 Step 7/22 : RUN go mod download 19:49:51 Removing intermediate container 34e98420a629 19:49:51 ---> 81883ae70909 19:49:51 Step 6/23 : COPY go.mod . 19:49:51 ---> Running in 3bb50912a1fe 19:49:51 Removing intermediate container eea87847f266 19:49:51 ---> ce6045cea89c 19:49:51 Step 6/21 : COPY go.mod . 19:49:51 ---> c9bd45829e4b 19:49:51 Step 7/24 : RUN go mod download 19:49:52 ---> Running in e82bb5282b53 19:49:52 ---> 1891c6d591f2 19:49:52 Step 7/23 : RUN go mod download 19:49:52 ---> Running in d5cfc38fbe6d 19:49:52 ---> 2a2acaae01e9 19:49:52 Step 7/21 : RUN go mod download 19:49:53 ---> Running in 38bc2f16c2a5 19:49:55 Removing intermediate container 02677efa3417 19:49:55 ---> 6337593a00da 19:49:55 Step 8/26 : COPY . . 19:49:56 Removing intermediate container 3bb50912a1fe 19:49:56 ---> 8677a691eb14 19:49:56 Step 8/22 : COPY . . 19:49:56 Removing intermediate container e82bb5282b53 19:49:56 ---> 1e863023daa5 19:49:56 Step 8/24 : COPY . . 19:49:56 Removing intermediate container d5cfc38fbe6d 19:49:56 ---> 362c9335b648 19:49:56 Step 8/23 : COPY . . 19:49:58 Removing intermediate container 38bc2f16c2a5 19:49:58 ---> 8054b5ae0540 19:49:58 Step 8/21 : COPY . . 19:50:25 ---> 5f92ce5bbeaa 19:50:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:50:25 ---> 77f4b73b56ab 19:50:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:50:25 ---> 80c1cce5bfa9 19:50:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:50:25 ---> Running in 53ae52c9089e 19:50:25 ---> Running in b57d786c7adb 19:50:25 ---> 8b4c5b18aebb 19:50:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:50:25 ---> e7b20ed9217f 19:50:25 Step 9/23 : RUN make cmd/core-command/core-command 19:50:25 ---> Running in 6b5077df9cdb 19:50:25 ---> Running in 3ab06e9c331d 19:50:25 ---> Running in aec4c5d0f350 19:50: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 19:50:28 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 19:50: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 19:50:28 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 19:50:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:52:35 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 19:52:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:52:50 Removing intermediate container 6b5077df9cdb 19:52:50 ---> fe3625219772 19:52:50 19:52:50 Step 10/24 : FROM alpine:3.12 19:52:50 3.12: Pulling from library/alpine 19:52:50 Removing intermediate container aec4c5d0f350 19:52:50 ---> 6c07e4e10556 19:52:50 19:52:50 Step 10/21 : FROM alpine:3.12 19:52:50 Removing intermediate container 53ae52c9089e 19:52:50 ---> 324493cb8390 19:52:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:52:50 3.12: Pulling from library/alpine 19:52:50 ---> Running in 49cc6071313c 19:52:50 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:52:50 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:52:50 Status: Downloaded newer image for alpine:3.12 19:52:50 Status: Image is up to date for alpine:3.12 19:52:50 ---> e47305ac9786 19:52:50 Step 11/21 : RUN apk add --update --no-cache curl ---> e47305ac9786 19:52:50 19:52:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:52:51 ---> Running in 7a164d06aa9a 19:52:51 ---> Running in 28e66bd8fb8e 19:52:51 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 19:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:52:54 (1/4) Installing ca-certificates (20191127-r4) 19:52:54 (1/6) Installing ca-certificates (20191127-r4) 19:52:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:52:54 (3/4) Installing libcurl (7.69.1-r3) 19:52:54 (4/4) Installing curl (7.69.1-r3) 19:52:54 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:52:54 (3/6) Installing libcurl (7.69.1-r3) 19:52:54 Executing busybox-1.31.1-r19.trigger 19:52:54 (4/6) Installing curl (7.69.1-r3) 19:52:54 (5/6) Installing dumb-init (1.2.2-r1) 19:52:54 (6/6) Installing su-exec (0.2-r1) 19:52:54 Executing busybox-1.31.1-r19.trigger 19:52:54 Executing ca-certificates-20191127-r4.trigger 19:52:54 Executing ca-certificates-20191127-r4.trigger 19:52:55 OK: 7 MiB in 20 packages 19:52:55 OK: 7 MiB in 18 packages 19:52:55 Removing intermediate container 3ab06e9c331d 19:52:55 ---> c67e7906c5a7 19:52:55 19:52:55 Step 10/23 : FROM alpine:3.12 19:52:55 ---> e47305ac9786 19:52:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:52:55 ---> Running in b490a01243bc 19:52:56 Removing intermediate container b57d786c7adb 19:52:56 ---> 6299c585d938 19:52:56 19:52:56 Step 10/22 : FROM alpine:3.12 19:52:56 ---> e47305ac9786 19:52:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:52:56 ---> Running in 23123c8dc641 19:52:56 Removing intermediate container 49cc6071313c 19:52:56 ---> 703d7d66b8ea 19:52:56 19:52:56 Step 11/26 : FROM docker:20.10.0 19:52:57 20.10.0: Pulling from library/docker 19:52:58 Removing intermediate container 28e66bd8fb8e 19:52:58 ---> 60c0528ef42a 19:52:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:52:59 ---> Running in 2897b6b7f165 19:52:59 Removing intermediate container 7a164d06aa9a 19:52:59 ---> d6dc6b3a0877 19:52:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:52:59 (1/1) Installing dumb-init (1.2.2-r1) 19:52:59 Executing busybox-1.31.1-r19.trigger 19:52:59 OK: 5 MiB in 15 packages 19:52:59 (1/2) Installing ca-certificates (20191127-r4) 19:52:59 (2/2) Installing dumb-init (1.2.2-r1) 19:52:59 Executing busybox-1.31.1-r19.trigger 19:52:59 Executing ca-certificates-20191127-r4.trigger 19:53:00 OK: 6 MiB in 16 packages 19:53:00 ---> Running in ca6a7418fecd 19:53:00 Removing intermediate container 2897b6b7f165 19:53:00 ---> 63c154b7add0 19:53:00 Step 13/24 : WORKDIR / 19:53:00 ---> Running in 5e1148a66f23 19:53:01 Removing intermediate container ca6a7418fecd 19:53:01 ---> 5812fa3a4feb 19:53:01 Step 13/21 : WORKDIR /edgex 19:53:01 ---> Running in 84d07f75714f 19:53:02 Removing intermediate container b490a01243bc 19:53:02 ---> 2bf23e3cefbf 19:53:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:53:02 Removing intermediate container 5e1148a66f23 19:53:02 ---> 0c71d141b13b 19:53:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:53:02 ---> Running in 0d4eb3f76c6a 19:53:02 Removing intermediate container 84d07f75714f 19:53:02 ---> 2b41eea40a10 19:53:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:53:02 Removing intermediate container 23123c8dc641 19:53:02 ---> 8d937de05f20 19:53:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:53:03 ---> Running in 6759896e0c96 19:53:03 ---> cf07fd451587 19:53:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:53:03 Removing intermediate container 0d4eb3f76c6a 19:53:03 ---> d939c9768071 19:53:03 Step 13/23 : ENV APP_PORT=48082 19:53:03 ---> Running in 18c5dce564c0 19:53:04 Removing intermediate container 6759896e0c96 19:53:04 ---> d4a9726fff78 19:53:04 Step 13/22 : ENV APP_PORT=48060 19:53:04 ---> 2dd76ebd4afa 19:53:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:53:04 ---> Running in 65e2131690cd 19:53:05 ---> e20ac84122e1 19:53:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:53:05 Removing intermediate container 18c5dce564c0 19:53:05 ---> 5b7834df2c9f 19:53:05 Step 14/23 : EXPOSE $APP_PORT 19:53:05 ---> Running in 96600b211a2d 19:53:05 Removing intermediate container 65e2131690cd 19:53:05 ---> b92e3604b164 19:53:05 Step 14/22 : EXPOSE $APP_PORT 19:53:06 ---> d8b40ae2e079 19:53:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:53:06 ---> Running in 7312f6d2d7ea 19:53:06 ---> a4c5453c4ad9 19:53:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:53:06 Removing intermediate container 96600b211a2d 19:53:06 ---> d58ec5191ce4 19:53:06 Step 15/23 : WORKDIR / 19:53:07 Removing intermediate container 7312f6d2d7ea 19:53:07 ---> 8800a63e5fed 19:53:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:53:07 ---> Running in 41d4d2af26cc 19:53:08 ---> f49e63df23f4 19:53:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:53:09 ---> a56079df7ec6 19:53:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:53:09 ---> Running in 0ae0d2d1c2a4 19:53:09 ---> ab1b1a0d3400 19:53:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:53:09 Removing intermediate container 41d4d2af26cc 19:53:09 ---> f5d87d82b9d1 19:53:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:53:10 Removing intermediate container 0ae0d2d1c2a4 19:53:10 ---> a76a14832393 19:53:10 Step 18/21 : CMD ["--init=true"] 19:53:11 ---> 45248b9310bb 19:53:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:53:11 ---> Running in b12540a00cc1 19:53:11 ---> 2dde1a9abb3d 19:53:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:53:11 ---> 76a79662801d 19:53:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:53:12 Removing intermediate container b12540a00cc1 19:53:12 ---> d201d1ad64d0 19:53:12 Step 19/21 : LABEL arch=arm64 19:53:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:53:12 Status: Downloaded newer image for docker:20.10.0 19:53:12 ---> eeaf43b92773 19:53:12 Step 12/26 : RUN apk add --no-cache bash 19:53:12 ---> Running in 7542cbd1eb6b 19:53:12 ---> Running in caf2d1836ec5 19:53:12 ---> 6804796776ac 19:53:12 ---> 0b1ad85e3f44 19:53:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:53:12 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/ 19:53:13 ---> Running in 5bd302e5a54f 19:53:13 ---> Running in c5b3df42422a 19:53:13 ---> 3c722fb89143 19:53:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:53:13 Removing intermediate container 7542cbd1eb6b 19:53:13 ---> d5464a02f761 19:53:13 Step 20/21 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:53:13 ---> Running in 908aedcdb7db 19:53:14 Removing intermediate container 5bd302e5a54f 19:53:14 ---> 20730e20e4be 19:53:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:14 ---> Running in 268ea6dc799c 19:53:14 Removing intermediate container 908aedcdb7db 19:53:14 ---> 4bfc3ec76a8e 19:53:14 Step 21/21 : LABEL version=0.0.0 19:53:14 ---> 8e62f048a4da 19:53:14 Step 19/23 : ENTRYPOINT ["/core-command"] 19:53:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:53:14 ---> Running in b5b87643b8da 19:53:14 ---> Running in 518e3e1ab37d 19:53:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:53:15 Removing intermediate container 268ea6dc799c 19:53:15 ---> f9fe54c45140 19:53:15 Step 20/22 : LABEL arch=arm64 19:53:15 ---> Running in 124858ad6d8e 19:53:15 Removing intermediate container b5b87643b8da 19:53:15 ---> c286bc70f9e3 19:53:15 19:53:15 (1/2) Installing readline (8.0.4-r0) 19:53:15 (2/2) Installing bash (5.0.17-r0) 19:53:15 Executing bash-5.0.17-r0.post-install 19:53:15 Executing busybox-1.31.1-r19.trigger 19:53:15 OK: 12 MiB in 22 packages 19:53:15 Removing intermediate container 518e3e1ab37d 19:53:15 ---> f995a26776cc 19:53:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:53:16 Successfully built c286bc70f9e3 19:53:16 ---> Running in 071b7990fda6 19:53:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:53:16  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 19:53:16 Removing intermediate container 124858ad6d8e 19:53:16 ---> b97f991202f0 19:53:16 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:53:16 Removing intermediate container c5b3df42422a 19:53:16 ---> e924494431e3 19:53:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:53:16 ---> Running in d86b5b361bb4 19:53:16 ---> Running in e847af6d66d9 19:53:17 Removing intermediate container 071b7990fda6 19:53:17 ---> fded37ecc3dc 19:53:17 Step 21/23 : LABEL arch=arm64 19:53:17 ---> Running in a99b84c2651a 19:53:17 Removing intermediate container d86b5b361bb4 19:53:17 ---> 7067b03387d7 19:53:17 Step 22/22 : LABEL version=0.0.0 19:53:17 Removing intermediate container e847af6d66d9 19:53:17 ---> 158509442971 19:53:17 Step 22/24 : LABEL arch=arm64 19:53:17 ---> Running in 3181ae50a216 19:53:17 Removing intermediate container caf2d1836ec5 19:53:17 ---> 7e61a02d9155 19:53:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:53:18 ---> Running in d9f6b5eb5082 19:53:18 Removing intermediate container a99b84c2651a 19:53:18 ---> a25ac8cec51e 19:53:18 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:53:19 ---> Running in 158e3affabf9 19:53:19 Removing intermediate container 3181ae50a216 19:53:19 ---> f633626ca180 19:53:19 19:53:20 ---> Running in c9672e321c3d 19:53:20 Removing intermediate container d9f6b5eb5082 19:53:20 ---> 3065de714c4a 19:53:20 Step 23/24 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:53:20 Successfully built f633626ca180 19:53:20 Successfully tagged docker-support-notifications-go-arm64:latest 19:53:20  Building docker-support-notifications-go ... done Building docker-core-metadata-go 19:53:20 Removing intermediate container 158e3affabf9 19:53:20 ---> 70550cb70975 19:53:20 Step 14/26 : ENV APP_PORT=48090 19:53:20 ---> Running in 4cd01daa78e8 19:53:20 ---> Running in d8dea0c1cea9 19:53:20 Removing intermediate container c9672e321c3d 19:53:20 ---> ffc8d42783ef 19:53:20 Step 23/23 : LABEL version=0.0.0 19:53:21 ---> Running in f984d93ad44d 19:53:21 Removing intermediate container 4cd01daa78e8 19:53:21 ---> 1950042017a8 19:53:21 Step 24/24 : LABEL version=0.0.0 19:53:21 Removing intermediate container d8dea0c1cea9 19:53:21 ---> 0fd0313f76cc 19:53:21 Step 15/26 : EXPOSE $APP_PORT 19:53:21 ---> Running in 08682301a93f 19:53:21 ---> Running in fe7830cd1c1c 19:53:21 Removing intermediate container f984d93ad44d 19:53:21 ---> 2a351accea81 19:53:21 19:53:22 Removing intermediate container 08682301a93f 19:53:22 ---> 55517ecdf1b5 19:53:22 19:53:22 Successfully built 2a351accea81 19:53:22 Successfully tagged docker-core-command-go-arm64:latest 19:53:22 Building docker-security-bootstrapper-go 19:53:22  Building docker-core-command-go ... done Removing intermediate container fe7830cd1c1c 19:53:22 ---> 8d23283c306c 19:53:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:53:22 Successfully built 55517ecdf1b5 19:53:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:53:22  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 19:53:24 ---> cf5cd5e50be3 19:53:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:53:25 ---> f99fb3c8330d 19:53:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:53:27 ---> 79a122fc6510 19:53:27 Step 19/26 : RUN apk --no-cache add py3-pip 19:53:29 ---> Running in a1da2fb7ee5e 19:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:53:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:53:31 (1/33) Installing libbz2 (1.0.8-r1) 19:53:31 (2/33) Installing expat (2.2.9-r1) 19:53:31 (3/33) Installing libffi (3.3-r2) 19:53:31 (4/33) Installing gdbm (1.13-r1) 19:53:31 (5/33) Installing xz-libs (5.2.5-r0) 19:53:31 (6/33) Installing sqlite-libs (3.32.1-r0) 19:53:31 (7/33) Installing python3 (3.8.8-r0) 19:53:33 (8/33) Installing py3-appdirs (1.4.4-r1) 19:53:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:53:33 (10/33) Installing py3-parsing (2.4.7-r0) 19:53:33 (11/33) Installing py3-six (1.15.0-r0) 19:53:33 (12/33) Installing py3-packaging (20.4-r0) 19:53:33 (13/33) Installing py3-setuptools (47.0.0-r0) 19:53:33 (14/33) Installing py3-chardet (3.0.4-r4) 19:53:33 (15/33) Installing py3-idna (2.9-r0) 19:53:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:53:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:53:33 (18/33) Installing py3-requests (2.23.0-r0) 19:53:33 (19/33) Installing py3-msgpack (1.0.0-r0) 19:53:33 (20/33) Installing py3-lockfile (0.12.2-r3) 19:53:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:53:33 (22/33) Installing py3-colorama (0.4.3-r0) 19:53:33 (23/33) Installing py3-distlib (0.3.0-r0) 19:53:33 (24/33) Installing py3-distro (1.5.0-r1) 19:53:33 (25/33) Installing py3-webencodings (0.5.1-r3) 19:53:33 (26/33) Installing py3-html5lib (1.0.1-r4) 19:53:33 (27/33) Installing py3-pytoml (0.1.21-r0) 19:53:33 (28/33) Installing py3-pep517 (0.8.2-r0) 19:53:33 (29/33) Installing py3-progress (1.5-r0) 19:53:33 (30/33) Installing py3-toml (0.10.1-r0) 19:53:33 (31/33) Installing py3-retrying (1.3.3-r0) 19:53:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:53:33 (33/33) Installing py3-pip (20.1.1-r0) 19:53:33 Executing busybox-1.31.1-r19.trigger 19:53:33 OK: 71 MiB in 55 packages 19:53:46 Removing intermediate container a1da2fb7ee5e 19:53:46 ---> 2ca726166d2f 19:53:46 Step 20/26 : RUN pip install docker-compose==1.23.2 19:53:46 ---> Running in fbe4d2122543 19:53:53 Collecting docker-compose==1.23.2 19:53:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:53:54 Collecting cached-property<2,>=1.2.0 19:53:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:53:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:53:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:53:57 Collecting websocket-client<1.0,>=0.32.0 19:53:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:53:58 Collecting jsonschema<3,>=2.5.1 19:53:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:54:00 Collecting PyYAML<4,>=3.10 19:54:00 Downloading PyYAML-3.13.tar.gz (270 kB) 19:54:05 Collecting docker<4.0,>=3.6.0 19:54:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:54:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:54:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:54:06 ---> da268d2b93c1 19:54:06 Step 3/22 : WORKDIR /edgex-go 19:54:06 ---> Using cache 19:54:06 ---> 2382d2969b30 19:54:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:54:06 ---> Using cache 19:54:06 ---> c1cda35d62b9 19:54:06 Step 5/22 : RUN apk add --update --no-cache make git 19:54:06 ---> Using cache 19:54:06 ---> ce6045cea89c 19:54:06 Step 6/22 : COPY go.mod . 19:54:06 ---> Using cache 19:54:06 ---> 2a2acaae01e9 19:54:06 Step 7/22 : RUN go mod download 19:54:06 ---> Using cache 19:54:06 ---> 8054b5ae0540 19:54:06 Step 8/22 : COPY . . 19:54:06 ---> Using cache 19:54:06 ---> 8b4c5b18aebb 19:54:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:54:06 Collecting dockerpty<0.5,>=0.4.1 19:54:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:54:12 Collecting docopt<0.7,>=0.6.1 19:54:12 Downloading docopt-0.6.2.tar.gz (25 kB) 19:54:12 ---> Running in c30df8079900 19:54:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:54:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:12 ---> da268d2b93c1 19:54:12 Step 3/23 : WORKDIR /edgex-go 19:54:12 ---> Using cache 19:54:12 ---> 2382d2969b30 19:54:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:54:12 ---> Using cache 19:54:12 ---> c1cda35d62b9 19:54:12 Step 5/23 : RUN apk add --update --no-cache make git 19:54:12 ---> Using cache 19:54:12 ---> ce6045cea89c 19:54:12 Step 6/23 : COPY go.mod . 19:54:12 ---> Using cache 19:54:12 ---> 2a2acaae01e9 19:54:12 Step 7/23 : RUN go mod download 19:54:12 ---> Using cache 19:54:12 ---> 8054b5ae0540 19:54:12 Step 8/23 : COPY . . 19:54:13 ---> Using cache 19:54:13 ---> 8b4c5b18aebb 19:54:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:54:14 ---> Running in bfcfbac0203a 19:54:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:54:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:54:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:54:15 ---> da268d2b93c1 19:54:15 Step 3/23 : WORKDIR /edgex-go 19:54:15 ---> Using cache 19:54:15 ---> 2382d2969b30 19:54:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:54:15 ---> Using cache 19:54:15 ---> c1cda35d62b9 19:54:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:54:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:54:16 ---> Running in 4fe824a41cd1 19:54:16 Collecting texttable<0.10,>=0.9.0 19:54:16 Downloading texttable-0.9.1.tar.gz (11 kB) 19:54:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:54:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:54:16 ---> da268d2b93c1 19:54:16 Step 3/31 : WORKDIR /edgex-go 19:54:16 ---> Using cache 19:54:16 ---> 2382d2969b30 19:54:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:54:16 ---> Using cache 19:54:16 ---> c1cda35d62b9 19:54:16 Step 5/31 : RUN apk add --update --no-cache make git 19:54:16 ---> Using cache 19:54:16 ---> ce6045cea89c 19:54:16 Step 6/31 : COPY go.mod . 19:54:16 ---> Using cache 19:54:16 ---> 2a2acaae01e9 19:54:16 Step 7/31 : RUN go mod download 19:54:16 ---> Using cache 19:54:16 ---> 8054b5ae0540 19:54:16 Step 8/31 : COPY . . 19:54:16 ---> Using cache 19:54:16 ---> 8b4c5b18aebb 19:54:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:54:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:54:17 ---> Running in 4336d12c9482 19:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:54:19 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 19:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:54:20 OK: 217 MiB in 51 packages 19:54:21 Collecting urllib3<1.25,>=1.21.1 19:54:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:54:21 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) 19:54:22 Collecting idna<2.8,>=2.5 19:54:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:54:22 Removing intermediate container 4fe824a41cd1 19:54:22 ---> 787a9a2dcee1 19:54:22 Step 6/23 : COPY go.mod . 19:54:22 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) 19:54:22 Collecting docker-pycreds>=0.4.0 19:54:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:54:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:54:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:54:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:54:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:54:23 ---> 6b967ba9b706 19:54:23 Step 7/23 : RUN go mod download 19:54:23 ---> Running in c202afc47cda 19:54:25 Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, docker-pycreds, docker, dockerpty, docopt, texttable, docker-compose 19:54:25 Attempting uninstall: urllib3 19:54:25 Found existing installation: urllib3 1.25.9 19:54:25 Uninstalling urllib3-1.25.9: 19:54:25 Successfully uninstalled urllib3-1.25.9 19:54:26 Attempting uninstall: idna 19:54:26 Found existing installation: idna 2.9 19:54:26 Uninstalling idna-2.9: 19:54:27 Successfully uninstalled idna-2.9 19:54:28 Removing intermediate container c202afc47cda 19:54:28 ---> a7dcc3a0515e 19:54:28 Step 8/23 : COPY . . 19:54:28 Attempting uninstall: requests 19:54:28 Found existing installation: requests 2.23.0 19:54:28 Uninstalling requests-2.23.0: 19:54:28 Successfully uninstalled requests-2.23.0 19:54:30 Running setup.py install for PyYAML: started 19:54:35 Running setup.py install for PyYAML: finished with status 'done' 19:54:37 Running setup.py install for dockerpty: started 19:54:40 Running setup.py install for dockerpty: finished with status 'done' 19:54:40 Running setup.py install for docopt: started 19:54:45 Running setup.py install for docopt: finished with status 'done' 19:54:45 Running setup.py install for texttable: started 19:54:48 Running setup.py install for texttable: finished with status 'done' 19:54:49 ---> 830e6a9781ab 19:54:49 Step 9/23 : RUN make cmd/core-data/core-data 19:54:49 ---> Running in e215102167d2 19:54:50 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 19:54:51 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 19:54:57 Removing intermediate container fbe4d2122543 19:54:57 ---> f7bea73fcdae 19:54:57 Step 21/26 : RUN apk --no-cache add curl 19:54:57 ---> Running in 0335c184e2f8 19:54:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:54:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:55:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:55:00 (2/3) Installing libcurl (7.69.1-r3) 19:55:00 (3/3) Installing curl (7.69.1-r3) 19:55:00 Executing busybox-1.31.1-r19.trigger 19:55:00 OK: 72 MiB in 58 packages 19:55:02 Removing intermediate container 0335c184e2f8 19:55:02 ---> f2516bdf7805 19:55:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:55:02 ---> Running in fb3b787a082c 19:55:02 Removing intermediate container fb3b787a082c 19:55:02 ---> b46feaa73af2 19:55:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:02 ---> Running in 38880f8bc5c3 19:55:03 Removing intermediate container 38880f8bc5c3 19:55:03 ---> 656c70e7476d 19:55:03 Step 24/26 : LABEL arch=arm64 19:55:03 ---> Running in 7b90855a628d 19:55:04 Removing intermediate container 7b90855a628d 19:55:04 ---> 545b5dd2aea3 19:55:04 Step 25/26 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:55:04 ---> Running in a2597484c772 19:55:05 Removing intermediate container a2597484c772 19:55:05 ---> 259ff6839fda 19:55:05 Step 26/26 : LABEL version=0.0.0 19:55:05 ---> Running in 8b80a2966c92 19:55:06 Removing intermediate container 8b80a2966c92 19:55:06 ---> aa58ede1e110 19:55:06 19:55:06 Successfully built aa58ede1e110 19:55:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:56:29  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4336d12c9482 19:56:29 ---> 1773a9bd2480 19:56:29 19:56:29 Step 10/31 : FROM alpine:3.12 19:56:29 ---> e47305ac9786 19:56:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:56:29 ---> Running in 4d481f7214fc 19:56:29 Removing intermediate container 4d481f7214fc 19:56:29 ---> 13079188ad56 19:56:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:56:29 ---> Running in 08d86cda0ce8 19:56:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:56:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:56:29 (1/2) Installing dumb-init (1.2.2-r1) 19:56:29 (2/2) Installing su-exec (0.2-r1) 19:56:29 Executing busybox-1.31.1-r19.trigger 19:56:29 OK: 5 MiB in 16 packages 19:56:29 Removing intermediate container 08d86cda0ce8 19:56:29 ---> 115231439480 19:56:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:56:29 ---> Running in 9234ced20f53 19:56:29 Removing intermediate container 9234ced20f53 19:56:29 ---> e0549dcf132d 19:56:29 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:56:29 ---> Running in 023d9570af94 19:56:29 Removing intermediate container 023d9570af94 19:56:29 ---> 1726c71a5daa 19:56:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:56:29 ---> Running in 3c5e47b8f6e9 19:56:29 Removing intermediate container c30df8079900 19:56:29 ---> c73530048279 19:56:29 19:56:29 Step 10/22 : FROM alpine:3.12 19:56:29 ---> e47305ac9786 19:56:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:56:29 ---> Using cache 19:56:29 ---> 2bf23e3cefbf 19:56:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:56:29 ---> Using cache 19:56:29 ---> d939c9768071 19:56:29 Step 13/22 : ENV APP_PORT=48085 19:56:29 ---> Running in e4bc7b790170 19:56:29 Removing intermediate container e4bc7b790170 19:56:29 ---> 512f81888d8f 19:56:29 Step 14/22 : EXPOSE $APP_PORT 19:56:29 ---> Running in 2d60cd401249 19:56:30 Removing intermediate container 3c5e47b8f6e9 19:56:30 ---> c566d6d0d649 19:56:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:56:30 ---> Running in 9195bcc5218f 19:56:30 Removing intermediate container 2d60cd401249 19:56:30 ---> 40de6f864abf 19:56:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:56:31 Removing intermediate container 9195bcc5218f 19:56:31 ---> bd285d76979b 19:56:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:56:32 ---> 0a42d0d49eaa 19:56:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:56:33 ---> c67676d32499 19:56:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:56:33 ---> Running in 967b530bd03d 19:56:35 ---> 6b312d55e809 19:56:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:56:37 ---> 659f361a96e3 19:56:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:56:37 ---> Running in b98ac10d28bc 19:56:39 Removing intermediate container 967b530bd03d 19:56:39 ---> 982c02e384d0 19:56:39 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:56:39 Removing intermediate container b98ac10d28bc 19:56:39 ---> 761db92b635d 19:56:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:56:39 ---> Running in 3f5d394b1376 19:56:40 ---> 4171c85449bd 19:56:40 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:56:41 Removing intermediate container 3f5d394b1376 19:56:41 ---> bfc7a540d44f 19:56:41 Step 20/22 : LABEL arch=arm64 19:56:41 ---> Running in 617ab4d0b213 19:56:42 Removing intermediate container bfcfbac0203a 19:56:42 ---> b02e6063599e 19:56:42 19:56:42 Step 10/23 : FROM alpine:3.12 19:56:42 ---> e47305ac9786 19:56:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:56:42 ---> Using cache 19:56:42 ---> 2bf23e3cefbf 19:56:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:56:42 ---> Using cache 19:56:42 ---> d939c9768071 19:56:42 Step 13/23 : ENV APP_PORT=48081 19:56:42 Removing intermediate container 617ab4d0b213 19:56:42 ---> 80f5dd4dee01 19:56:42 Step 21/22 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:56:42 ---> Running in 617a8ce47f84 19:56:42 ---> Running in aae2042c78b0 19:56:42 ---> 2f260f3d76a6 19:56:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:56:43 Removing intermediate container 617a8ce47f84 19:56:43 ---> f7aa9342e0c8 19:56:43 Step 14/23 : EXPOSE $APP_PORT 19:56:43 Removing intermediate container aae2042c78b0 19:56:43 ---> 25159fdce1e4 19:56:43 Step 22/22 : LABEL version=0.0.0 19:56:44 ---> Running in ee7b0afb4def 19:56:44 ---> Running in 87699232b0a4 19:56:44 ---> 0e2202779281 19:56:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:56:44 Removing intermediate container ee7b0afb4def 19:56:44 ---> 92d577c98b13 19:56:44 Removing intermediate container 87699232b0a4 19:56:44 Step 15/23 : WORKDIR / ---> 133f02394802 19:56:44 19:56:44 19:56:45 ---> Running in c06f70b8ff29 19:56:45 Successfully built 133f02394802 19:56:45 Successfully tagged docker-support-scheduler-go-arm64:latest 19:56:45  Building docker-support-scheduler-go ... done  ---> 6f13526ae5da 19:56:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:56:45 Removing intermediate container c06f70b8ff29 19:56:45 ---> 14639a564204 19:56:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:56:46 ---> 9d28307666bc 19:56:46 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:56:46 ---> Running in f46dfce575b8 19:56:46 ---> 94fb46fbdbcd 19:56:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:56:47 Removing intermediate container f46dfce575b8 19:56:47 ---> b0c1de18bd86 19:56:47 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:56:48 ---> e59ef03efabc 19:56:48 Step 26/31 : RUN chmod +x /entrypoint.sh 19:56:48 ---> 2f6e92238aee 19:56:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:56:49 ---> Running in 89dec190f26b 19:56:50 ---> 9c9007bfb43d 19:56:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:56:50 ---> Running in 0503721bcca4 19:56:51 Removing intermediate container 0503721bcca4 19:56:51 ---> bb535bc5c8cb 19:56:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:56:51 ---> Running in 0a2eed8a6ea2 19:56:52 Removing intermediate container 0a2eed8a6ea2 19:56:52 ---> fd062d809833 19:56:52 Step 21/23 : LABEL arch=arm64 19:56:52 ---> Running in ce93a750e907 19:56:52 Removing intermediate container 89dec190f26b 19:56:52 ---> 4065d9a22455 19:56:52 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:56:53 ---> Running in 68809de9de27 19:56:53 Removing intermediate container ce93a750e907 19:56:53 ---> 8aee4d029bee 19:56:53 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:56:53 ---> Running in b906a2068e26 19:56:53 Removing intermediate container 68809de9de27 19:56:53 ---> 8c334b00e29c 19:56:53 Step 28/31 : CMD ["gate"] 19:56:54 ---> Running in 0ba7a8018668 19:56:54 Removing intermediate container b906a2068e26 19:56:54 ---> cb87646fdc15 19:56:54 Step 23/23 : LABEL version=0.0.0 19:56:54 ---> Running in 992c8fb46009 19:56:54 Removing intermediate container 0ba7a8018668 19:56:54 ---> e79d033fb925 19:56:54 Step 29/31 : LABEL arch=arm64 19:56:54 Removing intermediate container 992c8fb46009 19:56:54 ---> 1ba2ad45439f 19:56:54 19:56:55 ---> Running in a52285e17b07 19:56:55 Successfully built 1ba2ad45439f 19:56:55 Successfully tagged docker-core-metadata-go-arm64:latest 19:56:56  Building docker-core-metadata-go ... done Removing intermediate container a52285e17b07 19:56:56 ---> e4a31a98d198 19:56:56 Step 30/31 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:56:56 ---> Running in 6e573986896b 19:56:56 Removing intermediate container 6e573986896b 19:56:56 ---> 081b66efb907 19:56:56 Step 31/31 : LABEL version=0.0.0 19:56:57 ---> Running in 9e7ca1169f6e 19:56:58 Removing intermediate container 9e7ca1169f6e 19:56:58 ---> 19433ad79a9c 19:56:58 19:56:58 Successfully built 19433ad79a9c 19:56:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:56:59  Building docker-security-bootstrapper-go ... done Removing intermediate container e215102167d2 19:56:59 ---> 48279a9b2a6a 19:56:59 19:56:59 Step 10/23 : FROM alpine:3.12 19:56:59 ---> e47305ac9786 19:56:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:56:59 ---> Running in 9265df4d853a 19:57:00 Removing intermediate container 9265df4d853a 19:57:00 ---> 8600d14d0329 19:57:00 Step 12/23 : ENV APP_PORT=48080 19:57:00 ---> Running in dce48eeef070 19:57:00 Removing intermediate container dce48eeef070 19:57:00 ---> fafec33421a3 19:57:00 Step 13/23 : EXPOSE $APP_PORT 19:57:01 ---> Running in 2399352dd1d7 19:57:01 Removing intermediate container 2399352dd1d7 19:57:01 ---> ed4bcbbb31c0 19:57:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:01 ---> Running in fe7244c51400 19:57:04 Removing intermediate container fe7244c51400 19:57:04 ---> 485f60fbb0b5 19:57:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:57:04 ---> Running in 7592bd9024a3 19:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:06 (1/6) Installing dumb-init (1.2.2-r1) 19:57:06 (2/6) Installing libgcc (9.3.0-r2) 19:57:07 (3/6) Installing libsodium (1.0.18-r0) 19:57:07 (4/6) Installing libstdc++ (9.3.0-r2) 19:57:07 (5/6) Installing libzmq (4.3.3-r0) 19:57:07 (6/6) Installing zeromq (4.3.3-r0) 19:57:07 Executing busybox-1.31.1-r19.trigger 19:57:07 OK: 8 MiB in 20 packages 19:57:09 Removing intermediate container 7592bd9024a3 19:57:09 ---> ee3f1fcf1445 19:57:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:57:09 ---> 8651ea42dc79 19:57:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:57:11 ---> 4961bcc11ef8 19:57:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:57:12 ---> c8223dc77e38 19:57:12 Step 19/23 : ENTRYPOINT ["/core-data"] 19:57:12 ---> Running in 1203cbb72f28 19:57:12 Removing intermediate container 1203cbb72f28 19:57:12 ---> 86c1674ff53d 19:57:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:57:12 ---> Running in ee9cc3c218f7 19:57:13 Removing intermediate container ee9cc3c218f7 19:57:13 ---> f9f742c73f22 19:57:13 Step 21/23 : LABEL arch=arm64 19:57:13 ---> Running in 658ae5627f22 19:57:13 Removing intermediate container 658ae5627f22 19:57:13 ---> 4c7fef560ac7 19:57:13 Step 22/23 : LABEL git_sha=49fe07c0865b4f764a46dfa194199239fc0884ee 19:57:13 ---> Running in c331e4c2a508 19:57:14 Removing intermediate container c331e4c2a508 19:57:14 ---> a383bd89c544 19:57:14 Step 23/23 : LABEL version=0.0.0 19:57:14 ---> Running in aca777200238 19:57:15 Removing intermediate container aca777200238 19:57:15 ---> 3d7a39f54779 19:57:15 19:57:15 Successfully built 3d7a39f54779 19:57:15 Successfully tagged docker-core-data-go-arm64:latest 19:57:16  Building docker-core-data-go ... done  [Pipeline] } 19:57:16 $ docker stop --time=1 6b043953f303476298911fddd83c20ace15992e11bb8385bcf89b3bbc0c3ddce 19:57:18 $ docker rm -f 6b043953f303476298911fddd83c20ace15992e11bb8385bcf89b3bbc0c3ddce [Pipeline] // withDockerContainer [Pipeline] sh 19:57:19 + + grepdocker docker images 19:57:19 19:57:19 docker-core-data-go-arm64 latest 3d7a39f54779 5 seconds ago 21.4MB 19:57:19 docker-security-bootstrapper-go-arm64 latest 19433ad79a9c 22 seconds ago 17.9MB 19:57:19 docker-core-metadata-go-arm64 latest 1ba2ad45439f 25 seconds ago 17.9MB 19:57:19 docker-support-scheduler-go-arm64 latest 133f02394802 35 seconds ago 16.4MB 19:57:19 docker-sys-mgmt-agent-go-arm64 latest aa58ede1e110 2 minutes ago 301MB 19:57:19 docker-core-command-go-arm64 latest 2a351accea81 3 minutes ago 16.3MB 19:57:19 docker-security-secretstore-setup-go-arm64 latest 55517ecdf1b5 3 minutes ago 24.4MB 19:57:19 docker-support-notifications-go-arm64 latest f633626ca180 4 minutes ago 16.9MB 19:57:19 docker-security-proxy-setup-go-arm64 latest c286bc70f9e3 4 minutes ago 24.1MB 19:57:19 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 19:57:20 ---> job-cost.sh 19:57:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJwT 19:58:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:00:08 lf-activate-venv(): INFO: Adding /tmp/venv-GJwT/bin to PATH 20:00:08 INFO: No Stack... 20:00:08 INFO: Retrieving Pricing Info for: lf-standard-4 20:00:08 INFO: Archiving Costs [Pipeline] sh 20:00:09 + cat /w/workspace/edgex-go/3/archives/cost.csv 20:00:09 + cut -d, -f6 [Pipeline] lock 20:00:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] 20:00:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] did not exist. Created. 20:00:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:00:09 + echo total: 0.20999999344348907 [Pipeline] stash 20:00:10 Stashed 1 file(s) [Pipeline] } 20:00:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-3-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:00:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:00:14 ---> package-listing.sh 20:00:14 ++ facter osfamily 20:00:14 ++ tr '[:upper:]' '[:lower:]' 20:00:14 + OS_FAMILY=redhat 20:00:14 + workspace=/w/workspace/edgex-go/3 20:00:14 + START_PACKAGES=/tmp/packages_start.txt 20:00:14 + END_PACKAGES=/tmp/packages_end.txt 20:00:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:00:14 + PACKAGES=/tmp/packages_start.txt 20:00:14 + '[' /w/workspace/edgex-go/3 ']' 20:00:14 + PACKAGES=/tmp/packages_end.txt 20:00:14 + case "${OS_FAMILY}" in 20:00:14 + rpm -qa 20:00:14 + sort 20:00:19 + '[' -f /tmp/packages_start.txt ']' 20:00:19 + '[' -f /tmp/packages_end.txt ']' 20:00:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:00:19 + '[' /w/workspace/edgex-go/3 ']' 20:00:19 + mkdir -p /w/workspace/edgex-go/3/archives/ 20:00:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 20:00:19 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:00:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:00:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:00:20 20:00:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:00:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:00:20 alpine: Pulling from edgex-lftools-log-publisher 20:00:20 df20fa9351a1: Pulling fs layer 20:00:20 36b3adc4ff6f: Pulling fs layer 20:00:20 8ad3a11d3b57: Pulling fs layer 20:00:20 46f8f816bc3b: Pulling fs layer 20:00:20 93b61091891f: Pulling fs layer 20:00:20 93b9cdb0e59b: Pulling fs layer 20:00:20 5e14af77c1be: Pulling fs layer 20:00:20 01666e4c0597: Pulling fs layer 20:00:20 aa168da1d23b: Pulling fs layer 20:00:20 93b9cdb0e59b: Waiting 20:00:20 5e14af77c1be: Waiting 20:00:20 01666e4c0597: Waiting 20:00:20 aa168da1d23b: Waiting 20:00:20 46f8f816bc3b: Waiting 20:00:20 93b61091891f: Waiting 20:00:20 36b3adc4ff6f: Verifying Checksum 20:00:20 36b3adc4ff6f: Download complete 20:00:20 46f8f816bc3b: Verifying Checksum 20:00:20 46f8f816bc3b: Download complete 20:00:20 df20fa9351a1: Download complete 20:00:20 93b9cdb0e59b: Verifying Checksum 20:00:20 93b9cdb0e59b: Download complete 20:00:20 93b61091891f: Download complete 20:00:20 01666e4c0597: Verifying Checksum 20:00:20 01666e4c0597: Download complete 20:00:20 5e14af77c1be: Verifying Checksum 20:00:20 5e14af77c1be: Download complete 20:00:20 8ad3a11d3b57: Verifying Checksum 20:00:20 8ad3a11d3b57: Download complete 20:00:21 df20fa9351a1: Pull complete 20:00:21 36b3adc4ff6f: Pull complete 20:00:22 aa168da1d23b: Download complete 20:00:23 8ad3a11d3b57: Pull complete 20:00:23 46f8f816bc3b: Pull complete 20:00:24 93b61091891f: Pull complete 20:00:24 93b9cdb0e59b: Pull complete 20:00:24 5e14af77c1be: Pull complete 20:00:24 01666e4c0597: Pull complete 20:00:32 aa168da1d23b: Pull complete 20:00:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:00:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:00:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:00:33 prd-centos7-docker-4c-2g-31825 does not seem to be running inside a container 20:00:33 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat 20:00:38 $ docker top 2c8e3556d7414e2e3ca5905cb25eaf299fe998f088c89b2694cbb4c8253b4a13 -eo pid,comm [Pipeline] { [Pipeline] sh 20:00:38 + touch /tmp/pre-build-complete [Pipeline] sh 20:00:39 + mkdir -p /var/log/sa [Pipeline] sh 20:00:39 + ls /var/log/sa-host 20:00:39 + sadf -c /var/log/sa-host/sa23 20:00:39 file_magic: OK 20:00:39 HZ: Using current value: 100 20:00:39 file_header: OK 20:00:39 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:00:39 Statistics: 20:00:39 Hnuu...uuuununununu... 20:00:39 File successfully converted to sysstat format version 12.2.1 20:00:39 + sadf -c /var/log/sa-host/sa29 20:00:39 file_magic: OK 20:00:39 HZ: Using current value: 100 20:00:39 file_header: OK 20:00:39 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:00:39 Statistics: 20:00:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:00:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:00:39 provisioning config files... 20:00:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3061933741501600065tmp [Pipeline] { [Pipeline] echo 20:00:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:00:40 ---> create-netrc.sh [Pipeline] } 20:00:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:00:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:00:40 ---> python-tools-install.sh [Pipeline] echo 20:00:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:00:40 ---> sudo-logs.sh 20:00:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:00:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:00:41 ---> job-cost.sh 20:00:41 lf-activate-venv: SKIPPING 20:00:41 DEBUG: total: 0.20999999344348907 20:00:41 INFO: Retrieving Stack Cost... 20:00:42 INFO: Retrieving Pricing Info for: v1-standard-2 20:00:43 INFO: Archiving Costs [Pipeline] echo 20:00:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:00:43 ---> logs-deploy.sh 20:00:43 lf-activate-venv: SKIPPING 20:00:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/3 20:00:43 INFO: archiving workspace using pattern(s): 20:00:44 Archives upload complete. 20:00:45 INFO: archiving logs to Nexus 20:00:46 ---> uname -a: 20:00:46 Linux prd-centos7-docker-4c-2g-31825.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:00:46 20:00:46 20:00:46 ---> lscpu: 20:00:46 Architecture: x86_64 20:00:46 CPU op-mode(s): 32-bit, 64-bit 20:00:46 Byte Order: Little Endian 20:00:46 Address sizes: 40 bits physical, 48 bits virtual 20:00:46 CPU(s): 4 20:00:46 On-line CPU(s) list: 0-3 20:00:46 Thread(s) per core: 1 20:00:46 Core(s) per socket: 1 20:00:46 Socket(s): 4 20:00:46 NUMA node(s): 1 20:00:46 Vendor ID: GenuineIntel 20:00:46 CPU family: 6 20:00:46 Model: 44 20:00:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:00:46 Stepping: 1 20:00:46 CPU MHz: 2933.442 20:00:46 BogoMIPS: 5866.88 20:00:46 Virtualization: VT-x 20:00:46 Hypervisor vendor: KVM 20:00:46 Virtualization type: full 20:00:46 L1d cache: 128 KiB 20:00:46 L1i cache: 128 KiB 20:00:46 L2 cache: 16 MiB 20:00:46 L3 cache: 64 MiB 20:00:46 NUMA node0 CPU(s): 0-3 20:00:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:00:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:00:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:00:46 Vulnerability Meltdown: Mitigation; PTI 20:00:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:00:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:00:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:00:46 Vulnerability Srbds: Not affected 20:00:46 Vulnerability Tsx async abort: Not affected 20:00:46 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:00:46 20:00:46 20:00:46 ---> nproc: 20:00:46 4 20:00:46 20:00:46 20:00:46 ---> df -h: 20:00:46 Filesystem Size Used Available Use% Mounted on 20:00:46 overlay 50.0G 11.8G 38.2G 24% / 20:00:46 tmpfs 64.0M 0 64.0M 0% /dev 20:00:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:00:46 shm 64.0M 0 64.0M 0% /dev/shm 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 20:00:46 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 20:00:46 20:00:46 20:00:46 ---> free -m: 20:00:46 total used free shared buff/cache available 20:00:46 Mem: 1837 725 112 0 1000 1028 20:00:46 Swap: 1023 51 972 20:00:46 20:00:46 20:00:46 ---> ip addr: 20:00:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:00:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:00:46 inet 127.0.0.1/8 scope host lo 20:00:46 valid_lft forever preferred_lft forever 20:00:46 inet6 ::1/128 scope host 20:00:46 valid_lft forever preferred_lft forever 20:00:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:00:46 link/ether fa:16:3e:7a:a3:1e brd ff:ff:ff:ff:ff:ff 20:00:46 inet 10.30.123.197/23 brd 10.30.123.255 scope global dynamic eth0 20:00:46 valid_lft 84672sec preferred_lft 84672sec 20:00:46 inet6 fe80::f816:3eff:fe7a:a31e/64 scope link 20:00:46 valid_lft forever preferred_lft forever 20:00:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:00:46 link/ether 02:42:71:eb:a4:93 brd ff:ff:ff:ff:ff:ff 20:00:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:00:46 valid_lft forever preferred_lft forever 20:00:46 inet6 fe80::42:71ff:feeb:a493/64 scope link 20:00:46 valid_lft forever preferred_lft forever 20:00:46 20:00:46 20:00:46 ---> sar -b -r -n DEV: 20:00:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 20:00:46 20:00:46 19:31:42 LINUX RESTART (4 CPU) 20:00:46 20:00:46 19:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:00:46 19:33:02 172.47 93.57 78.90 0.00 6425.45 43169.79 0.00 20:00:46 19:34:01 184.69 95.69 89.00 0.00 10113.49 38465.53 0.00 20:00:46 19:35:01 269.54 111.80 157.74 0.00 4250.49 26450.26 0.00 20:00:46 19:36:02 129.55 41.19 88.35 0.00 1634.74 10282.07 0.00 20:00:46 19:37:01 122.44 62.67 59.77 0.00 1969.88 6772.41 0.00 20:00:46 19:38:01 102.36 19.29 83.08 0.00 2316.53 22599.75 0.00 20:00:46 19:39:03 1617.28 1334.92 282.35 0.00 125489.77 181139.85 0.00 20:00:46 19:40:01 2116.58 1858.05 258.53 0.00 111855.31 121953.30 0.00 20:00:46 19:41:02 380.13 140.54 239.59 0.00 22568.80 67217.78 0.00 20:00:46 19:42:02 2311.29 1954.48 356.81 0.00 130311.39 134666.79 0.00 20:00:46 19:43:01 915.99 657.17 258.82 0.00 39371.46 51817.55 0.00 20:00:46 19:44:01 79.64 20.96 58.69 0.00 3561.25 4953.98 0.00 20:00:46 19:45:01 1.57 0.00 1.57 0.00 0.00 28.02 0.00 20:00:46 19:46:01 0.20 0.02 0.18 0.00 0.53 2.28 0.00 20:00:46 19:47:01 2.16 1.80 0.37 0.00 56.09 6.04 0.00 20:00:46 19:48:01 0.85 0.03 0.82 0.00 1.07 15.22 0.00 20:00:46 19:49:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 20:00:46 19:50:01 0.25 0.02 0.23 0.00 0.53 2.61 0.00 20:00:46 19:51:01 0.30 0.00 0.30 0.00 0.00 3.16 0.00 20:00:46 19:52:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 20:00:46 19:53:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 20:00:46 19:54:01 0.42 0.00 0.42 0.00 0.00 6.01 0.00 20:00:46 19:55:01 0.27 0.02 0.25 0.00 1.07 2.60 0.00 20:00:46 19:56:01 0.28 0.02 0.27 0.00 0.53 2.88 0.00 20:00:46 19:57:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 20:00:46 19:58:02 0.60 0.38 0.22 0.00 173.72 1.88 0.00 20:00:46 19:59:01 0.76 0.00 0.76 0.00 0.00 8.84 0.00 20:00:46 20:00:01 0.43 0.02 0.42 0.00 0.27 4.85 0.00 20:00:46 Average: 300.29 228.16 72.13 0.00 16490.00 25449.40 0.00 20:00:46 20:00:46 19:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:00:46 19:33:02 91368 0 552284 29.35 2620 1235272 1087168 37.10 503728 1086808 12872 20:00:46 19:34:01 73384 0 698772 37.14 2412 1106976 1555700 53.09 697048 873540 33724 20:00:46 19:35:01 146644 0 796636 42.34 1492 936772 1724016 58.84 606740 849380 30052 20:00:46 19:36:02 165652 0 823728 43.78 812 891352 1840784 62.82 715752 713208 80344 20:00:46 19:37:01 302556 0 717928 38.16 812 860248 1194612 40.77 522580 759824 43844 20:00:46 19:38:01 187592 0 735624 39.10 636 957692 1242812 42.42 571068 833576 52 20:00:46 19:39:03 59908 0 841024 44.70 0 980612 2339580 79.85 773540 825640 34500 20:00:46 19:40:01 231068 0 1229540 65.35 0 420936 3890552 132.78 783756 591588 44576 20:00:46 19:41:02 72744 0 751596 39.95 0 1057204 1921488 65.58 739548 817928 6912 20:00:46 19:42:02 72212 0 859504 45.68 0 949828 2371732 80.94 733280 838948 65036 20:00:46 19:43:01 395884 0 704256 37.43 0 781404 1383336 47.21 569340 656156 64 20:00:46 19:44:01 448620 0 644948 34.28 0 787976 1187320 40.52 481896 703364 12 20:00:46 19:45:01 450744 0 642816 34.16 0 787984 1166748 39.82 480500 702964 12 20:00:46 19:46:01 451180 0 642384 34.14 0 787980 1158632 39.54 480404 702916 8 20:00:46 19:47:01 449916 0 642632 34.15 0 788996 1158524 39.54 480348 703404 16 20:00:46 19:48:01 449784 0 642752 34.16 0 789008 1158668 39.54 480756 703404 8 20:00:46 19:49:01 449628 0 642904 34.17 0 789012 1158680 39.54 480924 703404 8 20:00:46 19:50:01 450232 0 642304 34.14 0 789008 1158524 39.54 480240 703404 8 20:00:46 19:51:01 450232 0 642280 34.14 0 789032 1158524 39.54 480248 703420 16 20:00:46 19:52:01 450088 0 642416 34.14 0 789040 1158632 39.54 480336 703420 8 20:00:46 19:53:01 449964 0 642536 34.15 0 789044 1158656 39.54 480880 703420 8 20:00:46 19:54:01 450228 0 642264 34.13 0 789052 1158560 39.54 480432 703420 8 20:00:46 19:55:01 450144 0 642372 34.14 0 789028 1158524 39.54 480372 703420 8 20:00:46 19:56:01 450020 0 642472 34.15 0 789052 1158524 39.54 480276 703452 8 20:00:46 19:57:01 449944 0 642524 34.15 0 789076 1158524 39.54 480304 703468 8 20:00:46 19:58:02 442036 0 645224 34.29 0 794284 1158596 39.54 486096 705844 12 20:00:46 19:59:01 442200 0 645044 34.28 0 794300 1158572 39.54 485912 705856 8 20:00:46 20:00:01 442172 0 645068 34.28 0 794304 1158524 39.54 485924 705852 8 20:00:46 Average: 336648 0 701565 37.29 314 843017 1438733 49.10 550080 743251 12576 20:00:46 20:00:46 19:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:00:46 19:33:02 eth0 895.11 599.97 3419.40 91.43 0.00 0.00 0.00 0.00 20:00:46 19:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:34:01 eth0 1111.48 1206.38 5921.97 135.96 0.00 0.00 0.00 0.00 20:00:46 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:34:01 docker0 894.38 732.55 72.71 2717.19 0.00 0.00 0.00 0.00 20:00:46 19:35:01 veth074abaa 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:35:01 eth0 263.49 211.37 867.54 80.13 0.00 0.00 0.00 0.00 20:00:46 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:35:01 docker0 165.50 202.23 11.58 833.06 0.00 0.00 0.00 0.00 20:00:46 19:36:02 veth074abaa 0.43 0.45 0.04 0.04 0.00 0.00 0.00 0.00 20:00:46 19:36:02 eth0 24.26 12.36 19.36 10.24 0.00 0.00 0.00 0.00 20:00:46 19:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:36:02 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 20:00:46 19:37:01 veth074abaa 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 20:00:46 19:37:01 eth0 14.98 8.80 10.88 5.97 0.00 0.00 0.00 0.00 20:00:46 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:37:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 20:00:46 19:38:01 eth0 204.11 156.58 1707.95 84.81 0.00 0.00 0.00 0.00 20:00:46 19:38:01 veth92c2351 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:39:03 eth0 55.76 35.79 156.73 37.47 0.00 0.00 0.00 0.00 20:00:46 19:39:03 veth92c2351 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:39:03 docker0 16.28 27.05 0.92 141.47 0.00 0.00 0.00 0.00 20:00:46 19:40:01 veth5be5e07 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:40:01 vethec18114 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:40:01 vethd75e9ab 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:40:01 eth0 10.80 7.75 6.82 17.50 0.00 0.00 0.00 0.00 20:00:46 19:41:02 veth9d6de7d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:41:02 eth0 200.53 157.75 1453.31 22.35 0.00 0.00 0.00 0.00 20:00:46 19:41:02 veth92c2351 0.00 0.58 0.00 0.03 0.00 0.00 0.00 0.00 20:00:46 19:41:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:00:46 19:42:02 eth0 124.24 71.43 400.30 80.69 0.00 0.00 0.00 0.00 20:00:46 19:42:02 veth92c2351 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:42:02 veth8812a98 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:43:01 eth0 73.05 53.35 131.18 71.81 0.00 0.00 0.00 0.00 20:00:46 19:43:01 veth92c2351 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:43:01 veth77ea913 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:00:46 19:44:01 eth0 33.01 18.46 92.98 8.29 0.00 0.00 0.00 0.00 20:00:46 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:44:01 docker0 1125.68 1083.87 87.95 4372.80 0.00 0.00 0.00 0.00 20:00:46 19:45:01 eth0 0.70 0.35 0.29 0.20 0.00 0.00 0.00 0.00 20:00:46 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:46:01 eth0 1.02 0.40 0.35 0.21 0.00 0.00 0.00 0.00 20:00:46 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:47:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:00:46 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:48:01 eth0 1.50 0.57 0.51 0.25 0.00 0.00 0.00 0.00 20:00:46 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:49:01 eth0 0.90 0.42 0.38 0.24 0.00 0.00 0.00 0.00 20:00:46 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:50:01 eth0 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 20:00:46 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:51:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:52:01 eth0 0.87 0.27 0.29 0.13 0.00 0.00 0.00 0.00 20:00:46 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:53:01 eth0 0.63 0.42 0.34 0.27 0.00 0.00 0.00 0.00 20:00:46 19:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:54:01 eth0 0.28 0.22 0.07 0.02 0.00 0.00 0.00 0.00 20:00:46 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:55:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:00:46 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:56:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:57:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:00:46 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:58:02 eth0 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 20:00:46 19:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:59:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 20:00:46 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 20:00:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 Average: eth0 107.12 90.25 503.95 23.09 0.00 0.00 0.00 0.00 20:00:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:00:46 Average: docker0 40.31 38.81 3.15 156.58 0.00 0.00 0.00 0.00 20:00:46 20:00:46 20:00:46 ---> sar -P ALL: 20:00:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 20:00:46 20:00:46 19:31:42 LINUX RESTART (4 CPU) 20:00:46 20:00:46 19:32:02 CPU %user %nice %system %iowait %steal %idle 20:00:46 19:33:02 all 16.52 0.00 8.63 6.99 0.23 67.62 20:00:46 19:33:02 0 15.20 0.00 11.59 5.35 0.25 67.61 20:00:46 19:33:02 1 18.51 0.00 7.79 5.78 0.21 67.72 20:00:46 19:33:02 2 16.92 0.00 7.32 9.78 0.17 65.81 20:00:46 19:33:02 3 15.43 0.00 7.88 7.04 0.29 69.36 20:00:46 19:34:01 all 15.40 0.00 8.74 1.64 0.20 74.03 20:00:46 19:34:01 0 18.95 0.00 12.08 0.78 0.19 67.99 20:00:46 19:34:01 1 10.06 0.00 7.19 3.22 0.21 79.33 20:00:46 19:34:01 2 16.09 0.00 8.60 1.19 0.16 73.96 20:00:46 19:34:01 3 16.56 0.00 7.13 1.36 0.23 74.73 20:00:46 19:35:01 all 12.04 0.00 8.16 6.57 0.33 72.89 20:00:46 19:35:01 0 11.81 0.00 8.59 6.98 0.33 72.31 20:00:46 19:35:01 1 12.57 0.00 7.96 5.12 0.39 73.96 20:00:46 19:35:01 2 11.77 0.00 8.58 8.82 0.27 70.55 20:00:46 19:35:01 3 12.03 0.00 7.53 5.36 0.33 74.76 20:00:46 19:36:02 all 60.67 0.00 13.79 3.73 1.55 20.27 20:00:46 19:36:02 0 59.81 0.00 14.60 5.02 1.78 18.80 20:00:46 19:36:02 1 61.21 0.00 13.46 3.49 1.31 20.53 20:00:46 19:36:02 2 61.35 0.00 13.76 2.02 1.61 21.26 20:00:46 19:36:02 3 60.30 0.00 13.32 4.39 1.49 20.49 20:00:46 19:37:01 all 49.31 0.00 15.13 2.60 4.00 28.97 20:00:46 19:37:01 0 48.64 0.00 14.52 2.68 3.91 30.25 20:00:46 19:37:01 1 48.96 0.00 15.30 1.68 4.25 29.82 20:00:46 19:37:01 2 48.13 0.00 14.91 1.99 4.33 30.64 20:00:46 19:37:01 3 51.53 0.00 15.77 4.05 3.51 25.14 20:00:46 19:38:01 all 25.60 0.00 10.85 1.62 4.01 57.92 20:00:46 19:38:01 0 25.65 0.00 10.72 0.73 4.25 58.65 20:00:46 19:38:01 1 25.26 0.00 11.04 3.48 3.69 56.54 20:00:46 19:38:01 2 24.97 0.00 10.22 0.56 4.00 60.26 20:00:46 19:38:01 3 26.55 0.00 11.41 1.75 4.08 56.20 20:00:46 19:39:03 all 21.68 0.00 27.68 13.02 7.17 30.45 20:00:46 19:39:03 0 20.47 0.00 25.44 13.41 7.78 32.90 20:00:46 19:39:03 1 21.93 0.00 28.63 12.02 6.75 30.66 20:00:46 19:39:03 2 22.69 0.00 27.52 14.17 7.06 28.57 20:00:46 19:39:03 3 21.64 0.00 29.17 12.47 7.08 29.65 20:00:46 19:40:01 all 42.15 0.00 23.77 17.72 3.71 12.65 20:00:46 19:40:01 0 39.73 0.00 21.96 17.88 4.62 15.80 20:00:46 19:40:01 1 42.15 0.00 24.02 16.49 3.57 13.77 20:00:46 19:40:01 2 43.80 0.00 23.50 17.52 3.34 11.84 20:00:46 19:40:01 3 42.98 0.00 25.65 18.99 3.32 9.06 20:00:46 19:41:02 all 48.25 0.00 17.57 16.38 1.60 16.21 20:00:46 19:41:02 0 48.05 0.00 15.40 12.44 1.73 22.39 20:00:46 19:41:02 1 48.81 0.00 18.29 18.00 1.47 13.43 20:00:46 19:41:02 2 48.61 0.00 18.30 18.69 1.62 12.78 20:00:46 19:41:02 3 47.55 0.00 18.31 16.40 1.56 16.18 20:00:46 19:42:02 all 31.76 0.00 27.49 20.38 4.67 15.70 20:00:46 19:42:02 0 29.21 0.00 27.91 18.92 4.81 19.15 20:00:46 19:42:02 1 31.40 0.00 27.69 23.51 4.73 12.67 20:00:46 19:42:02 2 32.37 0.00 27.53 19.64 4.62 15.83 20:00:46 19:42:02 3 34.09 0.00 26.84 19.44 4.53 15.11 20:00:46 19:43:01 all 58.52 0.00 20.40 7.76 4.96 8.36 20:00:46 19:43:01 0 56.90 0.00 21.73 8.38 5.19 7.81 20:00:46 19:43:01 1 58.26 0.00 20.59 6.83 4.77 9.56 20:00:46 19:43:01 2 59.49 0.00 18.61 10.33 5.36 6.21 20:00:46 19:43:01 3 59.44 0.00 20.69 5.50 4.52 9.85 20:00:46 20:00:46 19:43:01 CPU %user %nice %system %iowait %steal %idle 20:00:46 19:44:01 all 2.45 0.00 3.06 2.33 1.44 90.72 20:00:46 19:44:01 0 3.01 0.00 2.84 1.94 1.29 90.91 20:00:46 19:44:01 1 2.07 0.00 3.41 1.85 1.47 91.19 20:00:46 19:44:01 2 2.10 0.00 3.07 2.55 1.52 90.75 20:00:46 19:44:01 3 2.61 0.00 2.93 2.98 1.47 90.01 20:00:46 19:45:01 all 0.12 0.00 0.04 0.00 0.02 99.82 20:00:46 19:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:00:46 19:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:00:46 19:45:01 2 0.05 0.00 0.07 0.00 0.02 99.87 20:00:46 19:45:01 3 0.40 0.00 0.07 0.00 0.02 99.52 20:00:46 19:46:01 all 0.16 0.00 0.03 0.00 0.01 99.80 20:00:46 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:46:01 1 0.05 0.00 0.03 0.00 0.03 99.88 20:00:46 19:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:00:46 19:46:01 3 0.57 0.00 0.03 0.00 0.00 99.40 20:00:46 19:47:01 all 0.15 0.00 0.05 0.02 0.00 99.77 20:00:46 19:47:01 0 0.02 0.00 0.05 0.07 0.00 99.87 20:00:46 19:47:01 1 0.05 0.00 0.10 0.03 0.00 99.82 20:00:46 19:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:47:01 3 0.52 0.00 0.03 0.00 0.02 99.43 20:00:46 19:48:01 all 0.19 0.00 0.17 0.00 0.01 99.63 20:00:46 19:48:01 0 0.07 0.00 0.13 0.00 0.02 99.78 20:00:46 19:48:01 1 0.12 0.00 0.23 0.00 0.02 99.63 20:00:46 19:48:01 2 0.08 0.00 0.15 0.00 0.00 99.77 20:00:46 19:48:01 3 0.48 0.00 0.17 0.00 0.00 99.35 20:00:46 19:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:00:46 19:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:00:46 19:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:00:46 19:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 20:00:46 19:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:00:46 19:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:50:01 1 0.07 0.00 0.05 0.00 0.00 99.88 20:00:46 19:50:01 2 0.00 0.00 0.02 0.02 0.02 99.95 20:00:46 19:50:01 3 0.53 0.00 0.03 0.00 0.00 99.43 20:00:46 19:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:00:46 19:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:00:46 19:51:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:00:46 19:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:00:46 19:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:00:46 19:52:01 all 0.15 0.00 0.03 0.00 0.00 99.83 20:00:46 19:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:00:46 19:52:01 1 0.07 0.00 0.05 0.00 0.00 99.88 20:00:46 19:52:01 2 0.47 0.00 0.03 0.00 0.00 99.50 20:00:46 19:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:53:01 all 0.03 0.00 0.04 0.00 0.00 99.93 20:00:46 19:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:00:46 19:53:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:00:46 19:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 20:00:46 19:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:00:46 19:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:00:46 19:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:00:46 19:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:00:46 19:54:01 2 0.47 0.00 0.05 0.00 0.00 99.48 20:00:46 19:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:00:46 20:00:46 19:54:01 CPU %user %nice %system %iowait %steal %idle 20:00:46 19:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 20:00:46 19:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:00:46 19:55:01 1 0.07 0.00 0.03 0.00 0.00 99.90 20:00:46 19:55:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:00:46 19:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:00:46 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 20:00:46 19:56:01 2 0.42 0.00 0.03 0.00 0.00 99.55 20:00:46 19:56:01 3 0.13 0.00 0.02 0.00 0.00 99.85 20:00:46 19:57:01 all 0.14 0.00 0.02 0.00 0.00 99.83 20:00:46 19:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:00:46 19:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:00:46 19:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:00:46 19:57:01 3 0.52 0.00 0.03 0.00 0.00 99.45 20:00:46 19:58:02 all 0.15 0.00 0.05 0.01 0.00 99.80 20:00:46 19:58:02 0 0.02 0.00 0.07 0.03 0.00 99.88 20:00:46 19:58:02 1 0.08 0.00 0.03 0.00 0.00 99.88 20:00:46 19:58:02 2 0.02 0.00 0.03 0.00 0.00 99.95 20:00:46 19:58:02 3 0.48 0.00 0.05 0.00 0.00 99.47 20:00:46 19:59:01 all 0.07 0.00 0.03 0.00 0.00 99.89 20:00:46 19:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:00:46 19:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:00:46 19:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:00:46 19:59:01 3 0.20 0.00 0.07 0.00 0.02 99.71 20:00:46 20:00:01 all 0.11 0.00 0.03 0.00 0.01 99.85 20:00:46 20:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:00:46 20:00:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:00:46 20:00:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:00:46 20:00:01 3 0.42 0.00 0.05 0.00 0.02 99.52 20:00:46 Average: all 13.17 0.00 6.37 3.44 1.16 75.86 20:00:46 Average: 0 12.88 0.00 6.45 3.24 1.25 76.18 20:00:46 Average: 1 13.04 0.00 6.39 3.47 1.13 75.98 20:00:46 Average: 2 13.33 0.00 6.26 3.67 1.17 75.56 20:00:46 Average: 3 13.42 0.00 6.38 3.38 1.11 75.72 20:00:46 20:00:46 20:00:46