Pull request #3134 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at a4129e86d499c8924a566b780eb9ce8c2b49056c rather than 93923f5d86e2a23836b4f0dca9bc222f230241bf Obtained Jenkinsfile from a4129e86d499c8924a566b780eb9ce8c2b49056c 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25195 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a4129e86d499c8924a566b780eb9ce8c2b49056c into PR head commit 93923f5d86e2a23836b4f0dca9bc222f230241bf Merge succeeded, producing 93923f5d86e2a23836b4f0dca9bc222f230241bf Checking out Revision 93923f5d86e2a23836b4f0dca9bc222f230241bf (PR-3134) > git config core.sparsecheckout # timeout=10 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # 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 a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 Commit message: "feat(notifications): Implement GET /subscription/receiver/{receiver} V2 API" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk feecce02fe33d34837c9f661423b300b71c7262b # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:45:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:45:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:45:10 ========================================================= 05:45:10 EdgeX Global Pipelines Version Info 05:45:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:45:12 ------------------- 05:45:12 stable info: 05:45:12 ------------------- 05:45:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:45:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:45:12 Message: update stable to v1.0.179 05:45:13 ------------------- 05:45:13 experimental info: 05:45:13 ------------------- 05:45:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:45:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:45:13 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:45:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:45:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:45:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:45:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:45:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:45:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3134 [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3134 [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3134 [Pipeline] echo 05:45:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93923f5d86e2a23836b4f0dca9bc222f230241bf [Pipeline] echo 05:45:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93923f5 [Pipeline] echo 05:45:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:45:16 provisioning config files... 05:45:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4363136699001906464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:45:16 ---> docker-login.sh 05:45:16 nexus3.edgexfoundry.org:10001 05:45:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:17 Configure a credential helper to remove this warning. See 05:45:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:17 05:45:17 Login Succeeded 05:45:17 nexus3.edgexfoundry.org:10002 05:45:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:17 Configure a credential helper to remove this warning. See 05:45:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:17 05:45:17 Login Succeeded 05:45:17 nexus3.edgexfoundry.org:10003 05:45:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:17 Configure a credential helper to remove this warning. See 05:45:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:17 05:45:17 Login Succeeded 05:45:17 nexus3.edgexfoundry.org:10004 05:45:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:17 Configure a credential helper to remove this warning. See 05:45:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:17 05:45:17 Login Succeeded 05:45:17 docker.io 05:45:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:18 Configure a credential helper to remove this warning. See 05:45:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:18 05:45:18 Login Succeeded 05:45:18 ---> docker-login.sh ends [Pipeline] } 05:45:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:18 ++ 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 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/core-command/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo core-command,cmd/core-command/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/core-data/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo core-data,cmd/core-data/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/core-metadata/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo core-metadata,cmd/core-metadata/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/security-bootstrapper/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/security-proxy-setup/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/support-notifications/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo support-notifications,cmd/support-notifications/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ cut -d/ -f2 05:45:18 ++ dirname cmd/support-scheduler/Dockerfile 05:45:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 05:45:18 + for file in '`ls cmd/**/Dockerfile`' 05:45:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 05:45:18 ++ cut -d/ -f2 05:45:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 05:45:18 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 05:45:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:19 05:45:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:45:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:19 latest: Pulling from edgex-devops/git-semver 05:45:19 31603596830f: Pulling fs layer 05:45:19 2a8b12db71e7: Pulling fs layer 05:45:19 6ca5941a6612: Pulling fs layer 05:45:19 ecc8261a40a4: Pulling fs layer 05:45:19 ecc8261a40a4: Waiting 05:45:19 2a8b12db71e7: Verifying Checksum 05:45:19 2a8b12db71e7: Download complete 05:45:20 31603596830f: Verifying Checksum 05:45:20 31603596830f: Download complete 05:45:20 ecc8261a40a4: Verifying Checksum 05:45:20 ecc8261a40a4: Download complete 05:45:20 6ca5941a6612: Verifying Checksum 05:45:20 6ca5941a6612: Download complete 05:45:20 31603596830f: Pull complete 05:45:20 2a8b12db71e7: Pull complete 05:45:21 6ca5941a6612: Pull complete 05:45:21 ecc8261a40a4: Pull complete 05:45:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:45:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:45:21 prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container 05:45:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:45:24 $ docker top b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:45:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:24 [ssh-agent] Looking for ssh-agent implementation... 05:45:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:25 $ docker exec b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent 05:45:25 SSH_AUTH_SOCK=/tmp/ssh-niOaMIXVRWbD/agent.13 05:45:25 SSH_AGENT_PID=18 05:45:25 Running ssh-add (command line suppressed) 05:45:25 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3367465318641475622.key (/w/workspace/edgex-go/3@tmp/private_key_3367465318641475622.key) 05:45:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:26 + git tag --points-at HEAD [Pipeline] } 05:45:26 $ docker exec --env ******** --env ******** b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent -k 05:45:26 unset SSH_AUTH_SOCK; 05:45:26 unset SSH_AGENT_PID; 05:45:26 echo Agent pid 18 killed; 05:45:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:45:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:26 [ssh-agent] Looking for ssh-agent implementation... 05:45:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:26 $ docker exec b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent 05:45:26 SSH_AUTH_SOCK=/tmp/ssh-3qJkvGTLifTP/agent.48 05:45:26 SSH_AGENT_PID=53 05:45:26 Running ssh-add (command line suppressed) 05:45:26 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5172808106511320397.key (/w/workspace/edgex-go/3@tmp/private_key_5172808106511320397.key) 05:45:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:27 + git semver init 05:45:27 # -> Open(): unable to determine branch for HEAD 05:45:27 # $GIT_DIR = /w/workspace/edgex-go/3/.git 05:45:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 05:45:27 # $SEMVER_REMOTE_NAME = origin 05:45:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:45:27 # $SEMVER_USER_NAME = edgex-jenkins 05:45:27 # $SEMVER_BRANCH = PR-3134 05:45:27 # $SEMVER_TEMP = /tmp/semver-598434721 05:45:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 05:45:53 # '/tmp/semver-598434721' -> '/w/workspace/edgex-go/3/.semver' 05:45:53 # -> Force: false 05:45:53 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 05:45:53 $ docker exec --env ******** --env ******** b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent -k 05:45:54 unset SSH_AUTH_SOCK; 05:45:54 unset SSH_AGENT_PID; 05:45:54 echo Agent pid 53 killed; 05:45:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:54 + git semver [Pipeline] } 05:45:54 $ docker stop --time=1 b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 05:45:56 $ docker rm -f b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 [Pipeline] // withDockerContainer [Pipeline] sh 05:45:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:45:57 Stashed 1 file(s) [Pipeline] echo 05:45:57 [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 05:45:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:45:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:45:58 + sudo service docker restart 05:45:58 + true 05:45:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 05:45:59 ========================================================= 05:45:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:45:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:45:59 + 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 . 05:46:04 Sending build context to Docker daemon 327.6MB 05:46:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 05:46:04 Step 2/6 : FROM ${BASE} 05:46:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:46:04 188c0c94c7c5: Pulling fs layer 05:46:04 0ef7d3d256c8: Pulling fs layer 05:46:04 de9db76c5a1d: Pulling fs layer 05:46:04 bca2f99d35d6: Pulling fs layer 05:46:04 93359f2a8cfa: Pulling fs layer 05:46:04 7c6f9722023f: Pulling fs layer 05:46:04 a35cf1a2eb13: Pulling fs layer 05:46:04 bca2f99d35d6: Waiting 05:46:04 93359f2a8cfa: Waiting 05:46:04 7c6f9722023f: Waiting 05:46:04 a35cf1a2eb13: Waiting 05:46:04 de9db76c5a1d: Download complete 05:46:04 0ef7d3d256c8: Verifying Checksum 05:46:04 0ef7d3d256c8: Download complete 05:46:04 93359f2a8cfa: Verifying Checksum 05:46:04 93359f2a8cfa: Download complete 05:46:04 7c6f9722023f: Download complete 05:46:04 188c0c94c7c5: Verifying Checksum 05:46:04 188c0c94c7c5: Download complete 05:46:04 188c0c94c7c5: Pull complete 05:46:04 0ef7d3d256c8: Pull complete 05:46:04 de9db76c5a1d: Pull complete 05:46:05 a35cf1a2eb13: Verifying Checksum 05:46:05 a35cf1a2eb13: Download complete 05:46:06 bca2f99d35d6: Verifying Checksum 05:46:06 bca2f99d35d6: Download complete 05:46:12 Still waiting to schedule task 05:46:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:46:13 bca2f99d35d6: Pull complete 05:46:13 93359f2a8cfa: Pull complete 05:46:13 7c6f9722023f: Pull complete 05:46:17 a35cf1a2eb13: Pull complete 05:46:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:46:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:46:17 ---> a62c8e92a672 05:46:17 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 05:46:17 ---> Running in 68214221b9a4 05:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:46:19 (1/12) Installing libmagic (5.38-r0) 05:46:19 (2/12) Installing file (5.38-r0) 05:46:19 (3/12) Installing libc-dev (0.7.2-r3) 05:46:19 (4/12) Installing g++ (9.3.0-r2) 05:46:25 (5/12) Installing fortify-headers (1.1-r0) 05:46:25 (6/12) Installing patch (2.7.6-r6) 05:46:25 (7/12) Installing build-base (0.5-r2) 05:46:25 (8/12) Installing libsodium (1.0.18-r0) 05:46:25 (9/12) Installing pkgconf (1.7.2-r0) 05:46:25 (10/12) Installing libsodium-dev (1.0.18-r0) 05:46:25 (11/12) Installing libzmq (4.3.3-r0) 05:46:25 (12/12) Installing zeromq-dev (4.3.3-r0) 05:46:25 Executing busybox-1.31.1-r19.trigger 05:46:25 OK: 233 MiB in 51 packages 05:46:29 Removing intermediate container 68214221b9a4 05:46:29 ---> a7e63f69acb2 05:46:29 Step 4/6 : WORKDIR /edgex-go 05:46:29 ---> Running in 46495d56f16d 05:46:29 Removing intermediate container 46495d56f16d 05:46:29 ---> 0a5631e49cac 05:46:29 Step 5/6 : COPY go.mod . 05:46:29 ---> 4b42535e6612 05:46:29 Step 6/6 : RUN go mod download 05:46:29 ---> Running in 42b44c96f1b4 05:46:51 Removing intermediate container 42b44c96f1b4 05:46:51 ---> fa2c74985e22 05:46:51 Successfully built fa2c74985e22 05:46:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:46:52 + docker inspect -f . ci-base-image-x86_64 05:46:52 . [Pipeline] withDockerContainer 05:46:52 prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container 05:46:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:46:53 $ docker top d5a88de01de4f6e8cbc08153921f3b3505ebc98fc14e526bfbc3f4f88c5ce7e7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:46:53 + go version 05:46:53 go version go1.15.5 linux/amd64 [Pipeline] } 05:46:53 $ docker stop --time=1 d5a88de01de4f6e8cbc08153921f3b3505ebc98fc14e526bfbc3f4f88c5ce7e7 05:46:55 $ docker rm -f d5a88de01de4f6e8cbc08153921f3b3505ebc98fc14e526bfbc3f4f88c5ce7e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:46:56 + docker inspect -f . ci-base-image-x86_64 05:46:56 . [Pipeline] withDockerContainer 05:46:56 prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container 05:46: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:46:57 $ docker top 9407909d9e0bd0009cada0cad2af4e23b7e35991b2a85ed677fbfbff7b39a06d -eo pid,comm [Pipeline] { [Pipeline] echo 05:46:57 ========================================================= 05:46:57 [edgeXBuildGoParallel] Running Tests and Build... 05:46:57 ========================================================= [Pipeline] sh 05:46:57 + make test 05:46:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:47:07 ? github.com/edgexfoundry/edgex-go [no test files] 05:47:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:47:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:47:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:47:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:47:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:47:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:47:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:47:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:47:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:47:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:47:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:47:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:47:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:47:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.6% of statements 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 05:47:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 05:47:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 05:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.3% of statements 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:47:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:47:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:47:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:47:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements 05:47:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:47:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements 05:47:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:47:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 05:47:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:47:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:47:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:47:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.357s coverage: 92.8% of statements 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 05:47:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 05:47:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 05:47:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 05:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.045s coverage: 94.4% of statements 05:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.088s coverage: 92.9% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 63.5% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 68.9% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.084s coverage: 84.3% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 05:48:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements 05:48:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 05:48:15 GO111MODULE=on go vet ./... 05:48:42 gofmt -l . 05:48:42 [ "`gofmt -l .`" = "" ] 05:48:42 ./bin/test-go-mod-tidy.sh 05:48:42 ./bin/test-attribution-txt.sh [Pipeline] sh 05:48:42 + ls -al . 05:48:42 total 692 05:48:42 drwxrwxr-x 10 1001 1001 4096 Feb 5 05:48 . 05:48:42 drwxr-xr-x 4 root root 28 Feb 5 05:46 .. 05:48:42 -rw-rw-r-- 1 1001 1001 11 Feb 5 05:45 .dockerignore 05:48:42 drwxrwxr-x 8 1001 1001 179 Feb 5 05:45 .git 05:48:42 drwxrwxr-x 3 1001 1001 125 Feb 5 05:45 .github 05:48:42 -rw-rw-r-- 1 1001 1001 872 Feb 5 05:45 .gitignore 05:48:42 drwx------ 3 1001 1001 60 Feb 5 05:45 .semver 05:48:42 -rw-rw-r-- 1 1001 1001 166 Feb 5 05:45 .sonarcloud.properties 05:48:42 -rw-rw-r-- 1 1001 1001 7859 Feb 5 05:45 Attribution.txt 05:48:42 -rw-rw-r-- 1 1001 1001 3804 Feb 5 05:45 CONTRIBUTING.md 05:48:42 -rw-rw-r-- 1 1001 1001 931 Feb 5 05:45 Dockerfile.build 05:48:42 -rw-rw-r-- 1 1001 1001 863 Feb 5 05:45 Jenkinsfile 05:48:42 -rw-rw-r-- 1 1001 1001 10775 Feb 5 05:45 LICENSE 05:48:42 -rw-rw-r-- 1 1001 1001 6001 Feb 5 05:45 Makefile 05:48:42 -rw-rw-r-- 1 1001 1001 6524 Feb 5 05:45 README.md 05:48:42 -rw-rw-r-- 1 1001 1001 6755 Feb 5 05:45 SECURITY.md 05:48:42 -rw-rw-r-- 1 1001 1001 5 Feb 5 05:45 VERSION 05:48:42 -rw-rw-r-- 1 1001 1001 4131 Feb 5 05:45 ZMQWindows.md 05:48:42 drwxrwxr-x 2 1001 1001 117 Feb 5 05:45 bin 05:48:42 drwxrwxr-x 15 1001 1001 4096 Feb 5 05:45 cmd 05:48:42 -rw-r--r-- 1 root root 587103 Feb 5 05:48 coverage.out 05:48:42 -rw-r--r-- 1 root root 1054 Feb 5 05:48 go.mod 05:48:42 -rw-r--r-- 1 root root 19290 Feb 5 05:48 go.sum 05:48:42 drwxrwxr-x 8 1001 1001 127 Feb 5 05:45 internal 05:48:42 drwxrwxr-x 4 1001 1001 26 Feb 5 05:45 openapi 05:48:42 drwxrwxr-x 4 1001 1001 71 Feb 5 05:45 snap 05:48:42 -rw-rw-r-- 1 1001 1001 168 Feb 5 05:45 version.go [Pipeline] sh 05:48:42 + '[' -e coverage.out ] 05:48:42 + chown 1001:1001 coverage.out [Pipeline] stash 05:48:43 Stashed 1 file(s) [Pipeline] sh 05:48:43 + make build 05:48:43 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 05:48: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 05:48:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25198 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws 05:48:49 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 05:48:54 using credential edgex-jenkins-ssh 05:48:54 Cloning the remote Git repository 05:48:54 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 05:48:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:48:54 > git init /w/workspace/edgex-go/3 # timeout=10 05:48:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:48:54 > git --version # timeout=10 05:48:54 > git --version # 'git version 2.17.1' 05:48:54 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:55 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 05:48:57 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 05:48:57 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 05:48:59 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 05:49:00 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 05:49:02 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 05:49:03 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 05:49:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:49:05 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 05:49: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 [Pipeline] } 05:49:08 $ docker stop --time=1 9407909d9e0bd0009cada0cad2af4e23b7e35991b2a85ed677fbfbff7b39a06d 05:49:10 $ docker rm -f 9407909d9e0bd0009cada0cad2af4e23b7e35991b2a85ed677fbfbff7b39a06d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 05:49:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:49:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:12 Merging remotes/origin/master commit a4129e86d499c8924a566b780eb9ce8c2b49056c into PR head commit 93923f5d86e2a23836b4f0dca9bc222f230241bf 05:49:12 Merge succeeded, producing 93923f5d86e2a23836b4f0dca9bc222f230241bf 05:49:12 Checking out Revision 93923f5d86e2a23836b4f0dca9bc222f230241bf (PR-3134) 05:49:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:49:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:49:11 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:49:12 > git config core.sparsecheckout # timeout=10 05:49:12 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 05:49:12 > git remote # timeout=10 05:49:12 > git config --get remote.origin.url # timeout=10 05:49:12 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:12 > git merge a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 05:49:12 > git rev-parse HEAD^{commit} # timeout=10 05:49:12 > git config core.sparsecheckout # timeout=10 05:49:13 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [Pipeline] isUnix [Pipeline] sh 05:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:49:14 05:49:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 05:49:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:49:14 latest: Pulling from edgex-devops/edgex-compose 05:49:14 cbdbe7a5bc2a: Pulling fs layer 05:49:14 ca9280d653b3: Pulling fs layer 05:49:14 7e9c9ca2126c: Pulling fs layer 05:49:14 cbdbe7a5bc2a: Download complete 05:49:15 cbdbe7a5bc2a: Pull complete 05:49:15 ca9280d653b3: Download complete 05:49:16 ca9280d653b3: Pull complete 05:49:16 7e9c9ca2126c: Download complete 05:49:17 Commit message: "feat(notifications): Implement GET /subscription/receiver/{receiver} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:49:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:49:19 + sudo service docker restart 05:49:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:49:21 provisioning config files... 05:49:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2973356851478816155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:49:22 ---> docker-login.sh 05:49:22 nexus3.edgexfoundry.org:10001 05:49:23 7e9c9ca2126c: Pull complete 05:49:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:49:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:49:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 05:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:23 prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container 05:49:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:23 Configure a credential helper to remove this warning. See 05:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:23 05:49:23 Login Succeeded 05:49:23 nexus3.edgexfoundry.org:10002 05:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:23 Configure a credential helper to remove this warning. See 05:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:23 05:49:23 Login Succeeded 05:49:23 nexus3.edgexfoundry.org:10003 05:49:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:24 Configure a credential helper to remove this warning. See 05:49:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:24 05:49:24 Login Succeeded 05:49:24 nexus3.edgexfoundry.org:10004 05:49:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:24 Configure a credential helper to remove this warning. See 05:49:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:24 05:49:24 Login Succeeded 05:49:24 docker.io 05:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:25 Configure a credential helper to remove this warning. See 05:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:25 05:49:25 Login Succeeded 05:49:25 ---> docker-login.sh ends 05:49:26 $ docker top 26801830f6a20ca3529dff9b343e35553538555910515d7aaded5a6dcdbabbe7 -eo pid,comm [Pipeline] { [Pipeline] } 05:49:26 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 05:49:27 + docker-compose build --help 05:49:27 + grep parallel [Pipeline] echo 05:49:27 ========================================================= 05:49:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:49:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:49:27 + 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 . 05:49:28 --parallel Build images in parallel. [Pipeline] } 05:49:28 $ docker stop --time=1 26801830f6a20ca3529dff9b343e35553538555910515d7aaded5a6dcdbabbe7 05:49:29 $ docker rm -f 26801830f6a20ca3529dff9b343e35553538555910515d7aaded5a6dcdbabbe7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:49:30 . [Pipeline] withDockerContainer 05:49:30 prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container 05:49:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:49:30 Sending build context to Docker daemon 166.2MB 05:49:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 05:49:30 Step 2/6 : FROM ${BASE} 05:49:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:49:30 5f621e34cdf4: Pulling fs layer 05:49:30 a4357932f1b6: Pulling fs layer 05:49:30 18c013af1878: Pulling fs layer 05:49:30 00ac8860ef70: Pulling fs layer 05:49:30 63d7cb157983: Pulling fs layer 05:49:30 b116817d02f9: Pulling fs layer 05:49:30 745a02a5169b: Pulling fs layer 05:49:30 00ac8860ef70: Waiting 05:49:30 63d7cb157983: Waiting 05:49:30 b116817d02f9: Waiting 05:49:30 745a02a5169b: Waiting 05:49:30 18c013af1878: Verifying Checksum 05:49:30 18c013af1878: Download complete 05:49:30 a4357932f1b6: Verifying Checksum 05:49:30 a4357932f1b6: Download complete 05:49:30 63d7cb157983: Download complete 05:49:30 b116817d02f9: Verifying Checksum 05:49:30 b116817d02f9: Download complete 05:49:30 5f621e34cdf4: Verifying Checksum 05:49:30 5f621e34cdf4: Download complete 05:49:30 5f621e34cdf4: Pull complete 05:49:30 $ docker top 45de1be04bd3aa1b03bb6027b002034b51016bd53aaf51a2f770dbb8d8ca2849 -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:31 a4357932f1b6: Pull complete 05:49:31 + docker-compose -f ./docker-compose-build.yml build --parallel 05:49:31 18c013af1878: Pull complete 05:49:32 Building docker-core-command-go ... 05:49:32 Building docker-core-data-go ... 05:49:32 Building docker-core-metadata-go ... 05:49:32 Building docker-security-bootstrapper-go ... 05:49:32 Building docker-security-proxy-setup-go ... 05:49:32 Building docker-security-secretstore-setup-go ... 05:49:32 Building docker-support-notifications-go ... 05:49:32 Building docker-support-scheduler-go ... 05:49:32 Building docker-sys-mgmt-agent-go ... 05:49:32 Building docker-security-secretstore-setup-go 05:49:32 Building docker-sys-mgmt-agent-go 05:49:32 Building docker-core-metadata-go 05:49:32 Building docker-support-notifications-go 05:49:32 Building docker-security-bootstrapper-go 05:49:32 745a02a5169b: Verifying Checksum 05:49:32 745a02a5169b: Download complete 05:49:34 00ac8860ef70: Verifying Checksum 05:49:34 00ac8860ef70: Download complete 05:49:44 00ac8860ef70: Pull complete 05:49:44 63d7cb157983: Pull complete 05:49:44 b116817d02f9: Pull complete 05:49:49 745a02a5169b: Pull complete 05:49:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:49:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:49:49 ---> b7e6874047d6 05:49:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 05:49:51 ---> Running in 5dd76abcb5b1 05:49:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:49:54 (1/12) Installing libmagic (5.38-r0) 05:49:54 (2/12) Installing file (5.38-r0) 05:49:54 (3/12) Installing libc-dev (0.7.2-r3) 05:49:54 (4/12) Installing g++ (9.3.0-r2) 05:50:00 (5/12) Installing fortify-headers (1.1-r0) 05:50:00 (6/12) Installing patch (2.7.6-r6) 05:50:00 (7/12) Installing build-base (0.5-r2) 05:50:00 (8/12) Installing libsodium (1.0.18-r0) 05:50:00 (9/12) Installing pkgconf (1.7.2-r0) 05:50:00 (10/12) Installing libsodium-dev (1.0.18-r0) 05:50:00 (11/12) Installing libzmq (4.3.3-r0) 05:50:00 (12/12) Installing zeromq-dev (4.3.3-r0) 05:50:00 Executing busybox-1.31.1-r19.trigger 05:50:00 OK: 217 MiB in 51 packages 05:50:04 Removing intermediate container 5dd76abcb5b1 05:50:04 ---> d737a944aa19 05:50:04 Step 4/6 : WORKDIR /edgex-go 05:50:04 ---> Running in 36aecd442d7e 05:50:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:50:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:50:04 ---> fa2c74985e22 05:50:04 Step 3/23 : WORKDIR /edgex-go 05:50:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:50:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 05:50:04 ---> fa2c74985e22 05:50:04 Step 3/31 : WORKDIR /edgex-go 05:50:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:50:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:50:04 ---> fa2c74985e22 05:50:04 Step 3/22 : WORKDIR /edgex-go 05:50:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:50:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:50:04 ---> fa2c74985e22 05:50:04 Step 3/24 : WORKDIR /edgex-go 05:50:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:50:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:50:04 ---> fa2c74985e22 05:50:04 Step 3/26 : WORKDIR /edgex-go 05:50:04 ---> Running in b35148ed4ee6 05:50:04 ---> Running in 7ae7dfade455 05:50:04 ---> Running in 283bfc3d0dd3 05:50:04 ---> Running in cfe125aa8ed4 05:50:04 ---> Running in f61a9f8d8fa2 05:50:04 Removing intermediate container 7ae7dfade455 05:50:04 ---> 2d6b181a0fb7 05:50:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:04 Removing intermediate container cfe125aa8ed4 05:50:04 ---> 1a2fdf8c24b3 05:50:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:04 Removing intermediate container b35148ed4ee6 05:50:04 ---> ddd7180c8209 05:50:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:04 Removing intermediate container f61a9f8d8fa2 05:50:04 ---> a973c0ca2581 05:50:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:04 Removing intermediate container 283bfc3d0dd3 05:50:04 ---> 060016ecbd0e 05:50:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:04 ---> Running in d96d2f7c0747 05:50:04 ---> Running in 426c464aecfe 05:50:04 ---> Running in 5dd5a0fcf00c 05:50:04 ---> Running in 88801b62ab95 05:50:04 ---> Running in 36139736a53f 05:50:04 Removing intermediate container 36aecd442d7e 05:50:04 ---> ad8bf941f6fd 05:50:04 Step 5/6 : COPY go.mod . 05:50:05 ---> 64dbaff7c384 05:50:05 Step 6/6 : RUN go mod download 05:50:05 Removing intermediate container d96d2f7c0747 05:50:05 ---> 5d4049f6fc5b 05:50:05 Step 5/23 : RUN apk add --update --no-cache make git 05:50:05 ---> Running in 44559dcaf70b 05:50:06 Removing intermediate container 426c464aecfe 05:50:06 ---> 8f1752e82a2b 05:50:06 Step 5/24 : RUN apk add --update --no-cache make git 05:50:06 ---> Running in d58d9fa0c779 05:50:06 ---> Running in cc6af289c747 05:50:06 Removing intermediate container 5dd5a0fcf00c 05:50:06 ---> 9fa33b2c96d8 05:50:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 05:50:06 ---> Running in 7f1fa5c187fe 05:50:06 Removing intermediate container 88801b62ab95 05:50:06 ---> 71fe97eae2d0 05:50:06 Step 5/26 : RUN apk add --update --no-cache make bash git 05:50:07 Removing intermediate container 36139736a53f 05:50:07 ---> cdd25a728eea 05:50:07 Step 5/31 : RUN apk add --update --no-cache make git 05:50:07 ---> Running in 91a5b825584e 05:50:07 ---> Running in b672cb8c29dc 05:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:08 OK: 233 MiB in 51 packages 05:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:08 OK: 233 MiB in 51 packages 05:50:08 OK: 233 MiB in 51 packages 05:50:08 OK: 233 MiB in 51 packages 05:50:09 OK: 233 MiB in 51 packages 05:50:09 Removing intermediate container cc6af289c747 05:50:09 ---> a7e353bea157 05:50:09 Step 6/24 : COPY go.mod . 05:50:09 Removing intermediate container d58d9fa0c779 05:50:09 ---> 0b2c5878229d 05:50:09 Step 6/23 : COPY go.mod . 05:50:09 ---> 067a657d0a87 05:50:09 Step 7/24 : RUN go mod download 05:50:10 Removing intermediate container 7f1fa5c187fe 05:50:10 ---> ad59269c2e6a 05:50:10 Step 6/22 : COPY go.mod . 05:50:10 ---> d1f897c112b2 05:50:10 Step 7/23 : RUN go mod download 05:50:10 Removing intermediate container 91a5b825584e 05:50:10 ---> be729ae1bf83 05:50:10 Step 6/26 : COPY go.mod . 05:50:10 ---> Running in 563f3fa46c1d 05:50:10 ---> Running in a8ec845bd45a 05:50:10 Removing intermediate container b672cb8c29dc 05:50:10 ---> 5a4c13b22e57 05:50:10 Step 6/31 : COPY go.mod . 05:50:10 ---> a823389217e7 05:50:10 Step 7/22 : RUN go mod download 05:50:10 ---> c92d08d677cb 05:50:10 Step 7/26 : RUN go mod download 05:50:10 ---> Running in 2847b09d4ac9 05:50:10 ---> Running in 0006f3a094d9 05:50:10 ---> bbc63b33498e 05:50:10 Step 7/31 : RUN go mod download 05:50:11 ---> Running in 3b011e81cbcf 05:50:13 Removing intermediate container 563f3fa46c1d 05:50:13 ---> d1a351296125 05:50:13 Step 8/24 : COPY . . 05:50:13 Removing intermediate container 3b011e81cbcf 05:50:13 ---> 7a9a7fef6a4d 05:50:13 Step 8/31 : COPY . . 05:50:13 Removing intermediate container 2847b09d4ac9 05:50:13 ---> 669912ed0126 05:50:13 Step 8/22 : COPY . . 05:50:13 Removing intermediate container 0006f3a094d9 05:50:13 ---> f512233d2e0c 05:50:13 Step 8/26 : COPY . . 05:50:13 Removing intermediate container a8ec845bd45a 05:50:13 ---> 4027cdfb2112 05:50:13 Step 8/23 : COPY . . 05:50:32 Removing intermediate container 44559dcaf70b 05:50:32 ---> 70f5b1df8e14 05:50:32 Successfully built 70f5b1df8e14 05:50:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:50:32 + docker inspect -f . ci-base-image-arm64 05:50:32 . [Pipeline] withDockerContainer 05:50:33 prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container 05:50:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:50:34 $ docker top bd1562ddf47d373da7a37c80acf574c7c48ab8c65fe98f38d9fce8e319c275a1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:50:35 + go version 05:50:35 go version go1.15.5 linux/arm64 [Pipeline] } 05:50:36 $ docker stop --time=1 bd1562ddf47d373da7a37c80acf574c7c48ab8c65fe98f38d9fce8e319c275a1 05:50:37 $ docker rm -f bd1562ddf47d373da7a37c80acf574c7c48ab8c65fe98f38d9fce8e319c275a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:50:38 + docker inspect -f . ci-base-image-arm64 05:50:38 . [Pipeline] withDockerContainer 05:50:39 prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container 05:50:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:50:40 $ docker top b6ea84d776abfdbae82b14ab6562f9317d16e4155db670f465b9585ebc14e10f -eo pid,comm [Pipeline] { [Pipeline] echo 05:50:41 ========================================================= 05:50:41 [edgeXBuildGoParallel] Running Tests and Build... 05:50:41 ========================================================= [Pipeline] sh 05:50:41 + make test 05:50:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:50:52 ---> 1234b0572b91 05:50:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:50:52 ---> 0bb93c2ffb6b 05:50:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 05:50:52 ---> f6b8c1cddc99 05:50:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 05:50:52 ---> a41d22b0c220 05:50:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:50:52 ---> Running in 2b0babfd08e0 05:50:52 ---> Running in b65295a06e07 05:50:52 ---> Running in 9555f74e5aa7 05:50:52 ---> Running in c2546fdf7e1a 05:50:52 ---> f76db5f18880 05:50:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 05:50:52 ---> Running in 5dffe9b7a879 05:50:52 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 05:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:50: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 05:51:03 ? github.com/edgexfoundry/edgex-go [no test files] 05:51:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:51:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:51:25 Removing intermediate container c2546fdf7e1a 05:51:25 ---> 36f533c115bd 05:51:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:51:25 ---> Running in 318569893ecb 05:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:51:29 Removing intermediate container 9555f74e5aa7 05:51:29 ---> cd20bfed29be 05:51:29 05:51:29 Step 10/24 : FROM alpine:3.12 05:51:29 3.12: Pulling from library/alpine 05:51:29 Removing intermediate container 2b0babfd08e0 05:51:29 ---> e82684035189 05:51:29 05:51:29 Step 10/22 : FROM alpine:3.12 05:51:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:51:29 3.12: Pulling from library/alpine 05:51:29 Status: Downloaded newer image for alpine:3.12 05:51:29 ---> 389fef711851 05:51:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 05:51:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:51:29 Status: Image is up to date for alpine:3.12 05:51:29 ---> 389fef711851 05:51:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 05:51:31 ---> Running in 0a0515ff79e0 05:51:31 ---> Running in 4e259b2ab86e 05:51:32 Removing intermediate container 5dffe9b7a879 05:51:32 ---> 329cd247ac7a 05:51:32 05:51:32 Step 10/31 : FROM alpine:3.12 05:51:32 ---> 389fef711851 05:51:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 05:51:34 Removing intermediate container 318569893ecb 05:51:34 ---> df76b39250e5 05:51:34 05:51:34 Step 11/26 : FROM docker:20.10.0 05:51:34 ---> Running in e2cd66088725 05:51:34 20.10.0: Pulling from library/docker 05:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:34 Removing intermediate container b65295a06e07 05:51:34 ---> 8f8e07e7f20d 05:51:34 05:51:34 Step 10/23 : FROM alpine:3.12 05:51:34 ---> 389fef711851 05:51:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:51:34 (1/5) Installing ca-certificates (20191127-r4) 05:51:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 05:51:34 (3/5) Installing libcurl (7.69.1-r3) 05:51:34 (4/5) Installing curl (7.69.1-r3) 05:51:34 Removing intermediate container e2cd66088725 05:51:34 ---> 9fd413dfe51b 05:51:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 05:51:34 ---> Running in 4c5056344e89 05:51:34 (5/5) Installing dumb-init (1.2.2-r1) 05:51:34 Executing busybox-1.31.1-r19.trigger 05:51:34 Executing ca-certificates-20191127-r4.trigger 05:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:34 (1/2) Installing ca-certificates (20191127-r4) 05:51:34 (2/2) Installing dumb-init (1.2.2-r1) 05:51:34 Executing busybox-1.31.1-r19.trigger 05:51:34 Executing ca-certificates-20191127-r4.trigger 05:51:34 OK: 6 MiB in 16 packages 05:51:35 OK: 7 MiB in 19 packages 05:51:35 ---> Running in 5d5715eb15d6 05:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:37 (1/1) Installing dumb-init (1.2.2-r1) 05:51:37 Executing busybox-1.31.1-r19.trigger 05:51:37 OK: 6 MiB in 15 packages 05:51:37 Removing intermediate container 0a0515ff79e0 05:51:37 ---> d1f74b3baa5a 05:51:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:51:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:38 Removing intermediate container 4e259b2ab86e 05:51:38 ---> 758a5057cb6c 05:51:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 05:51:38 ---> Running in 1b075febe8b2 05:51:38 (1/2) Installing dumb-init (1.2.2-r1) 05:51:38 (2/2) Installing su-exec (0.2-r1) 05:51:38 Executing busybox-1.31.1-r19.trigger 05:51:38 OK: 6 MiB in 16 packages 05:51:38 ---> Running in ba87dd91ba41 05:51:39 Removing intermediate container 4c5056344e89 05:51:39 ---> c55b360f2d56 05:51:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:51:39 Removing intermediate container 1b075febe8b2 05:51:39 ---> 8442f4639dba 05:51:39 Step 13/24 : WORKDIR / 05:51:40 ---> Running in f12ff7d02aa7 05:51:40 ---> Running in 3a47ebc501ca 05:51:40 Removing intermediate container ba87dd91ba41 05:51:40 ---> eef559b39b79 05:51:40 Step 13/22 : ENV APP_PORT=48060 05:51:41 ---> Running in 60e4473f9526 05:51:41 Removing intermediate container 3a47ebc501ca 05:51:41 ---> 1caf9a4f7c36 05:51:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:51:41 Removing intermediate container f12ff7d02aa7 05:51:41 ---> a7777c2c7a51 05:51:41 Step 13/23 : ENV APP_PORT=48081 05:51:41 Removing intermediate container 5d5715eb15d6 05:51:41 ---> 9dca1c0bb842 05:51:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 05:51:41 ---> Running in 611ee6c5a60d 05:51:41 Removing intermediate container 60e4473f9526 05:51:41 ---> 35564d54bf36 05:51:41 Step 14/22 : EXPOSE $APP_PORT 05:51:41 ---> Running in 8d1745825d0d 05:51:41 ---> d79f3fcb160f 05:51:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:51:41 ---> Running in c7f678d43fc4 05:51:41 Removing intermediate container 611ee6c5a60d 05:51:41 ---> a46167b7268e 05:51:41 Step 14/23 : EXPOSE $APP_PORT 05:51:42 ---> Running in ff3cc9c7249a 05:51:42 Removing intermediate container 8d1745825d0d 05:51:42 ---> 2b934201ed90 05:51:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 05:51:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 05:51:42 Removing intermediate container c7f678d43fc4 05:51:42 ---> 6af2a0947b55 05:51:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:51:42 Status: Downloaded newer image for docker:20.10.0 05:51:42 ---> aefe523efa57 05:51:42 Step 12/26 : RUN apk add --no-cache bash 05:51:42 ---> Running in 07b67e9bbdfb 05:51:42 ---> 838eea1d090d 05:51:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:51:42 ---> Running in 5d44356b9392 05:51:42 Removing intermediate container ff3cc9c7249a 05:51:42 ---> ddd99bdf4a74 05:51:42 Step 15/23 : WORKDIR / 05:51:42 ---> Running in 508bbf72a342 05:51:42 ---> 6948e3b36b0a 05:51:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:51:43 Removing intermediate container 07b67e9bbdfb 05:51:43 ---> 990d78a6ef3a 05:51:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 05:51:43 ---> 45c66465872f 05:51:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:51:43 ---> Running in f2af38da22ae 05:51:43 Removing intermediate container 508bbf72a342 05:51:43 ---> 06d09a77d75d 05:51:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:51:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:43 (1/2) Installing readline (8.0.4-r0) 05:51:43 (2/2) Installing bash (5.0.17-r0) 05:51:43 Executing bash-5.0.17-r0.post-install 05:51:43 Executing busybox-1.31.1-r19.trigger 05:51:43 OK: 12 MiB in 22 packages 05:51:44 ---> c1f126c00241 05:51:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:51:44 ---> 865b3d04211d 05:51:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:51:44 ---> e165d8c18229 05:51:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:51:45 ---> 1f7094243305 05:51:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 05:51:45 Removing intermediate container 5d44356b9392 05:51:45 ---> 1be1f0e92344 05:51:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 05:51:45 ---> Running in bf7dc702bbab 05:51:45 ---> Running in f5eadab0caeb 05:51:45 ---> 595400fd281e 05:51:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:51:45 Removing intermediate container f2af38da22ae 05:51:45 ---> 4a3809d06163 05:51:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 05:51:45 ---> c214b541026d 05:51:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:51:45 ---> Running in 4fece795901c 05:51:45 Removing intermediate container bf7dc702bbab 05:51:45 ---> 987262f4ef18 05:51:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:51:45 Removing intermediate container f5eadab0caeb 05:51:45 ---> b4e941c399ba 05:51:45 Step 14/26 : ENV APP_PORT=48090 05:51:45 ---> b4e151d37fe3 05:51:45 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/ 05:51:45 ---> bbd420c0e6df 05:51:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 05:51:45 ---> Running in 233b9bc938b0 05:51:45 ---> Running in 2a109d326edd 05:51:46 ---> Running in 085252ff048c 05:51:46 ---> Running in 865de38ab42f 05:51:46 Removing intermediate container 4fece795901c 05:51:46 ---> eef31c5d2368 05:51:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 05:51:46 Removing intermediate container 233b9bc938b0 05:51:46 ---> 33553dc0d12c 05:51:46 Step 15/26 : EXPOSE $APP_PORT 05:51:46 Removing intermediate container 2a109d326edd 05:51:46 ---> 9a90cd895053 05:51:46 Step 20/22 : LABEL arch=x86_64 05:51:46 Removing intermediate container 865de38ab42f 05:51:46 ---> 484978e2e3e6 05:51:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:51:46 ---> 1e2cb35cb333 05:51:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 05:51:46 ---> Running in 067b4d8f054d 05:51:46 ---> Running in 76f5f6aaf3be 05:51:46 ---> Running in 178bbd24b067 05:51:46 ---> Running in fccb884f48a8 05:51:46 Removing intermediate container 76f5f6aaf3be 05:51:46 ---> 26c96dac69e9 05:51:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:51:47 Removing intermediate container 067b4d8f054d 05:51:47 ---> b6e2fa0a3e95 05:51:47 Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:51:47 Removing intermediate container 178bbd24b067 05:51:47 ---> 2408d026d498 05:51:47 Step 21/23 : LABEL arch=x86_64 05:51:47 ---> Running in c88b14f9afe2 05:51:47 ---> Running in 3bfd685f37ba 05:51:47 Removing intermediate container 085252ff048c 05:51:47 ---> 40d0f5ed444b 05:51:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:51:47 ---> 3ef831e2a199 05:51:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:51:47 ---> Running in da8150e2df3f 05:51:47 Removing intermediate container c88b14f9afe2 05:51:47 ---> 6d74a9cf6a63 05:51:47 Step 22/22 : LABEL version=0.0.0 05:51:47 Removing intermediate container 3bfd685f37ba 05:51:47 ---> a59b0a133b22 05:51:47 Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:51:47 ---> Running in 98e5adc4b1a6 05:51:48 Removing intermediate container da8150e2df3f 05:51:48 ---> 1ce6f28179b4 05:51:48 Step 22/24 : LABEL arch=x86_64 05:51:48 ---> Running in bb19c681115e 05:51:48 ---> 757e858fce3e 05:51:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:51:48 ---> Running in 901416c0005f 05:51:48 Removing intermediate container 98e5adc4b1a6 05:51:48 ---> 72e608af95c5 05:51:48 05:51:48 Removing intermediate container bb19c681115e 05:51:48 ---> f3dfa549e880 05:51:48 Step 23/23 : LABEL version=0.0.0 05:51:48 Removing intermediate container fccb884f48a8 05:51:48 ---> 72c2ca2da1cf 05:51:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 05:51:48 Removing intermediate container 901416c0005f 05:51:48 ---> 69dbc3216708 05:51:48 Step 23/24 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:51:48 ---> e506ba948e9a 05:51:48 Step 19/26 : RUN apk --no-cache add py3-pip 05:51:48 ---> Running in 98ca7f79ef71 05:51:49 Successfully built 72e608af95c5 05:51:49 ---> Running in 6905994e0293 05:51:49 Successfully tagged docker-support-notifications-go:latest 05:51:49  Building docker-support-notifications-go ... done Building docker-core-command-go 05:51:49 ---> Running in 00eadaf7f7cf 05:51:49 Removing intermediate container 98ca7f79ef71 05:51:49 ---> 6c170061befc 05:51:49 05:51:49 ---> de33a2e450c8 05:51:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:51:49 Removing intermediate container 6905994e0293 05:51:49 ---> 019b37802868 05:51:49 Step 24/24 : LABEL version=0.0.0 05:51:49 Successfully built 6c170061befc 05:51:49 Successfully tagged docker-core-metadata-go:latest 05:51:49 Building docker-core-data-go 05:51:49  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:49 ---> Running in 007ac681b64f 05:51:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:50 ---> e4a1675db019 05:51:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 05:51:50 (1/33) Installing libbz2 (1.0.8-r1) 05:51:50 (2/33) Installing expat (2.2.9-r1) 05:51:50 (3/33) Installing libffi (3.3-r2) 05:51:50 (4/33) Installing gdbm (1.13-r1) 05:51:50 (5/33) Installing xz-libs (5.2.5-r0) 05:51:50 (6/33) Installing sqlite-libs (3.32.1-r0) 05:51:50 (7/33) Installing python3 (3.8.5-r0) 05:51:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:51:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:52:00 Removing intermediate container 007ac681b64f 05:52:00 ---> b8a96850444b 05:52:00 05:52:00 (8/33) Installing py3-appdirs (1.4.4-r1) 05:52:00 (9/33) Installing py3-ordered-set (4.0.1-r0) 05:52:00 (10/33) Installing py3-parsing (2.4.7-r0) 05:52:00 (11/33) Installing py3-six (1.15.0-r0) 05:52:00 (12/33) Installing py3-packaging (20.4-r0) 05:52:00 ---> e26b58907e38 05:52:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 05:52:00 (13/33) Installing py3-setuptools (47.0.0-r0) 05:52:00 (14/33) Installing py3-chardet (3.0.4-r4) 05:52:00 Successfully built b8a96850444b 05:52:00 (15/33) Installing py3-idna (2.9-r0) 05:52:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 05:52:00 Successfully tagged docker-security-secretstore-setup-go:latest 05:52:00  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 05:52:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 05:52:01 (18/33) Installing py3-requests (2.23.0-r0) 05:52:01 (19/33) Installing py3-msgpack (1.0.0-r0) 05:52:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:52:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:52:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:52:02 (20/33) Installing py3-lockfile (0.12.2-r3) 05:52:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 05:52:04 (22/33) Installing py3-colorama (0.4.3-r0) 05:52:06 (23/33) Installing py3-distlib (0.3.0-r0) 05:52:07 (24/33) Installing py3-distro (1.5.0-r1) 05:52:07 (25/33) Installing py3-webencodings (0.5.1-r3) 05:52:08 (26/33) Installing py3-html5lib (1.0.1-r4) 05:52:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:52:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:52:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:52:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:52:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:52:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:52:09 (27/33) Installing py3-pytoml (0.1.21-r0) 05:52:10 (28/33) Installing py3-pep517 (0.8.2-r0) 05:52:10 (29/33) Installing py3-progress (1.5-r0) 05:52:10 (30/33) Installing py3-toml (0.10.1-r0) 05:52:11 (31/33) Installing py3-retrying (1.3.3-r0) 05:52:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 05:52:11 (33/33) Installing py3-pip (20.1.1-r0) 05:52:11 ---> 871cc5beadf8 05:52:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 05:52:11 Executing busybox-1.31.1-r19.trigger 05:52:12 OK: 71 MiB in 55 packages 05:52:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:52:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:52:12 ---> fa2c74985e22 05:52:12 Step 3/23 : WORKDIR /edgex-go 05:52:13 ---> Using cache 05:52:13 ---> 060016ecbd0e 05:52:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:52:13 ---> Using cache 05:52:13 ---> cdd25a728eea 05:52:13 Step 5/23 : RUN apk add --update --no-cache make git 05:52:13 ---> Using cache 05:52:13 ---> 5a4c13b22e57 05:52:13 Step 6/23 : COPY go.mod . 05:52:13 ---> Using cache 05:52:13 ---> bbc63b33498e 05:52:13 Step 7/23 : RUN go mod download 05:52:13 ---> Using cache 05:52:13 ---> 7a9a7fef6a4d 05:52:13 Step 8/23 : COPY . . 05:52:13 ---> Using cache 05:52:13 ---> f76db5f18880 05:52:13 Step 9/23 : RUN make cmd/core-command/core-command 05:52:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:52:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:52:13 ---> fa2c74985e22 05:52:13 Step 3/23 : WORKDIR /edgex-go 05:52:13 ---> Using cache 05:52:13 ---> 060016ecbd0e 05:52:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:52:13 ---> Using cache 05:52:13 ---> cdd25a728eea 05:52:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 05:52:13 ---> c41dc0ab99bc 05:52:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 05:52:13 ---> Running in e09c2bd395ae 05:52:13 ---> Running in 43ea64580594 05:52:14 ---> Running in 419fd771a69f 05:52:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:52:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:52:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:52:15 Removing intermediate container 419fd771a69f 05:52:15 ---> 1a7805d0a7d4 05:52:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:52:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 05:52:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:52:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:52:17 ---> 754267865a0f 05:52:17 Step 26/31 : RUN chmod +x /entrypoint.sh 05:52:17 OK: 233 MiB in 51 packages 05:52:18 ---> Running in 6dbc4574a33d 05:52:20 Removing intermediate container 43ea64580594 05:52:20 ---> 70ff0b894370 05:52:20 Step 6/23 : COPY go.mod . 05:52:22 ---> 02262cdeee11 05:52:22 Step 7/23 : RUN go mod download 05:52:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.354s coverage: 45.6% of statements 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 05:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 05:52:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.198s coverage: 100.0% of statements 05:52:23 ---> Running in c629a79d27c3 05:52:24 Removing intermediate container 6dbc4574a33d 05:52:24 ---> 6d424ea7da78 05:52:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 05:52:24 ---> Running in bd902902d46d 05:52:26 Removing intermediate container bd902902d46d 05:52:26 ---> 23844867e64d 05:52:26 Step 28/31 : CMD ["gate"] 05:52:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:52:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:52:26 ---> fa2c74985e22 05:52:26 Step 3/21 : WORKDIR /edgex-go 05:52:26 ---> Using cache 05:52:26 ---> 060016ecbd0e 05:52:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:52:26 ---> Using cache 05:52:26 ---> cdd25a728eea 05:52:26 Step 5/21 : RUN apk add --update --no-cache make git 05:52:26 ---> Using cache 05:52:26 ---> 5a4c13b22e57 05:52:26 Step 6/21 : COPY go.mod . 05:52:26 ---> Using cache 05:52:26 ---> bbc63b33498e 05:52:26 Step 7/21 : RUN go mod download 05:52:26 ---> Using cache 05:52:26 ---> 7a9a7fef6a4d 05:52:26 Step 8/21 : COPY . . 05:52:26 ---> Using cache 05:52:26 ---> f76db5f18880 05:52:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:52:27 ---> Running in 747c1536c0db 05:52:27 ---> Running in 789e96ad3d4d 05:52:29 Removing intermediate container c629a79d27c3 05:52:29 ---> fa89b5abf39b 05:52:29 Step 8/23 : COPY . . 05:52:29 Removing intermediate container 747c1536c0db 05:52:29 ---> b68b26535b23 05:52:29 Step 29/31 : LABEL arch=x86_64 05:52:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.1% of statements 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:52:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:52:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:52:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 65.8% of statements 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:52:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.748s coverage: 82.3% of statements 05:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:52:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:52:31 ---> Running in d4a2781ad712 05:52:31 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 05:52:31 Removing intermediate container 00eadaf7f7cf 05:52:31 ---> 2528b5a356af 05:52:31 Step 20/26 : RUN pip install docker-compose==1.23.2 05:52:31 Removing intermediate container d4a2781ad712 05:52:31 ---> d53992d8e892 05:52:31 Step 30/31 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:52:36 ---> Running in ff403d97130e 05:52:36 ---> Running in f4b4934c7362 05:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.272s coverage: 86.7% of statements 05:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:52:38 Removing intermediate container f4b4934c7362 05:52:38 ---> faff0bd73933 05:52:38 Step 31/31 : LABEL version=0.0.0 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:52:39 ---> Running in afff6f0e12a8 05:52:41 Removing intermediate container afff6f0e12a8 05:52:41 ---> c05c8eec6464 05:52:41 05:52:41 Successfully built c05c8eec6464 05:52:42 Successfully tagged docker-security-bootstrapper-go:latest 05:52:42 Building docker-support-scheduler-go 05:52:47  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 05:52:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 05:52:50 Collecting jsonschema<3,>=2.5.1 05:52:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:52:52 Collecting texttable<0.10,>=0.9.0 05:52:52 Downloading texttable-0.9.1.tar.gz (11 kB) 05:52:54 Removing intermediate container e09c2bd395ae 05:52:54 ---> 860cc54e06c5 05:52:54 05:52:54 Step 10/23 : FROM alpine:3.12 05:52:54 ---> 389fef711851 05:52:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 05:52:54 ---> Using cache 05:52:54 ---> c55b360f2d56 05:52:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:52:54 ---> Using cache 05:52:54 ---> a7777c2c7a51 05:52:54 Step 13/23 : ENV APP_PORT=48082 05:52:57 Collecting websocket-client<1.0,>=0.32.0 05:52:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 05:52:57 ---> Running in e5a1d39391b3 05:52:57 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 05:52:57 ---> 31157b93cec5 05:52:57 Step 9/23 : RUN make cmd/core-data/core-data 05:52:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:52:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:52:57 Removing intermediate container e5a1d39391b3 05:52:57 ---> 1b6c8b94967d 05:52:57 Step 14/23 : EXPOSE $APP_PORT 05:52:58 ---> Running in e0a6c86cb84d 05:52:58 ---> Running in 40e77d39fda2 05:52:58 Collecting docker<4.0,>=3.6.0 05:52:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:52:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:52:58 Removing intermediate container 40e77d39fda2 05:52:58 ---> 6d36bc4695bd 05:52:58 Step 15/23 : WORKDIR / 05:52:58 Collecting cached-property<2,>=1.2.0 05:52:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:52:59 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 05:52:59 Collecting docopt<0.7,>=0.6.1 05:52:59 Downloading docopt-0.6.2.tar.gz (25 kB) 05:53:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.077s coverage: 94.4% of statements 05:53:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 05:53:00 ---> Running in 16cc21a55710 05:53:01 Removing intermediate container 16cc21a55710 05:53:01 ---> 643705891eb7 05:53:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:53:01 Collecting dockerpty<0.5,>=0.4.1 05:53:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:53:02 ---> a475d1ca91e3 05:53:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:53:02 Collecting PyYAML<4,>=3.10 05:53:02 Downloading PyYAML-3.13.tar.gz (270 kB) 05:53:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:53:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:53:03 ---> fa2c74985e22 05:53:03 Step 3/22 : WORKDIR /edgex-go 05:53:03 ---> Using cache 05:53:03 ---> 060016ecbd0e 05:53:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:53:03 ---> Using cache 05:53:03 ---> cdd25a728eea 05:53:03 Step 5/22 : RUN apk add --update --no-cache make git 05:53:03 ---> Using cache 05:53:03 ---> 5a4c13b22e57 05:53:03 Step 6/22 : COPY go.mod . 05:53:03 ---> Using cache 05:53:03 ---> bbc63b33498e 05:53:03 Step 7/22 : RUN go mod download 05:53:03 ---> Using cache 05:53:03 ---> 7a9a7fef6a4d 05:53:03 Step 8/22 : COPY . . 05:53:03 ---> Using cache 05:53:03 ---> f76db5f18880 05:53:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:53:05 Collecting urllib3<1.25,>=1.21.1 05:53:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:53:05 ---> Running in da2bdcde69c1 05:53:05 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) 05:53:05 ---> a3b1ca112166 05:53:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:53:05 Collecting idna<2.8,>=2.5 05:53:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:53:05 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) 05:53:05 Collecting docker-pycreds>=0.4.0 05:53:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:53:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:53:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:53:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:53:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:53:05 ---> c51d8a9c324a 05:53:05 Step 19/23 : ENTRYPOINT ["/core-command"] 05:53:05 Installing collected packages: jsonschema, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, docopt, dockerpty, PyYAML, docker-compose 05:53:06 ---> Running in 53836b01d1a9 05:53:06 Running setup.py install for texttable: started 05:53:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:53:07 Running setup.py install for texttable: finished with status 'done' 05:53:07 Removing intermediate container 53836b01d1a9 05:53:07 ---> dd939853088f 05:53:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:53:08 Attempting uninstall: urllib3 05:53:08 Found existing installation: urllib3 1.25.9 05:53:08 Uninstalling urllib3-1.25.9: 05:53:08 ---> Running in 2874d0ca8ded 05:53:08 Successfully uninstalled urllib3-1.25.9 05:53:08 Removing intermediate container 789e96ad3d4d 05:53:08 ---> f36610f789b7 05:53:08 05:53:08 Step 10/21 : FROM alpine:3.12 05:53:08 ---> 389fef711851 05:53:08 Step 11/21 : RUN apk add --update --no-cache curl 05:53:08 Attempting uninstall: idna 05:53:08 Found existing installation: idna 2.9 05:53:08 Uninstalling idna-2.9: 05:53:08 Successfully uninstalled idna-2.9 05:53:08 Removing intermediate container 2874d0ca8ded 05:53:08 ---> 0fc54326470d 05:53:08 Step 21/23 : LABEL arch=x86_64 05:53:09 Attempting uninstall: requests 05:53:09 Found existing installation: requests 2.23.0 05:53:09 Uninstalling requests-2.23.0: 05:53:09 ---> Running in 27daa1977bbc 05:53:09 Successfully uninstalled requests-2.23.0 05:53:09 ---> Running in 22c9c27cde72 05:53:12 Removing intermediate container 22c9c27cde72 05:53:12 ---> eed1f5df8415 05:53:12 Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:53:12 (1/4) Installing ca-certificates (20191127-r4) 05:53:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:53:12 (3/4) Installing libcurl (7.69.1-r3) 05:53:12 (4/4) Installing curl (7.69.1-r3) 05:53:12 Executing busybox-1.31.1-r19.trigger 05:53:12 Running setup.py install for docopt: started 05:53:12 Executing ca-certificates-20191127-r4.trigger 05:53:13 ---> Running in 2f6eb72b8cde 05:53:13 OK: 7 MiB in 18 packages 05:53:13 Running setup.py install for docopt: finished with status 'done' 05:53:13 Running setup.py install for dockerpty: started 05:53:13 Removing intermediate container 2f6eb72b8cde 05:53:13 ---> d941f5fd6625 05:53:13 Step 23/23 : LABEL version=0.0.0 05:53:13 ---> Running in 4638cae73193 05:53:13 Running setup.py install for dockerpty: finished with status 'done' 05:53:13 Running setup.py install for PyYAML: started 05:53:13 Removing intermediate container 4638cae73193 05:53:13 ---> afb83e53d919 05:53:13 05:53:14 Successfully built afb83e53d919 05:53:14 Successfully tagged docker-core-command-go:latest 05:53:14  Building docker-core-command-go ... done Removing intermediate container 27daa1977bbc 05:53:14 ---> 9c7392d3e1b4 05:53:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:53:14 Running setup.py install for PyYAML: finished with status 'done' 05:53:14 ---> Running in 17189bdca05b 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.814s coverage: 68.9% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:53:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.470s coverage: 84.0% of statements 05:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 05:53:16 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.57.0 05:53:16 Removing intermediate container 17189bdca05b 05:53:16 ---> 511d13f47e51 05:53:16 Step 13/21 : WORKDIR /edgex 05:53:16 ---> Running in ff8f0f5d8a8c 05:53:16 Removing intermediate container ff8f0f5d8a8c 05:53:16 ---> f00595b449b2 05:53:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:53:17 ---> b410a8db07e6 05:53:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:53:19 ---> 74c833aea0c4 05:53:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:53:19 Removing intermediate container ff403d97130e 05:53:19 ---> dc2a7ce0bd6c 05:53:19 Step 21/26 : RUN apk --no-cache add curl 05:53:19 ---> Running in e57b7a569630 05:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:53:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:53:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 05:53:22 (2/3) Installing libcurl (7.69.1-r3) 05:53:22 (3/3) Installing curl (7.69.1-r3) 05:53:22 Executing busybox-1.31.1-r19.trigger 05:53:22 OK: 72 MiB in 58 packages 05:53:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.467s coverage: 47.0% of statements 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 05:53:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.167s coverage: 100.0% of statements 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 05:53:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 05:53:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.207s coverage: 84.3% of statements 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 05:53:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 05:53:22 ---> 0e30ca5847ea 05:53:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:53:23 ---> Running in d98e09ad7b7c 05:53:23 Removing intermediate container d98e09ad7b7c 05:53:23 ---> f7cb057474e2 05:53:23 Step 18/21 : CMD ["--init=true"] 05:53:23 Removing intermediate container e57b7a569630 05:53:23 ---> 0ed89a296a40 05:53:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 05:53:23 ---> Running in 5bd5e0237070 05:53:23 ---> Running in 12f292d0217a 05:53:24 Removing intermediate container 5bd5e0237070 05:53:24 ---> 074b2c005f4b 05:53:24 Step 19/21 : LABEL arch=x86_64 05:53:24 ---> Running in ef34f5857d07 05:53:24 Removing intermediate container 12f292d0217a 05:53:24 ---> ffbe4c2eba99 05:53:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:53:24 ---> Running in 2ae7c15d29af 05:53:24 Removing intermediate container ef34f5857d07 05:53:24 ---> d80828c4fde1 05:53:24 Step 20/21 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:53:24 ---> Running in 8429330aa493 05:53:24 Removing intermediate container 2ae7c15d29af 05:53:24 ---> 3fc9e307f495 05:53:24 Step 24/26 : LABEL arch=x86_64 05:53:24 ---> Running in 145ee7e5c436 05:53:25 Removing intermediate container 8429330aa493 05:53:25 ---> 9a80a95ae682 05:53:25 Step 21/21 : LABEL version=0.0.0 05:53:25 Removing intermediate container 145ee7e5c436 05:53:25 ---> 74d4008ec8f6 05:53:25 Step 25/26 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:53:26 ---> Running in 7b2ef08fe63d 05:53:27 ---> Running in c295933f3c0f 05:53:27 Removing intermediate container 7b2ef08fe63d 05:53:27 ---> ef814c90975a 05:53:27 05:53:27 Successfully built ef814c90975a 05:53:27 Removing intermediate container c295933f3c0f 05:53:27 ---> d7dbfc67345b 05:53:27 Step 26/26 : LABEL version=0.0.0 05:53:27 Successfully tagged docker-security-proxy-setup-go:latest 05:53:27  Building docker-security-proxy-setup-go ... done  ---> Running in d2d334f3075d 05:53:27 Removing intermediate container d2d334f3075d 05:53:27 ---> c719be690d15 05:53:27 05:53:27 Successfully built c719be690d15 05:53:28 Successfully tagged docker-sys-mgmt-agent-go:latest 05:53:30  Building docker-sys-mgmt-agent-go ... done Removing intermediate container da2bdcde69c1 05:53:30 ---> 0b042542ed53 05:53:30 05:53:30 Step 10/22 : FROM alpine:3.12 05:53:30 ---> 389fef711851 05:53:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 05:53:30 ---> Using cache 05:53:30 ---> c55b360f2d56 05:53:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 05:53:30 ---> Using cache 05:53:30 ---> a7777c2c7a51 05:53:30 Step 13/22 : ENV APP_PORT=48085 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.036s coverage: 29.1% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.135s coverage: 100.0% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.153s coverage: 100.0% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.134s coverage: 87.9% of statements 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 05:53:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 05:53:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 05:53:31 ---> Running in ff91c8eda12d 05:53:31 Removing intermediate container e0a6c86cb84d 05:53:31 ---> 64900adafb29 05:53:31 05:53:31 Step 10/23 : FROM alpine:3.12 05:53:31 ---> 389fef711851 05:53:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:53:31 ---> Running in c9d667b3e2cd 05:53:31 Removing intermediate container ff91c8eda12d 05:53:31 ---> 3b5ec974924e 05:53:31 Step 14/22 : EXPOSE $APP_PORT 05:53:31 ---> Running in 62ed08dfc6d6 05:53:31 GO111MODULE=on go vet ./... 05:53:31 Removing intermediate container c9d667b3e2cd 05:53:31 ---> bfee282ceb52 05:53:31 Step 12/23 : ENV APP_PORT=48080 05:53:31 ---> Running in 9ba3f2b87e3d 05:53:31 Removing intermediate container 62ed08dfc6d6 05:53:31 ---> 68db01fa1caf 05:53:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 05:53:31 Removing intermediate container 9ba3f2b87e3d 05:53:31 ---> 12e5155af1fc 05:53:31 Step 13/23 : EXPOSE $APP_PORT 05:53:31 ---> Running in 1f07246f2aba 05:53:31 ---> a9a28888e7b1 05:53:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:53:32 Removing intermediate container 1f07246f2aba 05:53:32 ---> e8ef2d087a80 05:53:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:53:32 ---> Running in bc083f201a91 05:53:32 ---> 2ca3f020b852 05:53:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:53:32 ---> cb4e433ac0de 05:53:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 05:53:32 ---> Running in 7a326edb8d5d 05:53:33 Removing intermediate container 7a326edb8d5d 05:53:33 ---> 41ac9a4a1408 05:53:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:53:33 ---> Running in c9188f4bcd90 05:53:33 Removing intermediate container bc083f201a91 05:53:33 ---> f602a86075e4 05:53:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 05:53:33 ---> Running in f91b6b2bc7a0 05:53:34 Removing intermediate container c9188f4bcd90 05:53:34 ---> b0eb2226fdc2 05:53:34 Step 20/22 : LABEL arch=x86_64 05:53:34 ---> Running in d2aa9b4d63fa 05:53:34 Removing intermediate container d2aa9b4d63fa 05:53:34 ---> c3b10f4d9a70 05:53:34 Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:53:34 ---> Running in 8c13d2a6f53a 05:53:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:53:34 Removing intermediate container 8c13d2a6f53a 05:53:34 ---> 71a5cb98e702 05:53:34 Step 22/22 : LABEL version=0.0.0 05:53:34 ---> Running in 0306dd796271 05:53:34 Removing intermediate container 0306dd796271 05:53:34 ---> c7ba7d46fa24 05:53:34 05:53:35 Successfully built c7ba7d46fa24 05:53:35 Successfully tagged docker-support-scheduler-go:latest 05:53:35  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:53:36 (1/6) Installing dumb-init (1.2.2-r1) 05:53:36 (2/6) Installing libgcc (9.3.0-r2) 05:53:36 (3/6) Installing libsodium (1.0.18-r0) 05:53:36 (4/6) Installing libstdc++ (9.3.0-r2) 05:53:36 (5/6) Installing libzmq (4.3.3-r0) 05:53:36 (6/6) Installing zeromq (4.3.3-r0) 05:53:36 Executing busybox-1.31.1-r19.trigger 05:53:36 OK: 8 MiB in 20 packages 05:53:37 Removing intermediate container f91b6b2bc7a0 05:53:37 ---> 0aad7680731b 05:53:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 05:53:37 ---> 79ca25d81218 05:53:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:53:38 ---> f03ff11888f0 05:53:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:53:38 ---> 4fe15e50b03e 05:53:38 Step 19/23 : ENTRYPOINT ["/core-data"] 05:53:38 ---> Running in c9a9a91cacca 05:53:38 Removing intermediate container c9a9a91cacca 05:53:38 ---> 2f6334374c0d 05:53:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:53:38 ---> Running in 555101a7acd6 05:53:39 Removing intermediate container 555101a7acd6 05:53:39 ---> 9195225e5a12 05:53:39 Step 21/23 : LABEL arch=x86_64 05:53:39 ---> Running in 05b1111b5b01 05:53:39 Removing intermediate container 05b1111b5b01 05:53:39 ---> 877eb34b1302 05:53:39 Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 05:53:39 ---> Running in dba426943d4e 05:53:39 Removing intermediate container dba426943d4e 05:53:39 ---> 748ccc7efbb2 05:53:39 Step 23/23 : LABEL version=0.0.0 05:53:40 ---> Running in dc5a7b27914b 05:53:40 Removing intermediate container dc5a7b27914b 05:53:40 ---> d494a308a388 05:53:40 05:53:40 Successfully built d494a308a388 05:53:40 Successfully tagged docker-core-data-go:latest 05:53:40  Building docker-core-data-go ... done  [Pipeline] } 05:53:40 $ docker stop --time=1 45de1be04bd3aa1b03bb6027b002034b51016bd53aaf51a2f770dbb8d8ca2849 05:53:42 $ docker rm -f 45de1be04bd3aa1b03bb6027b002034b51016bd53aaf51a2f770dbb8d8ca2849 [Pipeline] // withDockerContainer [Pipeline] sh 05:53:43 + docker images 05:53:43 + grep docker 05:53:43 docker-core-data-go latest d494a308a388 3 seconds ago 22.3MB 05:53:43 docker-support-scheduler-go latest c7ba7d46fa24 9 seconds ago 17MB 05:53:43 docker-sys-mgmt-agent-go latest c719be690d15 16 seconds ago 313MB 05:53:43 docker-security-proxy-setup-go latest ef814c90975a 17 seconds ago 24.4MB 05:53:43 docker-core-command-go latest afb83e53d919 30 seconds ago 16.9MB 05:53:43 docker-security-bootstrapper-go latest c05c8eec6464 About a minute ago 23.8MB 05:53:43 docker-security-secretstore-setup-go latest b8a96850444b About a minute ago 24.6MB 05:53:43 docker-core-metadata-go latest 6c170061befc About a minute ago 18.8MB 05:53:43 docker-support-notifications-go latest 72e608af95c5 About a minute ago 17.6MB 05:53:43 docker 20.10.0 aefe523efa57 8 weeks 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 05:53:59 Still waiting to schedule task 05:53:59 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 05:54:46 Running on prd-ubuntu18.04-docker-8c-8g-25199 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws 05:54:46 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 05:54:48 using credential edgex-jenkins-ssh 05:54:48 Cloning the remote Git repository 05:54:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:54:48 > git init /w/workspace/edgex-go/3 # timeout=10 05:54:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:54:48 > git --version # timeout=10 05:54:48 > git --version # 'git version 2.17.1' 05:54:48 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:53 gofmt -l . 05:54:53 [ "`gofmt -l .`" = "" ] 05:54:53 ./bin/test-go-mod-tidy.sh 05:54:53 ./bin/test-attribution-txt.sh [Pipeline] sh 05:54:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:54:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:54:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:54:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:54:53 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:54:54 + ls -al . 05:54:54 total 720 05:54:54 drwxrwxr-x 9 1001 1001 4096 Feb 5 05:54 . 05:54:54 drwxr-xr-x 4 root root 4096 Feb 5 05:50 .. 05:54:54 -rw-rw-r-- 1 1001 1001 11 Feb 5 05:49 .dockerignore 05:54:54 drwxrwxr-x 8 1001 1001 4096 Feb 5 05:49 .git 05:54:54 drwxrwxr-x 3 1001 1001 4096 Feb 5 05:49 .github 05:54:54 -rw-rw-r-- 1 1001 1001 872 Feb 5 05:49 .gitignore 05:54:54 -rw-rw-r-- 1 1001 1001 166 Feb 5 05:49 .sonarcloud.properties 05:54:54 -rw-rw-r-- 1 1001 1001 7859 Feb 5 05:49 Attribution.txt 05:54:54 -rw-rw-r-- 1 1001 1001 3804 Feb 5 05:49 CONTRIBUTING.md 05:54:54 -rw-rw-r-- 1 1001 1001 931 Feb 5 05:49 Dockerfile.build 05:54:54 -rw-rw-r-- 1 1001 1001 863 Feb 5 05:49 Jenkinsfile 05:54:54 -rw-rw-r-- 1 1001 1001 10775 Feb 5 05:49 LICENSE 05:54:54 -rw-rw-r-- 1 1001 1001 6001 Feb 5 05:49 Makefile 05:54:54 -rw-rw-r-- 1 1001 1001 6524 Feb 5 05:49 README.md 05:54:54 -rw-rw-r-- 1 1001 1001 6755 Feb 5 05:49 SECURITY.md 05:54:54 -rw-rw-r-- 1 1001 1001 5 Feb 5 05:45 VERSION 05:54:54 -rw-rw-r-- 1 1001 1001 4131 Feb 5 05:49 ZMQWindows.md 05:54:54 drwxrwxr-x 2 1001 1001 4096 Feb 5 05:49 bin 05:54:54 drwxrwxr-x 15 1001 1001 4096 Feb 5 05:49 cmd 05:54:54 -rw-r--r-- 1 root root 587103 Feb 5 05:53 coverage.out 05:54:54 -rw-r--r-- 1 root root 1054 Feb 5 05:54 go.mod 05:54:54 -rw-r--r-- 1 root root 19290 Feb 5 05:54 go.sum 05:54:54 drwxrwxr-x 8 1001 1001 4096 Feb 5 05:49 internal 05:54:54 drwxrwxr-x 4 1001 1001 4096 Feb 5 05:49 openapi 05:54:54 drwxrwxr-x 4 1001 1001 4096 Feb 5 05:49 snap 05:54:54 -rw-rw-r-- 1 1001 1001 168 Feb 5 05:49 version.go [Pipeline] sh 05:54:54 Merging remotes/origin/master commit a4129e86d499c8924a566b780eb9ce8c2b49056c into PR head commit 93923f5d86e2a23836b4f0dca9bc222f230241bf 05:54:54 Merge succeeded, producing 93923f5d86e2a23836b4f0dca9bc222f230241bf 05:54:54 Checking out Revision 93923f5d86e2a23836b4f0dca9bc222f230241bf (PR-3134) 05:54:54 + '[' -e coverage.out ] 05:54:54 + chown 1001:1001 coverage.out [Pipeline] stash 05:54:54 Warning: overwriting stash ‘coverage-report’ 05:54:54 > git config core.sparsecheckout # timeout=10 05:54:54 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 05:54:54 > git remote # timeout=10 05:54:54 > git config --get remote.origin.url # timeout=10 05:54:54 using GIT_SSH to set credentials SSH Credentials for GitHub 05:54:54 > git merge a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 05:54:54 > git rev-parse HEAD^{commit} # timeout=10 05:54:54 > git config core.sparsecheckout # timeout=10 05:54:54 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 05:54:55 Stashed 1 file(s) [Pipeline] sh 05:54:56 + make build 05:54: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 05:54:57 Commit message: "feat(notifications): Implement GET /subscription/receiver/{receiver} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:54:59 + echo snap-build.sh 05:54:59 snap-build.sh 05:54:59 + SNAP_BASE_DIR=. 05:54:59 + '[' '!' -z /w/workspace/edgex-go/3 ']' 05:54:59 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 05:54:59 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 05:54:59 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 05:54:59 + cd /w/workspace/edgex-go/3 05:54:59 + sudo apt-get remove -qy --purge lxd lxd-client 05:54:59 Reading package lists... 05:54:59 Building dependency tree... 05:54:59 Reading state information... 05:54:59 The following packages were automatically installed and are no longer required: 05:54:59 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 05:54:59 uidmap xdelta3 05:54:59 Use 'sudo apt autoremove' to remove them. 05:54:59 The following packages will be REMOVED: 05:54:59 lxd* lxd-client* 05:54:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 05:54:59 After this operation, 31.7 MB disk space will be freed. 05:55:00 (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.) 05:55:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 05:55:01 Removing lxd dnsmasq configuration 05:55:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 05:55:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 05:55:02 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 05:55:02 (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.) 05:55:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 05:55:04 Processing triggers for systemd (237-3ubuntu10.42) ... 05:55:04 Processing triggers for ureadahead (0.100.0-21) ... 05:55:05 + sudo snap remove --purge lxd 05:55:05 snap "lxd" is not installed 05:55:05 + sudo groupadd --force --system lxd 05:55:05 ++ whoami 05:55:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 05:55:05 + newgrp - lxd 05:55:05 + sudo snap install lxd 05:55:09 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 05:55:15 2021-02-05T05:55:12Z INFO Waiting for automatic snapd restart... 05:55:28 lxd 4.10 from Canonical* installed 05:55:28 + sudo lxd init --auto 05:55:31 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 05:55:34 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 05:55:36 + sudo snap install --classic snapcraft 05:55: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 05:55:40 snapcraft 4.4.4 from Canonical* installed 05:55:40 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 05:55:40 + patch --verbose -p1 05:55:40 Hmm... Looks like a unified diff to me... 05:55:40 The text leading up to this was: 05:55:40 -------------------------- 05:55:40 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 05:55:40 |From: Tony Espy 05:55:40 |Date: Wed, 16 Dec 2020 16:34:55 -0500 05:55:40 |Subject: [PATCH] optimize snap build for pipeline CI check 05:55:40 | 05:55:40 |This patch is used by the EdgeX CI pipeline builds to 05:55:40 |optimize the snap CI check run for pull requests. When 05:55:40 |applied, it essentially strips out everything (apps and 05:55:40 |parts) from the snapcraft.yaml file except those required 05:55:40 |to build edgex-go, as the whole idea of the CI check is to 05:55:40 |catch changes to edgex-go that break the snap build. 05:55:40 | 05:55:40 |In general, anyone updating snapcraft.yaml will also need 05:55:40 |to update this patch file, otherwise it may fail to apply, 05:55:40 |resulting in a failed snap build CI check in the associated 05:55:40 |pull request. 05:55:40 | 05:55:40 |Note - in addition to applying this patch, the pipeline also 05:55:40 |only primes the snap (e.g. `snapcraft prime`), as there's no 05:55:40 |need to build the finally binary .snap file (and it won't 05:55:40 |work with the patch applied). This further reduces the build 05:55:40 |time. 05:55:40 |--- 05:55:40 | snap/snapcraft.yaml | 461 +------------------------------------------- 05:55:40 | 1 file changed, 2 insertions(+), 459 deletions(-) 05:55:40 | 05:55:40 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 05:55:40 |index 1e537489..faf42425 100644 05:55:40 |--- a/snap/snapcraft.yaml 05:55:40 |+++ b/snap/snapcraft.yaml 05:55:40 -------------------------- 05:55:40 patching file snap/snapcraft.yaml 05:55:40 Using Plan A... 05:55:40 Hunk #1 succeeded at 73. 05:55:40 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 05:55:40 Hunk #3 succeeded at 214 (offset -1 lines). 05:55:40 Hunk #4 succeeded at 222 (offset -1 lines). 05:55:40 Hunk #5 succeeded at 229 (offset -1 lines). 05:55:40 Hunk #6 succeeded at 256 (offset -1 lines). 05:55:40 Hunk #7 succeeded at 290 (offset -1 lines). 05:55:40 Hunk #8 succeeded at 342. 05:55:40 Hmm... Ignoring the trailing garbage. 05:55:40 done 05:55:40 + sudo snapcraft prime --use-lxd 05:55:40 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 05:55:41 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 05:55:41 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: 05:55:41 - README.md 05:55:41 - snapcraft.yaml.orig 05:55:41 05:55:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 05:55:42 Launching a container. 05:55: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 05:55: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 05:55:53 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 05:55:54 Waiting for container to be ready 05:55:54 To start your first instance, try: lxc launch ubuntu:18.04 05:55:54 05:55:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 05:55:56 Waiting for network to be ready... 05:55:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:55:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 05:55:57 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:55:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 05:55:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 05:55:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 05:55:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 05:55:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 05:55:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 05:55:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 05:55:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:55:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:55:58 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 05:55:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:55:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:55:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:55:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:55:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:55:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:55:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:55:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 05:55:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 05:55:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 05:55:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 05:55:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 05:55:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 05:55:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 05:55:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 05:56:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:56:00 Fetched 23.9 MB in 4s (6173 kB/s) 05:56:01 Reading package lists... 05:56:01 Reading package lists... 05:56:02 Building dependency tree... 05:56:02 Reading state information... 05:56:02 The following additional packages will be installed: 05:56:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 05:56:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 05:56:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 05:56:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 05:56:02 Suggested packages: 05:56:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 05:56:02 Recommended packages: 05:56:02 gnupg libsasl2-modules 05:56:02 The following NEW packages will be installed: 05:56:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 05:56:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 05:56:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 05:56:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 05:56:02 The following packages will be upgraded: 05:56:02 gpg gpg-agent gpgconf libudev1 05:56:02 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 05:56:02 Need to get 3533 kB of archives. 05:56:02 After this operation, 13.3 MB of additional disk space will be used. 05:56:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 05:56:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 05:56:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 05:56:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 05:56:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 05:56:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 05:56:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 05:56:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 05:56:02 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 05:56:02 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 05:56:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 05:56:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 05:56:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 05:56:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 05:56:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 05:56:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 05:56:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 05:56:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 05:56:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 05:56:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 05:56:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 05:56:03 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 05:56:03 debconf: delaying package configuration, since apt-utils is not installed 05:56:03 Fetched 3533 kB in 1s (2893 kB/s) 05:56:03 (Reading database ... 12511 files and directories currently installed.) 05:56:03 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 05:56:03 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:56:03 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 05:56:03 Selecting previously unselected package udev. 05:56:03 (Reading database ... 12511 files and directories currently installed.) 05:56:03 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 05:56:03 Unpacking udev (237-3ubuntu10.44) ... 05:56:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 05:56:04 Selecting previously unselected package libfuse2:amd64. 05:56:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 05:56:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 05:56:04 Selecting previously unselected package fuse. 05:56:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 05:56:04 Unpacking fuse (2.9.7-1ubuntu1) ... 05:56:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 05:56:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 05:56:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 05:56:04 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 05:56:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 05:56:04 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 05:56:04 Selecting previously unselected package libksba8:amd64. 05:56:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 05:56:04 Unpacking libksba8:amd64 (1.3.5-2) ... 05:56:04 Selecting previously unselected package libroken18-heimdal:amd64. 05:56:04 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:04 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 05:56:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 05:56:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 05:56:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libwind0-heimdal:amd64. 05:56:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 05:56:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 05:56:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 05:56:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:05 Selecting previously unselected package libgssapi3-heimdal:amd64. 05:56:05 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 05:56:05 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:06 Selecting previously unselected package libsasl2-modules-db:amd64. 05:56:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 05:56:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:56:06 Selecting previously unselected package libsasl2-2:amd64. 05:56:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 05:56:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:56:06 Selecting previously unselected package libldap-common. 05:56:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 05:56:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 05:56:06 Selecting previously unselected package libldap-2.4-2:amd64. 05:56:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 05:56:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 05:56:06 Selecting previously unselected package dirmngr. 05:56:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 05:56:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 05:56:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 05:56:06 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 05:56:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 05:56:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:56:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 05:56:06 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 05:56:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libksba8:amd64 (1.3.5-2) ... 05:56:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:56:07 Setting up udev (237-3ubuntu10.44) ... 05:56:07 invoke-rc.d: policy-rc.d denied execution of start. 05:56:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Processing triggers for systemd (237-3ubuntu10) ... 05:56:07 Setting up fuse (2.9.7-1ubuntu1) ... 05:56:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 05:56:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 05:56:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 05:56:07 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 05:56:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:56:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 05:56:08 settings in the [Install] section, and DefaultInstance for template units). 05:56:08 This means they are not meant to be enabled using systemctl. 05:56:08 Possible reasons for having this kind of units are: 05:56:08 1) A unit may be statically enabled by being symlinked from another unit's 05:56:08 .wants/ or .requires/ directory. 05:56:08 2) A unit's purpose may be to act as a helper for some other unit which has 05:56:08 a requirement dependency on it. 05:56:08 3) A unit may be started when needed via activation (socket, path, timer, 05:56:08 D-Bus, udev, scripted systemctl call, ...). 05:56:08 4) In case of template units, the unit is meant to be enabled with some 05:56:08 instance name specified. 05:56:08 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 05:56:08 Reading package lists... 05:56:08 Building dependency tree... 05:56:08 Reading state information... 05:56:08 The following additional packages will be installed: 05:56:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 05:56:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 05:56:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 05:56:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 05:56:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 05:56:08 Suggested packages: 05:56:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 05:56:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 05:56:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 05:56:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 05:56:08 systemd-container policykit-1 05:56:08 Recommended packages: 05:56:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 05:56:08 The following NEW packages will be installed: 05:56:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 05:56:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 05:56:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 05:56:08 multiarch-support openssh-client python3 python3-minimal python3.6 05:56:08 python3.6-minimal snapd squashfs-tools sudo 05:56:08 The following packages will be upgraded: 05:56:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 05:56:08 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 05:56:08 Need to get 35.2 MB of archives. 05:56:08 After this operation, 141 MB of additional disk space will be used. 05:56:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 05:56:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 05:56:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 05:56:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 05:56:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 05:56:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 05:56:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 05:56:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 05:56:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 05:56:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 05:56:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 05:56:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 05:56:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 05:56:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 05:56:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 05:56:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 05:56:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 05:56:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 05:56:09 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 05:56:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 05:56:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 05:56:09 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 05:56:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 05:56:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 05:56:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 05:56:09 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 05:56:09 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 05:56:09 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 05:56:09 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 05:56:09 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 05:56:11 debconf: delaying package configuration, since apt-utils is not installed 05:56:11 Fetched 35.2 MB in 2s (14.1 MB/s) 05:56:11 (Reading database ... 12757 files and directories currently installed.) 05:56:11 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 05:56:11 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:56:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 05:56:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:56:12 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 05:56:12 (Reading database ... 12757 files and directories currently installed.) 05:56:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 05:56:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 05:56:12 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 05:56:12 (Reading database ... 12757 files and directories currently installed.) 05:56:12 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 05:56:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 05:56:13 Setting up apt (1.6.12ubuntu0.2) ... 05:56:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 05:56:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 05:56:13 (Reading database ... 12764 files and directories currently installed.) 05:56:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 05:56:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 05:56:13 Selecting previously unselected package libpython3.6-minimal:amd64. [Pipeline] } 05:56:14 $ docker stop --time=1 b6ea84d776abfdbae82b14ab6562f9317d16e4155db670f465b9585ebc14e10f 05:56:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 05:56:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 05:56:14 Selecting previously unselected package libexpat1:amd64. 05:56:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 05:56:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:56:14 Selecting previously unselected package python3.6-minimal. 05:56:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 05:56:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 05:56:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 05:56:14 Checking for services that may need to be restarted...done. 05:56:14 Checking for services that may need to be restarted...done. 05:56:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 05:56:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 05:56:15 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 05:56:15 Selecting previously unselected package python3-minimal. 05:56:15 (Reading database ... 13012 files and directories currently installed.) 05:56:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 05:56:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 05:56:15 Selecting previously unselected package mime-support. 05:56:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 05:56:15 Unpacking mime-support (3.60ubuntu1) ... 05:56:15 Selecting previously unselected package libmpdec2:amd64. 05:56:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 05:56:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 05:56:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 05:56:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 05:56:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 05:56:16 Selecting previously unselected package python3.6. 05:56:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 05:56:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 05:56:16 Selecting previously unselected package libpython3-stdlib:amd64. 05:56:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 05:56:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 05:56:16 $ docker rm -f b6ea84d776abfdbae82b14ab6562f9317d16e4155db670f465b9585ebc14e10f 05:56:16 Setting up python3-minimal (3.6.7-1~18.04) ... 05:56:16 Selecting previously unselected package python3. 05:56:16 (Reading database ... 13442 files and directories currently installed.) 05:56:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 05:56:16 Unpacking python3 (3.6.7-1~18.04) ... 05:56:16 Selecting previously unselected package multiarch-support. 05:56:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 05:56:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 05:56:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 05:56:16 Selecting previously unselected package liblzo2-2:amd64. 05:56:16 (Reading database ... 13479 files and directories currently installed.) 05:56:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 05:56:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 05:56:17 Selecting previously unselected package libbsd0:amd64. 05:56:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 05:56:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:56:17 Selecting previously unselected package sudo. 05:56:17 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 05:56:17 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 05:56:17 Selecting previously unselected package apparmor. 05:56:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 05:56:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 05:56:17 Selecting previously unselected package libedit2:amd64. 05:56:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 05:56:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 05:56:17 Selecting previously unselected package libkrb5support0:amd64. 05:56:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 05:56:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 05:56:17 Selecting previously unselected package libk5crypto3:amd64. 05:56:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 05:56:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 05:56:17 Selecting previously unselected package libkeyutils1:amd64. 05:56:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 05:56:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 05:56:17 Selecting previously unselected package libkrb5-3:amd64. 05:56:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 05:56:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:56:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 05:56:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 05:56:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 05:56:18 Selecting previously unselected package libssl1.0.0:amd64. 05:56:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 05:56:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 05:56:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:56:18 05:56:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 05:56:18 Selecting previously unselected package openssh-client. 05:56:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 05:56:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] sh 05:56:18 Selecting previously unselected package squashfs-tools. 05:56:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 05:56:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 05:56:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:56:18 latest: Pulling from edgex-devops/edgex-compose-arm64 05:56:18 29e5d40040c1: Pulling fs layer 05:56:18 1ce36da41761: Pulling fs layer 05:56:18 25b303627fd3: Pulling fs layer 05:56:18 Selecting previously unselected package snapd. 05:56:18 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 05:56:18 Unpacking snapd (2.48+18.04) ... 05:56:19 29e5d40040c1: Verifying Checksum 05:56:19 29e5d40040c1: Download complete 05:56:19 1ce36da41761: Verifying Checksum 05:56:19 1ce36da41761: Download complete 05:56:19 29e5d40040c1: Pull complete 05:56:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 05:56:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 05:56:20 Setting up mime-support (3.60ubuntu1) ... 05:56:20 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 05:56:21 1ce36da41761: Pull complete 05:56:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 05:56:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 05:56:21 25b303627fd3: Verifying Checksum 05:56:21 25b303627fd3: Download complete 05:56:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:56:22 Setting up systemd (237-3ubuntu10.44) ... 05:56:22 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 05:56:22 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 05:56:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 05:56:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 05:56:22 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 05:56:23 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 05:56:23 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 05:56:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 05:56:23 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 05:56:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 05:56:23 Setting up python3 (3.6.7-1~18.04) ... 05:56:23 running python rtupdate hooks for python3.6... 05:56:23 running python post-rtupdate hooks for python3.6... 05:56:23 Setting up apparmor (2.12-4ubuntu5.1) ... 05:56:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 05:56:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 05:56:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 05:56:25 Setting up snapd (2.48+18.04) ... 05:56:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 05:56:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 05:56:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 05:56:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 05:56:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 05:56:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 05:56:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 05:56:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 05:56:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 05:56:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 05:56:26 /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' 05:56:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 05:56:27 Processing triggers for systemd (237-3ubuntu10.44) ... 05:56:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 05:56:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:56:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:56:29 Reading package lists... 05:56:29 Reading package lists... 05:56:29 Building dependency tree... 05:56:29 Reading state information... 05:56:29 Calculating upgrade... 05:56:29 The following packages will be upgraded: 05:56:29 advancecomp base-files bash binutils binutils-common 05:56:29 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 05:56:29 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 05:56:29 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 05:56:29 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 05:56:29 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 05:56:29 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 05:56:29 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 05:56:29 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 05:56:29 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 05:56:29 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 05:56:29 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 05:56:29 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 05:56:29 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 05:56:29 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 05:56:29 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 05:56:29 Need to get 63.8 MB of archives. 05:56:29 After this operation, 5188 kB of additional disk space will be used. 05:56:29 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 05:56:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 05:56:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 05:56:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 05:56:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 05:56:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 05:56:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 05:56:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 05:56:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 05:56:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 05:56:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 05:56:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 05:56:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 05:56:30 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 05:56:30 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 05:56:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 05:56:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 05:56:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 05:56:30 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 05:56:30 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 05:56:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 05:56:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 05:56:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 05:56:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 05:56:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 05:56:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 05:56:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 05:56:30 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 05:56:30 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 05:56:30 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 05:56:30 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 05:56:30 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 05:56:30 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 05:56:30 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 05:56:30 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 05:56:30 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 05:56:30 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 05:56:30 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 05:56:30 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] 05:56:30 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 05:56:30 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 05:56:30 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 05:56:30 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 05:56:30 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 05:56:30 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 05:56:30 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 05:56:30 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 05:56:30 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 05:56:30 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 05:56:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 05:56:31 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 05:56:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 05:56:31 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 05:56:31 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 05:56:31 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 05:56:31 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 05:56:31 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 05:56:31 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 05:56:31 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 05:56:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 05:56:31 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 05:56:31 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 05:56:31 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 05:56:31 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 05:56:31 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 05:56:31 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 05:56:31 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 05:56:31 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 05:56:31 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 05:56:31 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 05:56:31 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 05:56:31 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 05:56:31 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 05:56:31 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 05:56:31 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 05:56:31 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 05:56:31 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 05:56:31 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 05:56:31 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 05:56:31 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 05:56:31 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 05:56:31 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 05:56:31 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 05:56:31 25b303627fd3: Pull complete 05:56:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 05:56:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:56:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 05:56:31 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 05:56:31 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 05:56:31 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 05:56:31 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 05:56:31 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 05:56:31 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 05:56:31 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 05:56:31 prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container 05:56:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:56:32 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 05:56:32 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 05:56:32 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 05:56:32 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 05:56:33 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 05:56:33 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 05:56:33 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 05:56:33 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 05:56:33 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 05:56:33 debconf: delaying package configuration, since apt-utils is not installed 05:56:33 Fetched 63.8 MB in 3s (19.0 MB/s) 05:56:33 (Reading database ... 13912 files and directories currently installed.) 05:56:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 05:56:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:56:33 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 05:56:33 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:56:33 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 05:56:33 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 05:56:34 $ docker top bcaa96f0aebc69c62b8487fc754d24d4b78a6bc3a787722ceddf1e19345858f5 -eo pid,comm 05:56:34 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:34 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:34 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:34 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] { [Pipeline] sh 05:56:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:35 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:35 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 05:56:35 (Reading database ... 13911 files and directories currently installed.) 05:56:35 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 05:56:35 + docker-compose build --help 05:56:35 + grep parallel 05:56:35 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 05:56:35 (Reading database ... 13911 files and directories currently installed.) 05:56:35 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:35 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 05:56:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 05:56:36 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 05:56:36 (Reading database ... 13911 files and directories currently installed.) 05:56:36 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 05:56:36 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:56:36 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 05:56:37 (Reading database ... 13911 files and directories currently installed.) 05:56:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 05:56:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 05:56:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 05:56:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 05:56:37 Setting up base-files (10.1ubuntu2.10) ... 05:56:37 Installing new version of config file /etc/issue ... 05:56:37 Installing new version of config file /etc/issue.net ... 05:56:37 Installing new version of config file /etc/lsb-release ... 05:56:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 05:56:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 05:56:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 05:56:38 Removing obsolete conffile /etc/default/motd-news ... 05:56:38 (Reading database ... 13912 files and directories currently installed.) 05:56:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 05:56:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 05:56:38 Setting up bash (4.4.18-2ubuntu1.2) ... 05:56:38 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 05:56:38 (Reading database ... 13912 files and directories currently installed.) 05:56:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 05:56:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 05:56:38 (Reading database ... 13912 files and directories currently installed.) 05:56:38 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 05:56:38 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 05:56:38 Setting up tar (1.29b-2ubuntu0.2) ... 05:56:39 --parallel Build images in parallel. 05:56:39 (Reading database ... 13912 files and directories currently installed.) 05:56:39 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 05:56:39 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:56:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] } 05:56:39 $ docker stop --time=1 bcaa96f0aebc69c62b8487fc754d24d4b78a6bc3a787722ceddf1e19345858f5 05:56:39 (Reading database ... 13912 files and directories currently installed.) 05:56:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 05:56:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:56:39 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 05:56:39 (Reading database ... 13912 files and directories currently installed.) 05:56:39 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 05:56:39 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:56:39 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 05:56:39 (Reading database ... 13912 files and directories currently installed.) 05:56:39 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 05:56:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 05:56:40 Setting up grep (3.1-2build1) ... 05:56:40 (Reading database ... 13912 files and directories currently installed.) 05:56:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 05:56:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 05:56:40 Setting up login (1:4.5-1ubuntu2) ... 05:56:40 (Reading database ... 13912 files and directories currently installed.) 05:56:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 05:56:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:56:40 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 05:56:40 (Reading database ... 13912 files and directories currently installed.) 05:56:40 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 05:56:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:56:41 $ docker rm -f bcaa96f0aebc69c62b8487fc754d24d4b78a6bc3a787722ceddf1e19345858f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 05:56:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 05:56:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:56:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 05:56:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] isUnix [Pipeline] sh 05:56:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:56:41 . [Pipeline] withDockerContainer 05:56:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 05:56:42 (Reading database ... 13912 files and directories currently installed.) 05:56:42 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 05:56:42 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 05:56:42 prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container 05:56: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 05:56:43 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 05:56:43 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 05:56:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 05:56:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 05:56:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 05:56:43 $ docker top 67a61f78104d80fa859b41bd480fe9a6101337d420fd47f1251ea767bf758364 -eo pid,comm 05:56:43 (Reading database ... 13912 files and directories currently installed.) 05:56:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 05:56:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 05:56:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [Pipeline] { [Pipeline] sh 05:56:44 (Reading database ... 13912 files and directories currently installed.) 05:56:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:44 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:44 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:56:44 (Reading database ... 13912 files and directories currently installed.) 05:56:44 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:44 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:56:44 (Reading database ... 13912 files and directories currently installed.) 05:56:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:56:44 + docker-compose -f ./docker-compose-build.yml build --parallel 05:56:44 (Reading database ... 13912 files and directories currently installed.) 05:56:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:56:45 (Reading database ... 13912 files and directories currently installed.) 05:56:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 05:56:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:56:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 05:56:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:56:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 05:56:45 (Reading database ... 13912 files and directories currently installed.) 05:56:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 05:56:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:56:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 05:56:45 (Reading database ... 13912 files and directories currently installed.) 05:56:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 05:56:45 (Reading database ... 13912 files and directories currently installed.) 05:56:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 05:56:46 (Reading database ... 13912 files and directories currently installed.) 05:56:46 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:46 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 05:56:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 05:56:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 05:56:47 (Reading database ... 13912 files and directories currently installed.) 05:56:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 05:56:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 05:56:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 05:56:47 (Reading database ... 13912 files and directories currently installed.) 05:56:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 05:56:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 05:56:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 05:56:47 Building docker-core-command-go ... 05:56:47 Building docker-core-data-go ... 05:56:47 Building docker-core-metadata-go ... 05:56:47 Building docker-security-bootstrapper-go ... 05:56:47 Building docker-security-proxy-setup-go ... 05:56:47 Building docker-security-secretstore-setup-go ... 05:56:47 Building docker-support-notifications-go ... 05:56:47 Building docker-support-scheduler-go ... 05:56:47 Building docker-sys-mgmt-agent-go ... 05:56:47 Building docker-sys-mgmt-agent-go 05:56:47 Building docker-security-proxy-setup-go 05:56:47 Building docker-support-scheduler-go 05:56:47 Building docker-core-metadata-go 05:56:47 Building docker-security-bootstrapper-go 05:56:47 (Reading database ... 13914 files and directories currently installed.) 05:56:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 05:56:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 05:56:48 Setting up debconf (1.5.66ubuntu1) ... 05:56:48 (Reading database ... 13914 files and directories currently installed.) 05:56:48 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 05:56:48 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 05:56:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 05:56:48 (Reading database ... 13914 files and directories currently installed.) 05:56:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 05:56:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 05:56:48 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 05:56:49 (Reading database ... 13914 files and directories currently installed.) 05:56:49 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 05:56:49 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:56:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 05:56:49 (Reading database ... 13914 files and directories currently installed.) 05:56:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 05:56:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:56:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 05:56:49 (Reading database ... 13914 files and directories currently installed.) 05:56:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 05:56:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:56:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 05:56:50 (Reading database ... 13914 files and directories currently installed.) 05:56:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 05:56:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 05:56:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 05:56:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 05:56:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 05:56:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:56:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 05:56:50 (Reading database ... 13914 files and directories currently installed.) 05:56:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 05:56:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 05:56:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 05:56:50 (Reading database ... 13914 files and directories currently installed.) 05:56:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 05:56:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 05:56:51 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 05:56:51 (Reading database ... 13914 files and directories currently installed.) 05:56:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 05:56:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 05:56:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 05:56:51 (Reading database ... 13914 files and directories currently installed.) 05:56:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 05:56:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 05:56:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 05:56:51 (Reading database ... 13914 files and directories currently installed.) 05:56:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 05:56:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 05:56:52 Setting up passwd (1:4.5-1ubuntu2) ... 05:56:52 (Reading database ... 13914 files and directories currently installed.) 05:56:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 05:56:52 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 05:56:52 Setting up gpgv (2.2.4-1ubuntu1.3) ... 05:56:52 (Reading database ... 13914 files and directories currently installed.) 05:56:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 05:56:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 05:56:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 05:56:52 (Reading database ... 13914 files and directories currently installed.) 05:56:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 05:56:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 05:56:53 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 05:56:53 (Reading database ... 13914 files and directories currently installed.) 05:56:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 05:56:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 05:56:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 05:56:53 (Reading database ... 13914 files and directories currently installed.) 05:56:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 05:56:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 05:56:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 05:56:53 (Reading database ... 13914 files and directories currently installed.) 05:56:53 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 05:56:53 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 05:56:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 05:56:53 (Reading database ... 13914 files and directories currently installed.) 05:56:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 05:56:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 05:56:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 05:56:54 (Reading database ... 13915 files and directories currently installed.) 05:56:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 05:56:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 05:56:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 05:56:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 05:56:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 05:56:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 05:56:54 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 05:56:54 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 05:56:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 05:56:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 05:56:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 05:56:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 05:56:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 05:56:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 05:56:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 05:56:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 05:56:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 05:56:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 05:56:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 05:56:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 05:56:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 05:56:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 05:56:55 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 05:56:55 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 05:56:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 05:56:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 05:56:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 05:56:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 05:56:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 05:56:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 05:56:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 05:56:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 05:56:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 05:56:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 05:56:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 05:56:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 05:56:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:56:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:56:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:56:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:56:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:56:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:56:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:56:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:56:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:56:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:56:59 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:56:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:57:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:57:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:57:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:57:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:57:01 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 05:57:01 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 05:57:01 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:57:01 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:57:01 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 05:57:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:57:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 05:57:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 05:57:02 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 05:57:02 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 05:57:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:57:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:57:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 05:57:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 05:57:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 05:57:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 05:57:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 05:57:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 05:57:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 05:57:02 Setting up tzdata (2021a-0ubuntu0.18.04) ... 05:57:03 05:57:03 Current default time zone: 'Etc/UTC' 05:57:03 Local time is now: Fri Feb 5 05:57:02 UTC 2021. 05:57:03 Universal Time is now: Fri Feb 5 05:57:02 UTC 2021. 05:57:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 05:57:03 05:57:03 Setting up systemd-sysv (237-3ubuntu10.44) ... 05:57:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:03 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 05:57:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 05:57:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 05:57:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 05:57:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 05:57:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 05:57:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 05:57:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 05:57:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:03 Setting up procps (2:3.3.12-3ubuntu1.2) ... 05:57:03 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 05:57:03 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 05:57:03 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:03 Setting up patch (2.7.6-2ubuntu1.1) ... 05:57:03 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 05:57:03 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 05:57:03 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 05:57:03 Installing new version of config file /etc/ssl/openssl.cnf ... 05:57:03 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 05:57:03 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 05:57:04 Setting up ca-certificates (20210119~18.04.1) ... 05:57:05 Updating certificates in /etc/ssl/certs... 05:57:06 23 added, 27 removed; done. 05:57:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 05:57:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 05:57:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 05:57:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 05:57:06 Setting up pkgbinarymangler (138.18.04.1) ... 05:57:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 05:57:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 05:57:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up perl (5.26.1-6ubuntu0.5) ... 05:57:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 05:57:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 05:57:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 05:57:07 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 05:57:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 05:57:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 05:57:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 05:57:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 05:57:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:57:07 Processing triggers for systemd (237-3ubuntu10.44) ... 05:57:07 Processing triggers for mime-support (3.60ubuntu1) ... 05:57:07 Processing triggers for ca-certificates (20210119~18.04.1) ... 05:57:07 Updating certificates in /etc/ssl/certs... 05:57:08 0 added, 0 removed; done. 05:57:08 Running hooks in /etc/ca-certificates/update.d... 05:57:08 done. 05:57:08 Reading package lists... 05:57:08 Building dependency tree... 05:57:08 Reading state information... 05:57:08 The following NEW packages will be installed: 05:57:08 apt-transport-https 05:57:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 05:57:08 Need to get 1696 B of archives. 05:57:08 After this operation, 153 kB of additional disk space will be used. 05:57:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 05:57:08 debconf: delaying package configuration, since apt-utils is not installed 05:57:09 Fetched 1696 B in 0s (27.6 kB/s) 05:57:09 Selecting previously unselected package apt-transport-https. 05:57:09 (Reading database ... 13920 files and directories currently installed.) 05:57:09 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 05:57:09 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 05:57:09 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 05:57:09 Waiting for network to be ready... 05:57:14 2021-02-05T05:57:12Z INFO Waiting for automatic snapd restart... 05:57:15 snapd 2.48.2 from Canonical* installed 05:57:16 "snapd" switched to the "latest/stable" channel 05:57:16 05:57:18 core18 20201210 from Canonical* installed 05:57:19 "core18" switched to the "latest/stable" channel 05:57:19 05:57:22 snapcraft 4.4.4 from Canonical* installed 05:57:22 "snapcraft" switched to the "latest/stable" channel 05:57:22 05:57:25 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: 05:57:25 - README.md 05:57:25 - snapcraft.yaml.orig 05:57:25 05:57:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 05:57:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:57:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 05:57:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 05:57:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:57:33 Reading package lists... 05:57:33 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 05:57:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:57:40 Reading package lists... 05:57:40 Building dependency tree... 05:57:40 Reading state information... 05:57:40 Suggested packages: 05:57:40 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 05:57:40 git-gui gitk gitweb git-cvs git-mediawiki git-svn 05:57:40 Recommended packages: 05:57:40 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 05:57:40 The following NEW packages will be installed: 05:57:40 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 05:57:40 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 05:57:40 pkg-config zip 05:57:40 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 05:57:40 Need to get 7655 kB of archives. 05:57:40 After this operation, 43.7 MB of additional disk space will be used. 05:57:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 05:57:40 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 05:57:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 05:57:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 05:57:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 05:57:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 05:57:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 05:57:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 05:57:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 05:57:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 05:57:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 05:57:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 05:57:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 05:57:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 05:57:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 05:57:40 debconf: delaying package configuration, since apt-utils is not installed 05:57:40 Fetched 7655 kB in 1s (10.7 MB/s) 05:57:40 Selecting previously unselected package libglib2.0-0:amd64. 05:57:40 (Reading database ... 13924 files and directories currently installed.) 05:57:40 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 05:57:40 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 05:57:41 Selecting previously unselected package libpsl5:amd64. 05:57:41 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 05:57:41 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 05:57:41 Selecting previously unselected package libnghttp2-14:amd64. 05:57:41 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 05:57:41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 05:57:41 Selecting previously unselected package librtmp1:amd64. 05:57:41 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 05:57:41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 05:57:41 Selecting previously unselected package libcurl3-gnutls:amd64. 05:57:41 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 05:57:41 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 05:57:41 Selecting previously unselected package liberror-perl. 05:57:41 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 05:57:41 Unpacking liberror-perl (0.17025-1) ... 05:57:41 Selecting previously unselected package git-man. 05:57:41 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 05:57:41 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 05:57:41 Selecting previously unselected package git. 05:57:41 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 05:57:41 Unpacking git (1:2.17.1-1ubuntu0.7) ... 05:57:42 Selecting previously unselected package libnorm1:amd64. 05:57:42 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 05:57:42 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 05:57:42 Selecting previously unselected package libpgm-5.2-0:amd64. 05:57:42 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 05:57:42 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 05:57:42 Selecting previously unselected package libsodium23:amd64. 05:57:42 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 05:57:42 Unpacking libsodium23:amd64 (1.0.16-2) ... 05:57:42 Selecting previously unselected package libzmq5:amd64. 05:57:42 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 05:57:42 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 05:57:43 Selecting previously unselected package libzmq3-dev:amd64. 05:57:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 05:57:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 05:57:43 Selecting previously unselected package pkg-config. 05:57:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 05:57:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 05:57:43 Selecting previously unselected package zip. 05:57:43 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 05:57:43 Unpacking zip (3.0-11build1) ... 05:57:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 05:57:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 05:57:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 05:57:43 Setting up liberror-perl (0.17025-1) ... 05:57:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 05:57:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 05:57:43 No schema files found: doing nothing. 05:57:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 05:57:43 Setting up zip (3.0-11build1) ... 05:57:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 05:57:43 Setting up libsodium23:amd64 (1.0.16-2) ... 05:57:43 Setting up pkg-config (0.29.1-0ubuntu2) ... 05:57:43 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 05:57:43 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 05:57:43 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 05:57:43 Setting up git (1:2.17.1-1ubuntu0.7) ... 05:57:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 05:57:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:57:50 git set to automatically installed. 05:57:50 git-man set to automatically installed. 05:57:50 libcurl3-gnutls set to automatically installed. 05:57:50 liberror-perl set to automatically installed. 05:57:50 libglib2.0-0 set to automatically installed. 05:57:50 libnghttp2-14 set to automatically installed. 05:57:50 libnorm1 set to automatically installed. 05:57:50 libpgm-5.2-0 set to automatically installed. 05:57:50 libpsl5 set to automatically installed. 05:57:50 librtmp1 set to automatically installed. 05:57:50 libsodium23 set to automatically installed. 05:57:50 libzmq3-dev set to automatically installed. 05:57:50 libzmq5 set to automatically installed. 05:57:50 pkg-config set to automatically installed. 05:57:50 zip set to automatically installed. 05:57:53 snapd is not logged in, snap install commands will use sudo 05:57:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 05:57:59 snap "core18" has no updates available 05:58:00 Pulling config-common 05:58:01 Pulling go-build-helper 05:58:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:58:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:58:09 ---> 70f5b1df8e14 05:58:09 Step 3/22 : WORKDIR /edgex-go 05:58:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:58:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:58:09 ---> 70f5b1df8e14 05:58:09 Step 3/21 : WORKDIR /edgex-go 05:58:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:58:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:58:09 ---> 70f5b1df8e14 05:58:09 Step 3/23 : WORKDIR /edgex-go 05:58:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:58:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 05:58:09 ---> 70f5b1df8e14 05:58:09 Step 3/26 : WORKDIR /edgex-go 05:58:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 05:58:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 05:58:09 ---> 70f5b1df8e14 05:58:09 Step 3/31 : WORKDIR /edgex-go 05:58:09 ---> Running in aafe0ca200e1 05:58:09 ---> Running in 952d75a8cb9a 05:58:09 ---> Running in ab494dba0576 05:58:09 ---> Running in 7e122ae75d25 05:58:09 ---> Running in d6351e85a2a0 05:58:09 Removing intermediate container ab494dba0576 05:58:09 ---> d6377cb58f9f 05:58:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:09 Removing intermediate container aafe0ca200e1 05:58:09 ---> 1ef994668e1b 05:58:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:09 Removing intermediate container 7e122ae75d25 05:58:09 ---> b6c8af7ea303 05:58:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:09 ---> Running in c71b122b3589 05:58:09 Removing intermediate container d6351e85a2a0 05:58:09 ---> c8a54dcfc721 05:58:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:09 Removing intermediate container 952d75a8cb9a 05:58:09 ---> d955523cc97a 05:58:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:09 ---> Running in 6d1ebca20923 05:58:09 ---> Running in e645cc4c80d2 05:58:09 ---> Running in abfc62cd2001 05:58:09 ---> Running in bb56adac09f6 05:58:09 Removing intermediate container c71b122b3589 05:58:09 ---> 31a0181d447e 05:58:09 Step 5/31 : RUN apk add --update --no-cache make git 05:58:09 ---> Running in f882cf220d81 05:58:09 Removing intermediate container e645cc4c80d2 05:58:09 ---> 1df4cd01a522 05:58:09 Step 5/26 : RUN apk add --update --no-cache make bash git 05:58:09 Removing intermediate container 6d1ebca20923 05:58:09 ---> 458b361a63c4 05:58:09 Step 5/21 : RUN apk add --update --no-cache make git 05:58:09 ---> Running in 27f55f745f66 05:58:09 Removing intermediate container abfc62cd2001 05:58:09 Removing intermediate container bb56adac09f6 05:58:09 ---> 2c88537cdca7 05:58:09 Step 5/22 : RUN apk add --update --no-cache make git 05:58:09 ---> 77491e80c345 05:58:09 Step 5/23 : RUN apk add --update --no-cache make git 05:58:09 ---> Running in fbe376884641 05:58:09 ---> Running in 2bbd045b529e 05:58:09 ---> Running in 30f171bb54fa 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:58:09 OK: 217 MiB in 51 packages 05:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:58:10 OK: 217 MiB in 51 packages 05:58:10 OK: 217 MiB in 51 packages 05:58:11 OK: 217 MiB in 51 packages 05:58:11 OK: 217 MiB in 51 packages 05:58:11 Removing intermediate container f882cf220d81 05:58:11 ---> 6c8658a2e900 05:58:11 Step 6/31 : COPY go.mod . 05:58:12 Removing intermediate container 27f55f745f66 05:58:12 ---> 7615b0a8d0aa 05:58:12 Step 6/26 : COPY go.mod . 05:58:12 Removing intermediate container fbe376884641 05:58:12 ---> 2b93bfddc129 05:58:12 Step 6/21 : COPY go.mod . 05:58:12 ---> ac9e67c8fcec 05:58:12 Step 7/31 : RUN go mod download 05:58:12 Removing intermediate container 2bbd045b529e 05:58:12 ---> 1b309975531b 05:58:12 Step 6/22 : COPY go.mod . 05:58:12 Removing intermediate container 30f171bb54fa 05:58:12 ---> c052a659bc44 05:58:12 Step 6/23 : COPY go.mod . 05:58:13 ---> Running in a0d67a5762cd 05:58:13 ---> b068c8999cf4 05:58:13 Step 7/26 : RUN go mod download 05:58:13 ---> Running in 8e4f11d07d85 05:58:13 ---> cd50ebb8b412 05:58:13 Step 7/21 : RUN go mod download 05:58:14 ---> 6c471fa8bc33 05:58:14 Step 7/23 : RUN go mod download 05:58:14 ---> Running in 7c202d5b4bfe 05:58:14 ---> 35b0a004d860 05:58:14 Step 7/22 : RUN go mod download 05:58:14 ---> Running in b58ee81adbe5 05:58:14 ---> Running in aa3b59ed1e9f 05:58:17 Removing intermediate container a0d67a5762cd 05:58:17 ---> b5f55504f2be 05:58:17 Step 8/31 : COPY . . 05:58:17 Removing intermediate container 8e4f11d07d85 05:58:17 ---> 1504825bca03 05:58:17 Step 8/26 : COPY . . 05:58:18 Removing intermediate container 7c202d5b4bfe 05:58:18 ---> 782af66d12ef 05:58:18 Step 8/21 : COPY . . 05:58:18 Removing intermediate container b58ee81adbe5 05:58:18 ---> 8e5ea7dbe1f8 05:58:18 Step 8/23 : COPY . . 05:58:19 Removing intermediate container aa3b59ed1e9f 05:58:19 ---> fd7953d64d0e 05:58:19 Step 8/22 : COPY . . 05:58:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 05:58:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 05:58:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 05:58:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 05:58:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 05:58:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 05:58:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 05:58:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 05:58:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 05:58:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 05:58:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 05:58:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 05:58:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 05:58:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 05:58:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 05:58:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 05:58:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 05:58:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 05:58:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 05:58:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 05:58:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 05:58:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 05:58:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 05:58:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 05:58:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 05:58:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 05:58:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 05:58:23 Fetched 23.9 MB in 0s (0 B/s) 05:58:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 05:58:23 Fetched 96.5 kB in 0s (0 B/s) 05:58:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 05:58:23 Fetched 279 kB in 0s (0 B/s) 05:58:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 05:58:23 Fetched 122 kB in 0s (0 B/s) 05:58:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 05:58:23 Fetched 77.8 kB in 0s (0 B/s) 05:58:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 05:58:23 Fetched 8848 B in 0s (0 B/s) 05:58:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 05:58:23 Fetched 47.8 kB in 0s (0 B/s) 05:58:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 05:58:23 Fetched 45.6 kB in 0s (0 B/s) 05:58:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 05:58:23 Fetched 15.0 kB in 0s (0 B/s) 05:58:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 05:58:23 Fetched 214 kB in 0s (0 B/s) 05:58:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 05:58:23 Fetched 155 kB in 0s (0 B/s) 05:58:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 05:58:23 Fetched 50.6 kB in 0s (0 B/s) 05:58:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 05:58:23 Fetched 14.8 kB in 0s (0 B/s) 05:58:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 05:58:23 Fetched 41.8 kB in 0s (0 B/s) 05:58:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 05:58:23 Fetched 499 kB in 0s (0 B/s) 05:58:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 05:58:23 Fetched 111 kB in 0s (0 B/s) 05:58:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 05:58:23 Fetched 240 kB in 0s (0 B/s) 05:58:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 05:58:23 Fetched 29.3 kB in 0s (0 B/s) 05:58:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 05:58:23 Fetched 85.5 kB in 0s (0 B/s) 05:58:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 05:58:23 Fetched 24.5 kB in 0s (0 B/s) 05:58:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 05:58:23 Fetched 49.2 kB in 0s (0 B/s) 05:58:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 05:58:23 Fetched 54.2 kB in 0s (0 B/s) 05:58:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 05:58:23 Fetched 30.8 kB in 0s (0 B/s) 05:58:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 05:58:23 Fetched 17.0 kB in 0s (0 B/s) 05:58:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 05:58:23 Fetched 85.9 kB in 0s (0 B/s) 05:58:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 05:58:23 Fetched 8720 B in 0s (0 B/s) 05:58:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 05:58:23 Fetched 137 kB in 0s (0 B/s) 05:58:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 05:58:23 Fetched 119 kB in 0s (0 B/s) 05:58:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 05:58:23 Fetched 109 kB in 0s (0 B/s) 05:58:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 05:58:23 Fetched 11.1 kB in 0s (0 B/s) 05:58:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 05:58:23 Fetched 645 kB in 0s (0 B/s) 05:58:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 05:58:23 Fetched 41.3 kB in 0s (0 B/s) 05:58:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 05:58:23 Fetched 17.9 kB in 0s (0 B/s) 05:58:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 05:58:23 Fetched 368 kB in 0s (0 B/s) 05:58:23 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 05:58:23 Fetched 187 kB in 0s (0 B/s) 05:58:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 05:58:23 Fetched 175 kB in 0s (0 B/s) 05:58:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 05:58:25 Fetched 206 kB in 0s (0 B/s) 05:58:25 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 05:58:25 Fetched 1301 kB in 0s (0 B/s) 05:58:25 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 05:58:25 Fetched 36.2 kB in 0s (0 B/s) 05:58:25 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 05:58:25 Fetched 159 kB in 0s (0 B/s) 05:58:25 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 05:58:25 Fetched 107 kB in 0s (0 B/s) 05:58:25 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 05:58:25 Fetched 48.7 kB in 0s (0 B/s) 05:58:25 Pulling static-packages 05:58:26 'go115' has dependencies that need to be staged: go-build-helper static-packages 05:58:26 Skipping pull go-build-helper (already ran) 05:58:26 Skipping pull static-packages (already ran) 05:58:26 Building go-build-helper 05:58:29 Building static-packages 05:58:31 Staging go-build-helper 05:58:32 Staging static-packages 05:58:33 Pulling go115 05:58:34 'edgex-go' has dependencies that need to be staged: go115 05:58:34 Skipping pull go115 (already ran) 05:58:34 Building go115 05:58:34 % Total % Received % Xferd Average Speed Time Time Time Current 05:58:34 Dload Upload Total Spent Left Speed 05:58:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.4M 0 0 25.0M 0 0:00:04 --:--:-- 0:00:04 25.0M 50 115M 50 58.8M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.1M 86 115M 86 99.7M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.8M 100 115M 100 115M 0 0 35.3M 0 0:00:03 0:00:03 --:--:-- 35.3M 05:58:38 go1.15.2.linux-amd64.tar.gz: OK 05:58:42 Staging go115 05:58:46 ---> f105c55c5278 05:58:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 05:58:46 ---> 1ce53a27a287 05:58:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:58:46 ---> 8900dca2f326 05:58:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:58:46 ---> df2a90786534 05:58:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 05:58:46 ---> f308b58dad41 05:58:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 05:58:46 ---> Running in 51a559bf05e0 05:58:46 ---> Running in 16855204d3c3 05:58:46 ---> Running in 316026bf2044 05:58:46 ---> Running in 0478e72757fb 05:58:46 ---> Running in adcdec1100cf 05:58:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:58:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 05:58: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 05:58: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 05:58:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:58:46 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 05:58:46 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 05:58:46 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 05:58:46 Fetched 0 B in 0s (0 B/s) 05:58:46 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 05:58:46 Fetched 224 kB in 0s (0 B/s) 05:58:46 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 05:58:46 Fetched 157 kB in 0s (0 B/s) 05:58:46 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 05:58:46 Fetched 221 kB in 0s (0 B/s) 05:58:46 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 05:58:46 Fetched 143 kB in 0s (0 B/s) 05:58:46 Pulling edgex-go 05:58:48 Pulling version 05:58:49 Building config-common 05:58:51 Skipping build go-build-helper (already ran) 05:58:51 Skipping build static-packages (already ran) 05:58:51 Skipping build go115 (already ran) 05:58:51 Building edgex-go 05:58:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 05:58:52 go: downloading github.com/gorilla/mux v1.8.0 05:58:52 go: downloading github.com/OneOfOne/xxhash v1.2.8 05:58:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 05:58:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 05:58:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.22 05:58:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 05:58:52 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 05:58:52 go: downloading github.com/pkg/errors v0.8.1 05:58:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 05:58:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 05:58:52 go: downloading github.com/pelletier/go-toml v1.2.0 05:58:52 go: downloading github.com/pebbe/zmq4 v1.2.2 05:58:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 05:58:52 go: downloading github.com/imdario/mergo v0.3.11 05:58:52 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 05:58:52 go: downloading github.com/go-redis/redis/v7 v7.2.0 05:58:52 go: downloading github.com/go-kit/kit v0.8.0 05:58:52 go: downloading github.com/BurntSushi/toml v0.3.1 05:58:52 go: downloading github.com/google/uuid v1.2.0 05:58:52 go: downloading github.com/x448/float16 v0.8.4 05:58:53 go: downloading github.com/go-playground/validator/v10 v10.3.0 05:58:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 05:58:53 go: downloading github.com/hashicorp/consul/api v1.1.0 05:58:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 05:58:53 go: downloading gopkg.in/yaml.v2 v2.4.0 05:58:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 05:58:53 go: downloading github.com/mitchellh/copystructure v1.0.0 05:58:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 05:58:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 05:58:53 go: downloading github.com/hashicorp/serf v0.8.2 05:58:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 05:58:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 05:58:53 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 05:58:53 go: downloading github.com/leodido/go-urn v1.2.0 05:58:53 go: downloading github.com/go-playground/universal-translator v0.17.0 05:58:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 05:58:53 go: downloading github.com/go-playground/locales v0.13.0 05:58:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 05:58:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 05:58:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 05:59:00 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 05:59:04 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 05:59:05 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 05:59:06 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 05:59:06 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 05:59:06 go: downloading github.com/stretchr/testify v1.7.0 05:59:06 go: downloading github.com/davecgh/go-spew v1.1.1 05:59:06 go: downloading github.com/pmezard/go-difflib v1.0.0 05:59:06 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 05:59:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:59:08 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 05:59:08 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 05:59:09 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 05:59:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:59:10 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 05:59:11 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 05:59:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:59:13 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 05:59:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 05:59:14 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 05:59:14 go: downloading github.com/lib/pq v1.9.0 05:59:17 Building version 05:59:19 Staging config-common 05:59:19 Skipping stage go-build-helper (already ran) 05:59:19 Skipping stage static-packages (already ran) 05:59:19 Skipping stage go115 (already ran) 05:59:19 Staging edgex-go 05:59:20 Staging version 05:59:21 Priming config-common 05:59:22 Priming go-build-helper 05:59:23 Priming static-packages 05:59:26 Priming go115 05:59:26 Priming edgex-go 05:59:27 Priming version 05:59:28 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:00:08 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 06:00:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:00:20 Removing intermediate container 16855204d3c3 06:00:20 ---> 30f1de11c463 06:00:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:00:21 ---> Running in a7bb2837fc07 06:00:21 Removing intermediate container 316026bf2044 06:00:21 ---> 057d85bcdd75 06:00:21 06:00:21 Step 10/21 : FROM alpine:3.12 06:00:21 3.12: Pulling from library/alpine 06:00:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:00:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:00:23 Status: Downloaded newer image for alpine:3.12 06:00:23 ---> afeebe901d6b 06:00:23 Step 11/21 : RUN apk add --update --no-cache curl 06:00:24 ---> Running in b358b7269529 06:00:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:00:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:00:26 (1/4) Installing ca-certificates (20191127-r4) 06:00:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:00:27 (3/4) Installing libcurl (7.69.1-r3) 06:00:27 (4/4) Installing curl (7.69.1-r3) 06:00:27 Executing busybox-1.31.1-r19.trigger 06:00:27 Executing ca-certificates-20191127-r4.trigger 06:00:27 OK: 7 MiB in 18 packages 06:00:30 Removing intermediate container a7bb2837fc07 06:00:30 ---> 79148615ac5f 06:00:30 06:00:30 Step 11/26 : FROM docker:20.10.0 06:00:30 20.10.0: Pulling from library/docker 06:00:31 Removing intermediate container b358b7269529 06:00:31 ---> 2c3d95ac292c 06:00:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:00:31 ---> Running in b0d613ddb55f 06:00:33 Removing intermediate container b0d613ddb55f 06:00:33 ---> 3779b6e10691 06:00:33 Step 13/21 : WORKDIR /edgex 06:00:33 Removing intermediate container 51a559bf05e0 06:00:33 ---> eb1025ca4f19 06:00:33 06:00:33 Step 10/31 : FROM alpine:3.12 06:00:33 ---> afeebe901d6b 06:00:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:00:34 ---> Running in 6ec48488af28 06:00:34 ---> Running in f4cfc2426cdb 06:00:35 Removing intermediate container f4cfc2426cdb 06:00:35 ---> b94c08c49ae7 06:00:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:00:35 ---> Running in b1a1ef945878 06:00:36 Removing intermediate container 6ec48488af28 06:00:36 ---> 77567f37f6ef 06:00:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:00:38 (1/2) Installing dumb-init (1.2.2-r1) 06:00:38 (2/2) Installing su-exec (0.2-r1) 06:00:38 Executing busybox-1.31.1-r19.trigger 06:00:38 OK: 5 MiB in 16 packages 06:00:38 ---> 5678618bdf84 06:00:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:00:39 Removing intermediate container adcdec1100cf 06:00:39 ---> dd5c2317e49f 06:00:39 06:00:39 Step 10/22 : FROM alpine:3.12 06:00:39 ---> afeebe901d6b 06:00:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:00:40 ---> Running in c17e97d85ddd 06:00:41 ---> 3b42685a385f 06:00:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:00:41 Removing intermediate container b1a1ef945878 06:00:41 ---> 49ec36587366 06:00:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:00:42 ---> Running in b73406246734 06:00:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:00:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:00:43 (1/1) Installing dumb-init (1.2.2-r1) 06:00:43 Executing busybox-1.31.1-r19.trigger 06:00:43 OK: 5 MiB in 15 packages 06:00:43 Removing intermediate container b73406246734 06:00:43 ---> cc9bb35b34e6 06:00:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:00:43 ---> c2645852316f 06:00:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:00:43 ---> Running in 02f09d3f5954 06:00:44 ---> Running in 47eae994e0d4 06:00:44 Removing intermediate container 0478e72757fb 06:00:44 ---> 27cf592a8248 06:00:44 06:00:44 Step 10/23 : FROM alpine:3.12 06:00:44 ---> afeebe901d6b 06:00:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:00:45 ---> Running in f91b05e31fb8 06:00:45 Removing intermediate container 02f09d3f5954 06:00:45 ---> f66fe6679c00 06:00:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:00:45 Removing intermediate container 47eae994e0d4 06:00:45 ---> 7556e83abdf2 06:00:45 Step 18/21 : CMD ["--init=true"] 06:00:45 ---> Running in 04855dae18b3 06:00:45 ---> Running in 94182099b9e9 06:00:45 Removing intermediate container c17e97d85ddd 06:00:45 ---> 7fdca58caebc 06:00:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:00:45 ---> Running in 8231a8cd839c 06:00:46 Removing intermediate container 04855dae18b3 06:00:46 ---> aacc0103a813 06:00:46 Step 19/21 : LABEL arch=arm64 06:00:46 ---> Running in 85a315eb976c 06:00:46 Removing intermediate container 8231a8cd839c 06:00:46 ---> e804b4b142c8 06:00:46 Step 13/22 : ENV APP_PORT=48085 06:00:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:00:47 ---> Running in f1f5f0763b91 06:00:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:00:47 Removing intermediate container 85a315eb976c 06:00:47 ---> 14c5f39babbc 06:00:47 Step 20/21 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:00:47 ---> Running in e9ef8fa84a0f 06:00:47 (1/1) Installing dumb-init (1.2.2-r1) 06:00:47 Executing busybox-1.31.1-r19.trigger 06:00:47 OK: 5 MiB in 15 packages 06:00:47 Removing intermediate container f1f5f0763b91 06:00:47 ---> 0cbc7ab05417 06:00:47 Step 14/22 : EXPOSE $APP_PORT 06:00:47 ---> Running in 0198a06cd0b5 06:00:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:00:48 Status: Downloaded newer image for docker:20.10.0 06:00:48 ---> eeaf43b92773 06:00:48 Step 12/26 : RUN apk add --no-cache bash 06:00:48 Removing intermediate container e9ef8fa84a0f 06:00:48 ---> 33bdf15349ca 06:00:48 Step 21/21 : LABEL version=0.0.0 06:00:48 ---> Running in 6c40e6c57599 06:00:48 ---> Running in 350dee537f35 06:00:48 Removing intermediate container 0198a06cd0b5 06:00:48 ---> 9bcd191e73af 06:00:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:00:48 Removing intermediate container 94182099b9e9 06:00:48 ---> 682448089816 06:00:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:00:49 ---> Running in 89a13eeffb01 06:00:49 Removing intermediate container 350dee537f35 06:00:49 ---> 07a34432e425 06:00:49 06:00:49 Removing intermediate container f91b05e31fb8 06:00:49 ---> dae1643cf978 06:00:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:00:49 ---> Running in ad86c44e2a7f 06:00:49 Removing intermediate container 89a13eeffb01 06:00:49 ---> 84fed81b3220 06:00:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:00:49 Successfully built 07a34432e425 06:00:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:00:49  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 06:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:00:50 ---> b570e922111e 06:00:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:00:50 Removing intermediate container ad86c44e2a7f 06:00:50 ---> d8d6afeaa3c5 06:00:50 Step 13/23 : ENV APP_PORT=48081 06:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:00:50 ---> Running in 3a58fa5fe622 06:00:50 ---> 0e87b5eebeae 06:00:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:00:50 (1/2) Installing readline (8.0.4-r0) 06:00:50 (2/2) Installing bash (5.0.17-r0) 06:00:50 Executing bash-5.0.17-r0.post-install 06:00:50 Removing intermediate container 3a58fa5fe622 06:00:50 ---> c2276c2a95d3 06:00:50 Step 14/23 : EXPOSE $APP_PORT 06:00:50 Executing busybox-1.31.1-r19.trigger 06:00:51 OK: 12 MiB in 22 packages 06:00:51 ---> Running in a0118cb79eb0 06:00:51 ---> Running in 1c6ebe7dbc46 06:00:52 ---> a4399bfd7d6d 06:00:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:00:52 Removing intermediate container 1c6ebe7dbc46 06:00:52 ---> 62efb54266b7 06:00:52 Step 15/23 : WORKDIR / 06:00:52 ---> Running in 6406e05f7971 06:00:53 ---> 19dc6693ba80 06:00:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:00:53 Removing intermediate container 6c40e6c57599 06:00:53 ---> e93785957792 06:00:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:00:54 ---> Running in 31ab3474ad85 06:00:54 Removing intermediate container 6406e05f7971 06:00:54 ---> 89c16a0f369a 06:00:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:00:54 ---> Running in afd371a641c5 06:00:55 Removing intermediate container 31ab3474ad85 06:00:55 ---> a7671ee501c7 06:00:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:00:55 Removing intermediate container afd371a641c5 06:00:55 ---> f8b2c9054d3c 06:00:55 Step 14/26 : ENV APP_PORT=48090 06:00:55 ---> Running in 4597d298986e 06:00:55 ---> Running in 5f249627497d 06:00:55 ---> c2207dadc5d3 06:00:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:00:55 Removing intermediate container a0118cb79eb0 06:00:55 ---> 444369e6d672 06:00:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:00:56 Removing intermediate container 4597d298986e 06:00:56 ---> be230baafab9 06:00:56 Step 20/22 : LABEL arch=arm64 06:00:56 ---> Running in 474b03f26f89 06:00:56 Removing intermediate container 5f249627497d 06:00:56 ---> 70f9ae9affd9 06:00:56 Step 15/26 : EXPOSE $APP_PORT 06:00:56 ---> Running in 5f9365c0a876 06:00:56 ---> ccd6e2555d83 06:00:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:00:56 Removing intermediate container 474b03f26f89 06:00:56 ---> 92128fe8096e 06:00:56 Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:00:57 ---> Running in f6e45961e422 06:00:57 Removing intermediate container 5f9365c0a876 06:00:57 ---> 100568f773b0 06:00:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:00:57 ---> 1bc1c4bcfcfe 06:00:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:00:58 Removing intermediate container f6e45961e422 06:00:58 ---> 04cacae1b800 06:00:58 Step 22/22 : LABEL version=0.0.0 06:00:58 ---> Running in 8c01435f1f9d 06:00:58 ---> 94d0339a2f2c 06:00:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:00:59 ---> aa276405ed3f 06:00:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:00:59 Removing intermediate container 8c01435f1f9d 06:00:59 ---> Running in cb69e1429bff 06:00:59 ---> 133fffc5f678 06:00:59 06:00:59 ---> 283521387827 06:00:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:00:59 ---> 41cd38a20e1a 06:00:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:01:00 Successfully built 133fffc5f678 06:01:00 Successfully tagged docker-support-scheduler-go-arm64:latest 06:01:00  Building docker-support-scheduler-go ... done Building docker-core-command-go 06:01:00 Removing intermediate container cb69e1429bff 06:01:00 ---> edde76b2c248 06:01:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:01:00 ---> Running in d02d192a1e54 06:01:00 ---> 29f5fc1975d5 06:01:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:01:01 Removing intermediate container d02d192a1e54 06:01:01 ---> 6f036fb79f07 06:01:01 Step 21/23 : LABEL arch=arm64 06:01:01 ---> 30903125fbb4 06:01:01 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:01:01 ---> Running in ef8209ae7cb1 06:01:02 ---> f826c9545881 06:01:02 Step 19/26 : RUN apk --no-cache add py3-pip 06:01:02 Removing intermediate container ef8209ae7cb1 06:01:02 ---> 71564bdc53d9 06:01:02 Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:01:02 ---> Running in f5ac5ba1c565 06:01:03 ---> aa2f08ccbc4d 06:01:03 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:01:03 ---> Running in c4cfead5a6a5 06:01:04 ---> Running in d35c535fb77f 06:01:04 Removing intermediate container c4cfead5a6a5 06:01:04 ---> 920d49507b27 06:01:04 Step 23/23 : LABEL version=0.0.0 06:01:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:01:04 ---> Running in 0f8436f23aef 06:01:04 Removing intermediate container d35c535fb77f 06:01:04 ---> 8ea541370db8 06:01:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:01:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:01:05 (1/33) Installing libbz2 (1.0.8-r1) 06:01:05 (2/33) Installing expat (2.2.9-r1) 06:01:05 (3/33) Installing libffi (3.3-r2) 06:01:05 (4/33) Installing gdbm (1.13-r1) 06:01:05 (5/33) Installing xz-libs (5.2.5-r0) 06:01:05 (6/33) Installing sqlite-libs (3.32.1-r0) 06:01:05 (7/33) Installing python3 (3.8.5-r0) 06:01:05 Removing intermediate container 0f8436f23aef 06:01:05 ---> 29d8a3c44f65 06:01:05 06:01:06 Successfully built 29d8a3c44f65 06:01:06 ---> 977e5b5d31f3 06:01:06 Step 26/31 : RUN chmod +x /entrypoint.sh 06:01:06 Successfully tagged docker-core-metadata-go-arm64:latest 06:01:06 Building docker-core-data-go 06:01:07  Building docker-core-metadata-go ... done  ---> Running in bced40c72f47 06:01:07 (8/33) Installing py3-appdirs (1.4.4-r1) 06:01:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:01:07 (10/33) Installing py3-parsing (2.4.7-r0) 06:01:07 (11/33) Installing py3-six (1.15.0-r0) 06:01:07 (12/33) Installing py3-packaging (20.4-r0) 06:01:07 (13/33) Installing py3-setuptools (47.0.0-r0) 06:01:07 (14/33) Installing py3-chardet (3.0.4-r4) 06:01:07 (15/33) Installing py3-idna (2.9-r0) 06:01:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:01:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:01:08 (18/33) Installing py3-requests (2.23.0-r0) 06:01:08 (19/33) Installing py3-msgpack (1.0.0-r0) 06:01:08 (20/33) Installing py3-lockfile (0.12.2-r3) 06:01:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:01:08 (22/33) Installing py3-colorama (0.4.3-r0) 06:01:08 (23/33) Installing py3-distlib (0.3.0-r0) 06:01:08 (24/33) Installing py3-distro (1.5.0-r1) 06:01:08 (25/33) Installing py3-webencodings (0.5.1-r3) 06:01:08 (26/33) Installing py3-html5lib (1.0.1-r4) 06:01:08 (27/33) Installing py3-pytoml (0.1.21-r0) 06:01:08 (28/33) Installing py3-pep517 (0.8.2-r0) 06:01:08 (29/33) Installing py3-progress (1.5-r0) 06:01:08 (30/33) Installing py3-toml (0.10.1-r0) 06:01:08 (31/33) Installing py3-retrying (1.3.3-r0) 06:01:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:01:08 (33/33) Installing py3-pip (20.1.1-r0) 06:01:08 Executing busybox-1.31.1-r19.trigger 06:01:08 OK: 71 MiB in 55 packages 06:01:10 Removing intermediate container bced40c72f47 06:01:10 ---> 4349cffe792d 06:01:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:01:11 ---> Running in 4547b318c363 06:01:12 Removing intermediate container 4547b318c363 06:01:12 ---> 40c42ef59c8b 06:01:12 Step 28/31 : CMD ["gate"] 06:01:13 ---> Running in 16fd362f3d92 06:01:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:01:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:01:14 ---> 70f5b1df8e14 06:01:14 Step 3/22 : WORKDIR /edgex-go 06:01:14 ---> Using cache 06:01:14 ---> d955523cc97a 06:01:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:01:14 ---> Using cache 06:01:14 ---> 77491e80c345 06:01:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:01:14 ---> Running in 46158e6286be 06:01:14 Removing intermediate container 16fd362f3d92 06:01:14 ---> 903e57fcda8a 06:01:14 Step 29/31 : LABEL arch=arm64 06:01:15 ---> Running in e9b9c18d0f8e 06:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:01:16 Removing intermediate container e9b9c18d0f8e 06:01:16 ---> bd3e94b09b0e 06:01:16 Step 30/31 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:01:17 ---> Running in 78dbeeff374b 06:01:17 Removing intermediate container f5ac5ba1c565 06:01:17 ---> ca5fd278034a 06:01:17 Step 20/26 : RUN pip install docker-compose==1.23.2 06:01:17 OK: 217 MiB in 51 packages 06:01:18 ---> Running in 1f7436292aff 06:01:18 Removing intermediate container 78dbeeff374b 06:01:18 ---> 97c2fcdcb7b0 06:01:18 Step 31/31 : LABEL version=0.0.0 06:01:19 ---> Running in 4e27828d8ff6 06:01:20 Removing intermediate container 4e27828d8ff6 06:01:20 ---> eed1fb3a3a4e 06:01:20 06:01:20 Removing intermediate container 46158e6286be 06:01:20 ---> 86fcae223b0b 06:01:20 Step 6/22 : COPY go.mod . 06:01:21 Successfully built eed1fb3a3a4e 06:01:21 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:01:21 Building docker-security-secretstore-setup-go 06:01:21  Building docker-security-bootstrapper-go ... done  ---> dbc635432afc 06:01:21 Step 7/22 : RUN go mod download 06:01:21 ---> Running in 7d10facd862e 06:01:24 Collecting docker-compose==1.23.2 06:01:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:01:24 Removing intermediate container 7d10facd862e 06:01:24 ---> acf291dd0cb7 06:01:24 Step 8/22 : COPY . . 06:01:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:01:25 Collecting texttable<0.10,>=0.9.0 06:01:25 Downloading texttable-0.9.1.tar.gz (11 kB) 06:01:28 Collecting docopt<0.7,>=0.6.1 06:01:28 Downloading docopt-0.6.2.tar.gz (25 kB) 06:01:31 Collecting websocket-client<1.0,>=0.32.0 06:01:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:01:31 Collecting cached-property<2,>=1.2.0 06:01:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:01:32 Collecting dockerpty<0.5,>=0.4.1 06:01:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:01:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:01:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:01:35 ---> 70f5b1df8e14 06:01:35 Step 3/23 : WORKDIR /edgex-go 06:01:35 ---> Using cache 06:01:35 ---> d955523cc97a 06:01:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:01:35 ---> Using cache 06:01:35 ---> 77491e80c345 06:01:35 Step 5/23 : RUN apk add --update --no-cache make git 06:01:35 ---> Using cache 06:01:35 ---> c052a659bc44 06:01:35 Step 6/23 : COPY go.mod . 06:01:35 ---> Using cache 06:01:35 ---> 6c471fa8bc33 06:01:35 Step 7/23 : RUN go mod download 06:01:35 ---> Using cache 06:01:35 ---> 8e5ea7dbe1f8 06:01:35 Step 8/23 : COPY . . 06:01:35 ---> Using cache 06:01:35 ---> df2a90786534 06:01:35 Step 9/23 : RUN make cmd/core-command/core-command 06:01:35 Collecting jsonschema<3,>=2.5.1 06:01:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:01:38 Collecting PyYAML<4,>=3.10 06:01:38 Downloading PyYAML-3.13.tar.gz (270 kB) 06:01:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:01:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:01:41 ---> 70f5b1df8e14 06:01:41 Step 3/23 : WORKDIR /edgex-go 06:01:41 ---> Using cache 06:01:41 ---> d955523cc97a 06:01:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:01:41 ---> Using cache 06:01:41 ---> 77491e80c345 06:01:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:01:42 ---> Running in 0e44b957ed6a 06:01:42 ---> Running in e8fe482a8162 06:01:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:01:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:01:44 Collecting docker<4.0,>=3.6.0 06:01:44 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 06:01:44 ---> 6956165c4940 06:01:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:01:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:01:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:01:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:01:45 ---> Running in 278b7955aea6 06:01:46 OK: 217 MiB in 51 packages 06:01:46 Collecting urllib3<1.25,>=1.21.1 06:01:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:01:47 Collecting idna<2.8,>=2.5 06:01:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:01: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 06:01:47 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) 06:01:47 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) 06:01:48 Collecting docker-pycreds>=0.4.0 06:01:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:01:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:01:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:01:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:01:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:01:49 Removing intermediate container e8fe482a8162 06:01:49 ---> 38a2da63eb35 06:01:49 Step 6/23 : COPY go.mod . 06:01:50 Installing collected packages: texttable, docopt, websocket-client, cached-property, dockerpty, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose 06:01:50 Running setup.py install for texttable: started 06:01:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:01:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:01:50 ---> 70f5b1df8e14 06:01:50 Step 3/24 : WORKDIR /edgex-go 06:01:50 ---> Using cache 06:01:50 ---> d955523cc97a 06:01:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:01:50 ---> Using cache 06:01:50 ---> 77491e80c345 06:01:50 Step 5/24 : RUN apk add --update --no-cache make git 06:01:50 ---> Using cache 06:01:50 ---> c052a659bc44 06:01:50 Step 6/24 : COPY go.mod . 06:01:50 ---> Using cache 06:01:50 ---> 6c471fa8bc33 06:01:50 Step 7/24 : RUN go mod download 06:01:50 ---> Using cache 06:01:50 ---> 8e5ea7dbe1f8 06:01:50 Step 8/24 : COPY . . 06:01:50 ---> bd77b43fc29f 06:01:50 Step 7/23 : RUN go mod download 06:01:50 ---> Using cache 06:01:50 ---> df2a90786534 06:01:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:01:50 ---> Running in a51faa182d3a 06:01:50 ---> Running in 8602398a9285 06:01:52 Running setup.py install for texttable: finished with status 'done' 06:01:52 Running setup.py install for docopt: started 06:01:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:01:55 Running setup.py install for docopt: finished with status 'done' 06:01:55 Removing intermediate container 8602398a9285 06:01:55 ---> 60c56f1c3eec 06:01:55 Step 8/23 : COPY . . 06:01:55 Running setup.py install for dockerpty: started 06:02:00 Running setup.py install for dockerpty: finished with status 'done' 06:02:00 Running setup.py install for PyYAML: started 06:02:04 Running setup.py install for PyYAML: finished with status 'done' 06:02:04 Attempting uninstall: urllib3 06:02:04 Found existing installation: urllib3 1.25.9 06:02:04 Uninstalling urllib3-1.25.9: 06:02:04 Successfully uninstalled urllib3-1.25.9 06:02:05 Attempting uninstall: idna 06:02:05 Found existing installation: idna 2.9 06:02:05 Uninstalling idna-2.9: 06:02:05 Successfully uninstalled idna-2.9 06:02:06 Attempting uninstall: requests 06:02:06 Found existing installation: requests 2.23.0 06:02:06 Uninstalling requests-2.23.0: 06:02:06 Successfully uninstalled requests-2.23.0 06:02:10 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.57.0 06:02:15 ---> 304a41c3f7ed 06:02:15 Step 9/23 : RUN make cmd/core-data/core-data 06:02:15 ---> Running in 2eb926399f0f 06:02:18 Removing intermediate container 1f7436292aff 06:02:18 ---> 4018e2baac0c 06:02:18 Step 21/26 : RUN apk --no-cache add curl 06:02:18 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 06:02:18 ---> Running in 20f093cbecc9 06:02:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:02:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:02:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:02:21 (2/3) Installing libcurl (7.69.1-r3) 06:02:21 (3/3) Installing curl (7.69.1-r3) 06:02:21 Executing busybox-1.31.1-r19.trigger 06:02:21 OK: 71 MiB in 58 packages 06:02:23 Removing intermediate container 20f093cbecc9 06:02:23 ---> 2b79684ab11e 06:02:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:02:23 ---> Running in fea4d501db3e 06:02:24 Removing intermediate container fea4d501db3e 06:02:24 ---> f0d1637224a8 06:02:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:02:24 ---> Running in c16c20af1e04 06:02:25 Removing intermediate container c16c20af1e04 06:02:25 ---> 1dd627fb681e 06:02:25 Step 24/26 : LABEL arch=arm64 06:02:25 ---> Running in f83de5a46ab6 06:02:26 Removing intermediate container f83de5a46ab6 06:02:26 ---> 7d0c2df80ff9 06:02:26 Step 25/26 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:02:26 ---> Running in 478c2b6a555c 06:02:26 Removing intermediate container 478c2b6a555c 06:02:26 ---> b70993d66477 06:02:26 Step 26/26 : LABEL version=0.0.0 06:02:27 ---> Running in 8ce1b803e512 06:02:27 Removing intermediate container 8ce1b803e512 06:02:27 ---> 9b167a910a5c 06:02:27 06:02:28 Successfully built 9b167a910a5c 06:02:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:03:07  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:03:15 Removing intermediate container a51faa182d3a 06:03:15 ---> c1519326a01d 06:03:15 06:03:15 Step 10/24 : FROM alpine:3.12 06:03:15 ---> afeebe901d6b 06:03:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:03:15 ---> Running in c24b092bc5cd 06:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:03:18 (1/5) Installing ca-certificates (20191127-r4) 06:03:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:03:18 (3/5) Installing libcurl (7.69.1-r3) 06:03:18 (4/5) Installing curl (7.69.1-r3) 06:03:18 (5/5) Installing dumb-init (1.2.2-r1) 06:03:18 Executing busybox-1.31.1-r19.trigger 06:03:18 Executing ca-certificates-20191127-r4.trigger 06:03:19 OK: 7 MiB in 19 packages 06:03:22 Removing intermediate container c24b092bc5cd 06:03:22 ---> 0a677c22a340 06:03:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:03:22 ---> Running in 6b37f9b0ccd7 06:03:23 Removing intermediate container 6b37f9b0ccd7 06:03:23 ---> 1961b92d0035 06:03:23 Step 13/24 : WORKDIR / 06:03:23 ---> Running in 566ce91d4bd4 06:03:24 Removing intermediate container 0e44b957ed6a 06:03:24 ---> 008c9aba12de 06:03:24 06:03:24 Step 10/23 : FROM alpine:3.12 06:03:24 ---> afeebe901d6b 06:03:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:03:24 ---> Using cache 06:03:24 ---> dae1643cf978 06:03:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:03:24 ---> Using cache 06:03:24 ---> d8d6afeaa3c5 06:03:24 Step 13/23 : ENV APP_PORT=48082 06:03:24 ---> Running in 41409734eb14 06:03:24 Removing intermediate container 566ce91d4bd4 06:03:24 ---> 6b54bd1032b2 06:03:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:03:25 Removing intermediate container 41409734eb14 06:03:25 ---> 42e91e5ce57a 06:03:25 Step 14/23 : EXPOSE $APP_PORT 06:03:26 ---> Running in b6c7360fba48 06:03:26 ---> 52d22ee9f5ce 06:03:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:03:27 Removing intermediate container b6c7360fba48 06:03:27 ---> 1d7b4d3b146b 06:03:27 Step 15/23 : WORKDIR / 06:03:27 ---> Running in 8b8fe9ce5adb 06:03:28 ---> 95b00e37404c 06:03:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:03:29 Removing intermediate container 8b8fe9ce5adb 06:03:29 ---> 86abafd3d136 06:03:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:03:30 Removing intermediate container 278b7955aea6 06:03:30 ---> e0a3579ed804 06:03:30 06:03:30 Step 10/22 : FROM alpine:3.12 06:03:30 ---> afeebe901d6b 06:03:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:03:30 ---> 9e7dc522c074 06:03:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:03:30 ---> Running in 8c327a281c8c 06:03:30 ---> 3e5f122fd636 06:03:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:03:32 ---> 4b2faa517b0d 06:03:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:03:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:03:33 ---> e06c1e2726c0 06:03:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:03:33 (1/2) Installing ca-certificates (20191127-r4) 06:03:34 (2/2) Installing dumb-init (1.2.2-r1) 06:03:34 Executing busybox-1.31.1-r19.trigger 06:03:34 Executing ca-certificates-20191127-r4.trigger 06:03:34 OK: 6 MiB in 16 packages 06:03:35 ---> 59ec2259d5a8 06:03:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:03:35 ---> a6f0d210aa50 06:03:35 Step 19/23 : ENTRYPOINT ["/core-command"] 06:03:35 ---> Running in d1bad594892c 06:03:36 ---> 159e4b3af99e 06:03:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 06:03:36 Removing intermediate container d1bad594892c 06:03:36 ---> 3fab2873d5e2 06:03:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:03:36 ---> Running in a175ff041863 06:03:36 ---> Running in ddd647d4e7ee 06:03:36 Removing intermediate container 8c327a281c8c 06:03:36 ---> 871d89e3a648 06:03:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:03:37 ---> Running in 3ae77c6b43a3 06:03:37 Removing intermediate container a175ff041863 06:03:37 ---> a71c1bff91d0 06:03:37 Step 21/23 : LABEL arch=arm64 06:03:37 ---> Running in c774dceb39d5 06:03:37 Removing intermediate container 3ae77c6b43a3 06:03:37 ---> 4ada1919affd 06:03:37 Step 13/22 : ENV APP_PORT=48060 06:03:37 ---> Running in 27ff2a242c2f 06:03:38 Removing intermediate container c774dceb39d5 06:03:38 ---> 9500a76b5b68 06:03:38 Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:03:38 ---> Running in d7a67553c009 06:03:38 Removing intermediate container 27ff2a242c2f 06:03:38 ---> 5f13db8647b9 06:03:38 Step 14/22 : EXPOSE $APP_PORT 06:03:39 ---> Running in 3facbd823ef0 06:03:39 Removing intermediate container d7a67553c009 06:03:39 ---> 59bab9373942 06:03:39 Step 23/23 : LABEL version=0.0.0 06:03:39 ---> Running in 65d821eed558 06:03:39 Removing intermediate container 3facbd823ef0 06:03:39 ---> 8cb4dc9aefad 06:03:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:03:39 Removing intermediate container ddd647d4e7ee 06:03:39 ---> f8e09434bada 06:03:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:03:39 Removing intermediate container 65d821eed558 06:03:39 ---> 2916c968af4f 06:03:39 06:03:40 ---> Running in cb7c1a706ef2 06:03:40 Successfully built 2916c968af4f 06:03:40 Successfully tagged docker-core-command-go-arm64:latest 06:03:40  Building docker-core-command-go ... done Removing intermediate container cb7c1a706ef2 06:03:40 ---> 56cf4e1064f9 06:03:40 Step 22/24 : LABEL arch=arm64 06:03:40 ---> a69ce3f7d8f1 06:03:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:03:40 ---> Running in ad076436ebd0 06:03:41 Removing intermediate container ad076436ebd0 06:03:41 ---> 56b7d1071cf8 06:03:41 Step 23/24 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:03:42 ---> 0afc0818821d 06:03:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:03:42 ---> Running in ce6cd7f39961 06:03:43 Removing intermediate container ce6cd7f39961 06:03:43 ---> de99252eb47c 06:03:43 Step 24/24 : LABEL version=0.0.0 06:03:43 ---> Running in 3a32cda202b5 06:03:43 ---> b07ed44ee001 06:03:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:03:43 ---> Running in 65395c8b832f 06:03:43 Removing intermediate container 3a32cda202b5 06:03:43 ---> 905b887d3eb9 06:03:43 06:03:44 Removing intermediate container 65395c8b832f 06:03:44 ---> a4c3f4ffe9ae 06:03:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:03:44 Successfully built 905b887d3eb9 06:03:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:03:44  Building docker-security-secretstore-setup-go ... done  ---> Running in 912a93eb402d 06:03:45 Removing intermediate container 912a93eb402d 06:03:45 ---> d70aad4015bd 06:03:45 Step 20/22 : LABEL arch=arm64 06:03:45 ---> Running in 2420a15d6829 06:03:45 Removing intermediate container 2420a15d6829 06:03:45 ---> 31bf7f061976 06:03:45 Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:03:45 ---> Running in 15756ce03021 06:03:46 Removing intermediate container 15756ce03021 06:03:46 ---> 57e2605222ae 06:03:46 Step 22/22 : LABEL version=0.0.0 06:03:46 ---> Running in d38ed668a363 06:03:46 Removing intermediate container d38ed668a363 06:03:46 ---> 5f8c3aadbbd6 06:03:46 06:03:47 Successfully built 5f8c3aadbbd6 06:03:47 Successfully tagged docker-support-notifications-go-arm64:latest 06:03:50  Building docker-support-notifications-go ... done Removing intermediate container 2eb926399f0f 06:03:50 ---> 316779e4c078 06:03:50 06:03:50 Step 10/23 : FROM alpine:3.12 06:03:50 ---> afeebe901d6b 06:03:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:03:50 ---> Running in cfa122333f99 06:03:50 Removing intermediate container cfa122333f99 06:03:50 ---> 7080e871218a 06:03:50 Step 12/23 : ENV APP_PORT=48080 06:03:51 ---> Running in 12c3340b54ac 06:03:51 Removing intermediate container 12c3340b54ac 06:03:51 ---> 8ad00580e46f 06:03:51 Step 13/23 : EXPOSE $APP_PORT 06:03:51 ---> Running in 929acf785d0b 06:03:52 Removing intermediate container 929acf785d0b 06:03:52 ---> 0a460a071c5d 06:03:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:03:52 ---> Running in fb3e0544d9a3 06:03:54 Removing intermediate container fb3e0544d9a3 06:03:54 ---> 50b56e95e025 06:03:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:03:54 ---> Running in f39b3a467546 06:03:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:03:58 (1/6) Installing dumb-init (1.2.2-r1) 06:03:58 (2/6) Installing libgcc (9.3.0-r2) 06:03:58 (3/6) Installing libsodium (1.0.18-r0) 06:03:58 (4/6) Installing libstdc++ (9.3.0-r2) 06:03:59 (5/6) Installing libzmq (4.3.3-r0) 06:03:59 (6/6) Installing zeromq (4.3.3-r0) 06:03:59 Executing busybox-1.31.1-r19.trigger 06:03:59 OK: 8 MiB in 20 packages 06:04:00 Removing intermediate container f39b3a467546 06:04:00 ---> 7ca8b1db5073 06:04:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:04:01 ---> 377abcc1bbe8 06:04:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:04:02 ---> 35b3a0d22dbc 06:04:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:04:03 ---> 47fda7409ed9 06:04:03 Step 19/23 : ENTRYPOINT ["/core-data"] 06:04:03 ---> Running in 7df5a6d84aa2 06:04:04 Removing intermediate container 7df5a6d84aa2 06:04:04 ---> 967510b6ddf6 06:04:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:04:04 ---> Running in 5633b9372462 06:04:04 Removing intermediate container 5633b9372462 06:04:04 ---> 0dc77ca8fd59 06:04:04 Step 21/23 : LABEL arch=arm64 06:04:04 ---> Running in ea38f2f7a874 06:04:05 Removing intermediate container ea38f2f7a874 06:04:05 ---> 6cc8ec604131 06:04:05 Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf 06:04:05 ---> Running in 6a7e6e95757a 06:04:06 Removing intermediate container 6a7e6e95757a 06:04:06 ---> d63f97e95f74 06:04:06 Step 23/23 : LABEL version=0.0.0 06:04:06 ---> Running in b2b8bbc23630 06:04:06 Removing intermediate container b2b8bbc23630 06:04:06 ---> 99f4937207ce 06:04:06 06:04:06 Successfully built 99f4937207ce 06:04:06 Successfully tagged docker-core-data-go-arm64:latest 06:04:07  Building docker-core-data-go ... done  [Pipeline] } 06:04:07 $ docker stop --time=1 67a61f78104d80fa859b41bd480fe9a6101337d420fd47f1251ea767bf758364 06:04:09 $ docker rm -f 67a61f78104d80fa859b41bd480fe9a6101337d420fd47f1251ea767bf758364 [Pipeline] // withDockerContainer [Pipeline] sh 06:04:09 + docker images 06:04:09 + grep docker 06:04:10 docker-core-data-go-arm64 latest 99f4937207ce 4 seconds ago 21MB 06:04:10 docker-support-notifications-go-arm64 latest 5f8c3aadbbd6 24 seconds ago 16.7MB 06:04:10 docker-security-secretstore-setup-go-arm64 latest 905b887d3eb9 27 seconds ago 23.4MB 06:04:10 docker-core-command-go-arm64 latest 2916c968af4f 31 seconds ago 16MB 06:04:10 docker-sys-mgmt-agent-go-arm64 latest 9b167a910a5c About a minute ago 300MB 06:04:10 docker-security-bootstrapper-go-arm64 latest eed1fb3a3a4e 2 minutes ago 22.6MB 06:04:10 docker-core-metadata-go-arm64 latest 29d8a3c44f65 3 minutes ago 17.7MB 06:04:10 docker-support-scheduler-go-arm64 latest 133fffc5f678 3 minutes ago 16.1MB 06:04:10 docker-security-proxy-setup-go-arm64 latest 07a34432e425 3 minutes ago 23.2MB 06:04:10 docker 20.10.0 eeaf43b92773 8 weeks 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:04:11 provisioning config files... 06:04:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3335754854506807739tmp [Pipeline] { [Pipeline] sh 06:04:12 + set +x 06:04:12 + curl -s https://codecov.io/bash 06:04:12 + bash -s -- 06:04:13 06:04:13 _____ _ 06:04:13 / ____| | | 06:04:13 | | ___ __| | ___ ___ _____ __ 06:04:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:04:13 | |___| (_) | (_| | __/ (_| (_) \ V / 06:04:13 \_____\___/ \__,_|\___|\___\___/ \_/ 06:04:13 Bash-20210129-7c25fce 06:04:13 06:04:13 06:04:13 ==> git version 2.24.3 found 06:04:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 06:04:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:04:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:04:13 ==> Jenkins CI detected. 06:04:13 project root: . 06:04:13 --> token set from env 06:04:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:04:13 ==> Running gcov in . (disable via -X gcov) 06:04:13 ==> Python coveragepy not found 06:04:13 ==> Searching for coverage reports in: 06:04:13 + . 06:04:13 -> Found 1 reports 06:04:13 ==> Detecting git/mercurial file structure 06:04:13 ==> Reading reports 06:04:13 + ./coverage.out bytes=587103 06:04:13 ==> Appending adjustments 06:04:13 https://docs.codecov.io/docs/fixing-reports 06:04:16 + Found adjustments 06:04:16 ==> Gzipping contents 06:04:16 88K /tmp/codecov.AveQSH.gz 06:04:16 ==> Uploading reports 06:04:16 url: https://codecov.io 06:04:16 query: branch=PR-3134&commit=93923f5d86e2a23836b4f0dca9bc222f230241bf&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= 06:04:16 -> Pinging Codecov 06:04:16 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3134&commit=93923f5d86e2a23836b4f0dca9bc222f230241bf&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= 06:04:16 -> Uploading to 06:04:16 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/93923f5d86e2a23836b4f0dca9bc222f230241bf/730b944f-fe7a-4b71-830a-f992ff324d61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T060416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20a21f0707f160064cffb8a8629b7315348f3f92b264c328a584e8296f3d0b71 06:04:16 % Total % Received % Xferd Average Speed Time Time Time Current 06:04:16 Dload Upload Total Spent Left Speed 06:04:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88377 0 0 100 88377 0 144k --:--:-- --:--:-- --:--:-- 144k 06:04:17 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/93923f5d86e2a23836b4f0dca9bc222f230241bf [Pipeline] } 06:04:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:04:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:04:20 ---> package-listing.sh 06:04:20 ++ facter osfamily 06:04:20 ++ tr '[:upper:]' '[:lower:]' 06:04:20 + OS_FAMILY=redhat 06:04:20 + workspace=/w/workspace/edgex-go/3 06:04:20 + START_PACKAGES=/tmp/packages_start.txt 06:04:20 + END_PACKAGES=/tmp/packages_end.txt 06:04:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:04:20 + PACKAGES=/tmp/packages_start.txt 06:04:20 + '[' /w/workspace/edgex-go/3 ']' 06:04:20 + PACKAGES=/tmp/packages_end.txt 06:04:20 + case "${OS_FAMILY}" in 06:04:20 + rpm -qa 06:04:20 + sort 06:04:26 + '[' -f /tmp/packages_start.txt ']' 06:04:26 + '[' -f /tmp/packages_end.txt ']' 06:04:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:04:26 + '[' /w/workspace/edgex-go/3 ']' 06:04:26 + mkdir -p /w/workspace/edgex-go/3/archives/ 06:04:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 06:04:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:04:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:04:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:04:26 06:04:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:04:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:04:27 alpine: Pulling from edgex-lftools-log-publisher 06:04:27 df20fa9351a1: Pulling fs layer 06:04:27 36b3adc4ff6f: Pulling fs layer 06:04:27 8ad3a11d3b57: Pulling fs layer 06:04:27 46f8f816bc3b: Pulling fs layer 06:04:27 93b61091891f: Pulling fs layer 06:04:27 93b9cdb0e59b: Pulling fs layer 06:04:27 5e14af77c1be: Pulling fs layer 06:04:27 01666e4c0597: Pulling fs layer 06:04:27 aa168da1d23b: Pulling fs layer 06:04:27 93b9cdb0e59b: Waiting 06:04:27 5e14af77c1be: Waiting 06:04:27 46f8f816bc3b: Waiting 06:04:27 93b61091891f: Waiting 06:04:27 01666e4c0597: Waiting 06:04:27 36b3adc4ff6f: Verifying Checksum 06:04:27 36b3adc4ff6f: Download complete 06:04:27 46f8f816bc3b: Verifying Checksum 06:04:27 46f8f816bc3b: Download complete 06:04:27 93b61091891f: Download complete 06:04:27 93b9cdb0e59b: Verifying Checksum 06:04:27 93b9cdb0e59b: Download complete 06:04:27 df20fa9351a1: Verifying Checksum 06:04:27 df20fa9351a1: Download complete 06:04:27 5e14af77c1be: Verifying Checksum 06:04:27 5e14af77c1be: Download complete 06:04:27 01666e4c0597: Verifying Checksum 06:04:27 01666e4c0597: Download complete 06:04:27 8ad3a11d3b57: Verifying Checksum 06:04:27 8ad3a11d3b57: Download complete 06:04:27 df20fa9351a1: Pull complete 06:04:27 36b3adc4ff6f: Pull complete 06:04:28 8ad3a11d3b57: Pull complete 06:04:28 46f8f816bc3b: Pull complete 06:04:29 aa168da1d23b: Verifying Checksum 06:04:29 aa168da1d23b: Download complete 06:04:31 93b61091891f: Pull complete 06:04:31 93b9cdb0e59b: Pull complete 06:04:31 5e14af77c1be: Pull complete 06:04:31 01666e4c0597: Pull complete 06:04:43 aa168da1d23b: Pull complete 06:04:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:04:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:04:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:04:43 prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container 06:04:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:04:48 $ docker top cd30a0032751e6f77a92b1b98ee8d5f5ab28ad79cb45ae78212096182aa8abcb -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:48 + touch /tmp/pre-build-complete [Pipeline] sh 06:04:49 + mkdir -p /var/log/sa [Pipeline] sh 06:04:49 + ls /var/log/sa-host 06:04:49 + sadf -c /var/log/sa-host/sa05 06:04:49 file_magic: OK 06:04:49 HZ: Using current value: 100 06:04:49 file_header: OK 06:04:49 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 06:04:49 Statistics: 06:04:49 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... 06:04:49 File successfully converted to sysstat format version 12.2.1 06:04:49 + sadf -c /var/log/sa-host/sa23 06:04:49 file_magic: OK 06:04:49 HZ: Using current value: 100 06:04:49 file_header: OK 06:04:49 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 06:04:49 Statistics: 06:04:49 Hnuu...uuuununununu... 06:04:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:49 provisioning config files... 06:04:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7117785792090788814tmp [Pipeline] { [Pipeline] echo 06:04:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:04:50 ---> create-netrc.sh [Pipeline] } 06:04:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:04:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:04:50 ---> python-tools-install.sh [Pipeline] echo 06:04:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:04:51 ---> sudo-logs.sh 06:04:51 Archiving 'sudo' log.. [Pipeline] echo 06:04:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:04:51 ---> job-cost.sh 06:04:51 lf-activate-venv: SKIPPING 06:04:51 INFO: No Stack... 06:04:52 INFO: Retrieving Pricing Info for: v1-standard-2 06:04:53 INFO: Archiving Costs [Pipeline] echo 06:04:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:04:53 ---> logs-deploy.sh 06:04:53 lf-activate-venv: SKIPPING 06:04:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3134/3 06:04:53 INFO: archiving workspace using pattern(s): 06:04:55 Archives upload complete. 06:04:55 INFO: archiving logs to Nexus 06:04:56 ---> uname -a: 06:04:56 Linux prd-centos7-docker-4c-2g-25195.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:04:56 06:04:56 06:04:56 ---> lscpu: 06:04:56 Architecture: x86_64 06:04:56 CPU op-mode(s): 32-bit, 64-bit 06:04:56 Byte Order: Little Endian 06:04:56 Address sizes: 40 bits physical, 48 bits virtual 06:04:56 CPU(s): 4 06:04:56 On-line CPU(s) list: 0-3 06:04:56 Thread(s) per core: 1 06:04:56 Core(s) per socket: 1 06:04:56 Socket(s): 4 06:04:56 NUMA node(s): 1 06:04:56 Vendor ID: GenuineIntel 06:04:56 CPU family: 6 06:04:56 Model: 44 06:04:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:04:56 Stepping: 1 06:04:56 CPU MHz: 2933.436 06:04:56 BogoMIPS: 5866.87 06:04:56 Virtualization: VT-x 06:04:56 Hypervisor vendor: KVM 06:04:56 Virtualization type: full 06:04:56 L1d cache: 128 KiB 06:04:56 L1i cache: 128 KiB 06:04:56 L2 cache: 16 MiB 06:04:56 L3 cache: 64 MiB 06:04:56 NUMA node0 CPU(s): 0-3 06:04:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:04:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:04:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:04:56 Vulnerability Meltdown: Mitigation; PTI 06:04:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:04:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:04:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:04:56 Vulnerability Srbds: Not affected 06:04:56 Vulnerability Tsx async abort: Not affected 06:04:56 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 06:04:56 06:04:56 06:04:56 ---> nproc: 06:04:56 4 06:04:56 06:04:56 06:04:56 ---> df -h: 06:04:56 Filesystem Size Used Available Use% Mounted on 06:04:56 overlay 50.0G 11.7G 38.2G 23% / 06:04:56 tmpfs 64.0M 0 64.0M 0% /dev 06:04:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:04:56 shm 64.0M 0 64.0M 0% /dev/shm 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3 06:04:56 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3@tmp 06:04:56 06:04:56 06:04:56 ---> free -m: 06:04:56 total used free shared buff/cache available 06:04:56 Mem: 1837 703 185 0 948 1046 06:04:56 Swap: 1023 56 967 06:04:56 06:04:56 06:04:56 ---> ip addr: 06:04:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:04:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:04:56 inet 127.0.0.1/8 scope host lo 06:04:56 valid_lft forever preferred_lft forever 06:04:56 inet6 ::1/128 scope host 06:04:56 valid_lft forever preferred_lft forever 06:04:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:04:56 link/ether fa:16:3e:ce:99:77 brd ff:ff:ff:ff:ff:ff 06:04:56 inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 06:04:56 valid_lft 85174sec preferred_lft 85174sec 06:04:56 inet6 fe80::f816:3eff:fece:9977/64 scope link 06:04:56 valid_lft forever preferred_lft forever 06:04:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:04:56 link/ether 02:42:4d:89:2d:63 brd ff:ff:ff:ff:ff:ff 06:04:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:04:56 valid_lft forever preferred_lft forever 06:04:56 inet6 fe80::42:4dff:fe89:2d63/64 scope link 06:04:56 valid_lft forever preferred_lft forever 06:04:56 06:04:56 06:04:56 ---> sar -b -r -n DEV: 06:04:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 06:04:56 06:04:56 05:44:18 LINUX RESTART (4 CPU) 06:04:56 06:04:56 05:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:04:56 05:46:01 119.89 59.75 60.14 0.00 8611.65 18649.02 0.00 06:04:56 05:47:01 311.49 111.99 199.50 0.00 5174.79 49384.82 0.00 06:04:56 05:48:01 129.24 40.29 88.95 0.00 1682.18 10034.74 0.00 06:04:56 05:49:01 144.13 73.91 70.22 0.00 3650.67 9685.57 0.00 06:04:56 05:50:02 948.19 701.17 247.02 0.00 89860.88 166254.05 0.00 06:04:56 05:51:01 2822.01 2502.26 319.75 0.00 149267.08 155403.14 0.00 06:04:56 05:52:04 432.53 160.46 272.07 0.00 37963.97 77585.20 0.00 06:04:56 05:53:01 2408.21 2048.14 360.07 0.00 115723.89 127047.80 0.00 06:04:56 05:54:01 297.89 107.45 190.44 0.00 11962.09 24512.74 0.00 06:04:56 05:55:01 2.61 1.28 1.33 0.00 221.95 20.70 0.00 06:04:56 05:56:02 1.43 1.18 0.25 0.00 89.81 2.98 0.00 06:04:56 05:57:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 06:04:56 05:58:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 06:04:56 05:59:01 0.25 0.03 0.22 0.00 1.60 2.58 0.00 06:04:56 06:00:01 1.72 1.50 0.22 0.00 50.77 2.56 0.00 06:04:56 06:01:01 0.95 0.07 0.88 0.00 1.73 16.79 0.00 06:04:56 06:02:01 0.65 0.35 0.30 0.00 23.02 4.64 0.00 06:04:56 06:03:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 06:04:56 06:04:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 06:04:56 Average: 396.29 300.99 95.30 0.00 22155.28 33557.76 0.00 06:04:56 06:04:56 05:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:04:56 05:46:01 141984 0 628508 33.40 2620 1108432 1475072 50.34 627128 906464 87740 06:04:56 05:47:01 198816 0 764508 40.63 1492 916728 1438008 49.08 579408 830240 4004 06:04:56 05:48:01 215572 0 821348 43.65 656 843968 1809292 61.75 697072 685500 71024 06:04:56 05:49:01 166008 0 771068 40.98 616 943852 1425288 48.64 640608 783448 63872 06:04:56 05:50:02 256384 0 728660 38.73 0 896500 1676424 57.21 586184 826360 13548 06:04:56 05:51:01 190300 0 1154312 61.35 0 536932 4140856 141.32 750296 670504 56532 06:04:56 05:52:04 80012 0 782288 41.58 0 1019244 1883460 64.28 702260 849196 99476 06:04:56 05:53:01 77672 0 828424 44.03 0 975448 2575180 87.89 674476 879672 62528 06:04:56 05:54:01 542740 0 630264 33.50 0 708540 1212840 41.39 522064 575816 20 06:04:56 05:55:01 536812 0 630044 33.49 0 714688 1186212 40.48 525712 579292 16 06:04:56 05:56:02 535320 0 628836 33.42 0 717388 1178968 40.24 524816 581880 12 06:04:56 05:57:01 535072 0 629072 33.43 0 717400 1178968 40.24 524952 581888 8 06:04:56 05:58:01 535260 0 628876 33.42 0 717408 1178968 40.24 524956 581888 8 06:04:56 05:59:01 534580 0 629560 33.46 0 717404 1179076 40.24 525272 581924 8 06:04:56 06:00:01 533108 0 630128 33.49 0 718308 1179100 40.24 525516 582768 24 06:04:56 06:01:01 531844 0 631380 33.56 0 718320 1181408 40.32 526104 582772 8 06:04:56 06:02:01 531944 0 630612 33.52 0 718988 1179596 40.26 525928 583332 16 06:04:56 06:03:01 531852 0 630692 33.52 0 719000 1179632 40.26 525996 583332 8 06:04:56 06:04:01 531892 0 630648 33.52 0 719004 1179548 40.26 525756 583332 8 06:04:56 Average: 379325 0 705749 37.51 283 796187 1549363 52.88 580763 675243 24151 06:04:56 06:04:56 05:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:04:56 05:46:01 eth0 996.73 1027.06 3457.59 133.65 0.00 0.00 0.00 0.00 06:04:56 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:46:01 docker0 868.62 750.03 71.25 2721.30 0.00 0.00 0.00 0.00 06:04:56 05:47:01 veth9b37490 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:47:01 eth0 477.10 343.07 3670.26 38.43 0.00 0.00 0.00 0.00 06:04:56 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:47:01 docker0 111.61 177.07 8.08 828.02 0.00 0.00 0.00 0.00 06:04:56 05:48:01 veth9b37490 0.25 0.27 0.02 0.03 0.00 0.00 0.00 0.00 06:04:56 05:48:01 eth0 39.61 26.23 23.23 65.64 0.00 0.00 0.00 0.00 06:04:56 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:48:01 docker0 0.25 0.23 0.02 0.02 0.00 0.00 0.00 0.00 06:04:56 05:49:01 veth9b37490 1.22 1.22 0.10 0.10 0.00 0.00 0.00 0.00 06:04:56 05:49:01 eth0 23.49 13.18 19.75 10.55 0.00 0.00 0.00 0.00 06:04:56 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:49:01 docker0 1.22 1.22 0.08 0.10 0.00 0.00 0.00 0.00 06:04:56 05:50:02 vethd0a34c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:50:02 eth0 197.91 160.99 1676.89 80.80 0.00 0.00 0.00 0.00 06:04:56 05:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:51:01 vethd62b81f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:51:01 veth289842a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:51:01 vethd0a34c4 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:51:01 eth0 46.20 26.31 162.78 8.73 0.00 0.00 0.00 0.00 06:04:56 05:52:04 veth3e8ab93 24.98 48.28 1.67 271.67 0.00 0.00 0.00 0.00 06:04:56 05:52:04 vethd0a34c4 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:52:04 eth0 231.97 165.22 1676.09 71.86 0.00 0.00 0.00 0.00 06:04:56 05:52:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:53:01 veth6e368a4 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:04:56 05:53:01 vethd0a34c4 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:53:01 eth0 71.41 48.32 106.17 79.13 0.00 0.00 0.00 0.00 06:04:56 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:54:01 eth0 61.79 36.35 160.55 24.00 0.00 0.00 0.00 0.00 06:04:56 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:54:01 docker0 1054.57 1063.45 83.48 4294.32 0.00 0.00 0.00 0.00 06:04:56 05:55:01 eth0 1.32 0.70 0.81 0.30 0.00 0.00 0.00 0.00 06:04:56 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:56:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:58:01 eth0 1.27 0.10 0.12 0.01 0.00 0.00 0.00 0.00 06:04:56 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:59:01 eth0 1.52 0.57 0.61 0.39 0.00 0.00 0.00 0.00 06:04:56 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:00:01 eth0 1.12 0.38 0.45 0.26 0.00 0.00 0.00 0.00 06:04:56 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:01:01 eth0 2.25 0.25 0.43 0.16 0.00 0.00 0.00 0.00 06:04:56 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:02:01 eth0 2.11 0.65 0.64 0.40 0.00 0.00 0.00 0.00 06:04:56 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:03:01 eth0 2.18 0.58 0.67 0.40 0.00 0.00 0.00 0.00 06:04:56 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:04:01 eth0 1.02 0.32 0.32 0.23 0.00 0.00 0.00 0.00 06:04:56 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 Average: eth0 113.46 97.03 579.34 27.08 0.00 0.00 0.00 0.00 06:04:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 Average: docker0 55.66 56.13 4.41 226.66 0.00 0.00 0.00 0.00 06:04:56 06:04:56 06:04:56 ---> sar -P ALL: 06:04:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 06:04:56 06:04:56 05:44:18 LINUX RESTART (4 CPU) 06:04:56 06:04:56 05:45:02 CPU %user %nice %system %iowait %steal %idle 06:04:56 05:46:01 all 13.12 0.00 5.53 1.84 0.30 79.22 06:04:56 05:46:01 0 12.67 0.00 6.93 1.20 0.28 78.92 06:04:56 05:46:01 1 15.05 0.00 6.19 3.78 0.29 74.68 06:04:56 05:46:01 2 12.78 0.00 4.77 0.62 0.35 81.48 06:04:56 05:46:01 3 11.97 0.00 4.23 1.72 0.28 81.81 06:04:56 05:47:01 all 12.38 0.00 8.77 5.97 0.73 72.15 06:04:56 05:47:01 0 12.94 0.00 9.57 4.64 0.67 72.18 06:04:56 05:47:01 1 10.65 0.00 7.63 6.98 0.77 73.97 06:04:56 05:47:01 2 13.43 0.00 9.40 5.47 0.69 71.01 06:04:56 05:47:01 3 12.53 0.00 8.49 6.76 0.78 71.44 06:04:56 05:48:01 all 56.42 0.00 11.39 3.94 0.42 27.84 06:04:56 05:48:01 0 58.62 0.00 10.75 4.43 0.42 25.78 06:04:56 05:48:01 1 52.24 0.00 11.31 3.26 0.48 32.71 06:04:56 05:48:01 2 56.90 0.00 11.88 3.34 0.39 27.49 06:04:56 05:48:01 3 57.89 0.00 11.60 4.72 0.41 25.39 06:04:56 05:49:01 all 44.10 0.00 11.37 3.87 0.17 40.48 06:04:56 05:49:01 0 43.23 0.00 11.27 2.97 0.17 42.35 06:04:56 05:49:01 1 42.99 0.00 11.69 4.77 0.16 40.40 06:04:56 05:49:01 2 43.89 0.00 11.38 4.71 0.16 39.87 06:04:56 05:49:01 3 46.31 0.00 11.16 3.03 0.21 39.29 06:04:56 05:50:02 all 23.81 0.00 19.42 5.50 0.27 51.00 06:04:56 05:50:02 0 23.30 0.00 18.95 5.12 0.27 52.35 06:04:56 05:50:02 1 24.42 0.00 18.25 5.95 0.28 51.10 06:04:56 05:50:02 2 25.21 0.00 21.06 5.99 0.24 47.51 06:04:56 05:50:02 3 22.30 0.00 19.41 4.95 0.28 53.06 06:04:56 05:51:01 all 28.44 0.00 23.42 24.43 0.31 23.40 06:04:56 05:51:01 0 27.76 0.00 23.13 24.84 0.32 23.96 06:04:56 05:51:01 1 29.09 0.00 22.59 24.33 0.27 23.72 06:04:56 05:51:01 2 28.31 0.00 24.05 24.59 0.36 22.70 06:04:56 05:51:01 3 28.60 0.00 23.91 23.95 0.29 23.24 06:04:56 05:52:04 all 44.28 0.00 16.13 19.50 0.28 19.80 06:04:56 05:52:04 0 43.71 0.00 16.62 17.59 0.30 21.78 06:04:56 05:52:04 1 45.13 0.00 15.79 19.83 0.25 19.01 06:04:56 05:52:04 2 44.18 0.00 16.29 19.99 0.27 19.27 06:04:56 05:52:04 3 44.11 0.00 15.83 20.62 0.29 19.15 06:04:56 05:53:01 all 36.69 0.00 21.89 28.39 0.39 12.64 06:04:56 05:53:01 0 38.19 0.00 21.55 29.56 0.39 10.30 06:04:56 05:53:01 1 36.98 0.00 22.54 29.33 0.37 10.78 06:04:56 05:53:01 2 33.86 0.00 21.05 27.54 0.46 17.08 06:04:56 05:53:01 3 37.72 0.00 22.41 27.12 0.34 12.41 06:04:56 05:54:01 all 28.42 0.00 9.46 8.17 0.11 53.84 06:04:56 05:54:01 0 28.08 0.00 10.34 7.74 0.10 53.74 06:04:56 05:54:01 1 28.72 0.00 9.17 10.01 0.12 51.99 06:04:56 05:54:01 2 28.05 0.00 8.64 5.82 0.12 57.37 06:04:56 05:54:01 3 28.85 0.00 9.69 9.10 0.10 52.25 06:04:56 05:55:01 all 0.16 0.00 0.03 0.03 0.00 99.78 06:04:56 05:55:01 0 0.07 0.00 0.02 0.07 0.00 99.85 06:04:56 05:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:04:56 05:55:01 2 0.03 0.00 0.05 0.05 0.00 99.87 06:04:56 05:55:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:04:56 05:56:02 all 0.15 0.00 0.04 0.00 0.03 99.77 06:04:56 05:56:02 0 0.00 0.00 0.03 0.02 0.00 99.95 06:04:56 05:56:02 1 0.03 0.00 0.05 0.00 0.02 99.90 06:04:56 05:56:02 2 0.05 0.00 0.03 0.00 0.07 99.85 06:04:56 05:56:02 3 0.53 0.00 0.05 0.00 0.03 99.38 06:04:56 06:04:56 05:56:02 CPU %user %nice %system %iowait %steal %idle 06:04:56 05:57:01 all 0.14 0.00 0.02 0.00 0.00 99.84 06:04:56 05:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:04:56 05:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:04:56 05:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:04:56 05:57:01 3 0.51 0.00 0.02 0.00 0.00 99.48 06:04:56 05:58:01 all 0.16 0.00 0.01 0.00 0.00 99.82 06:04:56 05:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:04:56 05:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:04:56 05:58:01 2 0.07 0.00 0.00 0.00 0.00 99.93 06:04:56 05:58:01 3 0.52 0.00 0.00 0.00 0.00 99.48 06:04:56 05:59:01 all 0.17 0.00 0.02 0.00 0.00 99.80 06:04:56 05:59:01 0 0.12 0.00 0.03 0.00 0.02 99.83 06:04:56 05:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:04:56 05:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:04:56 05:59:01 3 0.52 0.00 0.02 0.02 0.00 99.45 06:04:56 06:00:01 all 0.16 0.00 0.05 0.02 0.00 99.76 06:04:56 06:00:01 0 0.05 0.00 0.08 0.08 0.00 99.78 06:04:56 06:00:01 1 0.08 0.00 0.03 0.00 0.00 99.88 06:04:56 06:00:01 2 0.05 0.00 0.05 0.02 0.00 99.88 06:04:56 06:00:01 3 0.47 0.00 0.03 0.00 0.02 99.48 06:04:56 06:01:01 all 0.06 0.00 0.04 0.00 0.00 99.90 06:04:56 06:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:04:56 06:01:01 1 0.07 0.00 0.03 0.00 0.02 99.88 06:04:56 06:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:04:56 06:01:01 3 0.12 0.00 0.05 0.00 0.00 99.83 06:04:56 06:02:01 all 0.12 0.00 0.04 0.02 0.00 99.82 06:04:56 06:02:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:04:56 06:02:01 1 0.08 0.00 0.07 0.02 0.00 99.83 06:04:56 06:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:04:56 06:02:01 3 0.33 0.00 0.05 0.05 0.00 99.57 06:04:56 06:03:01 all 0.16 0.00 0.01 0.00 0.01 99.82 06:04:56 06:03:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:04:56 06:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:04:56 06:03:01 2 0.05 0.00 0.02 0.00 0.02 99.92 06:04:56 06:03:01 3 0.50 0.00 0.00 0.00 0.02 99.48 06:04:56 06:04:01 all 0.15 0.00 0.02 0.00 0.01 99.83 06:04:56 06:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:04:56 06:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:04:56 06:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 06:04:56 06:04:01 3 0.50 0.00 0.02 0.00 0.00 99.48 06:04:56 Average: all 14.83 0.00 6.52 5.16 0.16 73.34 06:04:56 Average: 0 14.83 0.00 6.62 4.98 0.15 73.43 06:04:56 Average: 1 14.67 0.00 6.41 5.51 0.16 73.25 06:04:56 Average: 2 14.73 0.00 6.59 4.98 0.16 73.54 06:04:56 Average: 3 15.09 0.00 6.46 5.16 0.16 73.14 06:04:56 06:04:56 06:04:56