Pull request #3224 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f60a6b9b3bbcf5933f7773f85fc76d84301e173f rather than 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b Obtained Jenkinsfile from f60a6b9b3bbcf5933f7773f85fc76d84301e173f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28440 in /w/workspace/edgexfoundry_edgex-go_PR-3224 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3224/head:refs/remotes/origin/PR-3224 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b Merge succeeded, producing 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b Checking out Revision 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b (PR-3224) > git config core.sparsecheckout # timeout=10 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 Commit message: "feat(scheduler): Implement PATCH /interval V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:36:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:36:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:36:14 ========================================================= 04:36:14 EdgeX Global Pipelines Version Info 04:36:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:36:16 ------------------- 04:36:16 stable info: 04:36:16 ------------------- 04:36:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:36:16 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:36:16 Message: update stable to v1.0.184 04:36:17 ------------------- 04:36:17 experimental info: 04:36:17 ------------------- 04:36:17 Commited By: **** collab-it+edgex@linuxfoundation.org 04:36:17 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 04:36:17 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:36:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:36:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:36:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:36:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:36:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:36:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:36:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3224 [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3224 [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3224 [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b [Pipeline] echo 04:36:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 09d5bbe [Pipeline] echo 04:36:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:36:20 provisioning config files... 04:36:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config24232179736187874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:36:20 ---> docker-login.sh 04:36:20 nexus3.edgexfoundry.org:10001 04:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:21 Configure a credential helper to remove this warning. See 04:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:21 04:36:21 Login Succeeded 04:36:21 nexus3.edgexfoundry.org:10002 04:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:21 Configure a credential helper to remove this warning. See 04:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:21 04:36:21 Login Succeeded 04:36:21 nexus3.edgexfoundry.org:10003 04:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:21 Configure a credential helper to remove this warning. See 04:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:21 04:36:21 Login Succeeded 04:36:21 nexus3.edgexfoundry.org:10004 04:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:21 Configure a credential helper to remove this warning. See 04:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:21 04:36:21 Login Succeeded 04:36:21 docker.io 04:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:36:22 Configure a credential helper to remove this warning. See 04:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:36:22 04:36:22 Login Succeeded 04:36:22 ---> docker-login.sh ends [Pipeline] } 04:36:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:36:22 ++ 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 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/core-command/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo core-command,cmd/core-command/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/core-data/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo core-data,cmd/core-data/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/core-metadata/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo core-metadata,cmd/core-metadata/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/security-bootstrapper/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/security-proxy-setup/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/support-notifications/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo support-notifications,cmd/support-notifications/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/support-scheduler/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:36:22 + for file in '`ls cmd/**/Dockerfile`' 04:36:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:36:22 ++ cut -d/ -f2 04:36:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:36:22 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 04:36:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:36:24 04:36:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:36:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:36:24 latest: Pulling from edgex-devops/git-semver 04:36:24 31603596830f: Pulling fs layer 04:36:24 2a8b12db71e7: Pulling fs layer 04:36:24 6ca5941a6612: Pulling fs layer 04:36:24 ecc8261a40a4: Pulling fs layer 04:36:24 ecc8261a40a4: Waiting 04:36:24 2a8b12db71e7: Verifying Checksum 04:36:24 2a8b12db71e7: Download complete 04:36:24 31603596830f: Verifying Checksum 04:36:24 31603596830f: Download complete 04:36:24 6ca5941a6612: Verifying Checksum 04:36:24 6ca5941a6612: Download complete 04:36:24 ecc8261a40a4: Verifying Checksum 04:36:24 ecc8261a40a4: Download complete 04:36:25 31603596830f: Pull complete 04:36:25 2a8b12db71e7: Pull complete 04:36:26 6ca5941a6612: Pull complete 04:36:26 ecc8261a40a4: Pull complete 04:36:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:36:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:36:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:36:26 prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container 04:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 04:36:29 $ docker top 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:36:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:36:29 [ssh-agent] Looking for ssh-agent implementation... 04:36:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:36:29 $ docker exec 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent 04:36:29 SSH_AUTH_SOCK=/tmp/ssh-Wy9Z1VwULjgb/agent.11 04:36:29 SSH_AGENT_PID=16 04:36:29 Running ssh-add (command line suppressed) 04:36:29 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4001622358861839099.key (/w/workspace/edgex-go/2@tmp/private_key_4001622358861839099.key) 04:36:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:36:30 + git tag --points-at HEAD [Pipeline] } 04:36:30 $ docker exec --env ******** --env ******** 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent -k 04:36:30 unset SSH_AUTH_SOCK; 04:36:30 unset SSH_AGENT_PID; 04:36:30 echo Agent pid 16 killed; 04:36:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:36:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:36:30 [ssh-agent] Looking for ssh-agent implementation... 04:36:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:36:30 $ docker exec 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent 04:36:31 SSH_AUTH_SOCK=/tmp/ssh-Xz9hrqtxwtvk/agent.46 04:36:31 SSH_AGENT_PID=51 04:36:31 Running ssh-add (command line suppressed) 04:36:31 Identity added: /w/workspace/edgex-go/2@tmp/private_key_459763261931049207.key (/w/workspace/edgex-go/2@tmp/private_key_459763261931049207.key) 04:36:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:36:31 + git semver init 04:36:31 # -> Open(): unable to determine branch for HEAD 04:36:31 # $GIT_DIR = /w/workspace/edgex-go/2/.git 04:36:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 04:36:31 # $SEMVER_REMOTE_NAME = origin 04:36:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:36:31 # $SEMVER_USER_NAME = edgex-jenkins 04:36:31 # $SEMVER_BRANCH = PR-3224 04:36:31 # $SEMVER_TEMP = /tmp/semver-510112923 04:36:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:36:49 # '/tmp/semver-510112923' -> '/w/workspace/edgex-go/2/.semver' 04:36:49 # -> Force: false 04:36:49 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 04:36:49 $ docker exec --env ******** --env ******** 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf ssh-agent -k 04:36:50 unset SSH_AUTH_SOCK; 04:36:50 unset SSH_AGENT_PID; 04:36:50 echo Agent pid 51 killed; 04:36:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:36:50 + git semver [Pipeline] } 04:36:50 $ docker stop --time=1 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf 04:36:52 $ docker rm -f 9de62ce5007fd3039216e75dce020d1a6a36e42e5d51022aeb404c2babdd59bf [Pipeline] // withDockerContainer [Pipeline] sh 04:36:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:36:53 Stashed 1 file(s) [Pipeline] echo 04:36:53 [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 04:36:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:36:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:36:54 + sudo service docker restart 04:36:54 + true 04:36:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:36:55 ========================================================= 04:36:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:36:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:36:55 + 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 . 04:37:00 Sending build context to Docker daemon 328.2MB 04:37:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:37:00 Step 2/6 : FROM ${BASE} 04:37:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:37:00 188c0c94c7c5: Pulling fs layer 04:37:00 0ef7d3d256c8: Pulling fs layer 04:37:00 de9db76c5a1d: Pulling fs layer 04:37:00 bca2f99d35d6: Pulling fs layer 04:37:00 93359f2a8cfa: Pulling fs layer 04:37:00 7c6f9722023f: Pulling fs layer 04:37:00 a35cf1a2eb13: Pulling fs layer 04:37:00 bca2f99d35d6: Waiting 04:37:00 93359f2a8cfa: Waiting 04:37:00 7c6f9722023f: Waiting 04:37:00 a35cf1a2eb13: Waiting 04:37:00 0ef7d3d256c8: Download complete 04:37:00 de9db76c5a1d: Download complete 04:37:00 93359f2a8cfa: Verifying Checksum 04:37:00 93359f2a8cfa: Download complete 04:37:00 7c6f9722023f: Verifying Checksum 04:37:00 7c6f9722023f: Download complete 04:37:00 188c0c94c7c5: Verifying Checksum 04:37:00 188c0c94c7c5: Download complete 04:37:00 188c0c94c7c5: Pull complete 04:37:00 0ef7d3d256c8: Pull complete 04:37:00 de9db76c5a1d: Pull complete 04:37:02 a35cf1a2eb13: Download complete 04:37:02 bca2f99d35d6: Verifying Checksum 04:37:02 bca2f99d35d6: Download complete 04:37:08 Still waiting to schedule task 04:37:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:37:09 bca2f99d35d6: Pull complete 04:37:09 93359f2a8cfa: Pull complete 04:37:09 7c6f9722023f: Pull complete 04:37:13 a35cf1a2eb13: Pull complete 04:37:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:37:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:37:13 ---> a62c8e92a672 04:37:13 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 04:37:13 ---> Running in 2d05b8f37598 04:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:37:15 (1/12) Installing libmagic (5.38-r0) 04:37:16 (2/12) Installing file (5.38-r0) 04:37:16 (3/12) Installing libc-dev (0.7.2-r3) 04:37:16 (4/12) Installing g++ (9.3.0-r2) 04:37:20 (5/12) Installing fortify-headers (1.1-r0) 04:37:20 (6/12) Installing patch (2.7.6-r6) 04:37:20 (7/12) Installing build-base (0.5-r2) 04:37:20 (8/12) Installing libsodium (1.0.18-r0) 04:37:20 (9/12) Installing pkgconf (1.7.2-r0) 04:37:20 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:21 (11/12) Installing libzmq (4.3.3-r0) 04:37:21 (12/12) Installing zeromq-dev (4.3.3-r0) 04:37:21 Executing busybox-1.31.1-r19.trigger 04:37:21 OK: 233 MiB in 51 packages 04:37:24 Removing intermediate container 2d05b8f37598 04:37:24 ---> 82ac12dd57ad 04:37:24 Step 4/6 : WORKDIR /edgex-go 04:37:24 ---> Running in a22b36c7e3c7 04:37:24 Removing intermediate container a22b36c7e3c7 04:37:24 ---> e095072b96be 04:37:24 Step 5/6 : COPY go.mod . 04:37:25 ---> dd79283f395d 04:37:25 Step 6/6 : RUN go mod download 04:37:25 ---> Running in d461b52b3949 04:37:51 Removing intermediate container d461b52b3949 04:37:51 ---> 022d058fff9c 04:37:51 Successfully built 022d058fff9c 04:37:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:37:52 + docker inspect -f . ci-base-image-x86_64 04:37:52 . [Pipeline] withDockerContainer 04:37:52 prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container 04:37:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 04:37:53 $ docker top c27794f9d56c06df6e9c77af83a6faef0b0fececd1c5b226143f502f8aa16a36 -eo pid,comm [Pipeline] { [Pipeline] sh 04:37:53 + go version 04:37:53 go version go1.15.5 linux/amd64 [Pipeline] } 04:37:53 $ docker stop --time=1 c27794f9d56c06df6e9c77af83a6faef0b0fececd1c5b226143f502f8aa16a36 04:37:55 $ docker rm -f c27794f9d56c06df6e9c77af83a6faef0b0fececd1c5b226143f502f8aa16a36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:37:55 + docker inspect -f . ci-base-image-x86_64 04:37:55 . [Pipeline] withDockerContainer 04:37:55 prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container 04:37:56 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 04:37:56 $ docker top 31fcda079df31ce301a27a3f7ac5b76df2bc4062595eec43a15ed778633b436a -eo pid,comm [Pipeline] { [Pipeline] echo 04:37:56 ========================================================= 04:37:56 [edgeXBuildGoParallel] Running Tests and Build... 04:37:56 ========================================================= [Pipeline] sh 04:37:57 + make test 04:37:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:38:07 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:38:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:38:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:38:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:38:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:38:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 45.9% of statements 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 04:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.217s coverage: 27.1% of statements 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 66.2% of statements 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.431s coverage: 82.4% of statements 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.413s coverage: 92.8% of statements 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:38:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.046s coverage: 96.3% of statements 04:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 04:38:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28441 in /w/workspace/edgexfoundry_edgex-go_PR-3224 [Pipeline] { [Pipeline] ws 04:38:46 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 04:38:51 using credential edgex-jenkins-ssh 04:38:52 Cloning the remote Git repository 04:38:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:38:52 > git init /w/workspace/edgex-go/2 # timeout=10 04:38:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:38:52 > git --version # timeout=10 04:38:52 > git --version # 'git version 2.17.1' 04:38:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 04:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements 04:39:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:39:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:39:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:39:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:39:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3224/head:refs/remotes/origin/PR-3224 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:39:07 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:39:08 Merge succeeded, producing 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:39:08 Checking out Revision 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b (PR-3224) 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.061s coverage: 92.9% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 69.1% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 38.4% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 88.5% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 95.6% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:39:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 04:39:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 04:39:08 GO111MODULE=on go vet ./... 04:39:07 > git config core.sparsecheckout # timeout=10 04:39:07 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 04:39:08 > git remote # timeout=10 04:39:08 > git config --get remote.origin.url # timeout=10 04:39:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:08 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 04:39:08 > git rev-parse HEAD^{commit} # timeout=10 04:39:08 > git config core.sparsecheckout # timeout=10 04:39:08 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 04:39:12 Commit message: "feat(scheduler): Implement PATCH /interval V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:39:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:39:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:39:14 + sudo service docker restart 04:39:14 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:39:17 provisioning config files... 04:39:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7588599710826116446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:39:18 ---> docker-login.sh 04:39:18 nexus3.edgexfoundry.org:10001 04:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:19 Configure a credential helper to remove this warning. See 04:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:19 04:39:19 Login Succeeded 04:39:19 nexus3.edgexfoundry.org:10002 04:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:20 Configure a credential helper to remove this warning. See 04:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:20 04:39:20 Login Succeeded 04:39:20 nexus3.edgexfoundry.org:10003 04:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:20 Configure a credential helper to remove this warning. See 04:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:20 04:39:20 Login Succeeded 04:39:20 nexus3.edgexfoundry.org:10004 04:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:21 Configure a credential helper to remove this warning. See 04:39:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:21 04:39:21 Login Succeeded 04:39:21 docker.io 04:39:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:22 Configure a credential helper to remove this warning. See 04:39:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:22 04:39:22 Login Succeeded 04:39:22 ---> docker-login.sh ends [Pipeline] } 04:39:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:39:22 ========================================================= 04:39:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:39:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:39:22 + 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 . 04:39:25 Sending build context to Docker daemon 166.5MB 04:39:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:39:25 Step 2/6 : FROM ${BASE} 04:39:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:39:25 5f621e34cdf4: Pulling fs layer 04:39:25 a4357932f1b6: Pulling fs layer 04:39:25 18c013af1878: Pulling fs layer 04:39:25 00ac8860ef70: Pulling fs layer 04:39:25 63d7cb157983: Pulling fs layer 04:39:25 b116817d02f9: Pulling fs layer 04:39:25 745a02a5169b: Pulling fs layer 04:39:25 00ac8860ef70: Waiting 04:39:25 63d7cb157983: Waiting 04:39:25 745a02a5169b: Waiting 04:39:25 b116817d02f9: Waiting 04:39:25 18c013af1878: Verifying Checksum 04:39:25 18c013af1878: Download complete 04:39:25 a4357932f1b6: Download complete 04:39:25 63d7cb157983: Verifying Checksum 04:39:25 63d7cb157983: Download complete 04:39:26 b116817d02f9: Download complete 04:39:26 5f621e34cdf4: Verifying Checksum 04:39:26 5f621e34cdf4: Download complete 04:39:26 5f621e34cdf4: Pull complete 04:39:27 a4357932f1b6: Pull complete 04:39:27 18c013af1878: Pull complete 04:39:28 745a02a5169b: Verifying Checksum 04:39:28 745a02a5169b: Download complete 04:39:29 00ac8860ef70: Verifying Checksum 04:39:29 00ac8860ef70: Download complete 04:39:35 gofmt -l . 04:39:35 [ "`gofmt -l .`" = "" ] 04:39:35 ./bin/test-go-mod-tidy.sh 04:39:35 ./bin/test-attribution-txt.sh [Pipeline] sh 04:39:35 + ls -al . 04:39:35 total 716 04:39:35 drwxrwxr-x 10 1001 1001 4096 Mar 4 04:39 . 04:39:35 drwxr-xr-x 4 root root 28 Mar 4 04:37 .. 04:39:35 -rw-rw-r-- 1 1001 1001 11 Mar 4 04:36 .dockerignore 04:39:35 drwxrwxr-x 8 1001 1001 179 Mar 4 04:36 .git 04:39:35 drwxrwxr-x 3 1001 1001 125 Mar 4 04:36 .github 04:39:35 -rw-rw-r-- 1 1001 1001 818 Mar 4 04:36 .gitignore 04:39:35 drwx------ 3 1001 1001 60 Mar 4 04:36 .semver 04:39:35 -rw-rw-r-- 1 1001 1001 166 Mar 4 04:36 .sonarcloud.properties 04:39:35 -rw-rw-r-- 1 1001 1001 8475 Mar 4 04:36 Attribution.txt 04:39:35 -rw-rw-r-- 1 1001 1001 3804 Mar 4 04:36 CONTRIBUTING.md 04:39:35 -rw-rw-r-- 1 1001 1001 931 Mar 4 04:36 Dockerfile.build 04:39:35 -rw-rw-r-- 1 1001 1001 863 Mar 4 04:36 Jenkinsfile 04:39:35 -rw-rw-r-- 1 1001 1001 10775 Mar 4 04:36 LICENSE 04:39:35 -rw-rw-r-- 1 1001 1001 5774 Mar 4 04:36 Makefile 04:39:35 -rw-rw-r-- 1 1001 1001 6524 Mar 4 04:36 README.md 04:39:35 -rw-rw-r-- 1 1001 1001 6755 Mar 4 04:36 SECURITY.md 04:39:35 -rw-rw-r-- 1 1001 1001 5 Mar 4 04:36 VERSION 04:39:35 -rw-rw-r-- 1 1001 1001 4131 Mar 4 04:36 ZMQWindows.md 04:39:35 drwxrwxr-x 2 1001 1001 117 Mar 4 04:36 bin 04:39:35 drwxrwxr-x 14 1001 1001 4096 Mar 4 04:36 cmd 04:39:35 -rw-r--r-- 1 root root 606168 Mar 4 04:39 coverage.out 04:39:35 -rw-r--r-- 1 root root 1055 Mar 4 04:39 go.mod 04:39:35 -rw-r--r-- 1 root root 21699 Mar 4 04:39 go.sum 04:39:35 drwxrwxr-x 8 1001 1001 127 Mar 4 04:36 internal 04:39:35 drwxrwxr-x 4 1001 1001 26 Mar 4 04:36 openapi 04:39:35 drwxrwxr-x 4 1001 1001 71 Mar 4 04:36 snap 04:39:35 -rw-rw-r-- 1 1001 1001 168 Mar 4 04:36 version.go [Pipeline] sh 04:39:36 + '[' -e coverage.out ] 04:39:36 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:36 Stashed 1 file(s) [Pipeline] sh 04:39:36 + make build 04:39:36 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 04:39:39 00ac8860ef70: Pull complete 04:39:40 63d7cb157983: Pull complete 04:39:40 b116817d02f9: Pull complete 04:39:40 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 04:39:44 745a02a5169b: Pull complete 04:39:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:39:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:39:44 ---> b7e6874047d6 04:39:44 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 04:39:48 ---> Running in 67bfcc588846 04:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:39:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:39:50 (1/12) Installing libmagic (5.38-r0) 04:39:50 (2/12) Installing file (5.38-r0) 04:39: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 04:39:50 (3/12) Installing libc-dev (0.7.2-r3) 04:39:50 (4/12) Installing g++ (9.3.0-r2) 04:39: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 04:39:52 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 04:39:53 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 04:39:54 (5/12) Installing fortify-headers (1.1-r0) 04:39:54 (6/12) Installing patch (2.7.6-r6) 04:39:54 (7/12) Installing build-base (0.5-r2) 04:39:54 (8/12) Installing libsodium (1.0.18-r0) 04:39:55 (9/12) Installing pkgconf (1.7.2-r0) 04:39:55 (10/12) Installing libsodium-dev (1.0.18-r0) 04:39:55 (11/12) Installing libzmq (4.3.3-r0) 04:39:55 (12/12) Installing zeromq-dev (4.3.3-r0) 04:39:55 Executing busybox-1.31.1-r19.trigger 04:39:55 OK: 217 MiB in 51 packages 04:39:55 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 04:39:56 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 04:39:57 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 04:39:58 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 04:39:59 Removing intermediate container 67bfcc588846 04:39:59 ---> a40a0e468732 04:39:59 Step 4/6 : WORKDIR /edgex-go 04:39:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:39:59 ---> Running in eab18a35a887 04:40:00 Removing intermediate container eab18a35a887 04:40:00 ---> 3592f2666197 04:40:00 Step 5/6 : COPY go.mod . 04:40:01 ---> 6e70c8607c71 04:40:01 Step 6/6 : RUN go mod download [Pipeline] } 04:40:01 $ docker stop --time=1 31fcda079df31ce301a27a3f7ac5b76df2bc4062595eec43a15ed778633b436a 04:40:01 ---> Running in 4ceff6c29aaa 04:40:03 $ docker rm -f 31fcda079df31ce301a27a3f7ac5b76df2bc4062595eec43a15ed778633b436a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:07 04:40:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:40:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:07 latest: Pulling from edgex-devops/edgex-compose 04:40:07 cbdbe7a5bc2a: Pulling fs layer 04:40:07 ca9280d653b3: Pulling fs layer 04:40:07 7e9c9ca2126c: Pulling fs layer 04:40:07 cbdbe7a5bc2a: Verifying Checksum 04:40:07 cbdbe7a5bc2a: Download complete 04:40:07 cbdbe7a5bc2a: Pull complete 04:40:08 ca9280d653b3: Download complete 04:40:09 ca9280d653b3: Pull complete 04:40:09 7e9c9ca2126c: Download complete 04:40:17 7e9c9ca2126c: Pull complete 04:40:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:40:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:40:17 prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container 04:40:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 04:40:18 $ docker top 4160fba997410066606f77f61bcf533fcab01ea51fa3a4a1011ee74cb02e3ecb -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:19 + docker-compose build --help 04:40:19 + grep parallel 04:40:20 --parallel Build images in parallel. [Pipeline] } 04:40:20 $ docker stop --time=1 4160fba997410066606f77f61bcf533fcab01ea51fa3a4a1011ee74cb02e3ecb 04:40:22 $ docker rm -f 4160fba997410066606f77f61bcf533fcab01ea51fa3a4a1011ee74cb02e3ecb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:40:23 . [Pipeline] withDockerContainer 04:40:23 prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container 04:40:23 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 04:40:24 $ docker top 0512026cd404580146b292951f4f78a4bbec73de2cbfb567b4e43361c18aab5b -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:24 + docker-compose -f ./docker-compose-build.yml build --parallel 04:40:25 Building docker-core-command-go ... 04:40:25 Building docker-core-data-go ... 04:40:25 Building docker-core-metadata-go ... 04:40:25 Building docker-security-bootstrapper-go ... 04:40:25 Building docker-security-proxy-setup-go ... 04:40:25 Building docker-security-secretstore-setup-go ... 04:40:25 Building docker-support-notifications-go ... 04:40:25 Building docker-support-scheduler-go ... 04:40:25 Building docker-sys-mgmt-agent-go ... 04:40:25 Building docker-security-proxy-setup-go 04:40:25 Building docker-core-metadata-go 04:40:25 Building docker-support-notifications-go 04:40:25 Building docker-support-scheduler-go 04:40:25 Building docker-security-bootstrapper-go 04:40:28 Removing intermediate container 4ceff6c29aaa 04:40:28 ---> fbac076d91f3 04:40:28 Successfully built fbac076d91f3 04:40:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:40:28 + docker inspect -f . ci-base-image-arm64 04:40:28 . [Pipeline] withDockerContainer 04:40:29 prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container 04:40:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:40:30 $ docker top 55518c12c39e1c67fb75e3b28ae88e15215527552f4e808bd81b5f4e799d99ff -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:31 + go version 04:40:31 go version go1.15.5 linux/arm64 [Pipeline] } 04:40:31 $ docker stop --time=1 55518c12c39e1c67fb75e3b28ae88e15215527552f4e808bd81b5f4e799d99ff 04:40:33 $ docker rm -f 55518c12c39e1c67fb75e3b28ae88e15215527552f4e808bd81b5f4e799d99ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:34 + docker inspect -f . ci-base-image-arm64 04:40:34 . [Pipeline] withDockerContainer 04:40:35 prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container 04:40:35 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:40:36 $ docker top c266d5562db070f79706975f591d43ebbf7fe519c6abd6c5adffafe79e96e214 -eo pid,comm [Pipeline] { [Pipeline] echo 04:40:37 ========================================================= 04:40:37 [edgeXBuildGoParallel] Running Tests and Build... 04:40:37 ========================================================= [Pipeline] sh 04:40:37 + make test 04:40:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:40:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:40:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:40:57 ---> 022d058fff9c 04:40:57 Step 3/21 : WORKDIR /edgex-go 04:40:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:40:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:40:57 ---> 022d058fff9c 04:40:57 Step 3/22 : WORKDIR /edgex-go 04:40:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:40:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:40:57 ---> 022d058fff9c 04:40:57 Step 3/23 : WORKDIR /edgex-go 04:40:57 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:40:57 Step 2/30 : FROM ${BUILDER_BASE} AS builder 04:40:57 ---> 022d058fff9c 04:40:57 Step 3/30 : WORKDIR /edgex-go 04:40:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:40:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:40:57 ---> 022d058fff9c 04:40:57 Step 3/22 : WORKDIR /edgex-go 04:40:57 ---> Running in 170394d82673 04:40:57 ---> Running in 4041416603b9 04:40:57 ---> Running in eefd6d961ab4 04:40:57 ---> Running in 4ae300becd07 04:40:57 ---> Running in 0c2a57ed70bc 04:40:57 Removing intermediate container 4041416603b9 04:40:57 ---> 147d1054cf34 04:40:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:57 Removing intermediate container 4ae300becd07 04:40:57 ---> ea44814e1938 04:40:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:57 Removing intermediate container eefd6d961ab4 04:40:57 ---> 55d3160c4584 04:40:57 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:57 Removing intermediate container 170394d82673 04:40:57 ---> bb27154f98b1 04:40:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:57 Removing intermediate container 0c2a57ed70bc 04:40:57 ---> b90c55a82967 04:40:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:57 ---> Running in bff27519f0d3 04:40:57 ---> Running in 8f400163a9b1 04:40:57 ---> Running in 7c8850700de3 04:40:57 ---> Running in 7ebf5ef2a905 04:40:57 ---> Running in 9c12b1c4c4fc 04:40:58 Removing intermediate container bff27519f0d3 04:40:58 ---> 245ce329202b 04:40:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:40:59 Removing intermediate container 8f400163a9b1 04:40:59 ---> a0a4130dfb9f 04:40:59 Step 5/22 : RUN apk add --update --no-cache make git 04:40:59 ---> Running in a5f9cc78522b 04:40:59 ---> Running in 9c7ba0787706 04:40:59 Removing intermediate container 7c8850700de3 04:40:59 ---> e2916c8d6152 04:40:59 Step 5/30 : RUN apk add --update --no-cache make git 04:40:59 Removing intermediate container 7ebf5ef2a905 04:40:59 ---> 4889954ad2ee 04:40:59 Step 5/21 : RUN apk add --update --no-cache make git 04:40:59 ---> Running in 9516e2c287b5 04:40:59 Removing intermediate container 9c12b1c4c4fc 04:40:59 ---> 2fee6ce3770e 04:40:59 Step 5/23 : RUN apk add --update --no-cache make git 04:40:59 ? github.com/edgexfoundry/edgex-go [no test files] 04:40:59 ---> Running in 7e0beba9bab3 04:40:59 ---> Running in 2c4d1ac0ee6c 04:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:01 OK: 233 MiB in 51 packages 04:41:01 OK: 233 MiB in 51 packages 04:41:01 OK: 233 MiB in 51 packages 04:41:01 OK: 233 MiB in 51 packages 04:41:01 Removing intermediate container a5f9cc78522b 04:41:01 ---> ddd6f9803b48 04:41:01 Step 6/22 : COPY go.mod . 04:41:02 OK: 233 MiB in 51 packages 04:41:02 ---> bc8d6fc1f10c 04:41:02 Step 7/22 : RUN go mod download 04:41:02 Removing intermediate container 7e0beba9bab3 04:41:02 ---> d7683b19ff0f 04:41:02 Step 6/21 : COPY go.mod . 04:41:02 Removing intermediate container 2c4d1ac0ee6c 04:41:02 ---> 178ebf626725 04:41:02 Step 6/23 : COPY go.mod . 04:41:02 ---> Running in c43e7a98d6aa 04:41:02 Removing intermediate container 9c7ba0787706 04:41:02 ---> 758f0a36ab49 04:41:02 Step 6/22 : COPY go.mod . 04:41:03 ---> c9cfeced6aca 04:41:03 Step 7/21 : RUN go mod download 04:41:03 ---> 55d0d943e2b2 04:41:03 Step 7/23 : RUN go mod download 04:41:03 Removing intermediate container 9516e2c287b5 04:41:03 ---> 12ca169f8ba8 04:41:03 Step 6/30 : COPY go.mod . 04:41:03 ---> 6f757a87dcb6 04:41:03 Step 7/22 : RUN go mod download 04:41:03 ---> Running in 907d8bf12615 04:41:03 ---> Running in 7c5200d4907b 04:41:03 ---> Running in 02acaa3ff694 04:41:03 ---> dbfcb089918b 04:41:03 Step 7/30 : RUN go mod download 04:41:03 ---> Running in a918777b1f7a 04:41:05 Removing intermediate container c43e7a98d6aa 04:41:05 ---> 659293f319c1 04:41:05 Step 8/22 : COPY . . 04:41:05 Removing intermediate container 907d8bf12615 04:41:05 ---> 6b669ccbcd5a 04:41:05 Step 8/23 : COPY . . 04:41:09 Removing intermediate container 7c5200d4907b 04:41:09 ---> 4f1647e8cc71 04:41:09 Step 8/21 : COPY . . 04:41:09 Removing intermediate container 02acaa3ff694 04:41:09 ---> f7134ac3774b 04:41:09 Step 8/22 : COPY . . 04:41:14 Removing intermediate container a918777b1f7a 04:41:14 ---> 5e15c8801db2 04:41:14 Step 8/30 : COPY . . 04:41:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:41:53 ---> b01691880a69 04:41:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:41:53 ---> 5cd215defe85 04:41:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:41:53 ---> Running in 277d80d8186b 04:41:53 ---> Running in 4cfa6d4c842e 04:41:53 ---> 73cd3631b578 04:41:53 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:41:53 ---> 280ff04abc39 04:41:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:41:53 ---> 0056920208d6 04:41:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:41:53 ---> Running in d04e939a575b 04:41:53 ---> Running in 4ba54e804969 04:41:53 ---> Running in 1728f9c62915 04:41:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:53 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 04:41:53 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 04:41:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:41:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:42:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:42:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:42:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:42:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:42:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:42:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:42:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:42:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:42:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.311s coverage: 45.9% of statements 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:42:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:42:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.321s coverage: 100.0% of statements 04:42:22 Removing intermediate container 1728f9c62915 04:42:22 ---> 553cef4b42d0 04:42:22 04:42:22 Step 10/30 : FROM alpine:3.12 04:42:22 3.12: Pulling from library/alpine 04:42:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:42:25 Status: Downloaded newer image for alpine:3.12 04:42:25 ---> 88dd2752d2ea 04:42:25 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:42:26 ---> Running in 9f9997853660 04:42:26 Removing intermediate container d04e939a575b 04:42:26 ---> 247660239afb 04:42:26 04:42:26 Step 10/21 : FROM alpine:3.12 04:42:26 ---> 88dd2752d2ea 04:42:26 Step 11/21 : RUN apk add --update --no-cache curl 04:42:26 ---> Running in 8f889d80aa9b 04:42:27 Removing intermediate container 9f9997853660 04:42:27 ---> 011581742127 04:42:27 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 04:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:42:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:42:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:42:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 66.2% of statements 04:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:42:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:42:30 ---> Running in eec02ffb11d2 04:42:30 Removing intermediate container 4ba54e804969 04:42:30 ---> 30ea04087082 04:42:30 04:42:30 Step 10/22 : FROM alpine:3.12 04:42:30 ---> 88dd2752d2ea 04:42:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:42:30 Removing intermediate container 4cfa6d4c842e 04:42:30 ---> 51932e758449 04:42:30 04:42:30 Step 10/22 : FROM alpine:3.12 04:42:30 ---> 88dd2752d2ea 04:42:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:42:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:31 Removing intermediate container 277d80d8186b 04:42:31 ---> 05e907ba8341 04:42:31 04:42:31 Step 10/23 : FROM alpine:3.12 04:42:31 ---> 88dd2752d2ea 04:42:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:42:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:31 (1/4) Installing ca-certificates (20191127-r4) 04:42:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:42:31 (3/4) Installing libcurl (7.69.1-r3) 04:42:31 (4/4) Installing curl (7.69.1-r3) 04:42:31 Executing busybox-1.31.1-r19.trigger 04:42:31 Executing ca-certificates-20191127-r4.trigger 04:42:31 OK: 7 MiB in 18 packages 04:42:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.4% of statements 04:42:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:42:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:42:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:42:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:42:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:32 (1/2) Installing dumb-init (1.2.2-r1) 04:42:32 ---> Running in 3ebf4fbc74ce 04:42:32 (2/2) Installing su-exec (0.2-r1) 04:42:32 Executing busybox-1.31.1-r19.trigger 04:42:32 OK: 6 MiB in 16 packages 04:42:32 ---> Running in fe5329b0f8dd 04:42:32 ---> Running in aa6f7607dcd6 04:42:33 Removing intermediate container 8f889d80aa9b 04:42:33 ---> 740d895d3993 04:42:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:42:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:33 ---> Running in 8f2c53523a04 04:42:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 Removing intermediate container eec02ffb11d2 04:42:33 ---> b6bae5d7eca5 04:42:33 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 04:42:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:33 (1/1) Installing dumb-init (1.2.2-r1) 04:42:33 Executing busybox-1.31.1-r19.trigger 04:42:33 OK: 6 MiB in 15 packages 04:42:33 ---> Running in 5a13460f91c3 04:42:33 Removing intermediate container 8f2c53523a04 04:42:33 ---> 70acab58d20a 04:42:33 Step 13/21 : WORKDIR /edgex 04:42:33 (1/2) Installing ca-certificates (20191127-r4) 04:42:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:33 (2/2) Installing dumb-init (1.2.2-r1) 04:42:33 Executing busybox-1.31.1-r19.trigger 04:42:33 Executing ca-certificates-20191127-r4.trigger 04:42:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:34 (1/1) Installing dumb-init (1.2.2-r1) 04:42:34 Executing busybox-1.31.1-r19.trigger 04:42:34 OK: 6 MiB in 15 packages 04:42:34 OK: 6 MiB in 16 packages 04:42:34 ---> Running in 17ed26e6101f 04:42:34 Removing intermediate container 5a13460f91c3 04:42:34 ---> b36c73502fe6 04:42:34 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:42:34 ---> Running in e5825790738c 04:42:35 Removing intermediate container 17ed26e6101f 04:42:35 ---> 9752a992df4b 04:42:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.134s coverage: 28.6% of statements 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.259s coverage: 100.0% of statements 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 04:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:42:35 Removing intermediate container 3ebf4fbc74ce 04:42:35 ---> 31b825846faf 04:42:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:42:36 Removing intermediate container e5825790738c 04:42:36 ---> b458efd8eb6d 04:42:36 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:42:36 ---> Running in c6aee662bfd5 04:42:36 ---> Running in f6e3b12c2ba1 04:42:36 Removing intermediate container aa6f7607dcd6 04:42:36 ---> 96cce6f4c48a 04:42:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:42:36 ---> 56d1f31cc98a 04:42:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:42:36 Removing intermediate container fe5329b0f8dd 04:42:36 ---> cac11af518c6 04:42:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:42:36 ---> Running in fc80e2ec8f9e 04:42:36 ---> Running in 7b8784c89e76 04:42:36 Removing intermediate container c6aee662bfd5 04:42:36 ---> 685df082cbf5 04:42:36 Step 13/23 : ENV APP_PORT=48081 04:42:36 ---> 13fe04cc3650 04:42:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:42:36 ---> Running in 5fd6e60e25c7 04:42:36 Removing intermediate container fc80e2ec8f9e 04:42:36 ---> 00baacd3805e 04:42:36 Step 13/22 : ENV APP_PORT=48085 04:42:36 Removing intermediate container 7b8784c89e76 04:42:36 ---> 94d272b675f3 04:42:36 Step 13/22 : ENV APP_PORT=48060 04:42:37 ---> Running in 603d7e1d68e8 04:42:37 Removing intermediate container 5fd6e60e25c7 04:42:37 ---> eb31068ace21 04:42:37 Step 14/23 : EXPOSE $APP_PORT 04:42:37 ---> Running in 77b6887135e5 04:42:37 ---> Running in d3f1dffff1d7 04:42:37 ---> 3890b2080dc3 04:42:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:42:37 Removing intermediate container 603d7e1d68e8 04:42:37 ---> 16707f9c8ff3 04:42:37 Step 14/22 : EXPOSE $APP_PORT 04:42:37 ---> Running in 827f1c2e1109 04:42:37 Removing intermediate container 77b6887135e5 04:42:37 ---> 7f02931d6519 04:42:37 Step 14/22 : EXPOSE $APP_PORT 04:42:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.412s coverage: 86.7% of statements 04:42:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:42:38 ---> Running in b4c27b8aae7d 04:42:38 ---> Running in 8aa123656f53 04:42:38 Removing intermediate container f6e3b12c2ba1 04:42:38 ---> 85d5e995830d 04:42:38 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 04:42:38 Removing intermediate container d3f1dffff1d7 04:42:38 ---> 909f48565d98 04:42:38 Step 15/23 : WORKDIR / 04:42:38 Removing intermediate container 827f1c2e1109 04:42:38 ---> c42f86b1eecb 04:42:38 Step 18/21 : CMD ["--init=true"] 04:42:38 ---> Running in 59fd66c13903 04:42:38 ---> Running in 88d75bdc169f 04:42:38 Removing intermediate container b4c27b8aae7d 04:42:38 ---> 3c5ef5fef917 04:42:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:42:38 ---> Running in d47477d86ae0 04:42:38 Removing intermediate container 8aa123656f53 04:42:38 ---> 6e8d880669ca 04:42:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:42:38 Removing intermediate container 59fd66c13903 04:42:38 ---> a49ba4409585 04:42:38 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:42:38 Removing intermediate container 88d75bdc169f 04:42:38 ---> e6713e44bef7 04:42:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:42:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.329s coverage: 97.5% of statements 04:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:42:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 04:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:42:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:42:39 Removing intermediate container d47477d86ae0 04:42:39 ---> 8d7ef5f2b026 04:42:39 Step 19/21 : LABEL arch=x86_64 04:42:39 ---> b7ec96429a49 04:42:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:42:39 ---> e7e82814705c 04:42:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:42:39 ---> 6a7c2d308cec 04:42:39 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:42:39 ---> Running in 29dc66787f67 04:42:39 ---> 326b43bbff81 04:42:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:42:39 ---> Running in 3fbc83c957ea 04:42:39 Removing intermediate container 29dc66787f67 04:42:39 ---> 898cbc23a23b 04:42:39 Step 20/21 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:42:39 ---> fc019f0fcd67 04:42:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:42:40 ---> 2e0e71be8b82 04:42:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:42:40 ---> Running in 4248ca9fe113 04:42:40 ---> 7992bb9b79db 04:42:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:42:40 ---> ae6c6623e659 04:42:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:42:40 ---> Running in 5c05dd490e27 04:42:40 Removing intermediate container 4248ca9fe113 04:42:40 ---> 05daf117a392 04:42:40 Step 21/21 : LABEL version=0.0.0 04:42:40 ---> 5e8a6049ed9c 04:42:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:42:40 ---> Running in 97e69fce617d 04:42:40 ---> 6132377b5d0a 04:42:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:42:40 ---> Running in 6a5e14d86041 04:42:41 Removing intermediate container 5c05dd490e27 04:42:41 ---> de1be1f26eeb 04:42:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:42:41 ---> Running in c7ce64cdbed9 04:42:41 Removing intermediate container 97e69fce617d 04:42:41 ---> 6bd929e0c69d 04:42:41 04:42:41 ---> Running in c8808c4868ed 04:42:41 Removing intermediate container 6a5e14d86041 04:42:41 ---> e415669bcf17 04:42:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:42:41 Removing intermediate container 3fbc83c957ea 04:42:41 ---> de812ee661b8 04:42:41 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 04:42:41 Successfully built 6bd929e0c69d 04:42:41 Successfully tagged docker-security-proxy-setup-go:latest 04:42:41 Removing intermediate container c7ce64cdbed9 04:42:41  Building docker-security-proxy-setup-go ... done  ---> 1dd584befe81 04:42:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:42:41 Building docker-sys-mgmt-agent-go 04:42:41 ---> Running in eb5be41d9c8b 04:42:41 Removing intermediate container c8808c4868ed 04:42:41 ---> 392c703bb143 04:42:41 Step 20/22 : LABEL arch=x86_64 04:42:42 ---> Running in d4570cde5b70 04:42:42 ---> a3de634ddfa9 04:42:42 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:42:42 ---> Running in a933856dd0bf 04:42:42 Removing intermediate container eb5be41d9c8b 04:42:42 ---> be584a4d095c 04:42:42 Step 20/22 : LABEL arch=x86_64 04:42:42 Removing intermediate container d4570cde5b70 04:42:42 ---> cfcd4d64a464 04:42:42 Step 21/23 : LABEL arch=x86_64 04:42:42 ---> Running in 80ee3892c022 04:42:42 Removing intermediate container a933856dd0bf 04:42:42 ---> a1d956456bb4 04:42:42 Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:42:42 ---> Running in 6cdabaa56b84 04:42:42 ---> Running in 2ce0803c01c1 04:42:42 ---> 149afdf32762 04:42:42 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:42:42 Removing intermediate container 80ee3892c022 04:42:42 ---> 9c31e6684580 04:42:42 Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:42:43 ---> Running in b8e20c74eb5c 04:42:43 Removing intermediate container 2ce0803c01c1 04:42:43 ---> 0e45253b228b 04:42:43 Step 22/22 : LABEL version=0.0.0 04:42:43 Removing intermediate container 6cdabaa56b84 04:42:43 ---> 3c43ec890365 04:42:43 Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:42:44 ---> Running in d50ff880db6d 04:42:44 ---> Running in 9c96750c7f3b 04:42:44 ---> df00f836a323 04:42:44 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:42:45 Removing intermediate container b8e20c74eb5c 04:42:45 ---> 5b12193cbf51 04:42:45 Step 22/22 : LABEL version=0.0.0 04:42:46 ---> Running in 75ff7a1276d7 04:42:46 Removing intermediate container 9c96750c7f3b 04:42:46 ---> 3dbc96edc415 04:42:46 Step 23/23 : LABEL version=0.0.0 04:42:46 Removing intermediate container d50ff880db6d 04:42:46 ---> 07890d341253 04:42:46 04:42:46 ---> 56dfdb2ea705 04:42:46 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 04:42:46 ---> Running in 03753525cc14 04:42:47 Successfully built 07890d341253 04:42:47 Successfully tagged docker-support-scheduler-go:latest 04:42:47  Building docker-support-scheduler-go ... done Building docker-core-command-go 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.278s coverage: 92.8% of statements 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.170s coverage: 0.1% of statements 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:42:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.137s coverage: 96.3% of statements 04:42:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 04:42:49 ---> Running in 588fd99b3433 04:42:49 Removing intermediate container 03753525cc14 04:42:49 ---> d0299b7cae54 04:42:49 04:42:49 Removing intermediate container 75ff7a1276d7 04:42:49 ---> 3179470fc49e 04:42:49 04:42:52 Successfully built 3179470fc49e 04:42:52 Successfully tagged docker-support-notifications-go:latest 04:42:52  Building docker-support-notifications-go ... done Successfully built d0299b7cae54 04:42:52 Successfully tagged docker-core-metadata-go:latest 04:42:52 Building docker-core-data-go 04:42:52 Building docker-security-secretstore-setup-go 04:42:52  Building docker-core-metadata-go ... done Removing intermediate container 588fd99b3433 04:42:52 ---> 661c7eb5ddc9 04:42:52 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:42:57 ---> 0a9e22a87364 04:42:57 Step 25/30 : RUN chmod +x /entrypoint.sh 04:42:58 ---> Running in d0e7813843b5 04:42:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.120s coverage: 94.4% of statements 04:42:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 04:43:02 Removing intermediate container d0e7813843b5 04:43:02 ---> 0f2a6a96b79d 04:43:02 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 04:43:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:43:02 ---> 022d058fff9c 04:43:02 Step 3/26 : WORKDIR /edgex-go 04:43:02 ---> Using cache 04:43:02 ---> b90c55a82967 04:43:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:02 ---> Using cache 04:43:02 ---> 2fee6ce3770e 04:43:02 Step 5/26 : RUN apk add --update --no-cache make bash git 04:43:06 ---> Running in b3289402b7f5 04:43:06 ---> Running in 49c16b8b79bc 04:43:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:07 ---> 022d058fff9c 04:43:07 Step 3/23 : WORKDIR /edgex-go 04:43:07 ---> Using cache 04:43:07 ---> b90c55a82967 04:43:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:07 ---> Using cache 04:43:07 ---> 2fee6ce3770e 04:43:07 Step 5/23 : RUN apk add --update --no-cache make git 04:43:07 ---> Using cache 04:43:07 ---> 178ebf626725 04:43:07 Step 6/23 : COPY go.mod . 04:43:07 ---> Using cache 04:43:07 ---> 55d0d943e2b2 04:43:07 Step 7/23 : RUN go mod download 04:43:07 ---> Using cache 04:43:07 ---> 6b669ccbcd5a 04:43:07 Step 8/23 : COPY . . 04:43:07 ---> Using cache 04:43:07 ---> b01691880a69 04:43:07 Step 9/23 : RUN make cmd/core-command/core-command 04:43:11 ---> Running in 60d773d15f2c 04:43:12 Removing intermediate container 49c16b8b79bc 04:43:12 ---> b379aae2371e 04:43:12 Step 27/30 : CMD ["gate"] 04:43:13 ---> Running in ce6bb44427c4 04:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:14 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 04:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.095s coverage: 87.2% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.6% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.6% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.494s coverage: 62.4% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 69.1% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 38.4% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 04:43:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:43:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.115s coverage: 84.8% of statements 04:43:15 OK: 233 MiB in 51 packages 04:43:15 Removing intermediate container ce6bb44427c4 04:43:15 ---> 6e2b04398c06 04:43:15 Step 28/30 : LABEL arch=x86_64 04:43:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:43:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:43:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 022d058fff9c 04:43:16 04:43:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:43:16 Step 3/23 : WORKDIR /edgex-go ---> 022d058fff9c 04:43:16 04:43:16 Step 3/24 : WORKDIR /edgex-go ---> Using cache 04:43:16 04:43:16 ---> b90c55a82967 04:43:16 ---> Using cache 04:43:16 ---> b90c55a82967 04:43:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:16 ---> Using cache 04:43:16 ---> 2fee6ce3770e 04:43:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:43:16 04:43:16 ---> Using cache 04:43:16 ---> 2fee6ce3770e 04:43:16 Step 5/24 : RUN apk add --update --no-cache make git 04:43:16 ---> Using cache 04:43:16 ---> 178ebf626725 04:43:16 Step 6/24 : COPY go.mod . 04:43:16 ---> Using cache 04:43:16 ---> 55d0d943e2b2 04:43:16 Step 7/24 : RUN go mod download 04:43:16 ---> Using cache 04:43:16 ---> 6b669ccbcd5a 04:43:16 Step 8/24 : COPY . . 04:43:16 ---> Using cache 04:43:16 ---> b01691880a69 04:43:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:43:17 ---> Running in fbed8094471d 04:43:17 ---> Running in 79523dbbd32b 04:43:17 ---> Running in 0e754004dd25 04:43:18 Removing intermediate container fbed8094471d 04:43:18 ---> 9f301be0ef9e 04:43:18 Step 29/30 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:43:18 Removing intermediate container b3289402b7f5 04:43:18 ---> 24ad411f5503 04:43:18 Step 6/26 : COPY go.mod . 04:43:18 ---> Running in a36be72138a1 04:43:18 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 04:43:18 Removing intermediate container a36be72138a1 04:43:18 ---> 8a5a49dda1ab 04:43:18 Step 30/30 : LABEL version=0.0.0 04:43:18 ---> fe736bdc8bb8 04:43:18 Step 7/26 : RUN go mod download 04:43:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:19 ---> Running in 50585490b4ff 04:43:19 ---> Running in de726c3fb2de 04:43:19 Removing intermediate container 50585490b4ff 04:43:19 ---> ba5bf35cd7bd 04:43:19 04:43:19 Successfully built ba5bf35cd7bd 04:43:20 Successfully tagged docker-security-bootstrapper-go:latest 04:43:20  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:20 OK: 233 MiB in 51 packages 04:43:21 Removing intermediate container 0e754004dd25 04:43:21 ---> 9d799626e261 04:43:21 Step 6/23 : COPY go.mod . 04:43:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.0% of statements 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:43:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:43:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:43:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 88.5% of statements 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:43:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:43:21 Removing intermediate container de726c3fb2de 04:43:21 ---> 74983a76ff54 04:43:21 Step 8/26 : COPY . . 04:43:21 ---> f1375446159b 04:43:21 Step 7/23 : RUN go mod download 04:43:22 ---> Running in 0e2db010ee55 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.120s coverage: 29.1% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.235s coverage: 95.6% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:43:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.107s coverage: 100.0% of statements 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 04:43:30 Removing intermediate container 0e2db010ee55 04:43:30 ---> e4f90b1bdd40 04:43:30 Step 8/23 : COPY . . 04:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 04:43:31 GO111MODULE=on go vet ./... 04:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:43:50 ---> df5164e092e4 04:43:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:43:51 ---> Running in 25a88da62f20 04:43:55 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 04:43:55 Removing intermediate container 60d773d15f2c 04:43:55 ---> dd7b1d6b71a6 04:43:55 04:43:55 Step 10/23 : FROM alpine:3.12 04:43:55 ---> 88dd2752d2ea 04:43:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:43:55 ---> Using cache 04:43:55 ---> 96cce6f4c48a 04:43:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:43:55 ---> Using cache 04:43:55 ---> 00baacd3805e 04:43:55 Step 13/23 : ENV APP_PORT=48082 04:43:56 ---> ac4dc5d4d054 04:43:56 Step 9/23 : RUN make cmd/core-data/core-data 04:43:56 ---> Running in 8d2b3b7b240f 04:43:57 ---> Running in 3914795062b1 04:43:57 Removing intermediate container 8d2b3b7b240f 04:43:57 ---> 5127f5a46d40 04:43:57 Step 14/23 : EXPOSE $APP_PORT 04:43:57 Removing intermediate container 79523dbbd32b 04:43:57 ---> f3399b7020bb 04:43:57 04:43:57 Step 10/24 : FROM alpine:3.12 04:43:57 ---> 88dd2752d2ea 04:43:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:43:57 ---> Running in 21e84a54b1c6 04:43:57 ---> Running in 0634c8ab9f34 04:43:58 Removing intermediate container 21e84a54b1c6 04:43:58 ---> bda8c3e97832 04:43:58 Step 15/23 : WORKDIR / 04:43:58 ---> Running in 274cccf882dd 04:43:58 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 04:43:58 Removing intermediate container 274cccf882dd 04:43:58 ---> 95f20c1f6d99 04:43:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:43:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:59 ---> a77a29517875 04:43:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:43:59 (1/5) Installing ca-certificates (20191127-r4) 04:43:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:43:59 (3/5) Installing libcurl (7.69.1-r3) 04:43:59 (4/5) Installing curl (7.69.1-r3) 04:43:59 (5/5) Installing dumb-init (1.2.2-r1) 04:43:59 Executing busybox-1.31.1-r19.trigger 04:43:59 Executing ca-certificates-20191127-r4.trigger 04:43:59 OK: 7 MiB in 19 packages 04:44:00 ---> 311b3f0fcce2 04:44:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:44:01 ---> 418ae2132c1d 04:44:01 Step 19/23 : ENTRYPOINT ["/core-command"] 04:44:01 ---> Running in e9dac4138e0d 04:44:01 Removing intermediate container 0634c8ab9f34 04:44:01 ---> 82904016ce6b 04:44:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:44:01 Removing intermediate container e9dac4138e0d 04:44:01 ---> cc3250f54664 04:44:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:01 ---> Running in 47cff423d1d8 04:44:01 ---> Running in 627166ae95e0 04:44:02 Removing intermediate container 47cff423d1d8 04:44:02 ---> c3ec9f2c77d4 04:44:02 Step 13/24 : WORKDIR / 04:44:02 Removing intermediate container 627166ae95e0 04:44:02 ---> da103639a5a8 04:44:02 Step 21/23 : LABEL arch=x86_64 04:44:02 ---> Running in c772661aec57 04:44:03 ---> Running in e6a9a9d74a3e 04:44:03 Removing intermediate container c772661aec57 04:44:03 ---> 78af3a722c64 04:44:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:44:03 Removing intermediate container e6a9a9d74a3e 04:44:03 ---> bc84cfe8494a 04:44:03 Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:44:04 ---> Running in 83827a788ea5 04:44:04 ---> 5b96c05d9536 04:44:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:44:04 Removing intermediate container 83827a788ea5 04:44:04 ---> 23283b726292 04:44:04 Step 23/23 : LABEL version=0.0.0 04:44:04 ---> Running in bec811116a44 04:44:04 ---> aea71ed82bf2 04:44:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:44:04 Removing intermediate container bec811116a44 04:44:04 ---> 89dbd60b058d 04:44:04 04:44:05 Successfully built 89dbd60b058d 04:44:05 Successfully tagged docker-core-command-go:latest 04:44:05  Building docker-core-command-go ... done  ---> 63c156a47bea 04:44:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:44:08 ---> e9776444b524 04:44:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:44:09 ---> e3bdf0646340 04:44:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:44:09 ---> 210644c9b970 04:44:09 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/ 04:44:09 ---> Running in f4c826f88379 04:44:11 Removing intermediate container f4c826f88379 04:44:11 ---> 852f1a2a47cd 04:44:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:44:11 ---> Running in c842b18a09b4 04:44:12 Removing intermediate container c842b18a09b4 04:44:12 ---> 1ae3a8196bb3 04:44:12 Step 22/24 : LABEL arch=x86_64 04:44:13 ---> Running in 6a4906806aa4 04:44:13 Removing intermediate container 25a88da62f20 04:44:13 ---> 8355fe1aeb5e 04:44:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:44:14 ---> Running in b82236cfeade 04:44:14 Removing intermediate container 6a4906806aa4 04:44:14 ---> d5cb7c05b5a5 04:44:14 Step 23/24 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:44:14 ---> Running in f879e3bda6b8 04:44:14 Removing intermediate container f879e3bda6b8 04:44:14 ---> 26d7730cf20b 04:44:14 Step 24/24 : LABEL version=0.0.0 04:44:14 ---> Running in 0c16d28dee6c 04:44:14 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 04:44:14 Removing intermediate container 0c16d28dee6c 04:44:14 ---> e3a4e176d28e 04:44:14 04:44:15 Successfully built e3a4e176d28e 04:44:15 Successfully tagged docker-security-secretstore-setup-go:latest 04:44:16  Building docker-security-secretstore-setup-go ... done Removing intermediate container b82236cfeade 04:44:16 ---> e71d58f3caea 04:44:16 04:44:16 Step 11/26 : FROM docker:20.10.0 04:44:16 20.10.0: Pulling from library/docker 04:44:21 Removing intermediate container 3914795062b1 04:44:21 ---> eb53d3bfa8b2 04:44:21 04:44:21 Step 10/23 : FROM alpine:3.12 04:44:21 ---> 88dd2752d2ea 04:44:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:44:21 ---> Running in ff768eaff7a9 04:44:21 Removing intermediate container ff768eaff7a9 04:44:21 ---> fce5ec6834bc 04:44:21 Step 12/23 : ENV APP_PORT=48080 04:44:21 ---> Running in 588c0ac3da3e 04:44:21 Removing intermediate container 588c0ac3da3e 04:44:21 ---> 3936b63b5a11 04:44:21 Step 13/23 : EXPOSE $APP_PORT 04:44:21 ---> Running in 3e2cece2be94 04:44:21 Removing intermediate container 3e2cece2be94 04:44:21 ---> 7e07fa56f3a5 04:44:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:22 ---> Running in 8fb963179d2a 04:44:23 Removing intermediate container 8fb963179d2a 04:44:23 ---> 3832a94bb079 04:44:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:44:23 ---> Running in 52cec22fa714 04:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:44:25 Status: Downloaded newer image for docker:20.10.0 04:44:25 ---> aefe523efa57 04:44:25 Step 12/26 : RUN apk add --no-cache bash 04:44:25 ---> Running in 4e02b4d17229 04:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:26 (1/2) Installing readline (8.0.4-r0) 04:44:26 (2/2) Installing bash (5.0.17-r0) 04:44:26 Executing bash-5.0.17-r0.post-install 04:44:26 Executing busybox-1.31.1-r19.trigger 04:44:26 OK: 12 MiB in 22 packages 04:44:26 (1/6) Installing dumb-init (1.2.2-r1) 04:44:26 (2/6) Installing libgcc (9.3.0-r2) 04:44:26 (3/6) Installing libsodium (1.0.18-r0) 04:44:26 (4/6) Installing libstdc++ (9.3.0-r2) 04:44:26 Removing intermediate container 4e02b4d17229 04:44:26 ---> 0b30929c2999 04:44:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:44:26 ---> Running in ad8969d1f9cf 04:44:26 (5/6) Installing libzmq (4.3.3-r0) 04:44:26 (6/6) Installing zeromq (4.3.3-r0) 04:44:26 Removing intermediate container ad8969d1f9cf 04:44:26 ---> ec4e68117179 04:44:26 Step 14/26 : ENV APP_PORT=48090 04:44:26 Executing busybox-1.31.1-r19.trigger 04:44:26 OK: 8 MiB in 20 packages 04:44:26 ---> Running in dc4b9dd73706 04:44:26 Removing intermediate container dc4b9dd73706 04:44:26 ---> 868e6d1c7664 04:44:26 Step 15/26 : EXPOSE $APP_PORT 04:44:27 ---> Running in 0bcba992a705 04:44:27 Removing intermediate container 0bcba992a705 04:44:27 ---> 1af49041ea95 04:44:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:44:27 Removing intermediate container 52cec22fa714 04:44:27 ---> b110d2d53249 04:44:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:44:27 ---> fc42eca483b4 04:44:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:44:27 ---> 70419e7c7262 04:44:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:44:28 ---> 9033d637d74d 04:44:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:44:28 ---> e992d3ab1507 04:44:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:44:28 ---> f146d6547ded 04:44:28 Step 19/26 : RUN apk --no-cache add py3-pip 04:44:28 ---> Running in e07cdb5dfd6f 04:44:28 ---> 02184ccf4361 04:44:28 Step 19/23 : ENTRYPOINT ["/core-data"] 04:44:28 ---> Running in 61efc3bc9cc9 04:44:28 Removing intermediate container 61efc3bc9cc9 04:44:28 ---> 10028d4a744a 04:44:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:28 ---> Running in 2c089f57a740 04:44:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:29 Removing intermediate container 2c089f57a740 04:44:29 ---> 3c8d220f36db 04:44:29 Step 21/23 : LABEL arch=x86_64 04:44:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:29 ---> Running in 99077ed2a380 04:44:29 (1/33) Installing libbz2 (1.0.8-r1) 04:44:29 (2/33) Installing expat (2.2.9-r1) 04:44:29 (3/33) Installing libffi (3.3-r2) 04:44:29 (4/33) Installing gdbm (1.13-r1) 04:44:29 (5/33) Installing xz-libs (5.2.5-r0) 04:44:29 (6/33) Installing sqlite-libs (3.32.1-r0) 04:44:29 Removing intermediate container 99077ed2a380 04:44:29 ---> e2ad6af02ab5 04:44:29 Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:44:29 (7/33) Installing python3 (3.8.5-r1) 04:44:29 ---> Running in 7f3b3302d36d 04:44:30 Removing intermediate container 7f3b3302d36d 04:44:30 ---> fe260fbda408 04:44:30 Step 23/23 : LABEL version=0.0.0 04:44:33 ---> Running in 44a4e0961c29 04:44:33 (8/33) Installing py3-appdirs (1.4.4-r1) 04:44:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:44:33 (10/33) Installing py3-parsing (2.4.7-r0) 04:44:33 (11/33) Installing py3-six (1.15.0-r0) 04:44:33 (12/33) Installing py3-packaging (20.4-r0) 04:44:33 (13/33) Installing py3-setuptools (47.0.0-r0) 04:44:33 (14/33) Installing py3-chardet (3.0.4-r4) 04:44:33 (15/33) Installing py3-idna (2.9-r0) 04:44:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:44:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:44:33 (18/33) Installing py3-requests (2.23.0-r0) 04:44:33 (19/33) Installing py3-msgpack (1.0.0-r0) 04:44:33 (20/33) Installing py3-lockfile (0.12.2-r3) 04:44:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:44:33 Removing intermediate container 44a4e0961c29 04:44:33 ---> 85a3a079c3c3 04:44:33 04:44:33 (22/33) Installing py3-colorama (0.4.3-r0) 04:44:33 (23/33) Installing py3-distlib (0.3.0-r0) 04:44:34 (24/33) Installing py3-distro (1.5.0-r1) 04:44:34 (25/33) Installing py3-webencodings (0.5.1-r3) 04:44:34 (26/33) Installing py3-html5lib (1.0.1-r4) 04:44:34 (27/33) Installing py3-pytoml (0.1.21-r0) 04:44:34 (28/33) Installing py3-pep517 (0.8.2-r0) 04:44:34 (29/33) Installing py3-progress (1.5-r0) 04:44:34 (30/33) Installing py3-toml (0.10.1-r0) 04:44:34 (31/33) Installing py3-retrying (1.3.3-r0) 04:44:34 Successfully built 85a3a079c3c3 04:44:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:44:34 (33/33) Installing py3-pip (20.1.1-r0) 04:44:34 Successfully tagged docker-core-data-go:latest 04:44:34  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger 04:44:34 OK: 71 MiB in 55 packages 04:44:42 Removing intermediate container e07cdb5dfd6f 04:44:42 ---> 8728ba716bfb 04:44:42 Step 20/26 : RUN pip install docker-compose==1.23.2 04:44:42 ---> Running in 36134b052dd9 04:44:42 Collecting docker-compose==1.23.2 04:44:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:44:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:44:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:44:42 Collecting dockerpty<0.5,>=0.4.1 04:44:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:44:43 Collecting texttable<0.10,>=0.9.0 04:44:43 Downloading texttable-0.9.1.tar.gz (11 kB) 04:44:43 Collecting jsonschema<3,>=2.5.1 04:44:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:44:43 Collecting PyYAML<4,>=3.10 04:44:43 Downloading PyYAML-3.13.tar.gz (270 kB) 04:44:44 Collecting cached-property<2,>=1.2.0 04:44:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:44:44 Collecting websocket-client<1.0,>=0.32.0 04:44:44 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:44:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:44:44 Collecting docopt<0.7,>=0.6.1 04:44:44 Downloading docopt-0.6.2.tar.gz (25 kB) 04:44:45 Collecting docker<4.0,>=3.6.0 04:44:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:44:45 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) 04:44:45 Collecting urllib3<1.25,>=1.21.1 04:44:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:44:45 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) 04:44:45 Collecting idna<2.8,>=2.5 04:44:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:44:45 Collecting docker-pycreds>=0.4.0 04:44:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:44:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:44:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:44:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:44:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:44:46 Installing collected packages: urllib3, idna, requests, dockerpty, texttable, jsonschema, PyYAML, cached-property, websocket-client, docopt, docker-pycreds, docker, docker-compose 04:44:46 Attempting uninstall: urllib3 04:44:46 Found existing installation: urllib3 1.25.9 04:44:46 Uninstalling urllib3-1.25.9: 04:44:46 Successfully uninstalled urllib3-1.25.9 04:44:46 Attempting uninstall: idna 04:44:46 Found existing installation: idna 2.9 04:44:46 Uninstalling idna-2.9: 04:44:46 Successfully uninstalled idna-2.9 04:44:46 Attempting uninstall: requests 04:44:46 Found existing installation: requests 2.23.0 04:44:46 Uninstalling requests-2.23.0: 04:44:46 Successfully uninstalled requests-2.23.0 04:44:46 Running setup.py install for dockerpty: started 04:44:47 Running setup.py install for dockerpty: finished with status 'done' 04:44:47 Running setup.py install for texttable: started 04:44:47 Running setup.py install for texttable: finished with status 'done' 04:44:47 Running setup.py install for PyYAML: started 04:44:48 Running setup.py install for PyYAML: finished with status 'done' 04:44:48 Running setup.py install for docopt: started 04:44:48 Running setup.py install for docopt: finished with status 'done' 04:44:49 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 04:44:53 gofmt -l . 04:44:53 [ "`gofmt -l .`" = "" ] 04:44:53 ./bin/test-go-mod-tidy.sh 04:44:53 ./bin/test-attribution-txt.sh [Pipeline] sh 04:44:53 Removing intermediate container 36134b052dd9 04:44:53 ---> c029fc730404 04:44:53 Step 21/26 : RUN apk --no-cache add curl 04:44:53 ---> Running in bb2fbe8541ec 04:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:44:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:44:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:44:53 (2/3) Installing libcurl (7.69.1-r3) 04:44:53 (3/3) Installing curl (7.69.1-r3) 04:44:53 Executing busybox-1.31.1-r19.trigger 04:44:53 OK: 72 MiB in 58 packages 04:44:53 + ls -al . 04:44:53 total 744 04:44:53 drwxrwxr-x 9 1001 1001 4096 Mar 4 04:44 . 04:44:53 drwxr-xr-x 4 root root 4096 Mar 4 04:40 .. 04:44:53 -rw-rw-r-- 1 1001 1001 11 Mar 4 04:39 .dockerignore 04:44:53 drwxrwxr-x 8 1001 1001 4096 Mar 4 04:39 .git 04:44:53 drwxrwxr-x 3 1001 1001 4096 Mar 4 04:39 .github 04:44:53 -rw-rw-r-- 1 1001 1001 818 Mar 4 04:39 .gitignore 04:44:53 -rw-rw-r-- 1 1001 1001 166 Mar 4 04:39 .sonarcloud.properties 04:44:53 -rw-rw-r-- 1 1001 1001 8475 Mar 4 04:39 Attribution.txt 04:44:53 -rw-rw-r-- 1 1001 1001 3804 Mar 4 04:39 CONTRIBUTING.md 04:44:53 -rw-rw-r-- 1 1001 1001 931 Mar 4 04:39 Dockerfile.build 04:44:53 -rw-rw-r-- 1 1001 1001 863 Mar 4 04:39 Jenkinsfile 04:44:53 -rw-rw-r-- 1 1001 1001 10775 Mar 4 04:39 LICENSE 04:44:53 -rw-rw-r-- 1 1001 1001 5774 Mar 4 04:39 Makefile 04:44:53 -rw-rw-r-- 1 1001 1001 6524 Mar 4 04:39 README.md 04:44:53 -rw-rw-r-- 1 1001 1001 6755 Mar 4 04:39 SECURITY.md 04:44:53 -rw-rw-r-- 1 1001 1001 5 Mar 4 04:36 VERSION 04:44:53 -rw-rw-r-- 1 1001 1001 4131 Mar 4 04:39 ZMQWindows.md 04:44:53 drwxrwxr-x 2 1001 1001 4096 Mar 4 04:39 bin 04:44:53 drwxrwxr-x 14 1001 1001 4096 Mar 4 04:39 cmd 04:44:53 -rw-r--r-- 1 root root 606168 Mar 4 04:43 coverage.out 04:44:53 -rw-r--r-- 1 root root 1055 Mar 4 04:44 go.mod 04:44:53 -rw-r--r-- 1 root root 21699 Mar 4 04:44 go.sum 04:44:53 drwxrwxr-x 8 1001 1001 4096 Mar 4 04:39 internal 04:44:53 drwxrwxr-x 4 1001 1001 4096 Mar 4 04:39 openapi 04:44:53 drwxrwxr-x 4 1001 1001 4096 Mar 4 04:39 snap 04:44:53 -rw-rw-r-- 1 1001 1001 168 Mar 4 04:39 version.go [Pipeline] sh 04:44:54 + '[' -e coverage.out ] 04:44:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:44:54 Warning: overwriting stash ‘coverage-report’ 04:44:54 Removing intermediate container bb2fbe8541ec 04:44:54 ---> c1d307e6f134 04:44:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:44:54 ---> Running in d61020c57426 04:44:54 Removing intermediate container d61020c57426 04:44:54 ---> ae9f69ef5780 04:44:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:44:54 ---> Running in 0d63d14d1d29 04:44:54 Removing intermediate container 0d63d14d1d29 04:44:54 ---> 42fdd336bfb6 04:44:54 Step 24/26 : LABEL arch=x86_64 04:44:54 ---> Running in ffbab9a496dd 04:44:55 Removing intermediate container ffbab9a496dd 04:44:55 ---> a04723c3debf 04:44:55 Step 25/26 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:44:55 ---> Running in 9773c8820233 04:44:55 Removing intermediate container 9773c8820233 04:44:55 ---> 324e103c0d7a 04:44:55 Step 26/26 : LABEL version=0.0.0 04:44:55 ---> Running in 9c02775689ac 04:44:55 Removing intermediate container 9c02775689ac 04:44:55 ---> e12e542ade0e 04:44:55 04:44:55 Stashed 1 file(s) [Pipeline] sh 04:44:55 Successfully built e12e542ade0e 04:44:55 Successfully tagged docker-sys-mgmt-agent-go:latest 04:44:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:44:56 $ docker stop --time=1 0512026cd404580146b292951f4f78a4bbec73de2cbfb567b4e43361c18aab5b 04:44:56 + make build 04:44:56 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 04:44:57 $ docker rm -f 0512026cd404580146b292951f4f78a4bbec73de2cbfb567b4e43361c18aab5b [Pipeline] // withDockerContainer [Pipeline] sh 04:44:58 + docker images 04:44:58 + grep docker 04:44:58 docker-sys-mgmt-agent-go latest e12e542ade0e 3 seconds ago 313MB 04:44:58 docker-core-data-go latest 85a3a079c3c3 25 seconds ago 22.4MB 04:44:58 docker-security-secretstore-setup-go latest e3a4e176d28e 44 seconds ago 24.9MB 04:44:58 docker-core-command-go latest 89dbd60b058d 54 seconds ago 17.2MB 04:44:58 docker-security-bootstrapper-go latest ba5bf35cd7bd About a minute ago 18.7MB 04:44:58 docker-support-notifications-go latest 3179470fc49e 2 minutes ago 17.8MB 04:44:58 docker-support-scheduler-go latest 07890d341253 2 minutes ago 17.2MB 04:44:58 docker-core-metadata-go latest d0299b7cae54 2 minutes ago 19MB 04:44:58 docker-security-proxy-setup-go latest 6bd929e0c69d 2 minutes ago 24.7MB 04:44:58 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:45:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:45:14 Still waiting to schedule task 04:45:14 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:45:30 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 04:45:35 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 04:45:40 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 04:45:41 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 04:45:46 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 04:45:50 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 04:45:55 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 04:45:59 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 04:46:02 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 04:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:46:11 Running on prd-ubuntu18.04-docker-8c-8g-28442 in /w/workspace/edgexfoundry_edgex-go_PR-3224 [Pipeline] { [Pipeline] ws 04:46:11 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] } 04:46:13 $ docker stop --time=1 c266d5562db070f79706975f591d43ebbf7fe519c6abd6c5adffafe79e96e214 04:46:13 using credential edgex-jenkins-ssh 04:46:13 Cloning the remote Git repository 04:46:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:46:13 > git init /w/workspace/edgex-go/2 # timeout=10 04:46:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:46:13 > git --version # timeout=10 04:46:13 > git --version # 'git version 2.17.1' 04:46:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:46:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:46:15 $ docker rm -f c266d5562db070f79706975f591d43ebbf7fe519c6abd6c5adffafe79e96e214 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:46:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:17 04:46:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:46:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:18 latest: Pulling from edgex-devops/edgex-compose-arm64 04:46:18 29e5d40040c1: Pulling fs layer 04:46:18 1ce36da41761: Pulling fs layer 04:46:18 25b303627fd3: Pulling fs layer 04:46:19 29e5d40040c1: Verifying Checksum 04:46:19 29e5d40040c1: Download complete 04:46:19 1ce36da41761: Verifying Checksum 04:46:19 1ce36da41761: Download complete 04:46:19 29e5d40040c1: Pull complete 04:46:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:46:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:46:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:46:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:46:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:46:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3224/head:refs/remotes/origin/PR-3224 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:46:19 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:46:19 Merge succeeded, producing 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:46:19 Checking out Revision 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b (PR-3224) 04:46:20 1ce36da41761: Pull complete 04:46:19 > git config core.sparsecheckout # timeout=10 04:46:19 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 04:46:19 > git remote # timeout=10 04:46:19 > git config --get remote.origin.url # timeout=10 04:46:19 using GIT_SSH to set credentials SSH Credentials for GitHub 04:46:19 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 04:46:19 > git rev-parse HEAD^{commit} # timeout=10 04:46:19 > git config core.sparsecheckout # timeout=10 04:46:19 > git checkout -f 09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b # timeout=10 04:46:21 25b303627fd3: Verifying Checksum 04:46:21 25b303627fd3: Download complete 04:46:23 Commit message: "feat(scheduler): Implement PATCH /interval V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:24 + echo snap-build.sh 04:46:24 snap-build.sh 04:46:24 + SNAP_BASE_DIR=. 04:46:24 + '[' '!' -z /w/workspace/edgex-go/2 ']' 04:46:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 04:46:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 04:46:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 04:46:24 + cd /w/workspace/edgex-go/2 04:46:24 + sudo apt-get remove -qy --purge lxd lxd-client 04:46:24 Reading package lists... 04:46:25 Building dependency tree... 04:46:25 Reading state information... 04:46:25 The following packages were automatically installed and are no longer required: 04:46:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:46:25 uidmap xdelta3 04:46:25 Use 'sudo apt autoremove' to remove them. 04:46:25 The following packages will be REMOVED: 04:46:25 lxd* lxd-client* 04:46:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:46:25 After this operation, 31.7 MB disk space will be freed. 04:46:26 (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.) 04:46:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:46:27 Removing lxd dnsmasq configuration 04:46:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:46:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:46:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:46:29 (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.) 04:46:29 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:46:31 Processing triggers for systemd (237-3ubuntu10.42) ... 04:46:31 Processing triggers for ureadahead (0.100.0-21) ... 04:46:31 25b303627fd3: Pull complete 04:46:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:46:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:46:31 prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container 04:46:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:46:32 + sudo snap remove --purge lxd 04:46:32 snap "lxd" is not installed 04:46:32 + sudo groupadd --force --system lxd 04:46:32 ++ whoami 04:46:32 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:46:32 + newgrp - lxd 04:46:32 + sudo snap install lxd 04:46:34 $ docker top 2fa8fe034c49021941524cd96c558e508272218f5b6a5584bf8b6973d5a98e48 -eo pid,comm [Pipeline] { [Pipeline] sh 04:46:35 + grep parallel 04:46:35 + docker-compose build --help 04:46:38 --parallel Build images in parallel. [Pipeline] } 04:46:39 $ docker stop --time=1 2fa8fe034c49021941524cd96c558e508272218f5b6a5584bf8b6973d5a98e48 04:46:41 $ docker rm -f 2fa8fe034c49021941524cd96c558e508272218f5b6a5584bf8b6973d5a98e48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:41 . [Pipeline] withDockerContainer 04:46:42 prd-ubuntu18.04-docker-arm64-4c-16g-28441 does not seem to be running inside a container 04:46:42 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:46:43 $ docker top c9597776441427641ec038e0e5a5e1047eced893ab933eacff17b0f8940a19b1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:46:44 + docker-compose -f ./docker-compose-build.yml build --parallel 04:46:45 2021-03-04T04:46:42Z INFO Waiting for automatic snapd restart... 04:46:49 Building docker-core-command-go ... 04:46:49 Building docker-core-data-go ... 04:46:49 Building docker-core-metadata-go ... 04:46:49 Building docker-security-bootstrapper-go ... 04:46:49 Building docker-security-proxy-setup-go ... 04:46:49 Building docker-security-secretstore-setup-go ... 04:46:49 Building docker-support-notifications-go ... 04:46:49 Building docker-support-scheduler-go ... 04:46:49 Building docker-sys-mgmt-agent-go ... 04:46:49 Building docker-core-data-go 04:46:49 Building docker-support-scheduler-go 04:46:49 Building docker-security-bootstrapper-go 04:46:49 Building docker-support-notifications-go 04:46:49 Building docker-security-proxy-setup-go 04:47:00 lxd 4.11 from Canonical* installed 04:47:00 + sudo lxd init --auto 04:47:08 + sudo snap install --classic snapcraft 04:47:13 snapcraft 4.5.1 from Canonical* installed 04:47:13 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:47:13 + patch --verbose -p1 04:47:13 Hmm... Looks like a unified diff to me... 04:47:13 The text leading up to this was: 04:47:13 -------------------------- 04:47:13 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:47:13 |From: Tony Espy 04:47:13 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:47:13 |Subject: [PATCH] optimize snap build for pipeline CI check 04:47:13 | 04:47:13 |This patch is used by the EdgeX CI pipeline builds to 04:47:13 |optimize the snap CI check run for pull requests. When 04:47:13 |applied, it essentially strips out everything (apps and 04:47:13 |parts) from the snapcraft.yaml file except those required 04:47:13 |to build edgex-go, as the whole idea of the CI check is to 04:47:13 |catch changes to edgex-go that break the snap build. 04:47:13 | 04:47:13 |In general, anyone updating snapcraft.yaml will also need 04:47:13 |to update this patch file, otherwise it may fail to apply, 04:47:13 |resulting in a failed snap build CI check in the associated 04:47:13 |pull request. 04:47:13 | 04:47:13 |Note - in addition to applying this patch, the pipeline also 04:47:13 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:47:13 |need to build the finally binary .snap file (and it won't 04:47:13 |work with the patch applied). This further reduces the build 04:47:13 |time. 04:47:13 |--- 04:47:13 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:47:13 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:47:13 | 04:47:13 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:47:13 |index 1e537489..faf42425 100644 04:47:13 |--- a/snap/snapcraft.yaml 04:47:13 |+++ b/snap/snapcraft.yaml 04:47:13 -------------------------- 04:47:13 patching file snap/snapcraft.yaml 04:47:13 Using Plan A... 04:47:13 Hunk #1 succeeded at 73. 04:47:13 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 04:47:13 Hunk #3 succeeded at 217 (offset 3 lines). 04:47:13 Hunk #4 succeeded at 225 (offset 3 lines). 04:47:13 Hunk #5 succeeded at 232 (offset 3 lines). 04:47:13 Hunk #6 succeeded at 259 (offset 3 lines). 04:47:13 Hunk #7 succeeded at 293 (offset 3 lines). 04:47:13 Hunk #8 succeeded at 352 (offset 11 lines). 04:47:13 Hmm... Ignoring the trailing garbage. 04:47:13 done 04:47:13 + sudo snapcraft prime --use-lxd 04:47:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:47:14 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: 04:47:14 - README.md 04:47:14 - snapcraft.yaml.orig 04:47:14 04:47:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:47:15 Launching a container. 04:47:27 Waiting for container to be ready 04:47:28 To start your first instance, try: lxc launch ubuntu:18.04 04:47:28 04:47:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:47:32 Waiting for network to be ready... 04:47:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:47:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 04:47:33 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:47:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 04:47:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 04:47:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 04:47:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 04:47:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 04:47:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 04:47:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 04:47:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:47:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:47:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:47:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:47:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:47:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:47:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:47:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:47:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:47:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 04:47:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 04:47:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 04:47:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 04:47:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 04:47:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 04:47:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 04:47:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 04:47:38 Fetched 24.0 MB in 5s (4627 kB/s) 04:47:39 Reading package lists... 04:47:39 Reading package lists... 04:47:39 Building dependency tree... 04:47:39 Reading state information... 04:47:40 The following additional packages will be installed: 04:47:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:47:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:47:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:47:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:47:40 Suggested packages: 04:47:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:47:40 Recommended packages: 04:47:40 gnupg libsasl2-modules 04:47:40 The following NEW packages will be installed: 04:47:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:47:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:47:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:47:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:47:40 The following packages will be upgraded: 04:47:40 gpg gpg-agent gpgconf libudev1 04:47:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 04:47:40 Need to get 3530 kB of archives. 04:47:40 After this operation, 13.3 MB of additional disk space will be used. 04:47:40 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] 04:47:40 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] 04:47:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 04:47:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 04:47:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 04:47:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 04:47:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:47:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:47:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 04:47:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 04:47:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 04:47:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:47:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:47:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:47:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:47:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:47:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:47:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:47:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:47:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:47:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:47:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 04:47:41 debconf: delaying package configuration, since apt-utils is not installed 04:47:41 Fetched 3530 kB in 1s (3132 kB/s) 04:47:41 (Reading database ... 12511 files and directories currently installed.) 04:47:41 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 04:47:41 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:47:41 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 04:47:41 Selecting previously unselected package udev. 04:47:41 (Reading database ... 12511 files and directories currently installed.) 04:47:41 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 04:47:41 Unpacking udev (237-3ubuntu10.44) ... 04:47:42 Selecting previously unselected package libfuse2:amd64. 04:47:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:47:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:47:42 Selecting previously unselected package fuse. 04:47:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:47:42 Unpacking fuse (2.9.7-1ubuntu1) ... 04:47:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 04:47:42 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:47:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 04:47:42 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:47:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 04:47:42 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:47:42 Selecting previously unselected package libksba8:amd64. 04:47:42 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:47:42 Unpacking libksba8:amd64 (1.3.5-2) ... 04:47:43 Selecting previously unselected package libroken18-heimdal:amd64. 04:47:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:47:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:47:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:47:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libwind0-heimdal:amd64. 04:47:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:47:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:47:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:47:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:47:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:47:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:43 Selecting previously unselected package libsasl2-modules-db:amd64. 04:47:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:47:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:47:44 Selecting previously unselected package libsasl2-2:amd64. 04:47:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:47:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:47:44 Selecting previously unselected package libldap-common. 04:47:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 04:47:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:47:44 Selecting previously unselected package libldap-2.4-2:amd64. 04:47:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 04:47:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:47:44 Selecting previously unselected package dirmngr. 04:47:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 04:47:44 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 04:47:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:47:44 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 04:47:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:47:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:47:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:47:44 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 04:47:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:44 Setting up libksba8:amd64 (1.3.5-2) ... 04:47:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:47:45 Setting up udev (237-3ubuntu10.44) ... 04:47:45 invoke-rc.d: policy-rc.d denied execution of start. 04:47:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Processing triggers for systemd (237-3ubuntu10) ... 04:47:45 Setting up fuse (2.9.7-1ubuntu1) ... 04:47:45 Setting up gpg (2.2.4-1ubuntu1.4) ... 04:47:45 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:47:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:47:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 04:47:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:47:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:47:46 settings in the [Install] section, and DefaultInstance for template units). 04:47:46 This means they are not meant to be enabled using systemctl. 04:47:46 Possible reasons for having this kind of units are: 04:47:46 1) A unit may be statically enabled by being symlinked from another unit's 04:47:46 .wants/ or .requires/ directory. 04:47:46 2) A unit's purpose may be to act as a helper for some other unit which has 04:47:46 a requirement dependency on it. 04:47:46 3) A unit may be started when needed via activation (socket, path, timer, 04:47:46 D-Bus, udev, scripted systemctl call, ...). 04:47:46 4) In case of template units, the unit is meant to be enabled with some 04:47:46 instance name specified. 04:47:46 Reading package lists... 04:47:47 Building dependency tree... 04:47:47 Reading state information... 04:47:47 The following additional packages will be installed: 04:47:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:47:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:47:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:47:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:47:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:47:47 Suggested packages: 04:47:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:47:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:47:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:47:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:47:47 systemd-container policykit-1 04:47:47 Recommended packages: 04:47:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:47:47 The following NEW packages will be installed: 04:47:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:47:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:47:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:47:47 multiarch-support openssh-client python3 python3-minimal python3.6 04:47:47 python3.6-minimal snapd squashfs-tools sudo 04:47:47 The following packages will be upgraded: 04:47:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:47:47 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 04:47:47 Need to get 35.2 MB of archives. 04:47:47 After this operation, 141 MB of additional disk space will be used. 04:47:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:47:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:47:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 04:47:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 04:47:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 04:47:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:47:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 04:47:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 04:47:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 04:47:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:47:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:47:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:47:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:47:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:47:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:47:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:47:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 04:47:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:47:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 04:47:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 04:47:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:47:48 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:47:48 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:47:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:47:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:47:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:47:48 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:47:48 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:47:48 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:47:48 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:47:48 debconf: delaying package configuration, since apt-utils is not installed 04:47:48 Fetched 35.2 MB in 1s (28.3 MB/s) 04:47:48 (Reading database ... 12757 files and directories currently installed.) 04:47:48 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 04:47:49 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:47:49 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 04:47:49 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:47:49 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 04:47:49 (Reading database ... 12757 files and directories currently installed.) 04:47:49 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:47:49 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:47:50 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:47:50 (Reading database ... 12757 files and directories currently installed.) 04:47:50 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:47:50 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:47:50 Setting up apt (1.6.12ubuntu0.2) ... 04:47:50 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:47:51 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:47:51 (Reading database ... 12764 files and directories currently installed.) 04:47:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 04:47:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 04:47:51 Selecting previously unselected package libpython3.6-minimal:amd64. 04:47:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:47:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:47:51 Selecting previously unselected package libexpat1:amd64. 04:47:51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:47:51 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:47:51 Selecting previously unselected package python3.6-minimal. 04:47:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:47:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:47:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 04:47:52 Checking for services that may need to be restarted...done. 04:47:52 Checking for services that may need to be restarted...done. 04:47:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:47:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:47:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:47:52 Selecting previously unselected package python3-minimal. 04:47:52 (Reading database ... 13012 files and directories currently installed.) 04:47:52 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:47:52 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:47:53 Selecting previously unselected package mime-support. 04:47:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:47:53 Unpacking mime-support (3.60ubuntu1) ... 04:47:53 Selecting previously unselected package libmpdec2:amd64. 04:47:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:47:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:47:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:47:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:47:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:47:54 Selecting previously unselected package python3.6. 04:47:54 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:47:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:47:54 Selecting previously unselected package libpython3-stdlib:amd64. 04:47:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:47:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:47:54 Setting up python3-minimal (3.6.7-1~18.04) ... 04:47:54 Selecting previously unselected package python3. 04:47:54 (Reading database ... 13442 files and directories currently installed.) 04:47:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:47:54 Unpacking python3 (3.6.7-1~18.04) ... 04:47:54 Selecting previously unselected package multiarch-support. 04:47:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:47:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:47:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:47:54 Selecting previously unselected package liblzo2-2:amd64. 04:47:54 (Reading database ... 13479 files and directories currently installed.) 04:47:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:47:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:47:54 Selecting previously unselected package libbsd0:amd64. 04:47:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:47:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:47:55 Selecting previously unselected package sudo. 04:47:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:47:55 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:47:55 Selecting previously unselected package apparmor. 04:47:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:47:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:47:55 Selecting previously unselected package libedit2:amd64. 04:47:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:47:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:47:55 Selecting previously unselected package libkrb5support0:amd64. 04:47:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:47:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:47:55 Selecting previously unselected package libk5crypto3:amd64. 04:47:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:47:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:47:55 Selecting previously unselected package libkeyutils1:amd64. 04:47:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:47:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:47:55 Selecting previously unselected package libkrb5-3:amd64. 04:47:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:47:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:47:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:47:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:47:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:47:55 Selecting previously unselected package libssl1.0.0:amd64. 04:47:55 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 04:47:55 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:47:56 Selecting previously unselected package openssh-client. 04:47:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:47:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:47:56 Selecting previously unselected package squashfs-tools. 04:47:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:47:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:47:56 Selecting previously unselected package snapd. 04:47:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 04:47:56 Unpacking snapd (2.48.3+18.04) ... 04:47:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:47:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:47:59 Setting up mime-support (3.60ubuntu1) ... 04:47:59 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:48:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:48:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:48:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:48:00 Setting up systemd (237-3ubuntu10.44) ... 04:48:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:48:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:48:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:48:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:48:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:48:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:48:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:48:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:48:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:48:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:48:01 Setting up python3 (3.6.7-1~18.04) ... 04:48:01 running python rtupdate hooks for python3.6... 04:48:01 running python post-rtupdate hooks for python3.6... 04:48:01 Setting up apparmor (2.12-4ubuntu5.1) ... 04:48:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:48:03 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:48:03 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:48:03 Setting up snapd (2.48.3+18.04) ... 04:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:48:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:48:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:48:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:48:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:48:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:48:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:48:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:48:06 /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' 04:48:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:48:06 Processing triggers for systemd (237-3ubuntu10.44) ... 04:48:07 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 04:48:07 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:48:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:48:09 Reading package lists... 04:48:09 Reading package lists... 04:48:09 Building dependency tree... 04:48:09 Reading state information... 04:48:09 Calculating upgrade... 04:48:10 The following packages will be upgraded: 04:48:10 advancecomp base-files bash binutils binutils-common 04:48:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:48:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:48:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:48:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:48:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:48:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:48:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 04:48:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 04:48:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 04:48:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 04:48:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 04:48:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 04:48:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 04:48:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:48:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:48:10 Need to get 63.8 MB of archives. 04:48:10 After this operation, 5202 kB of additional disk space will be used. 04:48:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 04:48:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:48:10 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:10 Step 2/30 : FROM ${BUILDER_BASE} AS builder 04:48:10 ---> fbac076d91f3 04:48:10 Step 3/30 : WORKDIR /edgex-go 04:48:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:48:10 ---> fbac076d91f3 04:48:10 Step 3/22 : WORKDIR /edgex-go 04:48:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:48:10 ---> fbac076d91f3 04:48:10 Step 3/23 : WORKDIR /edgex-go 04:48:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:48:10 ---> fbac076d91f3 04:48:10 Step 3/22 : WORKDIR /edgex-go 04:48:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:48:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:48:10 ---> fbac076d91f3 04:48:10 Step 3/21 : WORKDIR /edgex-go 04:48:10 ---> Running in 6f8077134da5 04:48:10 ---> Running in 45d9285b6c66 04:48:10 ---> Running in f0688e085af6 04:48:10 ---> Running in 954b5453154a 04:48:10 ---> Running in 4b4d064616e4 04:48:10 Removing intermediate container 45d9285b6c66 04:48:10 ---> 416d35f8385c 04:48:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:10 Removing intermediate container 4b4d064616e4 04:48:10 ---> 6a7263fe1ad4 04:48:10 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:10 Removing intermediate container 6f8077134da5 04:48:10 ---> 770322a293f2 04:48:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:10 Removing intermediate container f0688e085af6 04:48:10 ---> 366e7994259b 04:48:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:10 Removing intermediate container 954b5453154a 04:48:10 ---> e392aa115e2d 04:48:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:10 ---> Running in 0d9068a79c03 04:48:10 ---> Running in c2b44a167f5f 04:48:10 ---> Running in 14442f1bab4f 04:48:10 ---> Running in bb661704c3a7 04:48:10 ---> Running in 39235d037a9b 04:48:10 Removing intermediate container 0d9068a79c03 04:48:10 ---> 8ae71ee723bc 04:48:10 Step 5/30 : RUN apk add --update --no-cache make git 04:48:10 ---> Running in 2ca60b6381f0 04:48:10 Removing intermediate container 14442f1bab4f 04:48:10 ---> 0b2b1a231134 04:48:10 Step 5/21 : RUN apk add --update --no-cache make git 04:48:10 Removing intermediate container c2b44a167f5f 04:48:10 ---> 890f0eda0294 04:48:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:48:10 ---> Running in f970b91aaafc 04:48:10 ---> Running in 717c12b39e73 04:48:10 Removing intermediate container bb661704c3a7 04:48:10 ---> 796d79b63a2b 04:48:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:48:10 Removing intermediate container 39235d037a9b 04:48:10 ---> 0b72456dc534 04:48:10 Step 5/22 : RUN apk add --update --no-cache make git 04:48:10 ---> Running in b8d9b5fa4eed 04:48:10 ---> Running in e819ee98d58e 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:10 OK: 217 MiB in 51 packages 04:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:11 OK: 217 MiB in 51 packages 04:48:11 OK: 217 MiB in 51 packages 04:48:11 OK: 217 MiB in 51 packages 04:48:11 OK: 217 MiB in 51 packages 04:48:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:48:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:48:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:48:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:48:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:48:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:48:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:48:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:48:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:48:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:48:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:48:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:48:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:48:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:48:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:48:11 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:48:11 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:48:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:48:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:48:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:48:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:48:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:48:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:48:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:48:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:48:11 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:48:11 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:48:11 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:48:11 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:48:11 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:48:11 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:48:11 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:48:11 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:48:11 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:48:11 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:48:11 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:48:11 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] 04:48:11 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:48:11 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 04:48:11 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:48:11 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:48:11 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:48:11 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:48:11 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:48:11 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:48:11 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:48:11 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:48:11 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:48:11 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:48:11 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:48:11 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 04:48:11 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:48:11 Removing intermediate container 2ca60b6381f0 04:48:11 ---> 49f8baf6f51c 04:48:11 Step 6/30 : COPY go.mod . 04:48:11 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:48:11 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:48:11 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:48:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:48:11 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:48:11 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:48:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:48:11 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:48:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:48:11 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:48:11 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:48:11 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 04:48:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:48:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:48:11 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:48:11 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:48:11 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:48:11 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:48:11 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:48:11 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:48:11 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:48:11 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:48:11 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:48:11 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:48:11 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:48:11 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:48:11 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:48:11 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:48:11 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] 04:48:11 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 04:48:11 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 04:48:11 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 04:48:11 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:48:11 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:48:11 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:48:11 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:48:12 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:48:12 ---> ed191b36e7ec 04:48:12 Step 7/30 : RUN go mod download 04:48:12 Removing intermediate container 717c12b39e73 04:48:12 ---> 31f803024e2a 04:48:12 Step 6/22 : COPY go.mod . 04:48:12 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:48:12 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:48:12 ---> Running in cf7862e9c758 04:48:12 Removing intermediate container f970b91aaafc 04:48:12 ---> 493dfdba6404 04:48:12 Step 6/21 : COPY go.mod . 04:48:12 Removing intermediate container b8d9b5fa4eed 04:48:12 ---> b0803d7d20d1 04:48:12 Step 6/23 : COPY go.mod . 04:48:13 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:48:13 Removing intermediate container e819ee98d58e 04:48:13 ---> 77b6371234dd 04:48:13 Step 6/22 : COPY go.mod . 04:48:13 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:48:13 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:48:13 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:48:13 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:48:13 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:48:13 debconf: delaying package configuration, since apt-utils is not installed 04:48:13 Fetched 63.8 MB in 3s (20.5 MB/s) 04:48:13 (Reading database ... 13912 files and directories currently installed.) 04:48:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:48:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:48:13 ---> 16d7d2062e71 04:48:13 Step 7/22 : RUN go mod download 04:48:14 ---> Running in ba0323f55a9b 04:48:14 ---> 72d506ce8d70 04:48:14 Step 7/21 : RUN go mod download 04:48:14 ---> 1bc10f42a558 04:48:14 Step 7/23 : RUN go mod download 04:48:14 ---> Running in 592def7e99fb 04:48:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:48:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:48:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 04:48:14 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 04:48:14 ---> 41ba3f396ef5 04:48:14 Step 7/22 : RUN go mod download 04:48:14 ---> Running in 8fcf2a53e45f 04:48:14 ---> Running in 0b4a37e43715 04:48:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:16 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:16 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:16 (Reading database ... 13911 files and directories currently installed.) 04:48:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:48:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:48:16 Removing intermediate container cf7862e9c758 04:48:16 ---> 579218973174 04:48:16 Step 8/30 : COPY . . 04:48:17 (Reading database ... 13911 files and directories currently installed.) 04:48:17 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:17 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:17 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:17 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:48:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:48:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:17 (Reading database ... 13911 files and directories currently installed.) 04:48:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:48:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:48:17 Removing intermediate container ba0323f55a9b 04:48:17 ---> cea866ccab69 04:48:17 Step 8/22 : COPY . . 04:48:18 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:48:18 (Reading database ... 13911 files and directories currently installed.) 04:48:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:48:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:48:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:48:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:48:18 Setting up base-files (10.1ubuntu2.10) ... 04:48:18 Installing new version of config file /etc/issue ... 04:48:19 Installing new version of config file /etc/issue.net ... 04:48:19 Installing new version of config file /etc/lsb-release ... 04:48:19 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:48:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:48:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:48:19 Removing obsolete conffile /etc/default/motd-news ... 04:48:19 (Reading database ... 13912 files and directories currently installed.) 04:48:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:48:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:48:19 Setting up bash (4.4.18-2ubuntu1.2) ... 04:48:19 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 04:48:20 (Reading database ... 13912 files and directories currently installed.) 04:48:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:48:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:48:20 (Reading database ... 13912 files and directories currently installed.) 04:48:20 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:48:20 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:48:20 Setting up tar (1.29b-2ubuntu0.2) ... 04:48:20 Removing intermediate container 8fcf2a53e45f 04:48:20 ---> 27baab0e1de4 04:48:20 Step 8/23 : COPY . . 04:48:20 Removing intermediate container 592def7e99fb 04:48:20 ---> fbd5c81f32bf 04:48:20 Step 8/21 : COPY . . 04:48:20 (Reading database ... 13912 files and directories currently installed.) 04:48:20 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:48:20 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:48:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:48:21 (Reading database ... 13912 files and directories currently installed.) 04:48:21 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:48:21 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:48:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:48:21 (Reading database ... 13912 files and directories currently installed.) 04:48:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:48:21 Removing intermediate container 0b4a37e43715 04:48:21 ---> 83e0f044bce2 04:48:21 Step 8/22 : COPY . . 04:48:21 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:48:21 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:48:21 (Reading database ... 13912 files and directories currently installed.) 04:48:21 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:48:21 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:48:21 Setting up grep (3.1-2build1) ... 04:48:21 (Reading database ... 13912 files and directories currently installed.) 04:48:21 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:48:21 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:48:21 Setting up login (1:4.5-1ubuntu2) ... 04:48:21 (Reading database ... 13912 files and directories currently installed.) 04:48:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:48:22 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:48:22 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:48:22 (Reading database ... 13912 files and directories currently installed.) 04:48:22 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:48:22 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:48:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:48:23 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:48:23 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:48:23 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:48:23 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:48:23 (Reading database ... 13912 files and directories currently installed.) 04:48:23 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:48:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:48:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:48:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:48:25 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:48:25 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:48:25 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:48:25 (Reading database ... 13912 files and directories currently installed.) 04:48:25 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:48:25 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:48:25 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:48:25 (Reading database ... 13912 files and directories currently installed.) 04:48:25 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:25 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:25 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:48:25 (Reading database ... 13912 files and directories currently installed.) 04:48:25 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:25 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:25 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:48:25 (Reading database ... 13912 files and directories currently installed.) 04:48:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:26 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:26 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:48:26 (Reading database ... 13912 files and directories currently installed.) 04:48:26 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:26 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:26 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:48:26 (Reading database ... 13912 files and directories currently installed.) 04:48:26 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:48:26 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:48:26 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:48:26 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:48:26 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:48:26 (Reading database ... 13912 files and directories currently installed.) 04:48:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:48:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:48:27 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:48:27 (Reading database ... 13912 files and directories currently installed.) 04:48:27 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:27 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:27 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:48:27 (Reading database ... 13912 files and directories currently installed.) 04:48:27 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:27 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:27 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:48:27 (Reading database ... 13912 files and directories currently installed.) 04:48:27 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:28 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:48:28 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:48:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:48:28 (Reading database ... 13912 files and directories currently installed.) 04:48:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:48:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:48:29 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:48:29 (Reading database ... 13912 files and directories currently installed.) 04:48:29 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:48:29 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:48:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:48:29 (Reading database ... 13914 files and directories currently installed.) 04:48:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:48:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:48:29 Setting up debconf (1.5.66ubuntu1) ... 04:48:30 (Reading database ... 13914 files and directories currently installed.) 04:48:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:48:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:48:30 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:48:30 (Reading database ... 13914 files and directories currently installed.) 04:48:30 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:48:30 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:48:30 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:48:30 (Reading database ... 13914 files and directories currently installed.) 04:48:30 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:48:30 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:48:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:48:31 (Reading database ... 13914 files and directories currently installed.) 04:48:31 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:48:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:48:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:48:31 (Reading database ... 13914 files and directories currently installed.) 04:48:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:48:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:48:31 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:48:32 (Reading database ... 13914 files and directories currently installed.) 04:48:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:48:32 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:48:32 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 04:48:32 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:48:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:48:32 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:48:32 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:48:32 (Reading database ... 13914 files and directories currently installed.) 04:48:32 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:48:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:48:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:48:32 (Reading database ... 13914 files and directories currently installed.) 04:48:32 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:48:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:48:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:48:33 (Reading database ... 13914 files and directories currently installed.) 04:48:33 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:48:33 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:48:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:48:33 (Reading database ... 13914 files and directories currently installed.) 04:48:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:48:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:48:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:48:33 (Reading database ... 13914 files and directories currently installed.) 04:48:33 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:48:33 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:48:34 Setting up passwd (1:4.5-1ubuntu2) ... 04:48:34 (Reading database ... 13914 files and directories currently installed.) 04:48:34 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 04:48:34 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:48:34 Setting up gpgv (2.2.4-1ubuntu1.4) ... 04:48:34 (Reading database ... 13914 files and directories currently installed.) 04:48:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:48:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:48:34 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:48:34 (Reading database ... 13914 files and directories currently installed.) 04:48:34 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:48:34 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:48:35 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:48:35 (Reading database ... 13914 files and directories currently installed.) 04:48:35 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:48:35 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:48:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:48:35 (Reading database ... 13914 files and directories currently installed.) 04:48:35 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:48:35 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:48:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:48:36 (Reading database ... 13914 files and directories currently installed.) 04:48:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:48:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:48:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:48:36 (Reading database ... 13914 files and directories currently installed.) 04:48:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:48:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:48:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:48:36 (Reading database ... 13915 files and directories currently installed.) 04:48:36 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:48:36 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:48:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:48:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:48:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 04:48:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 04:48:37 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:48:37 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:48:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:48:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:48:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:48:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:48:37 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:48:37 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:48:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:48:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:48:37 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:48:37 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:48:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:48:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:48:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:48:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:48:38 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:48:38 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:48:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:48:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:48:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:48:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:48:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:48:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:48:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:48:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:48:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:48:40 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:48:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:48:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:48:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:41 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:41 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:41 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:48:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:48:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:48:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:48:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:48:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:48:46 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:48:46 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:48:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:48:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:48:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:48:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:48:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:48:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:48:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:48:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:48:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:48:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:47 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:47 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:48:47 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:48:47 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:48:47 04:48:47 Current default time zone: 'Etc/UTC' 04:48:47 Local time is now: Thu Mar 4 04:48:47 UTC 2021. 04:48:47 Universal Time is now: Thu Mar 4 04:48:47 UTC 2021. 04:48:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:48:47 04:48:47 Setting up systemd-sysv (237-3ubuntu10.44) ... 04:48:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:47 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 04:48:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:48:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:48:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:48:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:48:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:48:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:48:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:48:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:48:47 ---> 8adedf8d4693 04:48:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:48:47 ---> 2067e45d81ae 04:48:47 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:48:47 ---> 69d7b06310fa 04:48:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:48:47 ---> 7ad5735a4815 04:48:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:48:47 ---> a615c254a944 04:48:47 Step 9/23 : RUN make cmd/core-data/core-data 04:48:47 ---> Running in 38851d532733 04:48:47 ---> Running in 706d2c38a624 04:48:47 ---> Running in 69ef110a4b1a 04:48:47 ---> Running in 7958dfba5158 04:48:47 ---> Running in deeb41a6e082 04:48:47 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 04:48:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:48:47 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 04:48:47 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 04:48:47 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 04:48:48 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:48:48 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 04:48:48 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:48 Setting up patch (2.7.6-2ubuntu1.1) ... 04:48:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:48:48 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:48:48 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 04:48:48 Installing new version of config file /etc/ssl/openssl.cnf ... 04:48:48 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:48:48 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:48:48 Setting up ca-certificates (20210119~18.04.1) ... 04:48:50 Updating certificates in /etc/ssl/certs... 04:48:50 23 added, 27 removed; done. 04:48:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:48:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:48:51 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:48:51 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:48:51 Setting up pkgbinarymangler (138.18.04.1) ... 04:48:51 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 04:48:51 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up perl (5.26.1-6ubuntu0.5) ... 04:48:51 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 04:48:51 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:48:51 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:48:51 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 04:48:51 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:48:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:48:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:48:51 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:48:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:48:51 Processing triggers for systemd (237-3ubuntu10.44) ... 04:48:51 Processing triggers for mime-support (3.60ubuntu1) ... 04:48:51 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:48:51 Updating certificates in /etc/ssl/certs... 04:48:52 0 added, 0 removed; done. 04:48:52 Running hooks in /etc/ca-certificates/update.d... 04:48:52 done. 04:48:53 Reading package lists... 04:48:53 Building dependency tree... 04:48:53 Reading state information... 04:48:53 The following NEW packages will be installed: 04:48:53 apt-transport-https 04:48:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:48:53 Need to get 1696 B of archives. 04:48:53 After this operation, 153 kB of additional disk space will be used. 04:48:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:48:53 debconf: delaying package configuration, since apt-utils is not installed 04:48:53 Fetched 1696 B in 0s (6296 B/s) 04:48:53 Selecting previously unselected package apt-transport-https. 04:48:53 (Reading database ... 13920 files and directories currently installed.) 04:48:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:48:53 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:48:54 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:48:54 Waiting for network to be ready... 04:49:02 2021-03-04T04:48:58Z INFO Waiting for automatic snapd restart... 04:49:02 snapd 2.49 from Canonical* installed 04:49:03 "snapd" switched to the "latest/stable" channel 04:49:03 04:49:08 core18 20210128 from Canonical* installed 04:49:08 "core18" switched to the "latest/stable" channel 04:49:08 04:49:15 snapcraft 4.5.1 from Canonical* installed 04:49:15 "snapcraft" switched to the "latest/stable" channel 04:49:15 04:49:18 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: 04:49:18 - README.md 04:49:18 - snapcraft.yaml.orig 04:49:18 04:49:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:49:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:49:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:49:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:49:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:49:26 Reading package lists... 04:49:27 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 04:49:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:49:33 Reading package lists... 04:49:33 Building dependency tree... 04:49:33 Reading state information... 04:49:33 Suggested packages: 04:49:33 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:49:33 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:49:33 Recommended packages: 04:49:33 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:49:33 The following NEW packages will be installed: 04:49:33 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:49:33 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:49:33 pkg-config zip 04:49:33 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:49:33 Need to get 7655 kB of archives. 04:49:33 After this operation, 43.7 MB of additional disk space will be used. 04:49:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:49:33 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:49:33 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:49:34 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:49:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:49:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:49:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:49:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:49:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:49:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:49:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:49:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:49:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:49:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:49:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:49:35 debconf: delaying package configuration, since apt-utils is not installed 04:49:35 Fetched 7655 kB in 1s (6988 kB/s) 04:49:35 Selecting previously unselected package libglib2.0-0:amd64. 04:49:35 (Reading database ... 13924 files and directories currently installed.) 04:49:35 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:49:35 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:49:35 Selecting previously unselected package libpsl5:amd64. 04:49:35 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:49:35 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:49:35 Selecting previously unselected package libnghttp2-14:amd64. 04:49:35 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:49:35 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:49:35 Selecting previously unselected package librtmp1:amd64. 04:49:35 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:49:35 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:49:35 Selecting previously unselected package libcurl3-gnutls:amd64. 04:49:35 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:49:35 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:49:35 Selecting previously unselected package liberror-perl. 04:49:35 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:49:35 Unpacking liberror-perl (0.17025-1) ... 04:49:35 Selecting previously unselected package git-man. 04:49:35 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:49:35 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:49:36 Selecting previously unselected package git. 04:49:36 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:49:36 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:49:37 Selecting previously unselected package libnorm1:amd64. 04:49:37 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:49:37 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:49:37 Selecting previously unselected package libpgm-5.2-0:amd64. 04:49:37 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:49:37 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:49:37 Selecting previously unselected package libsodium23:amd64. 04:49:37 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:49:37 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:49:37 Selecting previously unselected package libzmq5:amd64. 04:49:37 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:49:37 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:49:37 Selecting previously unselected package libzmq3-dev:amd64. 04:49:37 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:49:37 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:49:37 Selecting previously unselected package pkg-config. 04:49:37 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:49:37 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:49:37 Selecting previously unselected package zip. 04:49:37 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:49:37 Unpacking zip (3.0-11build1) ... 04:49:37 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:49:37 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:49:37 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:49:37 Setting up liberror-perl (0.17025-1) ... 04:49:37 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:49:37 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:49:37 No schema files found: doing nothing. 04:49:37 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:49:37 Setting up zip (3.0-11build1) ... 04:49:37 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:49:37 Setting up libsodium23:amd64 (1.0.16-2) ... 04:49:38 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:49:38 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:49:38 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:49:38 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:49:38 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:49:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:49:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:49:44 git set to automatically installed. 04:49:44 git-man set to automatically installed. 04:49:44 libcurl3-gnutls set to automatically installed. 04:49:44 liberror-perl set to automatically installed. 04:49:44 libglib2.0-0 set to automatically installed. 04:49:44 libnghttp2-14 set to automatically installed. 04:49:44 libnorm1 set to automatically installed. 04:49:44 libpgm-5.2-0 set to automatically installed. 04:49:44 libpsl5 set to automatically installed. 04:49:44 librtmp1 set to automatically installed. 04:49:44 libsodium23 set to automatically installed. 04:49:44 libzmq3-dev set to automatically installed. 04:49:44 libzmq5 set to automatically installed. 04:49:44 pkg-config set to automatically installed. 04:49:44 zip set to automatically installed. 04:49:46 snapd is not logged in, snap install commands will use sudo 04:49:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:49:54 error: cannot refresh "core18": unexpectedly empty response from the server 04:49:54 (try again later) 04:49:54 Error while refreshing snap 'core18' to channel 'latest/stable' 04:49:54 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] } 04:49:57 Failed in branch amd64 04:50:24 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 04:50:34 Removing intermediate container 69ef110a4b1a 04:50:34 ---> 23216e4d3543 04:50:34 04:50:34 Step 10/21 : FROM alpine:3.12 04:50:34 3.12: Pulling from library/alpine 04:50:35 Removing intermediate container 706d2c38a624 04:50:35 ---> f8b5fb3c54d5 04:50:35 04:50:35 Step 10/30 : FROM alpine:3.12 04:50:35 3.12: Pulling from library/alpine 04:50:36 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:50:36 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 04:50:36 Status: Image is up to date for alpine:3.12 04:50:36 ---> d10569e2745f 04:50:36 Step 11/21 : RUN apk add --update --no-cache curl 04:50:36 Status: Downloaded newer image for alpine:3.12 04:50:36 ---> d10569e2745f 04:50:36 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:50:36 ---> Running in bb997eeb2d0f 04:50:36 ---> Running in 74ae4cf77303 04:50:37 Removing intermediate container 74ae4cf77303 04:50:37 ---> 54db77375d07 04:50:37 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 04:50:37 ---> Running in b25aa5df3a69 04:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:40 (1/4) Installing ca-certificates (20191127-r4) 04:50:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:50:40 (3/4) Installing libcurl (7.69.1-r3) 04:50:40 (4/4) Installing curl (7.69.1-r3) 04:50:40 Executing busybox-1.31.1-r19.trigger 04:50:40 Executing ca-certificates-20191127-r4.trigger 04:50:40 OK: 7 MiB in 18 packages 04:50:40 (1/2) Installing dumb-init (1.2.2-r1) 04:50:41 (2/2) Installing su-exec (0.2-r1) 04:50:41 Executing busybox-1.31.1-r19.trigger 04:50:41 OK: 5 MiB in 16 packages 04:50:45 Removing intermediate container b25aa5df3a69 04:50:45 ---> f872e634fc7e 04:50:45 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 04:50:45 Removing intermediate container bb997eeb2d0f 04:50:45 ---> 178d5efa14ef 04:50:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:50:45 ---> Running in 0f472f519c98 04:50:45 ---> Running in ff30b23fd786 04:50:46 Removing intermediate container 38851d532733 04:50:46 ---> ed1ad0d35033 04:50:46 04:50:46 Step 10/22 : FROM alpine:3.12 04:50:46 ---> d10569e2745f 04:50:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:50:46 Removing intermediate container 7958dfba5158 04:50:46 ---> 18a335d3fd9b 04:50:46 04:50:46 Step 10/22 : FROM alpine:3.12 04:50:46 ---> d10569e2745f 04:50:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:50:46 Removing intermediate container ff30b23fd786 04:50:46 ---> 422492ef8f36 04:50:46 Step 13/21 : WORKDIR /edgex 04:50:46 ---> Running in f01dc672f451 04:50:46 ---> Running in 8f28f9670682 04:50:46 Removing intermediate container 0f472f519c98 04:50:46 ---> 005975bf7acc 04:50:46 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:50:46 ---> Running in c45579f5ff28 04:50:46 ---> Running in 4e4579ca28b6 04:50:48 Removing intermediate container c45579f5ff28 04:50:48 ---> 19bf256d4edd 04:50:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:50:48 Removing intermediate container 4e4579ca28b6 04:50:48 ---> f5e1d7c8d7d2 04:50:48 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:50:48 ---> Running in 16129265516e 04:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:49 (1/2) Installing ca-certificates (20191127-r4) 04:50:49 (1/1) Installing dumb-init (1.2.2-r1) 04:50:49 Executing busybox-1.31.1-r19.trigger 04:50:49 ---> 7ac22b06a795 04:50:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:50:49 OK: 5 MiB in 15 packages 04:50:49 (2/2) Installing dumb-init (1.2.2-r1) 04:50:49 Executing busybox-1.31.1-r19.trigger 04:50:49 Executing ca-certificates-20191127-r4.trigger 04:50:50 OK: 6 MiB in 16 packages 04:50:52 ---> 44de8d2c9d97 04:50:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:50:52 Removing intermediate container 8f28f9670682 04:50:52 ---> 64016d505674 04:50:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:50:52 ---> Running in 7d152664fbbd 04:50:52 Removing intermediate container 16129265516e 04:50:52 ---> b0ad6479e74d 04:50:52 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 04:50:53 ---> Running in 8e40eabb6287 04:50:53 Removing intermediate container f01dc672f451 04:50:53 ---> 51414c63a4ac 04:50:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:50:53 Removing intermediate container 7d152664fbbd 04:50:53 ---> 60c7ac97b4ee 04:50:53 Step 13/22 : ENV APP_PORT=48085 04:50:53 ---> Running in 0bf84faf941e 04:50:53 ---> Running in b358c3c071d8 04:50:53 Removing intermediate container 8e40eabb6287 04:50:53 ---> f706d3ae111a 04:50:53 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:50:54 ---> d2afaf56f457 04:50:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:50:54 ---> Running in 24c485742a10 04:50:54 Removing intermediate container 0bf84faf941e 04:50:54 ---> c4563aa7ebf5 04:50:54 Step 13/22 : ENV APP_PORT=48060 04:50:54 Removing intermediate container b358c3c071d8 04:50:54 ---> 63aeee0cbfcf 04:50:54 Step 14/22 : EXPOSE $APP_PORT 04:50:55 ---> Running in 2dcdfa91435d 04:50:55 ---> Running in f080a57036a0 04:50:55 Removing intermediate container 24c485742a10 04:50:55 ---> 3dc21d000f37 04:50:55 Step 18/21 : CMD ["--init=true"] 04:50:55 ---> 7c8c6db3557b 04:50:55 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:50:55 ---> Running in e1fa634feec6 04:50:55 ---> Running in dad90833e846 04:50:55 Removing intermediate container 2dcdfa91435d 04:50:55 ---> e86c80029577 04:50:55 Step 14/22 : EXPOSE $APP_PORT 04:50:55 Removing intermediate container f080a57036a0 04:50:55 ---> 05275a01dc9c 04:50:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:55 ---> Running in d8e73bd11527 04:50:56 Removing intermediate container e1fa634feec6 04:50:56 ---> f8e489852e45 04:50:56 Step 19/21 : LABEL arch=arm64 04:50:56 ---> Running in e4abd11c51e7 04:50:57 Removing intermediate container d8e73bd11527 04:50:57 ---> 17edac6de7c6 04:50:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:57 ---> 9f0a4529612d 04:50:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:50:57 Removing intermediate container e4abd11c51e7 04:50:57 ---> 8fd22668b57a 04:50:57 Step 20/21 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:50:57 ---> Running in f95004b05ef8 04:50:58 ---> 6cf9918cd092 04:50:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:50:58 Removing intermediate container f95004b05ef8 04:50:58 ---> 1665cf01d7a0 04:50:58 Step 21/21 : LABEL version=0.0.0 04:50:59 ---> Running in 748e82be632e 04:50:59 ---> ff5bc23896d2 04:50:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:50:59 Removing intermediate container dad90833e846 04:50:59 ---> fe882f466e7f 04:50:59 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:59 ---> 98470cf3d9bb 04:50:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:51:00 Removing intermediate container deeb41a6e082 04:51:00 ---> 1d21db5233a1 04:51:00 04:51:00 Step 10/23 : FROM alpine:3.12 04:51:00 ---> d10569e2745f 04:51:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:51:00 Removing intermediate container 748e82be632e 04:51:00 ---> 430cc2c1fa33 04:51:00 04:51:00 ---> Running in 303400ecf675 04:51:00 ---> 4ac4b5a0ffaa 04:51:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:51:00 Successfully built 430cc2c1fa33 04:51:00 ---> 2b407342ece1 04:51:00 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:51:00 ---> Running in 7bc7bfdc4f8b 04:51:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:51:01  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 04:51:01 ---> 4c40d85d9098 04:51:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:51:01 Removing intermediate container 303400ecf675 04:51:01 ---> 0c3169765fb1 04:51:01 Step 12/23 : ENV APP_PORT=48080 04:51:01 ---> Running in 7b49429829f7 04:51:01 ---> Running in 92d5002d8bde 04:51:01 Removing intermediate container 7bc7bfdc4f8b 04:51:01 ---> e6e87fb36c5b 04:51:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:02 ---> Running in 5125c38a37f0 04:51:02 Removing intermediate container 7b49429829f7 04:51:02 ---> a9279f738bbe 04:51:02 Step 13/23 : EXPOSE $APP_PORT 04:51:02 Removing intermediate container 92d5002d8bde 04:51:02 ---> 7e66c5a986a9 04:51:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:02 ---> Running in 36d52f69dddd 04:51:03 ---> Running in 37d969dd5484 04:51:04 ---> 97d2851aebe1 04:51:04 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:51:04 Removing intermediate container 5125c38a37f0 04:51:04 ---> 8d904bb55800 04:51:04 Step 20/22 : LABEL arch=arm64 04:51:04 Removing intermediate container 37d969dd5484 04:51:04 ---> 7d6e5298de52 04:51:04 Step 20/22 : LABEL arch=arm64 04:51:04 Removing intermediate container 36d52f69dddd 04:51:04 ---> d578e2a90d9e 04:51:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:04 ---> Running in d2b7a5eca755 04:51:05 ---> 33fc2efba36d 04:51:05 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:51:05 ---> Running in e7edbbe61aa4 04:51:05 ---> Running in 6035bf640379 04:51:05 Removing intermediate container d2b7a5eca755 04:51:05 ---> 4c7dd303b977 04:51:05 Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:51:06 ---> Running in 07a14917a4d6 04:51:06 ---> c8364d4af472 04:51:06 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 04:51:06 Removing intermediate container 6035bf640379 04:51:06 ---> 827ff85502dd 04:51:06 Step 21/22 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:51:07 ---> Running in a53ea0d29dfd 04:51:07 ---> Running in 973107205ce8 04:51:07 Removing intermediate container 07a14917a4d6 04:51:07 ---> 846a74238b3f 04:51:07 Step 22/22 : LABEL version=0.0.0 04:51:07 ---> Running in e71341f3e91d 04:51:08 Removing intermediate container 973107205ce8 04:51:08 ---> d288f4b8b02e 04:51:08 Step 22/22 : LABEL version=0.0.0 04:51:08 Removing intermediate container a53ea0d29dfd 04:51:08 ---> 9d750d762c0c 04:51:08 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:51:08 ---> Running in 213f7a48c611 04:51:08 Removing intermediate container e71341f3e91d 04:51:08 ---> 2b5cddca8c27 04:51:08 04:51:08 Removing intermediate container e7edbbe61aa4 04:51:08 ---> 7e81bcb07845 04:51:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:51:09 Removing intermediate container 213f7a48c611 04:51:09 ---> 9b47aedbb228 04:51:09 04:51:09 Successfully built 2b5cddca8c27 04:51:09 ---> Running in 946c4ced7e5b 04:51:09 Successfully tagged docker-support-scheduler-go-arm64:latest 04:51:09 Building docker-security-secretstore-setup-go 04:51:09  Building docker-support-scheduler-go ... done  ---> 4d30f5abf437 04:51:09 Step 25/30 : RUN chmod +x /entrypoint.sh 04:51:09 Successfully built 9b47aedbb228 04:51:09 Successfully tagged docker-support-notifications-go-arm64:latest 04:51:09 Building docker-core-metadata-go 04:51:10  Building docker-support-notifications-go ... done  ---> Running in f50ee90bfce9 04:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:12 (1/6) Installing dumb-init (1.2.2-r1) 04:51:12 Removing intermediate container f50ee90bfce9 04:51:12 ---> ed25c589d1bf 04:51:12 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 04:51:12 (2/6) Installing libgcc (9.3.0-r2) 04:51:12 (3/6) Installing libsodium (1.0.18-r0) 04:51:12 (4/6) Installing libstdc++ (9.3.0-r2) 04:51:13 (5/6) Installing libzmq (4.3.3-r0) 04:51:13 (6/6) Installing zeromq (4.3.3-r0) 04:51:13 Executing busybox-1.31.1-r19.trigger 04:51:13 OK: 8 MiB in 20 packages 04:51:13 ---> Running in 438d19aeaada 04:51:15 Removing intermediate container 438d19aeaada 04:51:15 ---> af8cd70823ab 04:51:15 Step 27/30 : CMD ["gate"] 04:51:16 ---> Running in bfb0f4e4403a 04:51:16 Removing intermediate container 946c4ced7e5b 04:51:16 ---> bad0829c22b7 04:51:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:51:17 Removing intermediate container bfb0f4e4403a 04:51:17 ---> c06d351b5a81 04:51:17 Step 28/30 : LABEL arch=arm64 04:51:18 ---> fe05e127ac94 04:51:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:51:18 ---> Running in d41f8bd148ac 04:51:19 Removing intermediate container d41f8bd148ac 04:51:19 ---> 215a7f5f696f 04:51:19 Step 29/30 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:51:20 ---> 79cb8c39c55d 04:51:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:51:20 ---> Running in c63666227ff0 04:51:22 Removing intermediate container c63666227ff0 04:51:22 ---> 33c8c20bfcb7 04:51:22 Step 30/30 : LABEL version=0.0.0 04:51:22 ---> 8dde87ff7770 04:51:22 Step 19/23 : ENTRYPOINT ["/core-data"] 04:51:23 ---> Running in fb6a8044cac1 04:51:23 ---> Running in c025de697fa2 04:51:24 Removing intermediate container c025de697fa2 04:51:24 ---> bdc7298b0a5e 04:51:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:24 Removing intermediate container fb6a8044cac1 04:51:24 ---> 192c863137db 04:51:24 04:51:24 ---> Running in 95272294c038 04:51:25 Successfully built 192c863137db 04:51:25 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:51:25  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 04:51:25 Removing intermediate container 95272294c038 04:51:25 ---> 63f8a6832b70 04:51:25 Step 21/23 : LABEL arch=arm64 04:51:25 ---> Running in 6724c091b8c1 04:51:26 Removing intermediate container 6724c091b8c1 04:51:26 ---> b9870f392b0c 04:51:26 Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:51:26 ---> Running in 93531676cdd9 04:51:26 Removing intermediate container 93531676cdd9 04:51:26 ---> d85719878406 04:51:26 Step 23/23 : LABEL version=0.0.0 04:51:27 ---> Running in c1670fbbfe6c 04:51:27 Removing intermediate container c1670fbbfe6c 04:51:27 ---> a95d8d37b3b1 04:51:27 04:51:28 Successfully built a95d8d37b3b1 04:51:28 Successfully tagged docker-core-data-go-arm64:latest 04:51:38  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:51:38 ---> fbac076d91f3 04:51:38 Step 3/26 : WORKDIR /edgex-go 04:51:38 ---> Using cache 04:51:38 ---> e392aa115e2d 04:51:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:38 ---> Using cache 04:51:38 ---> 796d79b63a2b 04:51:38 Step 5/26 : RUN apk add --update --no-cache make bash git 04:51:39 ---> Running in 2b78e95d91b7 04:51:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:42 OK: 217 MiB in 51 packages 04:51:45 Removing intermediate container 2b78e95d91b7 04:51:45 ---> 6d1a050397a8 04:51:45 Step 6/26 : COPY go.mod . 04:51:46 ---> 7be946e6acc4 04:51:46 Step 7/26 : RUN go mod download 04:51:46 ---> Running in e8ef9c7e51bc 04:51:49 Removing intermediate container e8ef9c7e51bc 04:51:49 ---> fc6640c49ec5 04:51:49 Step 8/26 : COPY . . 04:51:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:51:54 ---> fbac076d91f3 04:51:54 Step 3/24 : WORKDIR /edgex-go 04:51:54 ---> Using cache 04:51:54 ---> e392aa115e2d 04:51:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:54 ---> Using cache 04:51:54 ---> 796d79b63a2b 04:51:54 Step 5/24 : RUN apk add --update --no-cache make git 04:51:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:51:54 ---> fbac076d91f3 04:51:54 Step 3/23 : WORKDIR /edgex-go 04:51:54 ---> Using cache 04:51:54 ---> e392aa115e2d 04:51:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:54 ---> Using cache 04:51:54 ---> 796d79b63a2b 04:51:54 Step 5/23 : RUN apk add --update --no-cache make git 04:51:55 ---> Running in 89e6dd81b9cf 04:51:55 ---> Running in 94e3a4ec3365 04:51:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:59 OK: 217 MiB in 51 packages 04:51:59 OK: 217 MiB in 51 packages 04:52:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:52:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:52:00 ---> fbac076d91f3 04:52:00 Step 3/23 : WORKDIR /edgex-go 04:52:00 ---> Using cache 04:52:00 ---> e392aa115e2d 04:52:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:00 ---> Using cache 04:52:00 ---> 796d79b63a2b 04:52:00 Step 5/23 : RUN apk add --update --no-cache make git 04:52:02 ---> Running in 475be9fc9385 04:52:03 Removing intermediate container 89e6dd81b9cf 04:52:03 ---> 374a259f5423 04:52:03 Step 6/24 : COPY go.mod . 04:52:03 Removing intermediate container 94e3a4ec3365 04:52:03 ---> f5a80d5a9a1a 04:52:03 Step 6/23 : COPY go.mod . 04:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:04 ---> f18ed414a661 04:52:04 Step 7/24 : RUN go mod download 04:52:04 ---> 29a43acb52d0 04:52:04 Step 7/23 : RUN go mod download 04:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:04 ---> Running in 006457138bb2 04:52:04 ---> Running in 979d4ef9697e 04:52:05 OK: 217 MiB in 51 packages 04:52:06 ---> ac7c8e2b523f 04:52:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:52:06 ---> Running in 5be94801388b 04:52:07 Removing intermediate container 475be9fc9385 04:52:07 ---> ddf6ab4f4cf2 04:52:07 Step 6/23 : COPY go.mod . 04:52:08 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 04:52:08 ---> b75c0bddf2d5 04:52:08 Step 7/23 : RUN go mod download 04:52:08 Removing intermediate container 979d4ef9697e 04:52:08 ---> Running in 5262a2d713c1 04:52:08 ---> c585f80c4077 04:52:08 Step 8/23 : COPY . . 04:52:08 Removing intermediate container 006457138bb2 04:52:08 ---> 0a1e4e61b8df 04:52:08 Step 8/24 : COPY . . 04:52:14 Removing intermediate container 5262a2d713c1 04:52:14 ---> 5b83ae900378 04:52:14 Step 8/23 : COPY . . 04:52:46 ---> ca6f34452baf 04:52:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:52:46 ---> 1fd4b1f190f5 04:52:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:52:46 ---> 905d25975aa6 04:52:46 Step 9/23 : RUN make cmd/core-command/core-command 04:52:46 ---> Running in aeb7a233362d 04:52:46 ---> Running in d5aa83220807 04:52:46 ---> Running in d3e9001da0e5 04:52: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 04:52: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 04:52: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 04:52:51 Removing intermediate container 5be94801388b 04:52:51 ---> 4f030e1c82c7 04:52:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:52:51 ---> Running in 76b20764432d 04:52:52 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 04:52:57 Removing intermediate container 76b20764432d 04:52:57 ---> f6e6d72a7b83 04:52:57 04:52:57 Step 11/26 : FROM docker:20.10.0 04:52:57 20.10.0: Pulling from library/docker 04:53:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:53:16 Status: Downloaded newer image for docker:20.10.0 04:53:16 ---> eeaf43b92773 04:53:16 Step 12/26 : RUN apk add --no-cache bash 04:53:16 ---> Running in 83e5a19f4cdf 04:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:18 (1/2) Installing readline (8.0.4-r0) 04:53:18 (2/2) Installing bash (5.0.17-r0) 04:53:18 Executing bash-5.0.17-r0.post-install 04:53:18 Executing busybox-1.31.1-r19.trigger 04:53:18 OK: 12 MiB in 22 packages 04:53:19 Removing intermediate container 83e5a19f4cdf 04:53:19 ---> aff4b57a39da 04:53:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:53:20 ---> Running in df97a14156ae 04:53:21 Removing intermediate container df97a14156ae 04:53:21 ---> f88ca29cec5d 04:53:21 Step 14/26 : ENV APP_PORT=48090 04:53:21 ---> Running in cd519123da74 04:53:21 Removing intermediate container cd519123da74 04:53:21 ---> 58063283aab0 04:53:21 Step 15/26 : EXPOSE $APP_PORT 04:53:22 ---> Running in 473c13da158b 04:53:22 Removing intermediate container 473c13da158b 04:53:22 ---> 70aa413b713a 04:53:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:53:24 ---> 681c32335d9a 04:53:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:53:25 ---> 0646229d970b 04:53:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:53:27 ---> 3eab0ae19c2d 04:53:27 Step 19/26 : RUN apk --no-cache add py3-pip 04:53:27 ---> Running in 95ee3f1d5a1a 04:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:30 (1/33) Installing libbz2 (1.0.8-r1) 04:53:30 (2/33) Installing expat (2.2.9-r1) 04:53:30 (3/33) Installing libffi (3.3-r2) 04:53:30 (4/33) Installing gdbm (1.13-r1) 04:53:30 (5/33) Installing xz-libs (5.2.5-r0) 04:53:30 (6/33) Installing sqlite-libs (3.32.1-r0) 04:53:30 (7/33) Installing python3 (3.8.5-r1) 04:53:31 (8/33) Installing py3-appdirs (1.4.4-r1) 04:53:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:53:31 (10/33) Installing py3-parsing (2.4.7-r0) 04:53:32 (11/33) Installing py3-six (1.15.0-r0) 04:53:32 (12/33) Installing py3-packaging (20.4-r0) 04:53:32 (13/33) Installing py3-setuptools (47.0.0-r0) 04:53:32 (14/33) Installing py3-chardet (3.0.4-r4) 04:53:32 (15/33) Installing py3-idna (2.9-r0) 04:53:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:53:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:53:32 (18/33) Installing py3-requests (2.23.0-r0) 04:53:32 (19/33) Installing py3-msgpack (1.0.0-r0) 04:53:32 (20/33) Installing py3-lockfile (0.12.2-r3) 04:53:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:53:32 (22/33) Installing py3-colorama (0.4.3-r0) 04:53:32 (23/33) Installing py3-distlib (0.3.0-r0) 04:53:32 (24/33) Installing py3-distro (1.5.0-r1) 04:53:32 (25/33) Installing py3-webencodings (0.5.1-r3) 04:53:32 (26/33) Installing py3-html5lib (1.0.1-r4) 04:53:32 (27/33) Installing py3-pytoml (0.1.21-r0) 04:53:32 (28/33) Installing py3-pep517 (0.8.2-r0) 04:53:32 (29/33) Installing py3-progress (1.5-r0) 04:53:32 (30/33) Installing py3-toml (0.10.1-r0) 04:53:32 (31/33) Installing py3-retrying (1.3.3-r0) 04:53:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:53:32 (33/33) Installing py3-pip (20.1.1-r0) 04:53:33 Executing busybox-1.31.1-r19.trigger 04:53:33 OK: 71 MiB in 55 packages 04:53:43 Removing intermediate container 95ee3f1d5a1a 04:53:43 ---> a1463c43f48e 04:53:43 Step 20/26 : RUN pip install docker-compose==1.23.2 04:53:43 ---> Running in 09eeefbaab40 04:53:50 Collecting docker-compose==1.23.2 04:53:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:53:50 Collecting dockerpty<0.5,>=0.4.1 04:53:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:53:51 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 04:53:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:53:54 Collecting jsonschema<3,>=2.5.1 04:53:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:53:55 Collecting PyYAML<4,>=3.10 04:53:55 Downloading PyYAML-3.13.tar.gz (270 kB) 04:53:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:53:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:54:00 Collecting cached-property<2,>=1.2.0 04:54:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:54:01 Collecting texttable<0.10,>=0.9.0 04:54:01 Downloading texttable-0.9.1.tar.gz (11 kB) 04:54:03 Collecting docopt<0.7,>=0.6.1 04:54:03 Downloading docopt-0.6.2.tar.gz (25 kB) 04:54:06 Removing intermediate container d5aa83220807 04:54:06 ---> aeae47e5a1f8 04:54:06 04:54:06 Step 10/24 : FROM alpine:3.12 04:54:06 ---> d10569e2745f 04:54:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:54:06 ---> Running in e4f8720ef588 04:54:06 Collecting websocket-client<1.0,>=0.32.0 04:54:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 04:54:07 Collecting docker<4.0,>=3.6.0 04:54:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:54:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:08 Collecting idna<2.8,>=2.5 04:54:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:54:08 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) 04:54:08 (1/5) Installing ca-certificates (20191127-r4) 04:54:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:54:09 (3/5) Installing libcurl (7.69.1-r3) 04:54:09 (4/5) Installing curl (7.69.1-r3) 04:54:09 (5/5) Installing dumb-init (1.2.2-r1) 04:54:09 Executing busybox-1.31.1-r19.trigger 04:54:09 Executing ca-certificates-20191127-r4.trigger 04:54:09 Collecting urllib3<1.25,>=1.21.1 04:54:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:54:09 OK: 7 MiB in 19 packages 04:54:09 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) 04:54:09 Collecting docker-pycreds>=0.4.0 04:54:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:54:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:54:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:54:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:54:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:54:11 Installing collected packages: dockerpty, jsonschema, PyYAML, idna, urllib3, requests, cached-property, texttable, docopt, websocket-client, docker-pycreds, docker, docker-compose 04:54:11 Running setup.py install for dockerpty: started 04:54:11 Removing intermediate container e4f8720ef588 04:54:11 ---> c2d671958d40 04:54:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:54:12 ---> Running in efe3427f9d6b 04:54:12 Removing intermediate container efe3427f9d6b 04:54:12 ---> df83d6d34280 04:54:12 Step 13/24 : WORKDIR / 04:54:12 ---> Running in 5e10101a2d4d 04:54:13 Running setup.py install for dockerpty: finished with status 'done' 04:54:13 Removing intermediate container 5e10101a2d4d 04:54:13 ---> 2e0953625aa2 04:54:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:54:14 Running setup.py install for PyYAML: started 04:54:15 ---> 4fc82aee5b73 04:54:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:54:15 Removing intermediate container d3e9001da0e5 04:54:15 ---> 83275d0d6251 04:54:15 04:54:15 Step 10/23 : FROM alpine:3.12 04:54:15 ---> d10569e2745f 04:54:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:54:15 ---> Using cache 04:54:15 ---> 64016d505674 04:54:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:54:15 ---> Using cache 04:54:15 ---> 60c7ac97b4ee 04:54:15 Step 13/23 : ENV APP_PORT=48082 04:54:16 ---> Running in 8f63d9efaf8b 04:54:16 ---> da054448bc28 04:54:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:54:16 Running setup.py install for PyYAML: finished with status 'done' 04:54:16 Attempting uninstall: idna 04:54:16 Found existing installation: idna 2.9 04:54:16 Uninstalling idna-2.9: 04:54:16 Successfully uninstalled idna-2.9 04:54:16 Removing intermediate container 8f63d9efaf8b 04:54:16 ---> 6e11c5d630ae 04:54:16 Step 14/23 : EXPOSE $APP_PORT 04:54:17 ---> Running in 6d2c3e9bfc9f 04:54:17 Attempting uninstall: urllib3 04:54:17 Found existing installation: urllib3 1.25.9 04:54:17 Uninstalling urllib3-1.25.9: 04:54:17 Successfully uninstalled urllib3-1.25.9 04:54:17 ---> 35c4e1ed1666 04:54:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:54:17 Removing intermediate container 6d2c3e9bfc9f 04:54:17 ---> 23e981158dde 04:54:17 Step 15/23 : WORKDIR / 04:54:18 ---> Running in 932d3224c62f 04:54:18 Attempting uninstall: requests 04:54:18 Found existing installation: requests 2.23.0 04:54:18 Uninstalling requests-2.23.0: 04:54:18 Successfully uninstalled requests-2.23.0 04:54:19 Removing intermediate container 932d3224c62f 04:54:19 ---> 464cedcd028b 04:54:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:54:19 ---> 30ee0454f40e 04:54:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:54:19 Running setup.py install for texttable: started 04:54:20 ---> 6673e0e60f2f 04:54:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:54:20 ---> fd8b5034e971 04:54:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:54:21 Running setup.py install for texttable: finished with status 'done' 04:54:21 Running setup.py install for docopt: started 04:54:22 ---> 2714adb7a3a8 04:54:22 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/ 04:54:22 ---> fd02293a129d 04:54:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:54:22 ---> Running in ef56ce28aed0 04:54:22 Removing intermediate container aeb7a233362d 04:54:22 ---> 0645c306ee40 04:54:22 04:54:22 Step 10/23 : FROM alpine:3.12 04:54:22 ---> d10569e2745f 04:54:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:54:22 ---> Using cache 04:54:22 ---> 64016d505674 04:54:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:54:22 ---> Using cache 04:54:22 ---> 60c7ac97b4ee 04:54:22 Step 13/23 : ENV APP_PORT=48081 04:54:23 ---> Running in 4f8d3294110e 04:54:23 ---> 12c8e3b05bad 04:54:23 Step 19/23 : ENTRYPOINT ["/core-command"] 04:54:23 ---> Running in 81ef2bdc74ab 04:54:23 Removing intermediate container 4f8d3294110e 04:54:23 ---> 6c85dac618cb 04:54:23 Step 14/23 : EXPOSE $APP_PORT 04:54:23 Running setup.py install for docopt: finished with status 'done' 04:54:23 ---> Running in 2f3886e6dec4 04:54:24 Removing intermediate container 81ef2bdc74ab 04:54:24 ---> 748fc94fc321 04:54:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:54:24 ---> Running in 18b4a7c14a8a 04:54:24 Removing intermediate container 2f3886e6dec4 04:54:24 ---> fe5f476231bb 04:54:24 Step 15/23 : WORKDIR / 04:54:24 ---> Running in 09f6db6872c5 04:54:25 Removing intermediate container 18b4a7c14a8a 04:54:25 ---> 7219fae75e41 04:54:25 Step 21/23 : LABEL arch=arm64 04:54:25 Removing intermediate container ef56ce28aed0 04:54:25 ---> 9625ac0892ce 04:54:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:54:25 ---> Running in df5c4b21e416 04:54:25 Removing intermediate container 09f6db6872c5 04:54:25 ---> 5fa39c2777f1 04:54:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:54:25 ---> Running in 577f6bfbbb41 04:54:26 Removing intermediate container df5c4b21e416 04:54:26 ---> 2301502f4155 04:54:26 Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:54:26 ---> Running in 5b143835bcd3 04:54:26 Removing intermediate container 577f6bfbbb41 04:54:26 ---> 1685b7ce2fdb 04:54:26 Step 22/24 : LABEL arch=arm64 04:54:26 ---> fb4986a8281e 04:54:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:54:26 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 04:54:26 ---> Running in 85f2b66149e4 04:54:26 Removing intermediate container 5b143835bcd3 04:54:26 ---> 555ce1a94f36 04:54:26 Step 23/23 : LABEL version=0.0.0 04:54:27 ---> Running in d0a2ad205d2f 04:54:27 Removing intermediate container 85f2b66149e4 04:54:27 ---> e6d4e6bfea9c 04:54:27 Step 23/24 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:54:27 ---> Running in 0bc13b72010f 04:54:27 Removing intermediate container d0a2ad205d2f 04:54:27 ---> cb2d50c4734f 04:54:27 04:54:28 ---> b382aa4b55dc 04:54:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:54:28 Successfully built cb2d50c4734f 04:54:28 Successfully tagged docker-core-command-go-arm64:latest 04:54:28  Building docker-core-command-go ... done Removing intermediate container 0bc13b72010f 04:54:28 ---> f37c21240059 04:54:28 Step 24/24 : LABEL version=0.0.0 04:54:28 ---> Running in db98ab96db40 04:54:29 Removing intermediate container db98ab96db40 04:54:29 ---> 2a7020bf7e8e 04:54:29 04:54:29 ---> ead844ac1e1b 04:54:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:54:29 Successfully built 2a7020bf7e8e 04:54:29 ---> Running in d908efb1eb71 04:54:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:54:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container d908efb1eb71 04:54:30 ---> 338a1ec5437a 04:54:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:54:30 ---> Running in 65b53eea6eb7 04:54:31 Removing intermediate container 09eeefbaab40 04:54:31 ---> 38ba058b4bf6 04:54:31 Step 21/26 : RUN apk --no-cache add curl 04:54:31 Removing intermediate container 65b53eea6eb7 04:54:31 ---> 46bbe4ae2cf7 04:54:31 Step 21/23 : LABEL arch=arm64 04:54:31 ---> Running in e69bec691650 04:54:31 ---> Running in 33e3c5c88efc 04:54:32 Removing intermediate container 33e3c5c88efc 04:54:32 ---> 9ec438afadd7 04:54:32 Step 22/23 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:54:32 ---> Running in 218e71845151 04:54:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:32 Removing intermediate container 218e71845151 04:54:32 ---> f3da42597b26 04:54:32 Step 23/23 : LABEL version=0.0.0 04:54:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:32 ---> Running in 7ba372f7ff27 04:54:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:54:33 Removing intermediate container 7ba372f7ff27 04:54:33 ---> d383f6e37744 04:54:33 04:54:33 (2/3) Installing libcurl (7.69.1-r3) 04:54:33 (3/3) Installing curl (7.69.1-r3) 04:54:33 Executing busybox-1.31.1-r19.trigger 04:54:33 OK: 71 MiB in 58 packages 04:54:33 Successfully built d383f6e37744 04:54:33 Successfully tagged docker-core-metadata-go-arm64:latest 04:54:34  Building docker-core-metadata-go ... done Removing intermediate container e69bec691650 04:54:34 ---> 4abb5d41e23b 04:54:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:54:34 ---> Running in a788c20ac174 04:54:35 Removing intermediate container a788c20ac174 04:54:35 ---> e20d6be91a0a 04:54:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:54:35 ---> Running in e43282cc575b 04:54:35 Removing intermediate container e43282cc575b 04:54:35 ---> 40ff539e2e65 04:54:35 Step 24/26 : LABEL arch=arm64 04:54:35 ---> Running in d452555da35f 04:54:36 Removing intermediate container d452555da35f 04:54:36 ---> 7a0105185d94 04:54:36 Step 25/26 : LABEL git_sha=09d5bbe18cc0df6b83cf23c1b4b9909aa2f6fe3b 04:54:36 ---> Running in bdcba5307f30 04:54:36 Removing intermediate container bdcba5307f30 04:54:36 ---> 3deabce0cb28 04:54:36 Step 26/26 : LABEL version=0.0.0 04:54:36 ---> Running in 43408dc26026 04:54:37 Removing intermediate container 43408dc26026 04:54:37 ---> 11cca9200f18 04:54:37 04:54:37 Successfully built 11cca9200f18 04:54:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:54:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:54:38 $ docker stop --time=1 c9597776441427641ec038e0e5a5e1047eced893ab933eacff17b0f8940a19b1 04:54:40 $ docker rm -f c9597776441427641ec038e0e5a5e1047eced893ab933eacff17b0f8940a19b1 [Pipeline] // withDockerContainer [Pipeline] sh 04:54:40 + + grep docker 04:54:40 docker images 04:54:41 docker-sys-mgmt-agent-go-arm64 latest 11cca9200f18 4 seconds ago 300MB 04:54:41 docker-core-metadata-go-arm64 latest d383f6e37744 8 seconds ago 17.9MB 04:54:41 docker-security-secretstore-setup-go-arm64 latest 2a7020bf7e8e 12 seconds ago 23.7MB 04:54:41 docker-core-command-go-arm64 latest cb2d50c4734f 14 seconds ago 16.2MB 04:54:41 docker-core-data-go-arm64 latest a95d8d37b3b1 3 minutes ago 21.1MB 04:54:41 docker-security-bootstrapper-go-arm64 latest 192c863137db 3 minutes ago 17.6MB 04:54:41 docker-support-scheduler-go-arm64 latest 2b5cddca8c27 3 minutes ago 16.3MB 04:54:41 docker-support-notifications-go-arm64 latest 9b47aedbb228 3 minutes ago 16.9MB 04:54:41 docker-security-proxy-setup-go-arm64 latest 430cc2c1fa33 3 minutes ago 23.4MB 04:54:41 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 04:54:42 ---> job-cost.sh 04:54:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8dpM 04:55:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:57:43 lf-activate-venv(): INFO: Adding /tmp/venv-8dpM/bin to PATH 04:57:43 INFO: No Stack... 04:57:43 INFO: Retrieving Pricing Info for: lf-standard-4 04:57:43 INFO: Archiving Costs [Pipeline] sh 04:57:43 + cat /w/workspace/edgex-go/2/archives/cost.csv 04:57:43 + cut -d, -f6 [Pipeline] lock 04:57:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3224-2-stack-cost] 04:57:44 Resource [jenkins-edgexfoundry-edgex-go-PR-3224-2-stack-cost] did not exist. Created. 04:57:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:57:44 + echo total: 0.20999999344348907 [Pipeline] stash 04:57:44 Stashed 1 file(s) [Pipeline] } 04:57:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3224-2-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 04:57:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:57:49 ---> package-listing.sh 04:57:49 ++ facter osfamily 04:57:49 ++ tr '[:upper:]' '[:lower:]' 04:57:49 + OS_FAMILY=redhat 04:57:49 + workspace=/w/workspace/edgex-go/2 04:57:49 + START_PACKAGES=/tmp/packages_start.txt 04:57:49 + END_PACKAGES=/tmp/packages_end.txt 04:57:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:57:49 + PACKAGES=/tmp/packages_start.txt 04:57:49 + '[' /w/workspace/edgex-go/2 ']' 04:57:49 + PACKAGES=/tmp/packages_end.txt 04:57:49 + case "${OS_FAMILY}" in 04:57:49 + rpm -qa 04:57:49 + sort 04:57:54 + '[' -f /tmp/packages_start.txt ']' 04:57:54 + '[' -f /tmp/packages_end.txt ']' 04:57:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:57:54 + '[' /w/workspace/edgex-go/2 ']' 04:57:54 + mkdir -p /w/workspace/edgex-go/2/archives/ 04:57:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 04:57:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:57:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:55 04:57:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:57:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:57:55 alpine: Pulling from edgex-lftools-log-publisher 04:57:55 df20fa9351a1: Pulling fs layer 04:57:55 36b3adc4ff6f: Pulling fs layer 04:57:55 8ad3a11d3b57: Pulling fs layer 04:57:55 46f8f816bc3b: Pulling fs layer 04:57:55 93b61091891f: Pulling fs layer 04:57:55 93b9cdb0e59b: Pulling fs layer 04:57:55 5e14af77c1be: Pulling fs layer 04:57:55 01666e4c0597: Pulling fs layer 04:57:55 aa168da1d23b: Pulling fs layer 04:57:55 93b9cdb0e59b: Waiting 04:57:55 5e14af77c1be: Waiting 04:57:55 01666e4c0597: Waiting 04:57:55 aa168da1d23b: Waiting 04:57:55 46f8f816bc3b: Waiting 04:57:55 93b61091891f: Waiting 04:57:55 36b3adc4ff6f: Verifying Checksum 04:57:55 36b3adc4ff6f: Download complete 04:57:55 46f8f816bc3b: Verifying Checksum 04:57:55 46f8f816bc3b: Download complete 04:57:55 df20fa9351a1: Download complete 04:57:55 93b9cdb0e59b: Verifying Checksum 04:57:55 93b9cdb0e59b: Download complete 04:57:55 5e14af77c1be: Verifying Checksum 04:57:55 5e14af77c1be: Download complete 04:57:55 93b61091891f: Download complete 04:57:55 01666e4c0597: Verifying Checksum 04:57:55 01666e4c0597: Download complete 04:57:56 df20fa9351a1: Pull complete 04:57:56 36b3adc4ff6f: Pull complete 04:57:56 8ad3a11d3b57: Download complete 04:57:57 8ad3a11d3b57: Pull complete 04:57:57 46f8f816bc3b: Pull complete 04:57:58 aa168da1d23b: Verifying Checksum 04:57:58 aa168da1d23b: Download complete 04:57:59 93b61091891f: Pull complete 04:57:59 93b9cdb0e59b: Pull complete 04:57:59 5e14af77c1be: Pull complete 04:58:00 01666e4c0597: Pull complete 04:58:08 aa168da1d23b: Pull complete 04:58:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:58:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:58:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:58:08 prd-centos7-docker-4c-2g-28440 does not seem to be running inside a container 04:58:08 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 04:58:17 $ docker top a4859319cbfcae7ea914cb410cf52976a2c0528a5a70ae213ad7b212f8899284 -eo pid,comm [Pipeline] { [Pipeline] sh 04:58:17 + touch /tmp/pre-build-complete [Pipeline] sh 04:58:18 + mkdir -p /var/log/sa [Pipeline] sh 04:58:18 + ls /var/log/sa-host 04:58:18 + sadf -c /var/log/sa-host/sa04 04:58:18 file_magic: OK 04:58:18 HZ: Using current value: 100 04:58:18 file_header: OK 04:58:18 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 04:58:18 Statistics: 04:58:18 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... 04:58:18 File successfully converted to sysstat format version 12.2.1 04:58:18 + sadf -c /var/log/sa-host/sa23 04:58:18 file_magic: OK 04:58:18 HZ: Using current value: 100 04:58:18 file_header: OK 04:58:18 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 04:58:18 Statistics: 04:58:18 Hnuu...uuuununununu... 04:58:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:58:19 provisioning config files... 04:58:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8316161788986012041tmp [Pipeline] { [Pipeline] echo 04:58:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:58:19 ---> create-netrc.sh [Pipeline] } 04:58:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:58:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:58:20 ---> python-tools-install.sh [Pipeline] echo 04:58:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:58:20 ---> sudo-logs.sh 04:58:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:58:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:58:21 ---> job-cost.sh 04:58:21 lf-activate-venv: SKIPPING 04:58:21 DEBUG: total: 0.20999999344348907 04:58:21 INFO: Retrieving Stack Cost... 04:58:22 INFO: Retrieving Pricing Info for: v1-standard-2 04:58:22 INFO: Archiving Costs [Pipeline] echo 04:58:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:58:23 ---> logs-deploy.sh 04:58:23 lf-activate-venv: SKIPPING 04:58:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3224/2 04:58:23 INFO: archiving workspace using pattern(s): 04:58:24 Archives upload complete. 04:58:24 INFO: archiving logs to Nexus 04:58:25 ---> uname -a: 04:58:25 Linux prd-centos7-docker-4c-2g-28440.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:58:25 04:58:25 04:58:25 ---> lscpu: 04:58:25 Architecture: x86_64 04:58:25 CPU op-mode(s): 32-bit, 64-bit 04:58:25 Byte Order: Little Endian 04:58:25 Address sizes: 40 bits physical, 48 bits virtual 04:58:25 CPU(s): 4 04:58:25 On-line CPU(s) list: 0-3 04:58:25 Thread(s) per core: 1 04:58:25 Core(s) per socket: 1 04:58:25 Socket(s): 4 04:58:25 NUMA node(s): 1 04:58:25 Vendor ID: GenuineIntel 04:58:25 CPU family: 6 04:58:25 Model: 44 04:58:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:58:25 Stepping: 1 04:58:25 CPU MHz: 2933.438 04:58:25 BogoMIPS: 5866.87 04:58:25 Virtualization: VT-x 04:58:25 Hypervisor vendor: KVM 04:58:25 Virtualization type: full 04:58:25 L1d cache: 128 KiB 04:58:25 L1i cache: 128 KiB 04:58:25 L2 cache: 16 MiB 04:58:25 L3 cache: 64 MiB 04:58:25 NUMA node0 CPU(s): 0-3 04:58:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:58:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:58:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:58:25 Vulnerability Meltdown: Mitigation; PTI 04:58:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:58:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:58:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:58:25 Vulnerability Srbds: Not affected 04:58:25 Vulnerability Tsx async abort: Not affected 04:58:25 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 04:58:25 04:58:25 04:58:25 ---> nproc: 04:58:25 4 04:58:25 04:58:25 04:58:25 ---> df -h: 04:58:25 Filesystem Size Used Available Use% Mounted on 04:58:25 overlay 50.0G 12.2G 37.8G 24% / 04:58:25 tmpfs 64.0M 0 64.0M 0% /dev 04:58:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:58:25 shm 64.0M 0 64.0M 0% /dev/shm 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 04:58:25 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 04:58:25 04:58:25 04:58:25 ---> free -m: 04:58:25 total used free shared buff/cache available 04:58:25 Mem: 1837 709 145 0 982 1045 04:58:25 Swap: 1023 75 948 04:58:25 04:58:25 04:58:25 ---> ip addr: 04:58:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:58:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:58:25 inet 127.0.0.1/8 scope host lo 04:58:25 valid_lft forever preferred_lft forever 04:58:25 inet6 ::1/128 scope host 04:58:25 valid_lft forever preferred_lft forever 04:58:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:58:25 link/ether fa:16:3e:0a:4c:c8 brd ff:ff:ff:ff:ff:ff 04:58:25 inet 10.30.122.68/23 brd 10.30.123.255 scope global dynamic eth0 04:58:25 valid_lft 85028sec preferred_lft 85028sec 04:58:25 inet6 fe80::f816:3eff:fe0a:4cc8/64 scope link 04:58:25 valid_lft forever preferred_lft forever 04:58:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:58:25 link/ether 02:42:45:ae:e0:81 brd ff:ff:ff:ff:ff:ff 04:58:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:58:25 valid_lft forever preferred_lft forever 04:58:25 inet6 fe80::42:45ff:feae:e081/64 scope link 04:58:25 valid_lft forever preferred_lft forever 04:58:25 04:58:25 04:58:25 ---> sar -b -r -n DEV: 04:58:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 04:58:25 04:58:25 04:35:21 LINUX RESTART (4 CPU) 04:58:25 04:58:25 04:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:58:25 04:37:01 136.04 54.12 81.92 0.00 9441.97 32413.84 0.00 04:58:25 04:38:01 320.72 133.50 187.22 0.00 5151.34 38067.91 0.00 04:58:25 04:39:01 134.30 41.28 93.01 0.00 1627.54 13123.95 0.00 04:58:25 04:40:01 137.54 62.73 74.81 0.00 3372.65 12675.31 0.00 04:58:25 04:41:02 936.55 658.23 278.32 0.00 93965.34 164225.53 0.00 04:58:25 04:42:01 2543.75 2216.27 327.48 0.00 145525.41 157758.57 0.00 04:58:25 04:43:01 881.48 590.79 290.69 0.00 69792.18 98581.56 0.00 04:58:25 04:44:02 1779.01 1442.19 336.82 0.00 116967.77 122837.01 0.00 04:58:25 04:45:01 254.10 38.86 215.23 0.00 5977.12 30425.14 0.00 04:58:25 04:46:01 5.13 0.72 4.41 0.00 164.26 128.66 0.00 04:58:25 04:47:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 04:58:25 04:48:01 0.30 0.02 0.28 0.00 0.53 3.70 0.00 04:58:25 04:49:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 04:58:25 04:50:01 0.22 0.02 0.20 0.00 0.53 1.62 0.00 04:58:25 04:51:01 2.73 1.92 0.82 0.00 62.08 15.67 0.00 04:58:25 04:52:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 04:58:25 04:53:01 0.33 0.05 0.28 0.00 1.87 2.96 0.00 04:58:25 04:54:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 04:58:25 04:55:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 04:58:25 04:56:01 0.30 0.05 0.25 0.00 0.67 2.70 0.00 04:58:25 04:57:01 0.20 0.03 0.17 0.00 0.67 1.77 0.00 04:58:25 04:58:02 82.02 57.50 24.51 0.00 5094.44 6309.67 0.00 04:58:25 Average: 327.21 240.17 87.05 0.00 20754.04 30727.12 0.00 04:58:25 04:58:25 04:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:58:25 04:37:01 72128 0 667488 35.48 2596 1139332 1305368 44.55 699776 896508 15944 04:58:25 04:38:01 157752 0 836980 44.48 1492 885320 1488132 50.79 617300 836784 5784 04:58:25 04:39:01 183564 0 781208 41.52 708 916064 1578988 53.89 664036 747560 8052 04:58:25 04:40:01 165176 0 754604 40.11 612 961152 1408376 48.07 611728 813460 12672 04:58:25 04:41:02 344152 0 710724 37.77 60 826608 1579892 53.92 552836 770980 0 04:58:25 04:42:01 339212 0 1086232 57.73 60 456040 4025984 137.40 650680 615508 13752 04:58:25 04:43:01 61680 0 736724 39.16 60 1083080 1778956 60.71 761800 830712 10772 04:58:25 04:44:02 222492 0 831716 44.20 60 827276 2332312 79.60 684780 732592 2532 04:58:25 04:45:01 134200 0 625996 33.27 60 1121288 1218208 41.58 571404 928980 20 04:58:25 04:46:01 129620 0 625720 33.26 60 1126144 1202488 41.04 576716 929548 12 04:58:25 04:47:01 130444 0 624892 33.21 60 1126148 1199392 40.93 576508 929288 8 04:58:25 04:48:01 131440 0 623888 33.16 60 1126156 1189112 40.58 575772 929056 8 04:58:25 04:49:01 131744 0 623572 33.14 60 1126168 1189112 40.58 575824 929056 8 04:58:25 04:50:01 131708 0 623600 33.14 60 1126176 1189112 40.58 575928 929072 8 04:58:25 04:51:01 129184 0 624940 33.21 60 1127360 1189196 40.59 576504 930008 8 04:58:25 04:52:01 130056 0 624056 33.17 60 1127372 1189112 40.58 576096 930008 8 04:58:25 04:53:01 129832 0 624296 33.18 60 1127356 1189112 40.58 576220 930040 12 04:58:25 04:54:01 129944 0 624152 33.17 60 1127388 1189172 40.58 576416 930064 8 04:58:25 04:55:01 129708 0 624384 33.18 60 1127392 1189112 40.58 575984 930064 8 04:58:25 04:56:01 129364 0 624720 33.20 60 1127400 1189184 40.58 576488 930084 8 04:58:25 04:57:01 129436 0 624640 33.20 60 1127408 1189112 40.58 576116 930104 8 04:58:25 04:58:02 74528 0 710912 37.78 60 1096044 1616156 55.16 707076 830484 157140 04:58:25 Average: 150789 0 692520 36.81 295 1037940 1482981 50.61 610727 870907 10308 04:58:25 04:58:25 04:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:58:25 04:37:01 eth0 1739.51 1718.01 7251.48 208.40 0.00 0.00 0.00 0.00 04:58:25 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:37:01 docker0 864.69 705.99 70.92 2669.15 0.00 0.00 0.00 0.00 04:58:25 04:38:01 vetha52b89d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:38:01 eth0 349.69 287.59 2316.72 34.41 0.00 0.00 0.00 0.00 04:58:25 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:38:01 docker0 150.69 178.57 10.74 833.34 0.00 0.00 0.00 0.00 04:58:25 04:39:01 vetha52b89d 1.43 1.46 0.12 0.13 0.00 0.00 0.00 0.00 04:58:25 04:39:01 eth0 37.52 23.39 23.27 64.20 0.00 0.00 0.00 0.00 04:58:25 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:39:01 docker0 1.43 1.43 0.10 0.13 0.00 0.00 0.00 0.00 04:58:25 04:40:01 vetha52b89d 0.80 0.80 0.06 0.06 0.00 0.00 0.00 0.00 04:58:25 04:40:01 eth0 26.84 14.76 22.44 11.91 0.00 0.00 0.00 0.00 04:58:25 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:40:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 04:58:25 04:41:02 eth0 235.06 190.55 1839.53 69.65 0.00 0.00 0.00 0.00 04:58:25 04:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:41:02 veth60657dc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:41:02 veth88329ad 3.47 5.66 0.25 29.27 0.00 0.00 0.00 0.00 04:58:25 04:42:01 veth7bf2c1c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:42:01 vethe8549b2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:42:01 veth82b86e9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:42:01 eth0 16.73 8.62 13.86 7.28 0.00 0.00 0.00 0.00 04:58:25 04:43:01 eth0 83.04 54.75 234.54 62.49 0.00 0.00 0.00 0.00 04:58:25 04:43:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:58:25 04:43:01 veth60657dc 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 04:58:25 04:43:01 docker0 1046.37 939.33 83.36 3798.94 0.00 0.00 0.00 0.00 04:58:25 04:44:02 vethd61e172 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:44:02 eth0 68.48 40.63 126.03 70.75 0.00 0.00 0.00 0.00 04:58:25 04:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:44:02 veth60657dc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:45:01 eth0 239.76 173.10 1726.76 78.44 0.00 0.00 0.00 0.00 04:58:25 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:45:01 docker0 1105.62 1039.88 87.44 4430.52 0.00 0.00 0.00 0.00 04:58:25 04:46:01 eth0 0.92 0.28 0.49 0.06 0.00 0.00 0.00 0.00 04:58:25 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:47:01 eth0 0.70 0.52 0.34 0.24 0.00 0.00 0.00 0.00 04:58:25 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:48:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:58:25 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:49:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 04:58:25 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:58:25 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:51:01 eth0 0.22 0.13 0.08 0.07 0.00 0.00 0.00 0.00 04:58:25 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:52:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:53:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 04:58:25 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:54:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 04:58:25 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:58:25 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:56:01 eth0 0.17 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:58:25 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:57:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:58:25 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:58:02 eth0 183.81 157.42 2140.07 15.78 0.00 0.00 0.00 0.00 04:58:25 04:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 04:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 Average: eth0 135.83 121.64 714.74 28.38 0.00 0.00 0.00 0.00 04:58:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:58:25 Average: docker0 49.44 46.50 3.91 198.11 0.00 0.00 0.00 0.00 04:58:25 04:58:25 04:58:25 ---> sar -P ALL: 04:58:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 04:58:25 04:58:25 04:35:21 LINUX RESTART (4 CPU) 04:58:25 04:58:25 04:36:01 CPU %user %nice %system %iowait %steal %idle 04:58:25 04:37:01 all 16.72 0.00 8.55 2.19 0.06 72.48 04:58:25 04:37:01 0 14.99 0.00 10.33 1.04 0.05 73.59 04:58:25 04:37:01 1 23.45 0.00 8.51 1.57 0.05 66.42 04:58:25 04:37:01 2 12.96 0.00 7.31 3.77 0.07 75.89 04:58:25 04:37:01 3 15.48 0.00 8.07 2.38 0.07 74.00 04:58:25 04:38:01 all 11.23 0.00 8.58 5.24 0.06 74.89 04:58:25 04:38:01 0 10.44 0.00 8.19 3.07 0.05 78.24 04:58:25 04:38:01 1 10.26 0.00 8.92 7.14 0.05 73.63 04:58:25 04:38:01 2 12.05 0.00 7.47 5.45 0.05 74.98 04:58:25 04:38:01 3 12.18 0.00 9.75 5.28 0.07 72.73 04:58:25 04:39:01 all 55.63 0.00 13.15 3.68 0.06 27.48 04:58:25 04:39:01 0 56.56 0.00 12.91 3.31 0.05 27.17 04:58:25 04:39:01 1 55.00 0.00 13.40 2.64 0.05 28.91 04:58:25 04:39:01 2 56.31 0.00 12.79 4.65 0.07 26.19 04:58:25 04:39:01 3 54.62 0.00 13.51 4.11 0.09 27.68 04:58:25 04:40:01 all 43.88 0.00 13.36 3.28 0.06 39.41 04:58:25 04:40:01 0 43.72 0.00 12.90 1.87 0.09 41.42 04:58:25 04:40:01 1 44.40 0.00 13.99 3.16 0.07 38.38 04:58:25 04:40:01 2 45.06 0.00 13.39 4.89 0.05 36.61 04:58:25 04:40:01 3 42.35 0.00 13.16 3.22 0.05 41.22 04:58:25 04:41:02 all 20.73 0.00 21.81 6.81 0.06 50.58 04:58:25 04:41:02 0 21.52 0.00 21.56 6.82 0.07 50.03 04:58:25 04:41:02 1 21.24 0.00 22.04 8.40 0.05 48.26 04:58:25 04:41:02 2 19.91 0.00 21.67 5.56 0.07 52.80 04:58:25 04:41:02 3 20.26 0.00 21.99 6.47 0.05 51.23 04:58:25 04:42:01 all 30.41 0.00 23.30 27.97 0.08 18.23 04:58:25 04:42:01 0 30.14 0.00 22.83 27.09 0.07 19.87 04:58:25 04:42:01 1 30.59 0.00 22.68 29.44 0.09 17.20 04:58:25 04:42:01 2 29.71 0.00 23.96 29.85 0.09 16.39 04:58:25 04:42:01 3 31.22 0.00 23.73 25.47 0.09 19.49 04:58:25 04:43:01 all 40.63 0.00 18.09 18.46 0.07 22.75 04:58:25 04:43:01 0 40.68 0.00 17.59 15.44 0.07 26.22 04:58:25 04:43:01 1 41.51 0.00 17.70 17.72 0.07 23.00 04:58:25 04:43:01 2 39.78 0.00 18.25 18.98 0.07 22.91 04:58:25 04:43:01 3 40.52 0.00 18.83 21.74 0.09 18.82 04:58:25 04:44:02 all 38.25 0.00 22.14 26.28 0.07 13.25 04:58:25 04:44:02 0 37.48 0.00 21.74 23.42 0.07 17.29 04:58:25 04:44:02 1 39.56 0.00 22.17 27.15 0.10 11.01 04:58:25 04:44:02 2 38.24 0.00 21.81 25.90 0.05 13.99 04:58:25 04:44:02 3 37.71 0.00 22.85 28.63 0.07 10.73 04:58:25 04:45:01 all 23.62 0.00 10.22 8.01 0.06 58.09 04:58:25 04:45:01 0 23.76 0.00 10.74 6.23 0.07 59.21 04:58:25 04:45:01 1 21.78 0.00 9.62 8.80 0.05 59.75 04:58:25 04:45:01 2 24.57 0.00 10.30 7.55 0.05 57.53 04:58:25 04:45:01 3 24.37 0.00 10.25 9.45 0.07 55.86 04:58:25 04:46:01 all 0.14 0.00 0.05 0.01 0.00 99.80 04:58:25 04:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:58:25 04:46:01 1 0.17 0.00 0.03 0.00 0.00 99.80 04:58:25 04:46:01 2 0.03 0.00 0.07 0.03 0.02 99.85 04:58:25 04:46:01 3 0.32 0.00 0.05 0.00 0.00 99.63 04:58:25 04:47:01 all 0.04 0.00 0.05 0.00 0.00 99.91 04:58:25 04:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:58:25 04:47:01 1 0.08 0.00 0.08 0.00 0.00 99.83 04:58:25 04:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 04:58:25 04:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 04:58:25 04:58:25 04:47:01 CPU %user %nice %system %iowait %steal %idle 04:58:25 04:48:01 all 0.04 0.00 0.09 0.00 0.00 99.86 04:58:25 04:48:01 0 0.05 0.00 0.10 0.00 0.00 99.85 04:58:25 04:48:01 1 0.03 0.00 0.17 0.00 0.00 99.80 04:58:25 04:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:58:25 04:48:01 3 0.05 0.00 0.05 0.02 0.00 99.88 04:58:25 04:49:01 all 0.14 0.00 0.03 0.00 0.00 99.82 04:58:25 04:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 04:58:25 04:49:01 1 0.50 0.00 0.05 0.00 0.00 99.45 04:58:25 04:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 04:58:25 04:49:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:58:25 04:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 04:58:25 04:50:01 0 0.05 0.00 0.03 0.00 0.00 99.92 04:58:25 04:50:01 1 0.52 0.00 0.03 0.00 0.02 99.43 04:58:25 04:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:58:25 04:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:51:01 all 0.15 0.00 0.06 0.03 0.00 99.76 04:58:25 04:51:01 0 0.03 0.00 0.10 0.10 0.00 99.77 04:58:25 04:51:01 1 0.22 0.00 0.05 0.02 0.00 99.72 04:58:25 04:51:01 2 0.32 0.00 0.08 0.00 0.00 99.60 04:58:25 04:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:52:01 all 0.07 0.00 0.03 0.00 0.00 99.90 04:58:25 04:52:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:58:25 04:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:52:01 2 0.15 0.00 0.07 0.00 0.00 99.78 04:58:25 04:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:58:25 04:53:01 all 0.03 0.00 0.03 0.00 0.00 99.95 04:58:25 04:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:58:25 04:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:58:25 04:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:58:25 04:54:01 all 0.05 0.00 0.03 0.00 0.00 99.92 04:58:25 04:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:58:25 04:54:01 1 0.10 0.00 0.05 0.00 0.00 99.85 04:58:25 04:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 04:58:25 04:55:01 all 0.15 0.00 0.03 0.00 0.00 99.81 04:58:25 04:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:55:01 1 0.52 0.00 0.02 0.00 0.00 99.47 04:58:25 04:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 04:58:25 04:55:01 3 0.03 0.00 0.07 0.00 0.02 99.88 04:58:25 04:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 04:58:25 04:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:58:25 04:56:01 1 0.50 0.00 0.03 0.00 0.00 99.47 04:58:25 04:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:58:25 04:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 04:58:25 04:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:58:25 04:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:58:25 04:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:58:25 04:57:01 2 0.53 0.00 0.03 0.02 0.00 99.42 04:58:25 04:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:58:25 04:58:02 all 3.60 0.00 2.45 1.93 0.02 91.99 04:58:25 04:58:02 0 3.29 0.00 2.36 1.33 0.02 93.01 04:58:25 04:58:02 1 3.52 0.00 2.62 4.12 0.02 89.73 04:58:25 04:58:02 2 3.61 0.00 2.14 0.53 0.03 93.69 04:58:25 04:58:02 3 4.00 0.00 2.69 1.76 0.03 91.52 04:58:25 04:58:25 Average: CPU %user %nice %system %iowait %steal %idle 04:58:25 Average: all 12.68 0.00 6.29 4.57 0.03 76.42 04:58:25 Average: 0 12.54 0.00 6.27 3.95 0.03 77.22 04:58:25 Average: 1 13.08 0.00 6.32 4.88 0.03 75.69 04:58:25 Average: 2 12.59 0.00 6.17 4.71 0.03 76.50 04:58:25 Average: 3 12.51 0.00 6.40 4.76 0.03 76.29 04:58:25 04:58:25 04:58:25