Pull request #3113 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eaddf04c500ec1537a2f3fa086e8930ef1180703+c250855f865f8c62af0409146ed617a84f3308da (7473de073571ba362a216fd1138a50093c7958fd) 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-24973 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 Merge succeeded, producing eaddf04c500ec1537a2f3fa086e8930ef1180703 Checking out Revision eaddf04c500ec1537a2f3fa086e8930ef1180703 (PR-3113) > git config core.sparsecheckout # timeout=10 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 0dbb6a98c7b16845a8bf32706a4ee362f6468d0a # timeout=10 [Pipeline] timeout 10:49:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:49:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:49:01 ========================================================= 10:49:01 EdgeX Global Pipelines Version Info 10:49:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:49:03 ------------------- 10:49:03 stable info: 10:49:03 ------------------- 10:49:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:03 Message: update stable to v1.0.179 10:49:04 ------------------- 10:49:04 experimental info: 10:49:04 ------------------- 10:49:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:49:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:49:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:49:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:49:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:49:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:49:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:49:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:49:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:49:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:49:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:49:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:49:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3113 [Pipeline] echo 10:49:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3113 [Pipeline] echo 10:49:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3113 [Pipeline] echo 10:49:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eaddf04c500ec1537a2f3fa086e8930ef1180703 [Pipeline] echo 10:49:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eaddf04 [Pipeline] echo 10:49:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:49:09 provisioning config files... 10:49:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config9137454324428207453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:49:10 ---> docker-login.sh 10:49:10 nexus3.edgexfoundry.org:10001 10:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:10 Configure a credential helper to remove this warning. See 10:49:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:10 10:49:10 Login Succeeded 10:49:10 nexus3.edgexfoundry.org:10002 10:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:10 Configure a credential helper to remove this warning. See 10:49:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:10 10:49:10 Login Succeeded 10:49:10 nexus3.edgexfoundry.org:10003 10:49:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:10 Configure a credential helper to remove this warning. See 10:49:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:10 10:49:10 Login Succeeded 10:49:10 nexus3.edgexfoundry.org:10004 10:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:11 Configure a credential helper to remove this warning. See 10:49:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:11 10:49:11 Login Succeeded 10:49:11 docker.io 10:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:12 Configure a credential helper to remove this warning. See 10:49:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:12 10:49:12 Login Succeeded 10:49:12 ---> docker-login.sh ends [Pipeline] } 10:49:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:49:12 ++ 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 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/core-command/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo core-command,cmd/core-command/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/core-data/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo core-data,cmd/core-data/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/core-metadata/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo core-metadata,cmd/core-metadata/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/security-bootstrapper/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/security-proxy-setup/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/support-notifications/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo support-notifications,cmd/support-notifications/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/support-scheduler/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:49:12 + for file in '`ls cmd/**/Dockerfile`' 10:49:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:49:12 ++ cut -d/ -f2 10:49:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:49:12 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 10:49:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:13 10:49:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:49:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:14 latest: Pulling from edgex-devops/git-semver 10:49:14 31603596830f: Pulling fs layer 10:49:14 2a8b12db71e7: Pulling fs layer 10:49:14 6ca5941a6612: Pulling fs layer 10:49:14 ecc8261a40a4: Pulling fs layer 10:49:14 ecc8261a40a4: Waiting 10:49:14 2a8b12db71e7: Verifying Checksum 10:49:14 2a8b12db71e7: Download complete 10:49:14 31603596830f: Verifying Checksum 10:49:14 31603596830f: Download complete 10:49:14 ecc8261a40a4: Verifying Checksum 10:49:14 ecc8261a40a4: Download complete 10:49:14 6ca5941a6612: Download complete 10:49:14 31603596830f: Pull complete 10:49:14 2a8b12db71e7: Pull complete 10:49:15 6ca5941a6612: Pull complete 10:49:15 ecc8261a40a4: Pull complete 10:49:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:49:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:49:16 prd-centos7-docker-4c-2g-24973 does not seem to be running inside a container 10:49:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:49:18 $ docker top 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:49:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:49:19 [ssh-agent] Looking for ssh-agent implementation... 10:49:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:49:19 $ docker exec 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba ssh-agent 10:49:19 SSH_AUTH_SOCK=/tmp/ssh-Oj8mYifX18Yu/agent.11 10:49:19 SSH_AGENT_PID=17 10:49:19 Running ssh-add (command line suppressed) 10:49:19 Identity added: /w/workspace/edgex-go/8@tmp/private_key_6346416136140563287.key (/w/workspace/edgex-go/8@tmp/private_key_6346416136140563287.key) 10:49:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:49:20 + git tag --points-at HEAD [Pipeline] } 10:49:20 $ docker exec --env ******** --env ******** 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba ssh-agent -k 10:49:20 unset SSH_AUTH_SOCK; 10:49:20 unset SSH_AGENT_PID; 10:49:20 echo Agent pid 17 killed; 10:49:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:49:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:49:20 [ssh-agent] Looking for ssh-agent implementation... 10:49:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:49:20 $ docker exec 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba ssh-agent 10:49:21 SSH_AUTH_SOCK=/tmp/ssh-nQmgBD0NKPTW/agent.45 10:49:21 SSH_AGENT_PID=50 10:49:21 Running ssh-add (command line suppressed) 10:49:21 Identity added: /w/workspace/edgex-go/8@tmp/private_key_4723072456532252132.key (/w/workspace/edgex-go/8@tmp/private_key_4723072456532252132.key) 10:49:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:49:21 + git semver init 10:49:21 # -> Open(): unable to determine branch for HEAD 10:49:21 # $GIT_DIR = /w/workspace/edgex-go/8/.git 10:49:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 10:49:21 # $SEMVER_REMOTE_NAME = origin 10:49:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:49:21 # $SEMVER_USER_NAME = edgex-jenkins 10:49:21 # $SEMVER_BRANCH = PR-3113 10:49:21 # $SEMVER_TEMP = /tmp/semver-223403639 10:49:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:49:53 # '/tmp/semver-223403639' -> '/w/workspace/edgex-go/8/.semver' 10:49:53 # -> Force: false 10:49:53 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 10:49:53 $ docker exec --env ******** --env ******** 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba ssh-agent -k 10:49:54 unset SSH_AUTH_SOCK; 10:49:54 unset SSH_AGENT_PID; 10:49:54 echo Agent pid 50 killed; 10:49:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:49:54 + git semver [Pipeline] } 10:49:54 $ docker stop --time=1 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba 10:49:56 $ docker rm -f 3bd4fbedba5e45d2079f0537b1a2418d3f89e4885baf259b3b02299ba51ee8ba [Pipeline] // withDockerContainer [Pipeline] sh 10:49:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:49:57 Stashed 1 file(s) [Pipeline] echo 10:49: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 10:49:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:49:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:49:59 + sudo service docker restart 10:49:59 + true 10:49:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:50:00 ========================================================= 10:50:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:50:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:50:00 + 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 . 10:50:04 Sending build context to Docker daemon 327.5MB 10:50:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:50:04 Step 2/6 : FROM ${BASE} 10:50:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:50:04 188c0c94c7c5: Pulling fs layer 10:50:04 0ef7d3d256c8: Pulling fs layer 10:50:04 de9db76c5a1d: Pulling fs layer 10:50:04 bca2f99d35d6: Pulling fs layer 10:50:04 93359f2a8cfa: Pulling fs layer 10:50:04 7c6f9722023f: Pulling fs layer 10:50:04 a35cf1a2eb13: Pulling fs layer 10:50:04 93359f2a8cfa: Waiting 10:50:04 7c6f9722023f: Waiting 10:50:04 a35cf1a2eb13: Waiting 10:50:04 bca2f99d35d6: Waiting 10:50:04 de9db76c5a1d: Verifying Checksum 10:50:04 de9db76c5a1d: Download complete 10:50:04 0ef7d3d256c8: Download complete 10:50:04 93359f2a8cfa: Verifying Checksum 10:50:04 93359f2a8cfa: Download complete 10:50:04 188c0c94c7c5: Verifying Checksum 10:50:04 188c0c94c7c5: Download complete 10:50:04 7c6f9722023f: Verifying Checksum 10:50:04 7c6f9722023f: Download complete 10:50:04 188c0c94c7c5: Pull complete 10:50:04 0ef7d3d256c8: Pull complete 10:50:05 de9db76c5a1d: Pull complete 10:50:08 a35cf1a2eb13: Verifying Checksum 10:50:08 a35cf1a2eb13: Download complete 10:50:08 bca2f99d35d6: Verifying Checksum 10:50:08 bca2f99d35d6: Download complete 10:50:13 Still waiting to schedule task 10:50:13 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:50:14 bca2f99d35d6: Pull complete 10:50:14 93359f2a8cfa: Pull complete 10:50:14 7c6f9722023f: Pull complete 10:50:22 a35cf1a2eb13: Pull complete 10:50:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:50:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:50:22 ---> a62c8e92a672 10:50:22 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 10:50:22 ---> Running in bbb8279ba2df 10:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:50:24 (1/12) Installing libmagic (5.38-r0) 10:50:24 (2/12) Installing file (5.38-r0) 10:50:24 (3/12) Installing libc-dev (0.7.2-r3) 10:50:24 (4/12) Installing g++ (9.3.0-r2) 10:50:32 (5/12) Installing fortify-headers (1.1-r0) 10:50:32 (6/12) Installing patch (2.7.6-r6) 10:50:32 (7/12) Installing build-base (0.5-r2) 10:50:32 (8/12) Installing libsodium (1.0.18-r0) 10:50:32 (9/12) Installing pkgconf (1.7.2-r0) 10:50:33 (10/12) Installing libsodium-dev (1.0.18-r0) 10:50:33 (11/12) Installing libzmq (4.3.3-r0) 10:50:33 (12/12) Installing zeromq-dev (4.3.3-r0) 10:50:33 Executing busybox-1.31.1-r19.trigger 10:50:33 OK: 233 MiB in 51 packages 10:50:37 Removing intermediate container bbb8279ba2df 10:50:37 ---> 6dd534a2c7af 10:50:37 Step 4/6 : WORKDIR /edgex-go 10:50:37 ---> Running in 93d7e63c2487 10:50:37 Removing intermediate container 93d7e63c2487 10:50:37 ---> a98c0f896143 10:50:37 Step 5/6 : COPY go.mod . 10:50:37 ---> 5e473f3edb65 10:50:37 Step 6/6 : RUN go mod download 10:50:37 ---> Running in 079be4a02287 10:50:59 Removing intermediate container 079be4a02287 10:50:59 ---> 432a1d8bea5a 10:50:59 Successfully built 432a1d8bea5a 10:50:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:50:59 + docker inspect -f . ci-base-image-x86_64 10:50:59 . [Pipeline] withDockerContainer 10:51:00 prd-centos7-docker-4c-2g-24973 does not seem to be running inside a container 10:51:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:51:01 $ docker top 14d4ffc142596f4ca0944e350bb239282ae4c32a9dfed163a47b0597b366fcf1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:01 + go version 10:51:01 go version go1.15.5 linux/amd64 [Pipeline] } 10:51:01 $ docker stop --time=1 14d4ffc142596f4ca0944e350bb239282ae4c32a9dfed163a47b0597b366fcf1 10:51:03 $ docker rm -f 14d4ffc142596f4ca0944e350bb239282ae4c32a9dfed163a47b0597b366fcf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:04 + docker inspect -f . ci-base-image-x86_64 10:51:04 . [Pipeline] withDockerContainer 10:51:05 prd-centos7-docker-4c-2g-24973 does not seem to be running inside a container 10:51:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:51:05 $ docker top 9623efcccbb601741cb004c065b1bf3945184e4baec6406c533c4c8ad1b11b85 -eo pid,comm [Pipeline] { [Pipeline] echo 10:51:06 ========================================================= 10:51:06 [edgeXBuildGoParallel] Running Tests and Build... 10:51:06 ========================================================= [Pipeline] sh 10:51:06 + make test 10:51:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:51:16 ? github.com/edgexfoundry/edgex-go [no test files] 10:51:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:51:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:51:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:51:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:51:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 46.0% of statements 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.058s coverage: 100.0% of statements 10:51:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.276s coverage: 27.1% of statements 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:51:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:51:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:51:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements 10:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:51:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.3% of statements 10:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.427s coverage: 28.6% of statements 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:51:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 10:51:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:51:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 10:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:51:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 10:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:51:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.430s coverage: 92.8% of statements 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:51:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements 10:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 10:52:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements 10:52:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 68.9% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 37.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.085s coverage: 90.4% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.741s coverage: 29.1% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:52:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 10:52:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 100.0% of statements 10:52:22 GO111MODULE=on go vet ./... 10:52:49 gofmt -l . 10:52:49 [ "`gofmt -l .`" = "" ] 10:52:49 ./bin/test-go-mod-tidy.sh 10:52:49 ./bin/test-attribution-txt.sh [Pipeline] sh 10:52:49 + ls -al . 10:52:49 total 684 10:52:49 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:52 . 10:52:49 drwxr-xr-x 4 root root 28 Feb 4 10:51 .. 10:52:49 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:48 .dockerignore 10:52:49 drwxrwxr-x 8 1001 1001 179 Feb 4 10:48 .git 10:52:49 drwxrwxr-x 3 1001 1001 125 Feb 4 10:48 .github 10:52:49 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:48 .gitignore 10:52:49 drwx------ 3 1001 1001 60 Feb 4 10:49 .semver 10:52:49 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:48 .sonarcloud.properties 10:52:49 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:48 Attribution.txt 10:52:49 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:48 CONTRIBUTING.md 10:52:49 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:48 Dockerfile.build 10:52:49 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:48 Jenkinsfile 10:52:49 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:48 LICENSE 10:52:49 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:48 Makefile 10:52:49 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:48 README.md 10:52:49 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:48 SECURITY.md 10:52:49 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:49 VERSION 10:52:49 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:48 ZMQWindows.md 10:52:49 drwxrwxr-x 2 1001 1001 117 Feb 4 10:48 bin 10:52:49 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:48 cmd 10:52:49 -rw-r--r-- 1 root root 580808 Feb 4 10:52 coverage.out 10:52:49 -rw-r--r-- 1 root root 1054 Feb 4 10:52 go.mod 10:52:49 -rw-r--r-- 1 root root 19290 Feb 4 10:52 go.sum 10:52:49 drwxrwxr-x 8 1001 1001 127 Feb 4 10:48 internal 10:52:49 drwxrwxr-x 4 1001 1001 26 Feb 4 10:48 openapi 10:52:49 drwxrwxr-x 4 1001 1001 71 Feb 4 10:48 snap 10:52:49 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:48 version.go [Pipeline] sh 10:52:50 + '[' -e coverage.out ] 10:52:50 + chown 1001:1001 coverage.out [Pipeline] stash 10:52:50 Stashed 1 file(s) [Pipeline] sh 10:52:50 + make build 10:52:50 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 10:52:54 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 10:53:02 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 10:53:03 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 10:53: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 10:53: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 10:53:07 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 10:53:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:53: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 10:53: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 10:53:11 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 10:53: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 10:53: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 [Pipeline] } 10:53:16 $ docker stop --time=1 9623efcccbb601741cb004c065b1bf3945184e4baec6406c533c4c8ad1b11b85 10:53:17 $ docker rm -f 9623efcccbb601741cb004c065b1bf3945184e4baec6406c533c4c8ad1b11b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:20 10:53:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:53:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:20 latest: Pulling from edgex-devops/edgex-compose 10:53:20 cbdbe7a5bc2a: Pulling fs layer 10:53:20 ca9280d653b3: Pulling fs layer 10:53:20 7e9c9ca2126c: Pulling fs layer 10:53:20 cbdbe7a5bc2a: Download complete 10:53:21 cbdbe7a5bc2a: Pull complete 10:53:21 ca9280d653b3: Verifying Checksum 10:53:21 ca9280d653b3: Download complete 10:53:22 7e9c9ca2126c: Download complete 10:53:22 ca9280d653b3: Pull complete 10:53:30 7e9c9ca2126c: Pull complete 10:53:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:53:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:53:31 prd-centos7-docker-4c-2g-24973 does not seem to be running inside a container 10:53:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:53:34 $ docker top 02928f41635815ed571b41868382fa7669ecde6c97420bb57f7ae07f0e8287d4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:34 + docker-compose build --help 10:53:34 + grep parallel 10:53:35 --parallel Build images in parallel. [Pipeline] } 10:53:35 $ docker stop --time=1 02928f41635815ed571b41868382fa7669ecde6c97420bb57f7ae07f0e8287d4 10:53:37 $ docker rm -f 02928f41635815ed571b41868382fa7669ecde6c97420bb57f7ae07f0e8287d4 10:53:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24979 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] ws 10:53:37 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:38 . [Pipeline] withDockerContainer 10:53:38 prd-centos7-docker-4c-2g-24973 does not seem to be running inside a container 10:53:38 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:53:39 $ docker top ca7d277faec2fac6884ae09f2cb08e4e2a239acf1a384c327135e8c800a7b42c -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:39 + docker-compose -f ./docker-compose-build.yml build --parallel 10:53:40 Building docker-core-command-go ... 10:53:40 Building docker-core-data-go ... 10:53:40 Building docker-core-metadata-go ... 10:53:40 Building docker-security-bootstrapper-go ... 10:53:40 Building docker-security-proxy-setup-go ... 10:53:40 Building docker-security-secretstore-setup-go ... 10:53:40 Building docker-support-notifications-go ... 10:53:40 Building docker-support-scheduler-go ... 10:53:40 Building docker-sys-mgmt-agent-go ... 10:53:40 Building docker-security-bootstrapper-go 10:53:40 Building docker-sys-mgmt-agent-go 10:53:40 Building docker-security-secretstore-setup-go 10:53:40 Building docker-security-proxy-setup-go 10:53:40 Building docker-support-scheduler-go 10:53:43 using credential edgex-jenkins-ssh 10:53:43 Cloning the remote Git repository 10:53:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:53:44 > git init /w/workspace/edgex-go/8 # timeout=10 10:53:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:53:44 > git --version # timeout=10 10:53:44 > git --version # 'git version 2.17.1' 10:53:44 using GIT_SSH to set credentials SSH Credentials for GitHub 10:53:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:54:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:54:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:54:01 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:54:02 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 10:54:03 Merge succeeded, producing eaddf04c500ec1537a2f3fa086e8930ef1180703 10:54:03 Checking out Revision eaddf04c500ec1537a2f3fa086e8930ef1180703 (PR-3113) 10:54:02 > git config core.sparsecheckout # timeout=10 10:54:02 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 10:54:03 > git remote # timeout=10 10:54:03 > git config --get remote.origin.url # timeout=10 10:54:03 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:03 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 10:54:03 > git rev-parse HEAD^{commit} # timeout=10 10:54:03 > git config core.sparsecheckout # timeout=10 10:54:03 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 10:54:07 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:54:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:54:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:54:10 + sudo service docker restart 10:54:10 + true [Pipeline] withEnv [Pipeline] { 10:54:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:54:13 ---> 432a1d8bea5a 10:54:13 Step 3/31 : WORKDIR /edgex-go 10:54:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:54:13 ---> 432a1d8bea5a 10:54:13 Step 3/24 : WORKDIR /edgex-go [Pipeline] wrap 10:54:13 provisioning config files... 10:54:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2883888749819484191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:54:13 ---> 432a1d8bea5a 10:54:13 Step 3/21 : WORKDIR /edgex-go 10:54:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:54:13 ---> 432a1d8bea5a 10:54:13 Step 3/22 : WORKDIR /edgex-go 10:54:14 ---> docker-login.sh 10:54:14 nexus3.edgexfoundry.org:10001 10:54:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:54:14 ---> 432a1d8bea5a 10:54:14 Step 3/26 : WORKDIR /edgex-go 10:54:14 ---> Running in 1816fed13790 10:54:14 ---> Running in 0354d6ed50a4 10:54:14 ---> Running in 3f3e301f7a1b 10:54:14 ---> Running in fa84c91ea3c2 10:54:14 ---> Running in 5bc49399c843 10:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:15 Removing intermediate container 1816fed13790 10:54:15 ---> c518ef809aff 10:54:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:15 Removing intermediate container 0354d6ed50a4 10:54:15 ---> ae7c3234cddf 10:54:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:15 Removing intermediate container 3f3e301f7a1b 10:54:15 ---> 6823dfe3450d 10:54:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:15 Removing intermediate container 5bc49399c843 10:54:15 ---> 582410539fd2 10:54:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:15 Removing intermediate container fa84c91ea3c2 10:54:15 ---> af8e09f824d4 10:54:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:15 Configure a credential helper to remove this warning. See 10:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:15 10:54:15 Login Succeeded 10:54:15 nexus3.edgexfoundry.org:10002 10:54:15 ---> Running in 1cd4ae1db567 10:54:15 ---> Running in 172812c3e42d 10:54:15 ---> Running in 837b35a31c7d 10:54:15 ---> Running in b93c412ce0a9 10:54:15 ---> Running in dfac4d641ef2 10:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:16 Configure a credential helper to remove this warning. See 10:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:16 10:54:16 Login Succeeded 10:54:16 nexus3.edgexfoundry.org:10003 10:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:16 Configure a credential helper to remove this warning. See 10:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:16 10:54:16 Login Succeeded 10:54:16 nexus3.edgexfoundry.org:10004 10:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:17 Configure a credential helper to remove this warning. See 10:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:17 10:54:17 Login Succeeded 10:54:17 docker.io 10:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:17 Removing intermediate container 1cd4ae1db567 10:54:17 ---> 850b5dbd120e 10:54:17 Step 5/31 : RUN apk add --update --no-cache make git 10:54:17 Removing intermediate container 837b35a31c7d 10:54:17 ---> 679616e77dd5 10:54:17 Step 5/26 : RUN apk add --update --no-cache make bash git 10:54:17 ---> Running in ebb1fc3f0f2c 10:54:17 ---> Running in bfa3c64d2ef0 10:54:17 Removing intermediate container b93c412ce0a9 10:54:17 ---> 3aee9df20e0e 10:54:17 Step 5/24 : RUN apk add --update --no-cache make git 10:54:18 Removing intermediate container dfac4d641ef2 10:54:18 ---> 18bdf99b31a9 10:54:18 Step 5/22 : RUN apk add --update --no-cache make git 10:54:18 Removing intermediate container 172812c3e42d 10:54:18 ---> bd6c40c3edcc 10:54:18 Step 5/21 : RUN apk add --update --no-cache make git 10:54:18 ---> Running in 167e3bb9ef48 10:54:18 ---> Running in e7fd26fd0caf 10:54:18 ---> Running in 7b880eec7cbd 10:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:18 Configure a credential helper to remove this warning. See 10:54:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:18 10:54:18 Login Succeeded 10:54:18 ---> docker-login.sh ends [Pipeline] } 10:54:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 10:54:19 ========================================================= 10:54:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:54:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:19 + 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 . 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:20 OK: 233 MiB in 51 packages 10:54:20 OK: 233 MiB in 51 packages 10:54:20 OK: 233 MiB in 51 packages 10:54:20 OK: 233 MiB in 51 packages 10:54:20 OK: 233 MiB in 51 packages 10:54:21 Removing intermediate container ebb1fc3f0f2c 10:54:21 ---> e3c73a8e4031 10:54:21 Step 6/31 : COPY go.mod . 10:54:21 Removing intermediate container bfa3c64d2ef0 10:54:21 ---> 63647f2ade71 10:54:21 Step 6/26 : COPY go.mod . 10:54:21 ---> 7cd6ca18f868 10:54:21 Step 7/31 : RUN go mod download 10:54:21 ---> 7c05ccc60249 10:54:21 Step 7/26 : RUN go mod download 10:54:21 Removing intermediate container 167e3bb9ef48 10:54:21 ---> 9fd2de4df9fb 10:54:21 Step 6/22 : COPY go.mod . 10:54:21 Removing intermediate container e7fd26fd0caf 10:54:21 ---> 9db17b96c473 10:54:21 Step 6/24 : COPY go.mod . 10:54:21 ---> Running in 3636c0e5dded 10:54:21 ---> Running in 164253765f00 10:54:21 Removing intermediate container 7b880eec7cbd 10:54:21 ---> 5e0a1cd39fe7 10:54:21 Step 6/21 : COPY go.mod . 10:54:22 ---> e631491440f3 10:54:22 Step 7/22 : RUN go mod download 10:54:22 Sending build context to Docker daemon 166.1MB 10:54:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:54:22 Step 2/6 : FROM ${BASE} 10:54:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:54:22 5f621e34cdf4: Pulling fs layer 10:54:22 a4357932f1b6: Pulling fs layer 10:54:22 18c013af1878: Pulling fs layer 10:54:22 00ac8860ef70: Pulling fs layer 10:54:22 63d7cb157983: Pulling fs layer 10:54:22 b116817d02f9: Pulling fs layer 10:54:22 745a02a5169b: Pulling fs layer 10:54:22 63d7cb157983: Waiting 10:54:22 b116817d02f9: Waiting 10:54:22 745a02a5169b: Waiting 10:54:22 18c013af1878: Verifying Checksum 10:54:22 18c013af1878: Download complete 10:54:22 a4357932f1b6: Verifying Checksum 10:54:22 a4357932f1b6: Download complete 10:54:22 63d7cb157983: Verifying Checksum 10:54:22 63d7cb157983: Download complete 10:54:22 b116817d02f9: Download complete 10:54:22 ---> 088e71217732 10:54:22 Step 7/24 : RUN go mod download 10:54:22 ---> Running in ea40a9820673 10:54:22 ---> 7777d2f65517 10:54:22 Step 7/21 : RUN go mod download 10:54:22 5f621e34cdf4: Verifying Checksum 10:54:22 5f621e34cdf4: Download complete 10:54:22 ---> Running in 6c61ce2df4c5 10:54:22 ---> Running in 04a3766516d6 10:54:23 5f621e34cdf4: Pull complete 10:54:23 a4357932f1b6: Pull complete 10:54:24 18c013af1878: Pull complete 10:54:24 Removing intermediate container 3636c0e5dded 10:54:24 ---> 966b59661ea8 10:54:24 Step 8/26 : COPY . . 10:54:24 Removing intermediate container ea40a9820673 10:54:24 ---> 858dbb766e42 10:54:24 Step 8/22 : COPY . . 10:54:24 Removing intermediate container 164253765f00 10:54:24 ---> bb532231708a 10:54:24 Step 8/31 : COPY . . 10:54:24 Removing intermediate container 04a3766516d6 10:54:24 ---> 6b5ad173b0be 10:54:24 Step 8/21 : COPY . . 10:54:25 Removing intermediate container 6c61ce2df4c5 10:54:25 ---> 1d0f5b3c56e3 10:54:25 Step 8/24 : COPY . . 10:54:26 745a02a5169b: Verifying Checksum 10:54:26 745a02a5169b: Download complete 10:54:28 00ac8860ef70: Verifying Checksum 10:54:28 00ac8860ef70: Download complete 10:54:38 00ac8860ef70: Pull complete 10:54:38 63d7cb157983: Pull complete 10:54:38 b116817d02f9: Pull complete 10:54:41 745a02a5169b: Pull complete 10:54:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:54:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:54:41 ---> b7e6874047d6 10:54:41 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 10:54:45 ---> Running in 580c3ffd5852 10:54:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:47 (1/12) Installing libmagic (5.38-r0) 10:54:48 (2/12) Installing file (5.38-r0) 10:54:48 (3/12) Installing libc-dev (0.7.2-r3) 10:54:48 (4/12) Installing g++ (9.3.0-r2) 10:54:56 (5/12) Installing fortify-headers (1.1-r0) 10:54:56 (6/12) Installing patch (2.7.6-r6) 10:54:56 (7/12) Installing build-base (0.5-r2) 10:54:56 (8/12) Installing libsodium (1.0.18-r0) 10:54:56 (9/12) Installing pkgconf (1.7.2-r0) 10:54:56 (10/12) Installing libsodium-dev (1.0.18-r0) 10:54:56 (11/12) Installing libzmq (4.3.3-r0) 10:54:56 (12/12) Installing zeromq-dev (4.3.3-r0) 10:54:56 Executing busybox-1.31.1-r19.trigger 10:54:56 OK: 217 MiB in 51 packages 10:55:00 Removing intermediate container 580c3ffd5852 10:55:00 ---> fd2538dcd125 10:55:00 Step 4/6 : WORKDIR /edgex-go 10:55:00 ---> Running in 4e6ba0173b10 10:55:00 Removing intermediate container 4e6ba0173b10 10:55:00 ---> 03934250b23e 10:55:00 Step 5/6 : COPY go.mod . 10:55:01 ---> ab0e638b1a6a 10:55:01 Step 6/6 : RUN go mod download 10:55:01 ---> Running in 30e57bacf6b9 10:55:03 ---> 204db11026ab 10:55:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:55:03 ---> Running in 2335694b965a 10:55:03 ---> 2c10e87e1d49 10:55:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:55:03 ---> 101ff0526d3c 10:55:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:55:03 ---> ecfaeec4b4ab 10:55:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:55:03 ---> 11fbf95b47d8 10:55:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:55:03 ---> Running in 33bb3f120e57 10:55:03 ---> Running in b23525f5dca9 10:55:03 ---> Running in 72982e68ad52 10:55:03 ---> Running in be0e9e816901 10:55: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 10:55:03 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 10:55:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:55:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:55:26 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 10:55:27 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 10:55:28 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 10:55:28 Removing intermediate container 30e57bacf6b9 10:55:28 ---> 9818a3047253 10:55:28 Successfully built 9818a3047253 10:55:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:55:28 + docker inspect -f . ci-base-image-arm64 10:55:28 . [Pipeline] withDockerContainer 10:55:29 prd-ubuntu18.04-docker-arm64-4c-16g-24979 does not seem to be running inside a container 10:55:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:55:30 $ docker top 8ebe869a42e12d32ed5ff9ec0fec86bc2c02bec45e186995a197d9192ed88b13 -eo pid,comm [Pipeline] { [Pipeline] sh 10:55:32 + go version 10:55:32 go version go1.15.5 linux/arm64 [Pipeline] } 10:55:32 $ docker stop --time=1 8ebe869a42e12d32ed5ff9ec0fec86bc2c02bec45e186995a197d9192ed88b13 10:55:34 $ docker rm -f 8ebe869a42e12d32ed5ff9ec0fec86bc2c02bec45e186995a197d9192ed88b13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:35 + docker inspect -f . ci-base-image-arm64 10:55:35 . [Pipeline] withDockerContainer 10:55:35 prd-ubuntu18.04-docker-arm64-4c-16g-24979 does not seem to be running inside a container 10:55:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:55:36 Removing intermediate container 2335694b965a 10:55:36 ---> 43b11e56f59d 10:55:36 10:55:36 Step 10/24 : FROM alpine:3.12 10:55:36 Removing intermediate container 33bb3f120e57 10:55:36 ---> 1f88659113f8 10:55:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:55:36 3.12: Pulling from library/alpine 10:55:36 ---> Running in 171777c0881a 10:55:37 $ docker top 348809d37c3a93fcd163ee2dd01105e15e0c125c5120f193506da2f55bad462c -eo pid,comm [Pipeline] { [Pipeline] echo 10:55:37 ========================================================= 10:55:37 [edgeXBuildGoParallel] Running Tests and Build... 10:55:37 ========================================================= [Pipeline] sh 10:55:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:55:38 + make test 10:55:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:55:39 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 10:55:40 Status: Downloaded newer image for alpine:3.12 10:55:40 ---> 389fef711851 10:55:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:55:40 Removing intermediate container b23525f5dca9 10:55:40 ---> 0a0e8cab0636 10:55:40 10:55:40 Step 10/21 : FROM alpine:3.12 10:55:40 ---> 389fef711851 10:55:40 Step 11/21 : RUN apk add --update --no-cache curl 10:55:40 Removing intermediate container be0e9e816901 10:55:40 ---> 6b89187aab5b 10:55:40 10:55:40 Step 10/22 : FROM alpine:3.12 10:55:40 ---> 389fef711851 10:55:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:55:40 ---> Running in 4fc713b40e79 10:55:40 Removing intermediate container 72982e68ad52 10:55:40 ---> 1f13cfd91350 10:55:40 10:55:40 Step 10/31 : FROM alpine:3.12 10:55:40 ---> 389fef711851 10:55:40 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:55:40 ---> Running in 52c9a55c099f 10:55:40 ---> Running in edac73b022ac 10:55:41 ---> Running in 548285bd6426 10:55:41 Removing intermediate container 548285bd6426 10:55:41 ---> 31a2dff8f011 10:55:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:41 (1/5) Installing ca-certificates (20191127-r4) 10:55:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:55:41 (3/5) Installing libcurl (7.69.1-r3) 10:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:41 (4/5) Installing curl (7.69.1-r3) 10:55:41 (5/5) Installing dumb-init (1.2.2-r1) 10:55:41 Executing busybox-1.31.1-r19.trigger 10:55:41 Executing ca-certificates-20191127-r4.trigger 10:55:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:42 (1/4) Installing ca-certificates (20191127-r4) 10:55:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:55:42 (3/4) Installing libcurl (7.69.1-r3) 10:55:42 (4/4) Installing curl (7.69.1-r3) 10:55:42 Executing busybox-1.31.1-r19.trigger 10:55:42 Executing ca-certificates-20191127-r4.trigger 10:55:42 OK: 7 MiB in 19 packages 10:55:42 OK: 7 MiB in 18 packages 10:55:42 ---> Running in e1a5430eb4e8 10:55:43 Removing intermediate container 171777c0881a 10:55:43 ---> c5910071b351 10:55:43 10:55:43 Step 11/26 : FROM docker:20.10.0 10:55:43 20.10.0: Pulling from library/docker 10:55:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:43 (1/1) Installing dumb-init (1.2.2-r1) 10:55:43 Executing busybox-1.31.1-r19.trigger 10:55:43 OK: 6 MiB in 15 packages 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:45 (1/2) Installing dumb-init (1.2.2-r1) 10:55:45 (2/2) Installing su-exec (0.2-r1) 10:55:45 Executing busybox-1.31.1-r19.trigger 10:55:45 OK: 6 MiB in 16 packages 10:55:45 Removing intermediate container 52c9a55c099f 10:55:45 ---> 08e1f12f0b9d 10:55:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:55:46 ---> Running in 49d286f68baa 10:55:46 Removing intermediate container 4fc713b40e79 10:55:46 ---> 52c409b11338 10:55:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:55:46 ---> Running in e7935e11158b 10:55:46 Removing intermediate container edac73b022ac 10:55:46 ---> 8a12cf8b18dc 10:55:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:55:46 Removing intermediate container 49d286f68baa 10:55:46 ---> f9b2b7efae65 10:55:46 Step 13/21 : WORKDIR /edgex 10:55:46 ---> Running in edffff79a3e7 10:55:47 ---> Running in fac53009e9ad 10:55:47 Removing intermediate container e7935e11158b 10:55:47 ---> 092a61d3a23c 10:55:47 Step 13/24 : WORKDIR / 10:55:47 Removing intermediate container e1a5430eb4e8 10:55:47 ---> 24ee3c52c52a 10:55:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:55:47 Removing intermediate container edffff79a3e7 10:55:47 ---> f97c62d3d36b 10:55:47 Step 13/22 : ENV APP_PORT=48085 10:55:47 ---> Running in fe84989dd25e 10:55:47 ---> Running in c68296b24dce 10:55:47 ---> Running in 90cd5cd0f413 10:55:47 Removing intermediate container fac53009e9ad 10:55:47 ---> 79c01641cff1 10:55:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:55:47 Removing intermediate container fe84989dd25e 10:55:47 ---> 4948d70f0188 10:55:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:55:47 ---> Running in da797bdeb394 10:55:47 Removing intermediate container 90cd5cd0f413 10:55:47 ---> ffe025afe69a 10:55:47 Step 14/22 : EXPOSE $APP_PORT 10:55:47 Removing intermediate container c68296b24dce 10:55:47 ---> e33fdde07a49 10:55:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:55:48 ---> d18bb9e8b3a7 10:55:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:55:48 ---> Running in 8144623a32d7 10:55:48 Removing intermediate container da797bdeb394 10:55:48 ---> 45ea798e6f1b 10:55:48 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:55:48 ---> 2ac28981cb4f 10:55:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:55:48 ---> Running in 9417c3392dcf 10:55:48 Removing intermediate container 8144623a32d7 10:55:48 ---> 62ed1378103e 10:55:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:49 ---> 8b2017412797 10:55:49 ---> e408e68a5d9e 10:55:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:55:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:55:49 ---> c9fa3506e699 10:55:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:55:49 ---> 985c21134422 10:55:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:55:49 ---> 7ff9b80c627b 10:55:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:55:50 ---> Running in f69d48d6f470 10:55:50 ---> d2a3bba970c4 10:55:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:55:50 Removing intermediate container 9417c3392dcf 10:55:50 ---> ff3364981fbd 10:55:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:55:50 ---> c15600f7bd46 10:55:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:55:50 Removing intermediate container f69d48d6f470 10:55:50 ---> dc09a841d22d 10:55:50 Step 18/21 : CMD ["--init=true"] 10:55:50 ---> Running in 74bf8fccf6af 10:55:50 ---> Running in 5aef0fcd45fc 10:55:50 ---> 27852d261895 10:55:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:55:50 ---> Running in d53be118d80e 10:55:50 Removing intermediate container 74bf8fccf6af 10:55:50 ---> 389371cf1684 10:55:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:55:51 Removing intermediate container 5aef0fcd45fc 10:55:51 ---> 56f6be4de7e2 10:55:51 Step 19/21 : LABEL arch=x86_64 10:55:51 ---> aac16ee720fb 10:55:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:55:51 Removing intermediate container d53be118d80e 10:55:51 ---> 8653d63a5f49 10:55:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:51 ---> Running in cd32c03a80ba 10:55:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:55:51 ---> f17311001a12 10:55:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:55:51 ---> Running in 49d5e5576693 10:55:51 Status: Downloaded newer image for docker:20.10.0 10:55:51 ---> aefe523efa57 10:55:51 Step 12/26 : RUN apk add --no-cache bash 10:55:51 ---> Running in e77d86737b29 10:55:51 ---> Running in 40b4822ee4bd 10:55:51 Removing intermediate container cd32c03a80ba 10:55:51 ---> c660a801acb9 10:55:51 Step 20/21 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:55:52 ---> e8d19dd58f65 10:55:52 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/ 10:55:52 Removing intermediate container 49d5e5576693 10:55:52 ---> 88235fa73107 10:55:52 Step 20/22 : LABEL arch=x86_64 10:55:52 ---> Running in 1a7b5b65bce3 10:55:52 ---> Running in c6f23199ec12 10:55:52 ---> Running in c35f7f9dc9c6 10:55:52 Removing intermediate container 1a7b5b65bce3 10:55:52 ---> 1cb79cb5cae9 10:55:52 Step 21/21 : LABEL version=0.0.0 10:55:53 Removing intermediate container c35f7f9dc9c6 10:55:53 ---> 018d6659c270 10:55:53 Step 21/22 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:55:53 ---> Running in 6423e9d1baf6 10:55:53 ---> Running in fa974f076be1 10:55:53 Removing intermediate container fa974f076be1 10:55:53 ---> 0564d4c0d4ed 10:55:53 Step 22/22 : LABEL version=0.0.0 10:55:53 Removing intermediate container 6423e9d1baf6 10:55:53 ---> 17a4026f7cc4 10:55:53 10:55:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:53 ---> Running in 075760ac943c 10:55:53 (1/2) Installing readline (8.0.4-r0) 10:55:53 Successfully built 17a4026f7cc4 10:55:53 (2/2) Installing bash (5.0.17-r0) 10:55:53 Executing bash-5.0.17-r0.post-install 10:55:53 Executing busybox-1.31.1-r19.trigger 10:55:53 OK: 12 MiB in 22 packages 10:55:53 Successfully tagged docker-security-proxy-setup-go:latest 10:55:53  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 10:55:53 Removing intermediate container 40b4822ee4bd 10:55:53 ---> 80e669b6391c 10:55:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:53 Removing intermediate container 075760ac943c 10:55:53 ---> f15b96a52014 10:55:53 10:55:54 Successfully built f15b96a52014 10:55:54 Successfully tagged docker-support-scheduler-go:latest 10:55:54  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 10:55:54 ---> e7be98ea4d23 10:55:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:55:54 Removing intermediate container c6f23199ec12 10:55:54 ---> 09c8023f4890 10:55:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:55:57 Removing intermediate container e77d86737b29 10:55:57 ---> 7aaed6caea74 10:55:57 ---> Running in 6828d01a036d 10:55:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:55:58 ---> Running in ba3e385c5acf 10:55:59 Removing intermediate container 6828d01a036d 10:55:59 ---> b538f1ab268a 10:55:59 Step 22/24 : LABEL arch=x86_64 10:56:00 ---> c4e95437c207 10:56:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:56:01 Removing intermediate container ba3e385c5acf 10:56:01 ---> 85fdbf2de1dd 10:56:01 Step 14/26 : ENV APP_PORT=48090 10:56:01 ---> Running in 046d61abeff1 10:56:01 ---> Running in caa566dc6c35 10:56:01 ---> 4b6081e8370b 10:56:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:56:02 Removing intermediate container 046d61abeff1 10:56:02 ---> 7f9f7df8c4a8 10:56:02 Step 23/24 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:56:05 ? github.com/edgexfoundry/edgex-go [no test files] 10:56:05 Removing intermediate container caa566dc6c35 10:56:05 ---> 0a9383b510d7 10:56:05 Step 15/26 : EXPOSE $APP_PORT 10:56:05 ---> Running in 251378d41314 10:56:06 ---> 1a088b871c2e 10:56:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:56:07 ---> Running in 3106bb25b78d 10:56:08 Removing intermediate container 251378d41314 10:56:08 ---> 094da8238f23 10:56:08 Step 24/24 : LABEL version=0.0.0 10:56:08 ---> Running in 24492108df9f 10:56:09 Removing intermediate container 3106bb25b78d 10:56:09 ---> 35fc2db7f592 10:56:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:56:09 ---> 31230ef059fa 10:56:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:56:11 Removing intermediate container 24492108df9f 10:56:11 ---> 7cdd9db841d2 10:56:11 10:56:11 ---> Running in 127dec5dfc83 10:56:12 Successfully built 7cdd9db841d2 10:56:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:56:12 Successfully tagged docker-security-secretstore-setup-go:latest 10:56:12 Building docker-core-command-go 10:56:12  Building docker-security-secretstore-setup-go ... done  ---> 432a1d8bea5a 10:56:12 Step 3/23 : WORKDIR /edgex-go 10:56:12 ---> Using cache 10:56:12 ---> af8e09f824d4 10:56:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:12 ---> Using cache 10:56:12 ---> 18bdf99b31a9 10:56:12 Step 5/23 : RUN apk add --update --no-cache make git 10:56:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Using cache 10:56:12 10:56:12 ---> 9fd2de4df9fb 10:56:12 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 6/23 : COPY go.mod . 10:56:12 10:56:12 ---> 432a1d8bea5a 10:56:12 Step 3/22 : WORKDIR /edgex-go 10:56:12 ---> Using cache 10:56:12 ---> af8e09f824d4 10:56:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:12 ---> Using cache 10:56:12 ---> 18bdf99b31a9 10:56:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:56:12 ---> Using cache 10:56:12 ---> e631491440f3 10:56:12 Step 7/23 : RUN go mod download 10:56:12 ---> Using cache 10:56:12 ---> 858dbb766e42 10:56:12 Step 8/23 : COPY . . 10:56:12 ---> Using cache 10:56:12 ---> 11fbf95b47d8 10:56:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:56:13 ---> f0be4995df19 10:56:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:56:13 ---> Running in d41a0ce9df35 10:56:13 ---> Running in bc11a5d2a92c 10:56:13 Removing intermediate container 127dec5dfc83 10:56:13 ---> 17dba192c3aa 10:56:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:56:14 ---> 8864b6882ecf 10:56:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:56:15 ---> d8818ae42425 10:56:15 Step 26/31 : RUN chmod +x /entrypoint.sh 10:56:15 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 10:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:15 ---> c4ef4e7e9a76 10:56:15 Step 19/26 : RUN apk --no-cache add py3-pip 10:56:16 ---> Running in 1e7c0ba46d77 10:56:16 ---> Running in af3f5b00bf88 10:56:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:18 OK: 233 MiB in 51 packages 10:56:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:18 (1/33) Installing libbz2 (1.0.8-r1) 10:56:18 (2/33) Installing expat (2.2.9-r1) 10:56:18 (3/33) Installing libffi (3.3-r2) 10:56:18 (4/33) Installing gdbm (1.13-r1) 10:56:19 (5/33) Installing xz-libs (5.2.5-r0) 10:56:19 (6/33) Installing sqlite-libs (3.32.1-r0) 10:56:19 (7/33) Installing python3 (3.8.5-r0) 10:56:23 Removing intermediate container 1e7c0ba46d77 10:56:23 ---> 3d9136388826 10:56:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:56:23 (8/33) Installing py3-appdirs (1.4.4-r1) 10:56:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:56:23 (10/33) Installing py3-parsing (2.4.7-r0) 10:56:23 (11/33) Installing py3-six (1.15.0-r0) 10:56:24 (12/33) Installing py3-packaging (20.4-r0) 10:56:24 (13/33) Installing py3-setuptools (47.0.0-r0) 10:56:24 Removing intermediate container d41a0ce9df35 10:56:24 ---> 420b51d152b3 10:56:24 Step 6/22 : COPY go.mod . 10:56:24 (14/33) Installing py3-chardet (3.0.4-r4) 10:56:24 (15/33) Installing py3-idna (2.9-r0) 10:56:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:56:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:56:25 (18/33) Installing py3-requests (2.23.0-r0) 10:56:25 (19/33) Installing py3-msgpack (1.0.0-r0) 10:56:25 (20/33) Installing py3-lockfile (0.12.2-r3) 10:56:25 ---> Running in 63f36d4a80f9 10:56:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:56:25 (22/33) Installing py3-colorama (0.4.3-r0) 10:56:26 (23/33) Installing py3-distlib (0.3.0-r0) 10:56:26 ---> d319466d4776 10:56:26 Step 7/22 : RUN go mod download 10:56:26 (24/33) Installing py3-distro (1.5.0-r1) 10:56:26 (25/33) Installing py3-webencodings (0.5.1-r3) 10:56:26 (26/33) Installing py3-html5lib (1.0.1-r4) 10:56:26 (27/33) Installing py3-pytoml (0.1.21-r0) 10:56:27 (28/33) Installing py3-pep517 (0.8.2-r0) 10:56:27 (29/33) Installing py3-progress (1.5-r0) 10:56:27 (30/33) Installing py3-toml (0.10.1-r0) 10:56:27 ---> Running in 855f7c6fb8a5 10:56:27 (31/33) Installing py3-retrying (1.3.3-r0) 10:56:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:56:27 (33/33) Installing py3-pip (20.1.1-r0) 10:56:27 Removing intermediate container 63f36d4a80f9 10:56:27 ---> e9fd3f551f1e 10:56:27 Step 28/31 : CMD ["gate"] 10:56:28 Executing busybox-1.31.1-r19.trigger 10:56:28 OK: 71 MiB in 55 packages 10:56:30 ---> Running in 1df6e022a462 10:56:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:56:30 ---> 432a1d8bea5a 10:56:30 Step 3/23 : WORKDIR /edgex-go 10:56:30 ---> Using cache 10:56:30 ---> af8e09f824d4 10:56:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:30 ---> Using cache 10:56:30 ---> 18bdf99b31a9 10:56:30 Step 5/23 : RUN apk add --update --no-cache make git 10:56:30 ---> Using cache 10:56:30 ---> 9fd2de4df9fb 10:56:30 Step 6/23 : COPY go.mod . 10:56:30 ---> Using cache 10:56:30 ---> e631491440f3 10:56:30 Step 7/23 : RUN go mod download 10:56:30 ---> Using cache 10:56:30 ---> 858dbb766e42 10:56:30 Step 8/23 : COPY . . 10:56:30 ---> Using cache 10:56:30 ---> 11fbf95b47d8 10:56:30 Step 9/23 : RUN make cmd/core-command/core-command 10:56:31 ---> Running in 63db9aa13dad 10:56:31 Removing intermediate container 1df6e022a462 10:56:31 ---> 29f478632666 10:56:31 Step 29/31 : LABEL arch=x86_64 10:56:32 ---> Running in 18a4d8240a99 10:56:33 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 10:56:34 Removing intermediate container 18a4d8240a99 10:56:34 ---> b3fb5d23639f 10:56:34 Step 30/31 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:56:35 Removing intermediate container 855f7c6fb8a5 10:56:35 ---> d44dad24ce5b 10:56:35 Step 8/22 : COPY . . 10:56:38 ---> Running in 5608d5eb33ca 10:56:46 Removing intermediate container 5608d5eb33ca 10:56:46 ---> 2a72450cccbb 10:56:46 Step 31/31 : LABEL version=0.0.0 10:56:48 Removing intermediate container af3f5b00bf88 10:56:48 ---> d09b85605949 10:56:48 Step 20/26 : RUN pip install docker-compose==1.23.2 10:56:53 ---> Running in 8739db84fbdc 10:56:57 ---> Running in d68d4b95cc11 10:56:57 Removing intermediate container 8739db84fbdc 10:56:57 ---> a04000498b45 10:56:57 10:56:57 Successfully built a04000498b45 10:56:58 Successfully tagged docker-security-bootstrapper-go:latest 10:56:58 Building docker-core-data-go 10:56:59  Building docker-security-bootstrapper-go ... done Removing intermediate container bc11a5d2a92c 10:56:59 ---> 70ba62caa4bc 10:56:59 10:56:59 Step 10/23 : FROM alpine:3.12 10:56:59 ---> 389fef711851 10:56:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:56:59 ---> Using cache 10:56:59 ---> 8a12cf8b18dc 10:56:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:56:59 ---> Using cache 10:56:59 ---> f97c62d3d36b 10:56:59 Step 13/23 : ENV APP_PORT=48081 10:57:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:57:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:57:02 ---> d1f8322fca4c 10:57:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:57:02 ---> Running in b35cc58d9198 10:57:02 ---> Running in 92253cebbc74 10:57:04 Removing intermediate container b35cc58d9198 10:57:04 ---> b4b522295647 10:57:04 Step 14/23 : EXPOSE $APP_PORT 10:57:05 ---> Running in 3f2e854490d4 10:57: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 10:57:06 Removing intermediate container 3f2e854490d4 10:57:06 ---> bf0470dc40cc 10:57:06 Step 15/23 : WORKDIR / 10:57:06 Collecting docker-compose==1.23.2 10:57:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:57:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:57:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:57:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:57:09 ---> Running in 5462b00a0c85 10:57:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:57:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:57:11 Collecting cached-property<2,>=1.2.0 10:57:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:57:12 Removing intermediate container 5462b00a0c85 10:57:12 ---> bd17443005f7 10:57:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:57:12 Collecting websocket-client<1.0,>=0.32.0 10:57:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:57:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:57:12 Collecting docker<4.0,>=3.6.0 10:57:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:57:12 Removing intermediate container 63db9aa13dad 10:57:12 ---> 1e41b22dbbd0 10:57:12 10:57:12 Step 10/23 : FROM alpine:3.12 10:57:12 ---> 389fef711851 10:57:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:57:12 ---> Using cache 10:57:12 ---> 8a12cf8b18dc 10:57:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:57:12 ---> Using cache 10:57:12 ---> f97c62d3d36b 10:57:12 Step 13/23 : ENV APP_PORT=48082 10:57:13 ---> a6224720d9ab 10:57:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:57:13 ---> Running in 1f025ce393a5 10:57:13 Collecting PyYAML<4,>=3.10 10:57:13 Downloading PyYAML-3.13.tar.gz (270 kB) 10:57:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:57:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:57:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:57:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:57:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:57:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:57:16 ---> 7018323a9dc5 10:57:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:57:16 Removing intermediate container 1f025ce393a5 10:57:16 ---> a469d15e539e 10:57:16 Step 14/23 : EXPOSE $APP_PORT 10:57:18 Collecting dockerpty<0.5,>=0.4.1 10:57:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:57:18 ---> Running in b634ec423e96 10:57:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:57:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:57:19 ---> 432a1d8bea5a 10:57:19 Step 3/23 : WORKDIR /edgex-go 10:57:19 ---> Using cache 10:57:19 ---> af8e09f824d4 10:57:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:19 ---> Using cache 10:57:19 ---> 18bdf99b31a9 10:57:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:57:19 ---> cda5803f3c81 10:57:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:57:19 Collecting texttable<0.10,>=0.9.0 10:57:19 Downloading texttable-0.9.1.tar.gz (11 kB) 10:57:20 ---> Running in 6f4c49b4dd6a 10:57:20 ---> Running in e46436daf1aa 10:57:20 Removing intermediate container b634ec423e96 10:57:20 ---> 2d249b1466e1 10:57:20 Step 15/23 : WORKDIR / 10:57:20 Collecting jsonschema<3,>=2.5.1 10:57:20 ---> Running in e869c642354e 10:57:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:57:20 Removing intermediate container e46436daf1aa 10:57:20 ---> d1ec689a2ba8 10:57:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:21 Collecting docopt<0.7,>=0.6.1 10:57:21 Downloading docopt-0.6.2.tar.gz (25 kB) 10:57:21 ---> Running in 00c8b516bc21 10:57:21 Removing intermediate container e869c642354e 10:57:21 ---> 810bf95d5fca 10:57:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:57:21 Removing intermediate container 00c8b516bc21 10:57:21 ---> da83b8061a91 10:57:21 Step 21/23 : LABEL arch=x86_64 10:57:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:21 ---> Running in b88647b71cd8 10:57:21 ---> 12da564aa37f 10:57:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:57:22 Collecting urllib3<1.25,>=1.21.1 10:57:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:57:22 Removing intermediate container b88647b71cd8 10:57:22 ---> 677d9a24ef50 10:57:22 Step 22/23 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:57:22 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) 10:57:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 10:57:22 Collecting idna<2.8,>=2.5 10:57:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:57:22 ---> Running in 1aee27bd5f8f 10:57:22 Collecting docker-pycreds>=0.4.0 10:57:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:57:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:57:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:57:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:57:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:57:22 ---> ce1766466f90 10:57:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:57:22 Installing collected packages: urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, texttable, jsonschema, docopt, docker-compose 10:57:22 Attempting uninstall: urllib3 10:57:22 Found existing installation: urllib3 1.25.9 10:57:22 Uninstalling urllib3-1.25.9: 10:57:22 Removing intermediate container 1aee27bd5f8f 10:57:22 ---> 100197162990 10:57:22 Step 23/23 : LABEL version=0.0.0 10:57:23 Successfully uninstalled urllib3-1.25.9 10:57:23 ---> Running in 236ebb97e1f7 10:57:23 OK: 233 MiB in 51 packages 10:57:23 ---> 1c50c5b837ad 10:57:23 Step 19/23 : ENTRYPOINT ["/core-command"] 10:57:24 Attempting uninstall: idna 10:57:24 Found existing installation: idna 2.9 10:57:24 Uninstalling idna-2.9: 10:57:24 Successfully uninstalled idna-2.9 10:57:24 ---> Running in 179240a996a0 10:57:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:57:24 Removing intermediate container 236ebb97e1f7 10:57:24 ---> f3c20d7fefd9 10:57:24 10:57:24 Attempting uninstall: requests 10:57:24 Found existing installation: requests 2.23.0 10:57:24 Uninstalling requests-2.23.0: 10:57:24 Successfully uninstalled requests-2.23.0 10:57:24 Successfully built f3c20d7fefd9 10:57:24 Removing intermediate container 179240a996a0 10:57:24 ---> e1eb6b442fb3 10:57:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:24 Successfully tagged docker-core-metadata-go:latest 10:57:24  Building docker-core-metadata-go ... done Removing intermediate container 6f4c49b4dd6a 10:57:24 ---> 3e235470ef92 10:57:24 Step 6/23 : COPY go.mod . 10:57:25 ---> Running in 93dddaa1a046 10:57:25 Removing intermediate container 93dddaa1a046 10:57:25 ---> 7047764e99b1 10:57:25 Step 21/23 : LABEL arch=x86_64 10:57:26 ---> b41ce63d94f3 10:57:26 Step 7/23 : RUN go mod download 10:57:26 Running setup.py install for PyYAML: started 10:57:26 ---> Running in 26d4bbf17932 10:57:26 ---> Running in 31202200513c 10:57:27 Removing intermediate container 26d4bbf17932 10:57:27 ---> d190bd3c8b72 10:57:27 Step 22/23 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:57:27 ---> Running in 6ec6b90cf9c4 10:57:27 Running setup.py install for PyYAML: finished with status 'done' 10:57:27 Running setup.py install for dockerpty: started 10:57:27 Removing intermediate container 6ec6b90cf9c4 10:57:27 ---> b154cf491b93 10:57:27 Step 23/23 : LABEL version=0.0.0 10:57:27 Running setup.py install for dockerpty: finished with status 'done' 10:57:27 Running setup.py install for texttable: started 10:57:28 ---> Running in 6c0a01818931 10:57:28 Running setup.py install for texttable: finished with status 'done' 10:57:30 Running setup.py install for docopt: started 10:57:30 Removing intermediate container 92253cebbc74 10:57:30 ---> 8aa104a25e8b 10:57:30 10:57:30 Step 10/22 : FROM alpine:3.12 10:57:30 ---> 389fef711851 10:57:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:57:30 Removing intermediate container 6c0a01818931 10:57:30 ---> 14e6827cf5ae 10:57:30 10:57:30 ---> Running in 1f8b98a20b20 10:57:30 Successfully built 14e6827cf5ae 10:57:30 Successfully tagged docker-core-command-go:latest 10:57:30  Building docker-core-command-go ... done Removing intermediate container 31202200513c 10:57:30 ---> 8a182921bfd3 10:57:30 Step 8/23 : COPY . . 10:57:30 Running setup.py install for docopt: finished with status 'done' 10:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.460s coverage: 46.0% of statements 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.218s coverage: 100.0% of statements 10:57:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 10:57:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:31 (1/2) Installing ca-certificates (20191127-r4) 10:57:31 (2/2) Installing dumb-init (1.2.2-r1) 10:57:31 Executing busybox-1.31.1-r19.trigger 10:57:32 Executing ca-certificates-20191127-r4.trigger 10:57:32 OK: 6 MiB in 16 packages 10:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.684s coverage: 27.1% of statements 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.112s coverage: 100.0% of statements 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:57:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 65.8% of statements 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:57:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:57:40 Removing intermediate container 1f8b98a20b20 10:57:40 ---> 756991508afb 10:57:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:57:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.787s coverage: 82.3% of statements 10:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:57:42 Removing intermediate container d68d4b95cc11 10:57:42 ---> b1a417d804a6 10:57:42 Step 21/26 : RUN apk --no-cache add curl 10:57:45 ---> Running in 3ed78b0dbe86 10:57:46 ---> Running in 84a4597be4cd 10:57:48 Removing intermediate container 3ed78b0dbe86 10:57:48 ---> 622525ee7dc1 10:57:48 Step 13/22 : ENV APP_PORT=48060 10:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.253s coverage: 28.6% of statements 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.352s coverage: 86.7% of statements 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements 10:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:57:49 ---> Running in 5752318974a8 10:57:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 10:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:57:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:57:51 (2/3) Installing libcurl (7.69.1-r3) 10:57:51 (3/3) Installing curl (7.69.1-r3) 10:57:51 Executing busybox-1.31.1-r19.trigger 10:57:51 Removing intermediate container 5752318974a8 10:57:51 ---> 3b975fbe50bb 10:57:51 Step 14/22 : EXPOSE $APP_PORT 10:57:51 OK: 72 MiB in 58 packages 10:57:52 ---> Running in ef9071757b4b 10:57:52 ---> 9aea57b800c5 10:57:52 Step 9/23 : RUN make cmd/core-data/core-data 10:57:52 ---> Running in 4252cb0eb0a7 10:57:52 Removing intermediate container ef9071757b4b 10:57:52 ---> d79372d283af 10:57:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:57:52 Removing intermediate container 84a4597be4cd 10:57:52 ---> 3c1efabf9b3f 10:57:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:57:52 ---> Running in 16ebb82e62f2 10:57:52 ---> 0eed56008dbb 10:57:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:57:53 Removing intermediate container 16ebb82e62f2 10:57:53 ---> d7b1720346de 10:57:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:53 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 10:57:53 ---> Running in 1bdf2c03eb13 10:57:53 Removing intermediate container 1bdf2c03eb13 10:57:53 ---> 5c5eccbdc3dd 10:57:53 Step 24/26 : LABEL arch=x86_64 10:57:53 ---> c8e1c2635e2a 10:57:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:57:53 ---> Running in 3624bf0736bd 10:57:53 Removing intermediate container 3624bf0736bd 10:57:53 ---> 8669baf53673 10:57:53 Step 25/26 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:57:53 ---> 62b6bfe9f0e2 10:57:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:57:53 ---> Running in 94013d0ee20e 10:57:53 ---> Running in 8e53f1f61950 10:57:54 Removing intermediate container 94013d0ee20e 10:57:54 ---> 67131d3b5e33 10:57:54 Step 26/26 : LABEL version=0.0.0 10:57:54 Removing intermediate container 8e53f1f61950 10:57:54 ---> 3248ba43f9da 10:57:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:54 ---> Running in 274bcee2a7df 10:57:54 ---> Running in bef4bfc878cb 10:57:54 Removing intermediate container 274bcee2a7df 10:57:54 ---> b89bf9002576 10:57:54 10:57:54 Removing intermediate container bef4bfc878cb 10:57:54 ---> 5e33cdcdc000 10:57:54 Step 20/22 : LABEL arch=x86_64 10:57:54 Successfully built b89bf9002576 10:57:54 Successfully tagged docker-sys-mgmt-agent-go:latest 10:57:55  Building docker-sys-mgmt-agent-go ... done  ---> Running in 980553daa00b 10:57:55 Removing intermediate container 980553daa00b 10:57:55 ---> 04f7b76b51ab 10:57:55 Step 21/22 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:57:55 ---> Running in 9ff533b569c8 10:57:55 Removing intermediate container 9ff533b569c8 10:57:55 ---> 65075ca2632e 10:57:55 Step 22/22 : LABEL version=0.0.0 10:57:56 ---> Running in 0f81cf6f0967 10:57:56 Removing intermediate container 0f81cf6f0967 10:57:56 ---> 758404e7bf9e 10:57:56 10:57:56 Successfully built 758404e7bf9e 10:57:56 Successfully tagged docker-support-notifications-go:latest 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.420s coverage: 92.8% of statements 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:58:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements 10:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 10:58:08  Building docker-support-notifications-go ... done Removing intermediate container 4252cb0eb0a7 10:58:08 ---> f3f98cc10a00 10:58:08 10:58:08 Step 10/23 : FROM alpine:3.12 10:58:08 ---> 389fef711851 10:58:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:58:08 ---> Running in c4ba7441718f 10:58:08 Removing intermediate container c4ba7441718f 10:58:08 ---> 38267c6546f2 10:58:08 Step 12/23 : ENV APP_PORT=48080 10:58:08 ---> Running in 3136691223c3 10:58:09 Removing intermediate container 3136691223c3 10:58:09 ---> 37dab976027a 10:58:09 Step 13/23 : EXPOSE $APP_PORT 10:58:09 ---> Running in 056a74ae070f 10:58:09 Removing intermediate container 056a74ae070f 10:58:09 ---> 8ef31d851400 10:58:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:09 ---> Running in fb61536a95fe 10:58:10 Removing intermediate container fb61536a95fe 10:58:10 ---> f9115d02a590 10:58:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:58:10 ---> Running in 7a3d963968b3 10:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:12 (1/6) Installing dumb-init (1.2.2-r1) 10:58:12 (2/6) Installing libgcc (9.3.0-r2) 10:58:12 (3/6) Installing libsodium (1.0.18-r0) 10:58:12 (4/6) Installing libstdc++ (9.3.0-r2) 10:58:12 (5/6) Installing libzmq (4.3.3-r0) 10:58:12 (6/6) Installing zeromq (4.3.3-r0) 10:58:12 Executing busybox-1.31.1-r19.trigger 10:58:12 OK: 8 MiB in 20 packages 10:58:13 Removing intermediate container 7a3d963968b3 10:58:13 ---> e075425c446c 10:58:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:13 ---> 12b2c14021a2 10:58:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements 10:58:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 10:58:14 ---> ff59f4b3575d 10:58:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:58:14 ---> a45777ddc412 10:58:14 Step 19/23 : ENTRYPOINT ["/core-data"] 10:58:14 ---> Running in c53aaf91ba26 10:58:14 Removing intermediate container c53aaf91ba26 10:58:14 ---> ef95d9243122 10:58:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:14 ---> Running in 0e9b48531718 10:58:14 Removing intermediate container 0e9b48531718 10:58:14 ---> 69f79fe94acf 10:58:14 Step 21/23 : LABEL arch=x86_64 10:58:14 ---> Running in 3403715b3feb 10:58:15 Removing intermediate container 3403715b3feb 10:58:15 ---> 531dcaaf0d3a 10:58:15 Step 22/23 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 10:58:15 ---> Running in 098d74907cd1 10:58:15 Removing intermediate container 098d74907cd1 10:58:15 ---> 5bc64f5a3a5c 10:58:15 Step 23/23 : LABEL version=0.0.0 10:58:15 ---> Running in 478981ef636b 10:58:15 Removing intermediate container 478981ef636b 10:58:15 ---> ed49b60eb790 10:58:15 10:58:15 Successfully built ed49b60eb790 10:58:15 Successfully tagged docker-core-data-go:latest 10:58:16  Building docker-core-data-go ... done  [Pipeline] } 10:58:16 $ docker stop --time=1 ca7d277faec2fac6884ae09f2cb08e4e2a239acf1a384c327135e8c800a7b42c 10:58:17 $ docker rm -f ca7d277faec2fac6884ae09f2cb08e4e2a239acf1a384c327135e8c800a7b42c [Pipeline] // withDockerContainer [Pipeline] sh 10:58:18 + docker images 10:58:18 + grep docker 10:58:20 docker-core-data-go latest ed49b60eb790 3 seconds ago 22.3MB 10:58:20 docker-support-notifications-go latest 758404e7bf9e 22 seconds ago 17.5MB 10:58:20 docker-sys-mgmt-agent-go latest b89bf9002576 24 seconds ago 313MB 10:58:20 docker-core-command-go latest 14e6827cf5ae 49 seconds ago 16.9MB 10:58:20 docker-core-metadata-go latest f3c20d7fefd9 55 seconds ago 18.8MB 10:58:20 docker-security-bootstrapper-go latest a04000498b45 About a minute ago 23.8MB 10:58:20 docker-security-secretstore-setup-go latest 7cdd9db841d2 2 minutes ago 24.6MB 10:58:20 docker-support-scheduler-go latest f15b96a52014 2 minutes ago 17MB 10:58:20 docker-security-proxy-setup-go latest 17a4026f7cc4 2 minutes ago 24.4MB 10:58:20 docker 20.10.0 aefe523efa57 7 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 10:58:21 Running on prd-ubuntu18.04-docker-8c-8g-24968 in /w/workspace/edgexfoundry_edgex-go_PR-3113 [Pipeline] { [Pipeline] ws 10:58:21 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 10:58:23 using credential edgex-jenkins-ssh 10:58:23 Cloning the remote Git repository 10:58:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:58:23 > git init /w/workspace/edgex-go/8 # timeout=10 10:58:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:58:23 > git --version # timeout=10 10:58:23 > git --version # 'git version 2.17.1' 10:58:23 using GIT_SSH to set credentials SSH Credentials for GitHub 10:58:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.158s coverage: 92.9% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.638s coverage: 63.5% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 10:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.834s coverage: 68.9% of statements 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:58:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.540s coverage: 37.0% of statements 10:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:58:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.701s coverage: 84.0% of statements 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 10:58:30 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit eaddf04c500ec1537a2f3fa086e8930ef1180703 10:58:31 Merge succeeded, producing eaddf04c500ec1537a2f3fa086e8930ef1180703 10:58:31 Checking out Revision eaddf04c500ec1537a2f3fa086e8930ef1180703 (PR-3113) 10:58:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:58:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:58:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:58:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:58:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3113/head:refs/remotes/origin/PR-3113 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:58:30 > git config core.sparsecheckout # timeout=10 10:58:30 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 10:58:30 > git remote # timeout=10 10:58:30 > git config --get remote.origin.url # timeout=10 10:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 10:58:30 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 10:58:31 > git rev-parse HEAD^{commit} # timeout=10 10:58:31 > git config core.sparsecheckout # timeout=10 10:58:31 > git checkout -f eaddf04c500ec1537a2f3fa086e8930ef1180703 # timeout=10 10:58:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:35 + echo snap-build.sh 10:58:35 snap-build.sh 10:58:35 + SNAP_BASE_DIR=. 10:58:35 + '[' '!' -z /w/workspace/edgex-go/8 ']' 10:58:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 10:58:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 10:58:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 10:58:35 + cd /w/workspace/edgex-go/8 10:58:35 + sudo apt-get remove -qy --purge lxd lxd-client 10:58:35 Reading package lists... 10:58:35 Building dependency tree... 10:58:35 Reading state information... 10:58:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:58:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:58:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:58:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.267s coverage: 90.4% of statements 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:58:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:58:36 The following packages were automatically installed and are no longer required: 10:58:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:58:36 uidmap xdelta3 10:58:36 Use 'sudo apt autoremove' to remove them. 10:58:36 The following packages will be REMOVED: 10:58:36 lxd* lxd-client* 10:58:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:58:36 After this operation, 31.7 MB disk space will be freed. 10:58:37 (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.) 10:58:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:58:38 Removing lxd dnsmasq configuration 10:58:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:58:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.240s coverage: 29.1% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 100.0% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:58:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 10:58:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 10:58:46 GO111MODULE=on go vet ./... 11:00:08 gofmt -l . 11:00:08 [ "`gofmt -l .`" = "" ] 11:00:08 ./bin/test-go-mod-tidy.sh 11:00:09 ./bin/test-attribution-txt.sh [Pipeline] sh 11:00:11 + ls -al . 11:00:11 total 712 11:00:11 drwxrwxr-x 9 1001 1001 4096 Feb 4 11:00 . 11:00:11 drwxr-xr-x 4 root root 4096 Feb 4 10:55 .. 11:00:11 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:54 .dockerignore 11:00:11 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 .git 11:00:11 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:54 .github 11:00:11 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:54 .gitignore 11:00:11 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:54 .sonarcloud.properties 11:00:11 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:54 Attribution.txt 11:00:11 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:54 CONTRIBUTING.md 11:00:11 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:54 Dockerfile.build 11:00:11 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:54 Jenkinsfile 11:00:11 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:54 LICENSE 11:00:11 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:54 Makefile 11:00:11 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:54 README.md 11:00:11 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:54 SECURITY.md 11:00:11 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:49 VERSION 11:00:11 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:54 ZMQWindows.md 11:00:11 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:54 bin 11:00:11 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:54 cmd 11:00:11 -rw-r--r-- 1 root root 580808 Feb 4 10:58 coverage.out 11:00:11 -rw-r--r-- 1 root root 1054 Feb 4 11:00 go.mod 11:00:11 -rw-r--r-- 1 root root 19290 Feb 4 11:00 go.sum 11:00:11 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 internal 11:00:11 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 openapi 11:00:11 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 snap 11:00:11 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:54 version.go [Pipeline] sh 11:00:12 + '[' -e coverage.out ] 11:00:12 + chown 1001:1001 coverage.out [Pipeline] stash 11:00:12 Warning: overwriting stash ‘coverage-report’ 11:00:13 Stashed 1 file(s) [Pipeline] sh 11:00:14 + make build 11:00:14 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 11:00:27 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 11:00:30 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 11:00:30 (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.) 11:00:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 11:00:30 Processing triggers for systemd (237-3ubuntu10.42) ... 11:00:30 Processing triggers for ureadahead (0.100.0-21) ... 11:00:30 + sudo snap remove --purge lxd 11:00:30 snap "lxd" is not installed 11:00:30 + sudo groupadd --force --system lxd 11:00:30 ++ whoami 11:00:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 11:00:30 + newgrp - lxd 11:00:30 + sudo snap install lxd 11:00:30 2021-02-04T11:00:26Z INFO Waiting for automatic snapd restart... 11:00:42 lxd 4.10 from Canonical* installed 11:00:42 + sudo lxd init --auto 11:00:50 + sudo snap install --classic snapcraft 11:00:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 11:00:56 snapcraft 4.4.4 from Canonical* installed 11:00:56 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 11:00:56 + patch --verbose -p1 11:00:56 Hmm... Looks like a unified diff to me... 11:00:56 The text leading up to this was: 11:00:56 -------------------------- 11:00:56 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 11:00:56 |From: Tony Espy 11:00:56 |Date: Wed, 16 Dec 2020 16:34:55 -0500 11:00:56 |Subject: [PATCH] optimize snap build for pipeline CI check 11:00:56 | 11:00:56 |This patch is used by the EdgeX CI pipeline builds to 11:00:56 |optimize the snap CI check run for pull requests. When 11:00:56 |applied, it essentially strips out everything (apps and 11:00:56 |parts) from the snapcraft.yaml file except those required 11:00:56 |to build edgex-go, as the whole idea of the CI check is to 11:00:56 |catch changes to edgex-go that break the snap build. 11:00:56 | 11:00:56 |In general, anyone updating snapcraft.yaml will also need 11:00:56 |to update this patch file, otherwise it may fail to apply, 11:00:56 |resulting in a failed snap build CI check in the associated 11:00:56 |pull request. 11:00:56 | 11:00:56 |Note - in addition to applying this patch, the pipeline also 11:00:56 |only primes the snap (e.g. `snapcraft prime`), as there's no 11:00:56 |need to build the finally binary .snap file (and it won't 11:00:56 |work with the patch applied). This further reduces the build 11:00:56 |time. 11:00:56 |--- 11:00:56 | snap/snapcraft.yaml | 461 +------------------------------------------- 11:00:56 | 1 file changed, 2 insertions(+), 459 deletions(-) 11:00:56 | 11:00:56 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 11:00:56 |index 1e537489..faf42425 100644 11:00:56 |--- a/snap/snapcraft.yaml 11:00:56 |+++ b/snap/snapcraft.yaml 11:00:56 -------------------------- 11:00:56 patching file snap/snapcraft.yaml 11:00:56 Using Plan A... 11:00:56 Hunk #1 succeeded at 73. 11:00:56 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 11:00:56 Hunk #3 succeeded at 214 (offset -1 lines). 11:00:56 Hunk #4 succeeded at 222 (offset -1 lines). 11:00:56 Hunk #5 succeeded at 229 (offset -1 lines). 11:00:56 Hunk #6 succeeded at 256 (offset -1 lines). 11:00:56 Hunk #7 succeeded at 290 (offset -1 lines). 11:00:56 Hunk #8 succeeded at 342. 11:00:56 Hmm... Ignoring the trailing garbage. 11:00:56 done 11:00:56 + sudo snapcraft prime --use-lxd 11:00:56 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 11:00:56 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 11:00:56 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: 11:00:56 - README.md 11:00:56 - snapcraft.yaml.orig 11:00:56 11:00:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:00:57 Launching a container. 11:01:03 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 11:01:04 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 11:01:09 Waiting for container to be ready 11:01:09 To start your first instance, try: lxc launch ubuntu:18.04 11:01:09 11:01:10 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 11:01:12 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 11:01:12 Waiting for network to be ready... 11:01:12 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:01:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:01:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:01:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:01:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:01:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:01:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:01:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:01:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:01:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:01:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:01:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:01:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:01:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:01:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:01:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:01:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:01:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:01:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:01:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:01:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:01:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:01:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:01:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:01:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:01:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:01:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:01:16 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 11:01:17 Fetched 23.9 MB in 4s (5622 kB/s) 11:01:17 Reading package lists... 11:01:17 Reading package lists... 11:01:18 Building dependency tree... 11:01:18 Reading state information... 11:01:18 The following additional packages will be installed: 11:01:18 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:01:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:01:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:01:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 11:01:18 Suggested packages: 11:01:18 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 11:01:18 Recommended packages: 11:01:18 gnupg libsasl2-modules 11:01:18 The following NEW packages will be installed: 11:01:18 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:01:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:01:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:01:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 11:01:18 The following packages will be upgraded: 11:01:18 gpg gpg-agent gpgconf libudev1 11:01:18 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 11:01:18 Need to get 3533 kB of archives. 11:01:18 After this operation, 13.3 MB of additional disk space will be used. 11:01:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 11:01:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 11:01:18 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 11:01:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 11:01:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 11:01:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 11:01:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 11:01:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 11:01:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 11:01:18 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 11:01:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 11:01:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 11:01:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 11:01:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 11:01:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 11:01:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 11:01:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 11:01:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 11:01:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 11:01:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 11:01:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 11:01:19 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 11:01:19 debconf: delaying package configuration, since apt-utils is not installed 11:01:19 Fetched 3533 kB in 1s (3363 kB/s) 11:01:19 (Reading database ... 12511 files and directories currently installed.) 11:01:19 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 11:01:19 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:01:19 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 11:01:19 Selecting previously unselected package udev. 11:01:19 (Reading database ... 12511 files and directories currently installed.) 11:01:19 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 11:01:19 Unpacking udev (237-3ubuntu10.44) ... 11:01:19 Selecting previously unselected package libfuse2:amd64. 11:01:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 11:01:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:01:19 Selecting previously unselected package fuse. 11:01:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 11:01:19 Unpacking fuse (2.9.7-1ubuntu1) ... 11:01:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 11:01:19 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:01:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 11:01:20 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:01:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 11:01:20 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:01:20 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 11:01:20 Selecting previously unselected package libksba8:amd64. 11:01:20 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 11:01:20 Unpacking libksba8:amd64 (1.3.5-2) ... 11:01:20 Selecting previously unselected package libroken18-heimdal:amd64. 11:01:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 11:01:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 11:01:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 11:01:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:21 Selecting previously unselected package libwind0-heimdal:amd64. 11:01:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 11:01:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 11:01:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 11:01:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:21 Selecting previously unselected package libgssapi3-heimdal:amd64. 11:01:21 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:01:21 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:21 Selecting previously unselected package libsasl2-modules-db:amd64. 11:01:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:01:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:01:21 Selecting previously unselected package libsasl2-2:amd64. 11:01:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:01:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:01:21 Selecting previously unselected package libldap-common. 11:01:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 11:01:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:01:21 Selecting previously unselected package libldap-2.4-2:amd64. 11:01:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 11:01:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:01:22 Selecting previously unselected package dirmngr. 11:01:22 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 11:01:22 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 11:01:22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:01:22 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 11:01:22 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:01:22 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:01:22 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:01:22 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 11:01:22 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:22 Setting up libksba8:amd64 (1.3.5-2) ... 11:01:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:01:22 Setting up udev (237-3ubuntu10.44) ... 11:01:22 invoke-rc.d: policy-rc.d denied execution of start. 11:01:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:22 Processing triggers for systemd (237-3ubuntu10) ... 11:01:22 Setting up fuse (2.9.7-1ubuntu1) ... 11:01:23 Setting up gpg (2.2.4-1ubuntu1.3) ... 11:01:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:01:23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:01:23 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 11:01:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:01:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 11:01:23 settings in the [Install] section, and DefaultInstance for template units). 11:01:23 This means they are not meant to be enabled using systemctl. 11:01:23 Possible reasons for having this kind of units are: 11:01:23 1) A unit may be statically enabled by being symlinked from another unit's 11:01:23 .wants/ or .requires/ directory. 11:01:23 2) A unit's purpose may be to act as a helper for some other unit which has 11:01:23 a requirement dependency on it. 11:01:23 3) A unit may be started when needed via activation (socket, path, timer, 11:01:23 D-Bus, udev, scripted systemctl call, ...). 11:01:23 4) In case of template units, the unit is meant to be enabled with some 11:01:23 instance name specified. 11:01:23 Reading package lists... 11:01:24 Building dependency tree... 11:01:24 Reading state information... 11:01:24 The following additional packages will be installed: 11:01:24 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 11:01:24 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 11:01:24 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 11:01:24 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 11:01:24 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 11:01:24 Suggested packages: 11:01:24 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 11:01:24 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 11:01:24 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 11:01:24 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 11:01:24 systemd-container policykit-1 11:01:24 Recommended packages: 11:01:24 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 11:01:24 The following NEW packages will be installed: 11:01:24 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 11:01:24 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 11:01:24 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 11:01:24 multiarch-support openssh-client python3 python3-minimal python3.6 11:01:24 python3.6-minimal snapd squashfs-tools sudo 11:01:24 The following packages will be upgraded: 11:01:24 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 11:01:24 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 11:01:24 Need to get 35.2 MB of archives. 11:01:24 After this operation, 141 MB of additional disk space will be used. 11:01:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 11:01:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 11:01:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 11:01:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 11:01:25 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 11:01:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 11:01:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 11:01:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 11:01:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 11:01:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 11:01:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 11:01:25 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 11:01:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 11:01:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 11:01:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 11:01:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 11:01:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 11:01:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 11:01:25 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 11:01:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 11:01:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 11:01:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 11:01:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 11:01:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 11:01:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 11:01:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 11:01:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 11:01:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 11:01:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 11:01:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 11:01:26 debconf: delaying package configuration, since apt-utils is not installed 11:01:26 Fetched 35.2 MB in 2s (14.7 MB/s) 11:01:27 (Reading database ... 12757 files and directories currently installed.) 11:01:27 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 11:01:27 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:01:27 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 11:01:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 11:01:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:01:27 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 11:01:27 (Reading database ... 12757 files and directories currently installed.) 11:01:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 11:01:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 11:01:28 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 11:01:28 (Reading database ... 12757 files and directories currently installed.) 11:01:28 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 11:01:28 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 11:01:28 Setting up apt (1.6.12ubuntu0.2) ... 11:01:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 11:01:29 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 11:01:29 (Reading database ... 12764 files and directories currently installed.) 11:01:29 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:01:29 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:01:29 Selecting previously unselected package libpython3.6-minimal:amd64. 11:01:29 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:01:29 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:01:30 Selecting previously unselected package libexpat1:amd64. 11:01:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 11:01:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:01:30 Selecting previously unselected package python3.6-minimal. 11:01:30 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:01:30 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:01:30 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 11:01:30 Checking for services that may need to be restarted...done. 11:01:30 Checking for services that may need to be restarted...done. 11:01:30 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:01:30 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:01:30 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:01:30 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 11:01:30 Selecting previously unselected package python3-minimal. 11:01:30 (Reading database ... 13012 files and directories currently installed.) 11:01:30 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 11:01:30 Unpacking python3-minimal (3.6.7-1~18.04) ... 11:01:30 Selecting previously unselected package mime-support. 11:01:30 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 11:01:30 Unpacking mime-support (3.60ubuntu1) ... 11:01:30 Selecting previously unselected package libmpdec2:amd64. 11:01:30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 11:01:30 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:01:31 Selecting previously unselected package libpython3.6-stdlib:amd64. 11:01:31 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:01:31 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:01:31 Selecting previously unselected package python3.6. 11:01:31 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:01:31 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:01:31 Selecting previously unselected package libpython3-stdlib:amd64. 11:01:31 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 11:01:31 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:01:31 Setting up python3-minimal (3.6.7-1~18.04) ... 11:01:31 Selecting previously unselected package python3. 11:01:31 (Reading database ... 13442 files and directories currently installed.) 11:01:31 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 11:01:31 Unpacking python3 (3.6.7-1~18.04) ... 11:01:31 Selecting previously unselected package multiarch-support. 11:01:31 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 11:01:31 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 11:01:31 Setting up multiarch-support (2.27-3ubuntu1.4) ... 11:01:31 Selecting previously unselected package liblzo2-2:amd64. 11:01:31 (Reading database ... 13479 files and directories currently installed.) 11:01:31 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 11:01:31 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 11:01:32 Selecting previously unselected package libbsd0:amd64. 11:01:32 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 11:01:32 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:01:32 Selecting previously unselected package sudo. 11:01:32 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 11:01:32 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 11:01:32 Selecting previously unselected package apparmor. 11:01:32 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 11:01:32 Unpacking apparmor (2.12-4ubuntu5.1) ... 11:01:32 Selecting previously unselected package libedit2:amd64. 11:01:32 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 11:01:32 Unpacking libedit2:amd64 (3.1-20170329-1) ... 11:01:32 Selecting previously unselected package libkrb5support0:amd64. 11:01:32 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 11:01:32 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:01:32 Selecting previously unselected package libk5crypto3:amd64. 11:01:32 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 11:01:32 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:01:32 Selecting previously unselected package libkeyutils1:amd64. 11:01:32 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 11:01:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:01:33 Selecting previously unselected package libkrb5-3:amd64. 11:01:33 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 11:01:33 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:01:33 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:01:33 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 11:01:33 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:01:33 Selecting previously unselected package libssl1.0.0:amd64. 11:01:33 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 11:01:33 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:01:33 Selecting previously unselected package openssh-client. 11:01:33 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 11:01:33 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 11:01:33 Selecting previously unselected package squashfs-tools. 11:01:33 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 11:01:33 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:01:33 Selecting previously unselected package snapd. 11:01:33 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 11:01:33 Unpacking snapd (2.48+18.04) ... 11:01:35 Setting up libedit2:amd64 (3.1-20170329-1) ... 11:01:35 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:01:35 Setting up mime-support (3.60ubuntu1) ... 11:01:35 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 11:01:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:01:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:01:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:01:35 Setting up systemd (237-3ubuntu10.44) ... 11:01:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 11:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 11:01:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:01:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:01:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 11:01:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:01:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:01:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:01:37 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:01:37 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:01:37 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:01:37 Setting up python3 (3.6.7-1~18.04) ... 11:01:37 running python rtupdate hooks for python3.6... 11:01:37 running python post-rtupdate hooks for python3.6... 11:01:37 Setting up apparmor (2.12-4ubuntu5.1) ... 11:01:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 11:01:38 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:01:38 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 11:01:38 Setting up snapd (2.48+18.04) ... 11:01:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 11:01:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 11:01:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 11:01:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 11:01:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:01:40 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:01:40 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 11:01:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 11:01:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 11:01:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 11:01:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 11:01:41 /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' 11:01:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:01:41 Processing triggers for systemd (237-3ubuntu10.44) ... 11:01:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:01:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:01:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:01:43 Reading package lists... 11:01:43 Reading package lists... 11:01:43 Building dependency tree... 11:01:43 Reading state information... 11:01:43 Calculating upgrade... 11:01:43 The following packages will be upgraded: 11:01:43 advancecomp base-files bash binutils binutils-common 11:01:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 11:01:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 11:01:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 11:01:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 11:01:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 11:01:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 11:01:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 11:01:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 11:01:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 11:01:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 11:01:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 11:01:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 11:01:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 11:01:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 11:01:43 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 11:01:43 Need to get 63.8 MB of archives. 11:01:43 After this operation, 5188 kB of additional disk space will be used. 11:01:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 11:01:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 11:01:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 11:01:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 11:01:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 11:01:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 11:01:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 11:01:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 11:01:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 11:01:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 11:01:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 11:01:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 11:01:44 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 11:01:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 11:01:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 11:01:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 11:01:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 11:01:44 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 11:01:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 11:01:44 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 11:01:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 11:01:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 11:01:44 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 11:01:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 11:01:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 11:01:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 11:01:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 11:01:44 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 11:01:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 11:01:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 11:01:44 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 11:01:44 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 11:01:44 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 11:01:44 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 11:01:44 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 11:01:44 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 11:01:44 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 11:01:44 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 11:01:44 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] 11:01:44 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 11:01:44 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 11:01:44 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 11:01:45 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 11:01:45 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 11:01:45 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 11:01:45 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 11:01:45 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 11:01:45 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 11:01:45 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 11:01:45 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 11:01:45 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 11:01:45 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 11:01:45 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 11:01:45 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 11:01:45 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 11:01:45 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 11:01:45 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 11:01:45 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 11:01:45 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] 11:01:45 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 11:01:45 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 11:01:45 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 11:01:45 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 11:01:45 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 11:01:45 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 11:01:45 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 11:01:45 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 11:01:45 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 11:01:45 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 11:01:45 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 11:01:45 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 11:01:45 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 11:01:45 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 11:01:45 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 11:01:45 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 11:01:45 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 11:01:45 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 11:01:45 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 11:01:45 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 11:01:45 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 11:01:45 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 11:01:45 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 11:01:45 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] 11:01:45 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 11:01:45 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 11:01:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 11:01:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 11:01:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 11:01:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 11:01:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 11:01:46 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 11:01:46 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 11:01:46 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 11:01:46 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] } 11:01:46 $ docker stop --time=1 348809d37c3a93fcd163ee2dd01105e15e0c125c5120f193506da2f55bad462c 11:01:47 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 11:01:47 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 11:01:47 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 11:01:47 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 11:01:47 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 11:01:47 debconf: delaying package configuration, since apt-utils is not installed 11:01:47 Fetched 63.8 MB in 3s (18.6 MB/s) 11:01:47 (Reading database ... 13912 files and directories currently installed.) 11:01:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 11:01:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:01:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 11:01:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:01:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 11:01:47 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 11:01:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 $ docker rm -f 348809d37c3a93fcd163ee2dd01105e15e0c125c5120f193506da2f55bad462c 11:01:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 11:01:49 (Reading database ... 13911 files and directories currently installed.) 11:01:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:49 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 11:01:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 11:01:50 (Reading database ... 13911 files and directories currently installed.) 11:01:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:01:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:01:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] } 11:01:51 (Reading database ... 13911 files and directories currently installed.) 11:01:51 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 11:01:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage 11:01:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:01:51 (Reading database ... 13911 files and directories currently installed.) 11:01:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 11:01:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 11:01:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 11:01:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 11:01:52 Setting up base-files (10.1ubuntu2.10) ... 11:01:52 Installing new version of config file /etc/issue ... 11:01:52 Installing new version of config file /etc/issue.net ... 11:01:52 Installing new version of config file /etc/lsb-release ... 11:01:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 11:01:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:01:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 11:01:52 11:01:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:01:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 11:01:52 Removing obsolete conffile /etc/default/motd-news ... 11:01:52 (Reading database ... 13912 files and directories currently installed.) 11:01:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 11:01:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:01:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 11:01:52 Setting up bash (4.4.18-2ubuntu1.2) ... 11:01:53 latest: Pulling from edgex-devops/edgex-compose-arm64 11:01:53 29e5d40040c1: Pulling fs layer 11:01:53 1ce36da41761: Pulling fs layer 11:01:53 25b303627fd3: Pulling fs layer 11:01:53 29e5d40040c1: Verifying Checksum 11:01:53 29e5d40040c1: Download complete 11:01:53 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 11:01:53 (Reading database ... 13912 files and directories currently installed.) 11:01:53 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 11:01:53 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 11:01:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 11:01:53 (Reading database ... 13912 files and directories currently installed.) 11:01:53 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 11:01:53 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 11:01:53 Setting up tar (1.29b-2ubuntu0.2) ... 11:01:53 (Reading database ... 13912 files and directories currently installed.) 11:01:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 11:01:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:01:53 1ce36da41761: Verifying Checksum 11:01:53 1ce36da41761: Download complete 11:01:53 29e5d40040c1: Pull complete 11:01:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 11:01:54 (Reading database ... 13912 files and directories currently installed.) 11:01:54 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 11:01:54 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:01:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 11:01:54 (Reading database ... 13912 files and directories currently installed.) 11:01:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 11:01:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:01:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 11:01:54 (Reading database ... 13912 files and directories currently installed.) 11:01:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 11:01:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 11:01:54 Setting up grep (3.1-2build1) ... 11:01:54 (Reading database ... 13912 files and directories currently installed.) 11:01:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 11:01:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:01:54 Setting up login (1:4.5-1ubuntu2) ... 11:01:55 1ce36da41761: Pull complete 11:01:55 (Reading database ... 13912 files and directories currently installed.) 11:01:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 11:01:55 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:01:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 11:01:55 25b303627fd3: Verifying Checksum 11:01:55 25b303627fd3: Download complete 11:01:55 (Reading database ... 13912 files and directories currently installed.) 11:01:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 11:01:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:01:56 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 11:01:56 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:01:56 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 11:01:56 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:01:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 11:01:56 (Reading database ... 13912 files and directories currently installed.) 11:01:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 11:01:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:01:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:01:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:01:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:01:58 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:01:58 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 11:01:58 (Reading database ... 13912 files and directories currently installed.) 11:01:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 11:01:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 11:01:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 11:01:58 (Reading database ... 13912 files and directories currently installed.) 11:01:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:01:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:01:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:01:58 (Reading database ... 13912 files and directories currently installed.) 11:01:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:01:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:01:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:01:59 (Reading database ... 13912 files and directories currently installed.) 11:01:59 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:01:59 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:01:59 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:01:59 (Reading database ... 13912 files and directories currently installed.) 11:01:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:01:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:01:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:01:59 (Reading database ... 13912 files and directories currently installed.) 11:01:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 11:01:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:01:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 11:01:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:01:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 11:01:59 (Reading database ... 13912 files and directories currently installed.) 11:01:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 11:01:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:01:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 11:02:00 (Reading database ... 13912 files and directories currently installed.) 11:02:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:02:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:02:00 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:02:00 (Reading database ... 13912 files and directories currently installed.) 11:02:00 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:02:00 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:02:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 11:02:00 (Reading database ... 13912 files and directories currently installed.) 11:02:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:02:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:02:01 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 11:02:01 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 11:02:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 11:02:01 (Reading database ... 13912 files and directories currently installed.) 11:02:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 11:02:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:02:02 Setting up libc-bin (2.27-3ubuntu1.4) ... 11:02:02 (Reading database ... 13912 files and directories currently installed.) 11:02:02 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 11:02:02 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:02:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 11:02:02 (Reading database ... 13914 files and directories currently installed.) 11:02:02 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 11:02:02 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 11:02:02 Setting up debconf (1.5.66ubuntu1) ... 11:02:02 (Reading database ... 13914 files and directories currently installed.) 11:02:02 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 11:02:02 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:02:02 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 11:02:03 (Reading database ... 13914 files and directories currently installed.) 11:02:03 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 11:02:03 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:02:03 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 11:02:03 (Reading database ... 13914 files and directories currently installed.) 11:02:03 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:02:03 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:02:03 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:02:03 (Reading database ... 13914 files and directories currently installed.) 11:02:03 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:02:03 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:02:03 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 11:02:03 (Reading database ... 13914 files and directories currently installed.) 11:02:03 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:02:03 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:02:04 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:02:04 (Reading database ... 13914 files and directories currently installed.) 11:02:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:02:04 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:02:04 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 11:02:04 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:02:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 11:02:04 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:02:04 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 11:02:04 (Reading database ... 13914 files and directories currently installed.) 11:02:04 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 11:02:04 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 11:02:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 11:02:04 (Reading database ... 13914 files and directories currently installed.) 11:02:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 11:02:04 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:02:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 11:02:05 (Reading database ... 13914 files and directories currently installed.) 11:02:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 11:02:05 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:02:05 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 11:02:05 25b303627fd3: Pull complete 11:02:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 11:02:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 11:02:05 (Reading database ... 13914 files and directories currently installed.) 11:02:05 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 11:02:05 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 11:02:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 11:02:05 prd-ubuntu18.04-docker-arm64-4c-16g-24979 does not seem to be running inside a container 11:02:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:02:05 (Reading database ... 13914 files and directories currently installed.) 11:02:05 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 11:02:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:02:06 Setting up passwd (1:4.5-1ubuntu2) ... 11:02:06 (Reading database ... 13914 files and directories currently installed.) 11:02:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 11:02:06 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:02:06 Setting up gpgv (2.2.4-1ubuntu1.3) ... 11:02:06 (Reading database ... 13914 files and directories currently installed.) 11:02:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 11:02:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 11:02:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 11:02:06 (Reading database ... 13914 files and directories currently installed.) 11:02:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 11:02:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 11:02:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 11:02:07 (Reading database ... 13914 files and directories currently installed.) 11:02:07 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 11:02:07 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 11:02:07 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 11:02:07 (Reading database ... 13914 files and directories currently installed.) 11:02:07 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 11:02:07 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 11:02:07 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 11:02:07 (Reading database ... 13914 files and directories currently installed.) 11:02:07 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 11:02:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 11:02:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 11:02:07 (Reading database ... 13914 files and directories currently installed.) 11:02:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 11:02:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 11:02:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 11:02:08 (Reading database ... 13915 files and directories currently installed.) 11:02:08 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:02:08 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:02:08 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:02:08 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:02:08 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:02:08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:02:08 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 11:02:08 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 11:02:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 11:02:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 11:02:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 11:02:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 11:02:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 11:02:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 11:02:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 11:02:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 11:02:09 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 11:02:09 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 11:02:09 $ docker top 6bd00bb586cc5256f86c157d7113e55d7f1f132693059e18d5e41b24f1a29f26 -eo pid,comm 11:02:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 11:02:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 11:02:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 11:02:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 11:02:09 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 11:02:09 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] { [Pipeline] sh 11:02:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 11:02:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 11:02:10 + docker-compose build --help 11:02:10 + grep parallel 11:02:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 11:02:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 11:02:10 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:02:10 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:02:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:02:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:02:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:02:11 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:02:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:02:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:02:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:14 --parallel Build images in parallel. [Pipeline] } 11:02:14 $ docker stop --time=1 6bd00bb586cc5256f86c157d7113e55d7f1f132693059e18d5e41b24f1a29f26 11:02:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:15 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:02:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:02:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:02:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:02:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 11:02:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:02:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 11:02:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:02:16 $ docker rm -f 6bd00bb586cc5256f86c157d7113e55d7f1f132693059e18d5e41b24f1a29f26 11:02:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 11:02:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 11:02:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:02:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:02:17 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:02:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:02:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 11:02:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:02:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:17 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 11:02:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 11:02:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 11:02:17 Setting up tzdata (2021a-0ubuntu0.18.04) ... 11:02:17 11:02:17 Current default time zone: 'Etc/UTC' 11:02:17 Local time is now: Thu Feb 4 11:02:17 UTC 2021. 11:02:17 Universal Time is now: Thu Feb 4 11:02:17 UTC 2021. 11:02:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 11:02:17 11:02:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:02:17 . [Pipeline] withDockerContainer 11:02:17 Setting up systemd-sysv (237-3ubuntu10.44) ... 11:02:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:17 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 11:02:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 11:02:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 11:02:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 11:02:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 11:02:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 11:02:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 11:02:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 11:02:18 prd-ubuntu18.04-docker-arm64-4c-16g-24979 does not seem to be running inside a container 11:02:18 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:02:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:18 Setting up procps (2:3.3.12-3ubuntu1.2) ... 11:02:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 11:02:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 11:02:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:18 Setting up patch (2.7.6-2ubuntu1.1) ... 11:02:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 11:02:18 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 11:02:18 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 11:02:18 Installing new version of config file /etc/ssl/openssl.cnf ... 11:02:18 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 11:02:18 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 11:02:18 Setting up ca-certificates (20210119~18.04.1) ... 11:02:19 $ docker top b6a2c8175d0eb55d8607e885a2ac06065c9e6d41f132459e452862c098841018 -eo pid,comm [Pipeline] { [Pipeline] sh 11:02:20 Updating certificates in /etc/ssl/certs... 11:02:20 + docker-compose -f ./docker-compose-build.yml build --parallel 11:02:21 23 added, 27 removed; done. 11:02:21 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 11:02:21 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:02:21 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 11:02:21 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 11:02:21 Setting up pkgbinarymangler (138.18.04.1) ... 11:02:21 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 11:02:21 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 11:02:21 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 11:02:21 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 11:02:21 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:02:21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 11:02:21 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:02:22 Setting up perl (5.26.1-6ubuntu0.5) ... 11:02:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 11:02:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 11:02:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 11:02:22 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 11:02:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 11:02:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 11:02:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 11:02:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 11:02:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 11:02:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:02:22 Processing triggers for systemd (237-3ubuntu10.44) ... 11:02:22 Processing triggers for mime-support (3.60ubuntu1) ... 11:02:22 Processing triggers for ca-certificates (20210119~18.04.1) ... 11:02:22 Updating certificates in /etc/ssl/certs... 11:02:23 0 added, 0 removed; done. 11:02:23 Running hooks in /etc/ca-certificates/update.d... 11:02:23 done. 11:02:23 Reading package lists... 11:02:23 Building dependency tree... 11:02:23 Reading state information... 11:02:23 The following NEW packages will be installed: 11:02:23 apt-transport-https 11:02:24 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 11:02:24 Need to get 1696 B of archives. 11:02:24 After this operation, 153 kB of additional disk space will be used. 11:02:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 11:02:24 debconf: delaying package configuration, since apt-utils is not installed 11:02:24 Fetched 1696 B in 0s (8676 B/s) 11:02:24 Selecting previously unselected package apt-transport-https. 11:02:24 (Reading database ... 13920 files and directories currently installed.) 11:02:24 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 11:02:24 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 11:02:24 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 11:02:24 Waiting for network to be ready... 11:02:25 Building docker-core-command-go ... 11:02:25 Building docker-core-data-go ... 11:02:25 Building docker-core-metadata-go ... 11:02:25 Building docker-security-bootstrapper-go ... 11:02:25 Building docker-security-proxy-setup-go ... 11:02:25 Building docker-security-secretstore-setup-go ... 11:02:25 Building docker-support-notifications-go ... 11:02:25 Building docker-support-scheduler-go ... 11:02:25 Building docker-sys-mgmt-agent-go ... 11:02:25 Building docker-security-bootstrapper-go 11:02:25 Building docker-core-command-go 11:02:25 Building docker-support-notifications-go 11:02:25 Building docker-security-secretstore-setup-go 11:02:25 Building docker-support-scheduler-go 11:02:31 2021-02-04T11:02:29Z INFO Waiting for automatic snapd restart... 11:02:32 snapd 2.48.2 from Canonical* installed 11:02:33 "snapd" switched to the "latest/stable" channel 11:02:33 11:02:36 core18 20201210 from Canonical* installed 11:02:36 "core18" switched to the "latest/stable" channel 11:02:36 11:02:39 snapcraft 4.4.4 from Canonical* installed 11:02:39 "snapcraft" switched to the "latest/stable" channel 11:02:39 11:02:42 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: 11:02:42 - README.md 11:02:42 - snapcraft.yaml.orig 11:02:42 11:02:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:02:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:02:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:02:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:02:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:02:50 Reading package lists... 11:02:50 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 11:02:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:02:57 Reading package lists... 11:02:57 Building dependency tree... 11:02:57 Reading state information... 11:02:57 Suggested packages: 11:02:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:02:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 11:02:57 Recommended packages: 11:02:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 11:02:57 The following NEW packages will be installed: 11:02:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 11:02:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 11:02:57 pkg-config zip 11:02:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 11:02:57 Need to get 7655 kB of archives. 11:02:57 After this operation, 43.7 MB of additional disk space will be used. 11:02:57 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 11:02:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 11:02:57 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 11:02:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 11:02:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 11:02:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 11:02:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 11:02:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 11:02:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 11:02:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 11:02:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 11:02:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 11:02:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 11:02:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 11:02:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 11:02:58 debconf: delaying package configuration, since apt-utils is not installed 11:02:58 Fetched 7655 kB in 1s (6921 kB/s) 11:02:58 Selecting previously unselected package libglib2.0-0:amd64. 11:02:58 (Reading database ... 13924 files and directories currently installed.) 11:02:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 11:02:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:02:58 Selecting previously unselected package libpsl5:amd64. 11:02:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 11:02:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 11:02:58 Selecting previously unselected package libnghttp2-14:amd64. 11:02:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 11:02:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:02:58 Selecting previously unselected package librtmp1:amd64. 11:02:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 11:02:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:02:59 Selecting previously unselected package libcurl3-gnutls:amd64. 11:02:59 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 11:02:59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:02:59 Selecting previously unselected package liberror-perl. 11:02:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 11:02:59 Unpacking liberror-perl (0.17025-1) ... 11:02:59 Selecting previously unselected package git-man. 11:02:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 11:02:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 11:02:59 Selecting previously unselected package git. 11:02:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 11:02:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 11:03:00 Selecting previously unselected package libnorm1:amd64. 11:03:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 11:03:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:03:00 Selecting previously unselected package libpgm-5.2-0:amd64. 11:03:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 11:03:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:03:00 Selecting previously unselected package libsodium23:amd64. 11:03:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 11:03:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 11:03:00 Selecting previously unselected package libzmq5:amd64. 11:03:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 11:03:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:03:00 Selecting previously unselected package libzmq3-dev:amd64. 11:03:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 11:03:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:03:00 Selecting previously unselected package pkg-config. 11:03:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 11:03:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 11:03:00 Selecting previously unselected package zip. 11:03:00 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 11:03:00 Unpacking zip (3.0-11build1) ... 11:03:00 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:03:00 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 11:03:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:03:00 Setting up liberror-perl (0.17025-1) ... 11:03:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 11:03:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:03:01 No schema files found: doing nothing. 11:03:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:03:01 Setting up zip (3.0-11build1) ... 11:03:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:03:01 Setting up libsodium23:amd64 (1.0.16-2) ... 11:03:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 11:03:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:03:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:03:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:03:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 11:03:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:03:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:03:07 git set to automatically installed. 11:03:07 git-man set to automatically installed. 11:03:07 libcurl3-gnutls set to automatically installed. 11:03:07 liberror-perl set to automatically installed. 11:03:07 libglib2.0-0 set to automatically installed. 11:03:07 libnghttp2-14 set to automatically installed. 11:03:07 libnorm1 set to automatically installed. 11:03:07 libpgm-5.2-0 set to automatically installed. 11:03:07 libpsl5 set to automatically installed. 11:03:07 librtmp1 set to automatically installed. 11:03:07 libsodium23 set to automatically installed. 11:03:07 libzmq3-dev set to automatically installed. 11:03:07 libzmq5 set to automatically installed. 11:03:07 pkg-config set to automatically installed. 11:03:07 zip set to automatically installed. 11:03:09 snapd is not logged in, snap install commands will use sudo 11:03:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:03:15 snap "core18" has no updates available 11:03:16 Pulling config-common 11:03:17 Pulling go-build-helper 11:03:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:03:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:03:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:03:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:03:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:03:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:03:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:03:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:03:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:03:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:03:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:03:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:03:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:03:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:03:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:03:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:03:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:03:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:03:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:03:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:03:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:03:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:03:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:03:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:03:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:03:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:03:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:03:39 Fetched 23.9 MB in 0s (0 B/s) 11:03:39 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 11:03:39 Fetched 96.5 kB in 0s (0 B/s) 11:03:39 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 11:03:39 Fetched 279 kB in 0s (0 B/s) 11:03:39 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 11:03:39 Fetched 122 kB in 0s (0 B/s) 11:03:39 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 11:03:39 Fetched 77.8 kB in 0s (0 B/s) 11:03:39 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 11:03:39 Fetched 8848 B in 0s (0 B/s) 11:03:39 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 11:03:39 Fetched 47.8 kB in 0s (0 B/s) 11:03:39 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 11:03:39 Fetched 45.6 kB in 0s (0 B/s) 11:03:39 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 11:03:39 Fetched 15.0 kB in 0s (0 B/s) 11:03:39 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 11:03:39 Fetched 214 kB in 0s (0 B/s) 11:03:39 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 11:03:39 Fetched 155 kB in 0s (0 B/s) 11:03:39 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 11:03:39 Fetched 50.6 kB in 0s (0 B/s) 11:03:39 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 11:03:39 Fetched 14.8 kB in 0s (0 B/s) 11:03:39 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 11:03:39 Fetched 41.8 kB in 0s (0 B/s) 11:03:39 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 11:03:39 Fetched 499 kB in 0s (0 B/s) 11:03:39 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 11:03:39 Fetched 111 kB in 0s (0 B/s) 11:03:39 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 11:03:39 Fetched 240 kB in 0s (0 B/s) 11:03:39 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 11:03:39 Fetched 29.3 kB in 0s (0 B/s) 11:03:39 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 11:03:39 Fetched 85.5 kB in 0s (0 B/s) 11:03:39 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 11:03:39 Fetched 24.5 kB in 0s (0 B/s) 11:03:39 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 11:03:39 Fetched 49.2 kB in 0s (0 B/s) 11:03:39 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 11:03:39 Fetched 54.2 kB in 0s (0 B/s) 11:03:39 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 11:03:39 Fetched 30.8 kB in 0s (0 B/s) 11:03:39 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 11:03:39 Fetched 17.0 kB in 0s (0 B/s) 11:03:39 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 11:03:39 Fetched 85.9 kB in 0s (0 B/s) 11:03:39 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 11:03:39 Fetched 8720 B in 0s (0 B/s) 11:03:39 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 11:03:39 Fetched 137 kB in 0s (0 B/s) 11:03:39 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 11:03:39 Fetched 119 kB in 0s (0 B/s) 11:03:39 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 11:03:39 Fetched 109 kB in 0s (0 B/s) 11:03:39 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 11:03:39 Fetched 11.1 kB in 0s (0 B/s) 11:03:39 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 11:03:39 Fetched 645 kB in 0s (0 B/s) 11:03:39 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 11:03:39 Fetched 41.3 kB in 0s (0 B/s) 11:03:39 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 11:03:39 Fetched 17.9 kB in 0s (0 B/s) 11:03:39 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 11:03:39 Fetched 368 kB in 0s (0 B/s) 11:03:39 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 11:03:39 Fetched 187 kB in 0s (0 B/s) 11:03:39 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 11:03:39 Fetched 175 kB in 0s (0 B/s) 11:03:39 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 11:03:42 Fetched 206 kB in 0s (0 B/s) 11:03:42 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 11:03:42 Fetched 1301 kB in 0s (0 B/s) 11:03:42 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 11:03:42 Fetched 36.2 kB in 0s (0 B/s) 11:03:42 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 11:03:42 Fetched 159 kB in 0s (0 B/s) 11:03:42 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 11:03:42 Fetched 107 kB in 0s (0 B/s) 11:03:42 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 11:03:42 Fetched 48.7 kB in 0s (0 B/s) 11:03:42 Pulling static-packages 11:03:43 'go115' has dependencies that need to be staged: go-build-helper static-packages 11:03:43 Skipping pull go-build-helper (already ran) 11:03:43 Skipping pull static-packages (already ran) 11:03:43 Building go-build-helper 11:03:46 Building static-packages 11:03:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:03:46 ---> 9818a3047253 11:03:46 Step 3/22 : WORKDIR /edgex-go 11:03:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:03:46 ---> 9818a3047253 11:03:46 Step 3/23 : WORKDIR /edgex-go 11:03:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:03:46 ---> 9818a3047253 11:03:46 Step 3/22 : WORKDIR /edgex-go 11:03:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 11:03:46 ---> 9818a3047253 11:03:46 Step 3/24 : WORKDIR /edgex-go 11:03:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:03:46 ---> 9818a3047253 11:03:46 Step 3/31 : WORKDIR /edgex-go 11:03:46 ---> Running in a593c0762e5b 11:03:46 ---> Running in c11b6b6ab4e1 11:03:46 ---> Running in 9a27621eec8f 11:03:46 ---> Running in 764d4604a2f0 11:03:46 ---> Running in 1447c8324494 11:03:46 Removing intermediate container 764d4604a2f0 11:03:46 ---> 1d3412b43529 11:03:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:46 Removing intermediate container a593c0762e5b 11:03:46 ---> c7bc9ef6b0fb 11:03:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:46 Removing intermediate container c11b6b6ab4e1 11:03:46 ---> b3f612ffed41 11:03:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:46 ---> Running in b2fc7a80097b 11:03:46 Removing intermediate container 1447c8324494 11:03:46 ---> 9b709253a3fd 11:03:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:46 Removing intermediate container 9a27621eec8f 11:03:46 ---> 89ad4c6dbfde 11:03:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:46 ---> Running in 298a3c986edb 11:03:46 ---> Running in 72c4dddf0366 11:03:46 ---> Running in dc09a8b05ee1 11:03:46 ---> Running in 57defcfb78fb 11:03:47 Removing intermediate container b2fc7a80097b 11:03:47 ---> 75ca4276de99 11:03:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 11:03:48 ---> Running in 002292d2f2ee 11:03:48 Staging go-build-helper 11:03:48 Removing intermediate container 72c4dddf0366 11:03:48 ---> 7d96d4fd067d 11:03:48 Step 5/23 : RUN apk add --update --no-cache make git 11:03:48 Removing intermediate container 298a3c986edb 11:03:48 ---> a6d6634cb649 11:03:48 Step 5/22 : RUN apk add --update --no-cache make git 11:03:49 ---> Running in c06539493991 11:03:49 ---> Running in 327d0d19d0d6 11:03:49 Staging static-packages 11:03:49 Removing intermediate container 57defcfb78fb 11:03:49 ---> 6add022cf525 11:03:49 Removing intermediate container dc09a8b05ee1 11:03:49 ---> 22a51ae4730b 11:03:49 Step 5/24 : RUN apk add --update --no-cache make git 11:03:49 Step 5/31 : RUN apk add --update --no-cache make git 11:03:49 ---> Running in 475fee3e9f43 11:03:49 ---> Running in d370bc746c31 11:03:50 Pulling go115 11:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:51 'edgex-go' has dependencies that need to be staged: go115 11:03:51 Skipping pull go115 (already ran) 11:03:51 Building go115 11:03:51 % Total % Received % Xferd Average Speed Time Time Time Current 11:03:51 Dload Upload Total Spent Left Speed 11:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:51 OK: 217 MiB in 51 packages 11:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:52 OK: 217 MiB in 51 packages 11:03:53 Removing intermediate container 002292d2f2ee 11:03:53 ---> 699921e2e121 11:03:53 Step 6/22 : COPY go.mod . 11:03:53 OK: 217 MiB in 51 packages 11:03:53 ---> 01882be24ffb 11:03:53 Step 7/22 : RUN go mod download 11:03:54 ---> Running in e38680d1256f 11:03:54 Removing intermediate container c06539493991 11:03:54 ---> 842f6b4dce52 11:03:54 Step 6/23 : COPY go.mod . 11:03:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6014k 0 0 14.2M 0 0:00:08 --:--:-- 0:00:08 14.2M 39 115M 39 45.7M 0 0 32.3M 0 0:00:03 0:00:01 0:00:02 32.3M 71 115M 71 82.7M 0 0 33.9M 0 0:00:03 0:00:02 0:00:01 33.9M 100 115M 100 115M 0 0 34.0M 0 0:00:03 0:00:03 --:--:-- 34.0M 11:03:54 OK: 217 MiB in 51 packages 11:03:55 go1.15.2.linux-amd64.tar.gz: OK 11:03:55 ---> 8f078528ced5 11:03:55 Step 7/23 : RUN go mod download 11:03:55 Removing intermediate container 475fee3e9f43 11:03:55 ---> 9001356a8dcf 11:03:55 Step 6/31 : COPY go.mod . 11:03:55 ---> Running in 4c596ff0614b 11:03:56 ---> 27ca0bcca8da 11:03:56 Step 7/31 : RUN go mod download 11:03:56 ---> Running in 08cb588ba703 11:03:56 Removing intermediate container 327d0d19d0d6 11:03:56 ---> 701b47f4b246 11:03:56 Step 6/22 : COPY go.mod . 11:03:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:57 Removing intermediate container e38680d1256f 11:03:57 ---> df1cb8b9dc6c 11:03:57 Step 8/22 : COPY . . 11:03:57 ---> 160ef6810a49 11:03:57 Step 7/22 : RUN go mod download 11:03:58 ---> Running in a4cd71b5edb8 11:03:59 Staging go115 11:03:59 Removing intermediate container 4c596ff0614b 11:03:59 ---> 303c50ebf4ef 11:03:59 Step 8/23 : COPY . . 11:04:00 OK: 217 MiB in 51 packages 11:04:01 Removing intermediate container 08cb588ba703 11:04:01 ---> 03feb2b1ae76 11:04:01 Step 8/31 : COPY . . 11:04:03 Removing intermediate container a4cd71b5edb8 11:04:03 ---> 2e4a1ff246b1 11:04:03 Step 8/22 : COPY . . 11:04:03 Removing intermediate container d370bc746c31 11:04:03 ---> bf02cd9f64b0 11:04:03 Step 6/24 : COPY go.mod . 11:04:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 11:04:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 11:04:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:04:04 Fetched 0 B in 0s (0 B/s) 11:04:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 11:04:04 Fetched 224 kB in 0s (0 B/s) 11:04:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 11:04:04 Fetched 157 kB in 0s (0 B/s) 11:04:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 11:04:04 Fetched 221 kB in 0s (0 B/s) 11:04:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 11:04:04 Fetched 143 kB in 0s (0 B/s) 11:04:04 Pulling edgex-go 11:04:05 Pulling version 11:04:05 ---> 2f24f0f8cfb7 11:04:05 Step 7/24 : RUN go mod download 11:04:06 Building config-common 11:04:06 ---> Running in 70d04db262a0 11:04:08 Skipping build go-build-helper (already ran) 11:04:08 Skipping build static-packages (already ran) 11:04:08 Skipping build go115 (already ran) 11:04:08 Building edgex-go 11:04:08 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 11:04:09 go: downloading github.com/gorilla/mux v1.8.0 11:04:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 11:04:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 11:04:09 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 11:04:09 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:04:09 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 11:04:09 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 11:04:09 go: downloading github.com/imdario/mergo v0.3.11 11:04:09 go: downloading github.com/pkg/errors v0.8.1 11:04:09 go: downloading github.com/go-playground/validator/v10 v10.3.0 11:04:09 go: downloading github.com/google/uuid v1.2.0 11:04:09 go: downloading github.com/go-kit/kit v0.8.0 11:04:09 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 11:04:09 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 11:04:09 go: downloading github.com/go-redis/redis/v7 v7.2.0 11:04:09 go: downloading gopkg.in/yaml.v2 v2.4.0 11:04:09 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 11:04:09 go: downloading github.com/BurntSushi/toml v0.3.1 11:04:09 go: downloading github.com/x448/float16 v0.8.4 11:04:09 go: downloading github.com/pelletier/go-toml v1.2.0 11:04:09 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 11:04:09 go: downloading github.com/pebbe/zmq4 v1.2.2 11:04:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 11:04:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:04:09 go: downloading github.com/hashicorp/consul/api v1.1.0 11:04:09 go: downloading github.com/go-playground/universal-translator v0.17.0 11:04:09 go: downloading github.com/leodido/go-urn v1.2.0 11:04:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:04:09 go: downloading github.com/mitchellh/copystructure v1.0.0 11:04:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:04:09 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 11:04:09 go: downloading github.com/go-playground/locales v0.13.0 11:04:09 go: downloading github.com/hashicorp/serf v0.8.2 11:04:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:04:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 11:04:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:04:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:04:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:04:09 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:04:10 go: downloading github.com/hashicorp/golang-lru v0.5.0 11:04:12 Removing intermediate container 70d04db262a0 11:04:12 ---> 22c406fe8316 11:04:12 Step 8/24 : COPY . . 11:04:16 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 11:04:21 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 11:04:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 11:04:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 11:04:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 11:04:23 go: downloading github.com/stretchr/testify v1.7.0 11:04:23 go: downloading github.com/davecgh/go-spew v1.1.1 11:04:23 go: downloading github.com/pmezard/go-difflib v1.0.0 11:04:23 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 11:04:25 ---> 14632f21f967 11:04:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 11:04:25 ---> 5d65e1f046f5 11:04:25 Step 9/23 : RUN make cmd/core-command/core-command 11:04:25 ---> Running in 5dd0a5eb8427 11:04:25 ---> b616df745bc0 11:04:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 11:04:25 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 11:04:25 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 11:04:25 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 11:04:25 ---> 7b163c912b4c 11:04:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 11:04:26 ---> Running in bca0ea78a0c3 11:04:26 ---> Running in 94c193421a52 11:04:26 ---> Running in eb125e5af7d6 11:04:26 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 11:04:27 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 11:04:27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 11:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 11:04:28 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 11:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 11:04:28 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 11:04:29 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 11:04:30 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 11:04:30 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 11:04:31 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 11:04:31 go: downloading github.com/lib/pq v1.9.0 11:04:34 Building version 11:04:34 ---> 9fff3bf74708 11:04:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:04:34 ---> Running in dd71c117facc 11:04:35 Staging config-common 11:04:36 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 11:04:36 Skipping stage go-build-helper (already ran) 11:04:36 Skipping stage static-packages (already ran) 11:04:36 Skipping stage go115 (already ran) 11:04:36 Staging edgex-go 11:04:37 Staging version 11:04:38 Priming config-common 11:04:39 Priming go-build-helper 11:04:40 Priming static-packages 11:04:42 Priming go115 11:04:43 Priming edgex-go 11:04:44 Priming version 11:04:45 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] } 11:06:13 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 11:06:13 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 11:06:20 Removing intermediate container dd71c117facc 11:06:20 ---> ee15afe65581 11:06:20 11:06:20 Step 10/24 : FROM alpine:3.12 11:06:20 3.12: Pulling from library/alpine 11:06:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 11:06:20 Status: Downloaded newer image for alpine:3.12 11:06:20 ---> afeebe901d6b 11:06:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 11:06:21 ---> Running in f6bd0e198b3b 11:06:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:24 (1/5) Installing ca-certificates (20191127-r4) 11:06:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 11:06:24 (3/5) Installing libcurl (7.69.1-r3) 11:06:24 (4/5) Installing curl (7.69.1-r3) 11:06:24 (5/5) Installing dumb-init (1.2.2-r1) 11:06:24 Executing busybox-1.31.1-r19.trigger 11:06:24 Executing ca-certificates-20191127-r4.trigger 11:06:25 OK: 7 MiB in 19 packages 11:06:28 Removing intermediate container f6bd0e198b3b 11:06:28 ---> 61e1fdcc8551 11:06:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:06:28 ---> Running in 53754dc6a302 11:06:29 Removing intermediate container 53754dc6a302 11:06:29 ---> 379fb6362cb0 11:06:29 Step 13/24 : WORKDIR / 11:06:29 ---> Running in 104c4b722c87 11:06:31 Removing intermediate container 104c4b722c87 11:06:31 ---> 0bf0269ceb1e 11:06:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:06:32 ---> 25448dc541b9 11:06:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:06:33 Removing intermediate container 94c193421a52 11:06:33 ---> b8930569a41c 11:06:33 11:06:33 Step 10/31 : FROM alpine:3.12 11:06:33 ---> afeebe901d6b 11:06:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 11:06:34 ---> Running in f28eca4193bb 11:06:34 ---> 34bd6d89a51d 11:06:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:06:35 Removing intermediate container f28eca4193bb 11:06:35 ---> f04477dbac60 11:06:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:06:36 ---> Running in c3804ab6b1ba 11:06:37 ---> 0095930a4469 11:06:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:06:38 Removing intermediate container eb125e5af7d6 11:06:38 ---> 1aaffb87dafd 11:06:38 11:06:38 Step 10/23 : FROM alpine:3.12 11:06:38 ---> afeebe901d6b 11:06:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:06:39 Removing intermediate container bca0ea78a0c3 11:06:39 ---> e6001a1ee662 11:06:39 11:06:39 Step 10/22 : FROM alpine:3.12 11:06:39 ---> afeebe901d6b 11:06:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:06:39 Removing intermediate container 5dd0a5eb8427 11:06:39 ---> d094d2a5bbe2 11:06:39 11:06:39 Step 10/22 : FROM alpine:3.12 11:06:39 ---> afeebe901d6b 11:06:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:06:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:39 ---> Running in 9600e91b3c40 11:06:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:39 ---> Running in abded41124cd 11:06:39 ---> Running in c361180122fa 11:06:39 ---> d8d2cc955912 11:06:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:06:40 (1/2) Installing dumb-init (1.2.2-r1) 11:06:40 (2/2) Installing su-exec (0.2-r1) 11:06:40 Executing busybox-1.31.1-r19.trigger 11:06:40 OK: 5 MiB in 16 packages 11:06:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:41 ---> b7825946c0ec 11:06:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:06:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:41 Removing intermediate container c3804ab6b1ba 11:06:41 ---> 7722125c85ef 11:06:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:06:42 ---> Running in f8338b7d7ed6 11:06:42 (1/1) Installing dumb-init (1.2.2-r1) 11:06:42 Executing busybox-1.31.1-r19.trigger 11:06:42 OK: 5 MiB in 15 packages 11:06:42 (1/2) Installing ca-certificates (20191127-r4) 11:06:42 (2/2) Installing dumb-init (1.2.2-r1) 11:06:42 Executing busybox-1.31.1-r19.trigger 11:06:42 Executing ca-certificates-20191127-r4.trigger 11:06:42 (1/1) Installing dumb-init (1.2.2-r1) 11:06:43 Executing busybox-1.31.1-r19.trigger 11:06:43 OK: 5 MiB in 15 packages 11:06:43 OK: 6 MiB in 16 packages 11:06:43 ---> c700fac5097f 11:06:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 11:06:43 Removing intermediate container f8338b7d7ed6 11:06:43 ---> 0a16b95c9ec3 11:06:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:06:43 ---> Running in f07f6f9ace0c 11:06:43 ---> Running in e82789ee07d8 11:06:44 Removing intermediate container f07f6f9ace0c 11:06:44 ---> 23976ac3ee6c 11:06:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:06:44 Removing intermediate container 9600e91b3c40 11:06:44 ---> b3ece1c81644 11:06:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:06:44 ---> Running in 5472a649160d 11:06:44 ---> Running in 1afddbc63cdf 11:06:45 Removing intermediate container c361180122fa 11:06:45 ---> 82f34d69621d 11:06:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:06:45 ---> Running in 4adcaed3d680 11:06:45 Removing intermediate container 1afddbc63cdf 11:06:45 ---> 7109f1295e61 11:06:45 Step 13/23 : ENV APP_PORT=48082 11:06:45 Removing intermediate container abded41124cd 11:06:45 ---> 875d403989ec 11:06:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:06:46 ---> Running in 24887c3617a5 11:06:46 ---> Running in 56afe9b92323 11:06:46 Removing intermediate container 4adcaed3d680 11:06:46 ---> 16855a284a13 11:06:46 Step 13/22 : ENV APP_PORT=48085 11:06:46 ---> Running in c8e678bf27b8 11:06:46 Removing intermediate container 24887c3617a5 11:06:46 ---> a633ab4e8330 11:06:46 Step 14/23 : EXPOSE $APP_PORT 11:06:47 ---> Running in 8c04bf935db9 11:06:47 Removing intermediate container 56afe9b92323 11:06:47 ---> 5db3147690f0 11:06:47 Step 13/22 : ENV APP_PORT=48060 11:06:47 Removing intermediate container e82789ee07d8 11:06:47 ---> 0e0e174d845b 11:06:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 11:06:47 ---> Running in 227fd79e97ab 11:06:47 ---> Running in d697f801e8d6 11:06:47 Removing intermediate container c8e678bf27b8 11:06:47 ---> 5668ea9a5941 11:06:47 Step 14/22 : EXPOSE $APP_PORT 11:06:47 Removing intermediate container 8c04bf935db9 11:06:47 ---> f8e41b3a6fa5 11:06:47 Step 15/23 : WORKDIR / 11:06:47 ---> Running in c9b1313d50d4 11:06:47 ---> Running in 5bf3bc88da6c 11:06:48 Removing intermediate container 5472a649160d 11:06:48 ---> 8756bfdf9d48 11:06:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:06:48 Removing intermediate container 227fd79e97ab 11:06:48 ---> 82be7fccf0e8 11:06:48 Step 14/22 : EXPOSE $APP_PORT 11:06:48 Removing intermediate container d697f801e8d6 11:06:48 ---> 05586396f556 11:06:48 Step 22/24 : LABEL arch=arm64 11:06:48 ---> Running in eaa510ce4393 11:06:48 ---> Running in a835cc9397dd 11:06:48 ---> Running in cc54879a35f4 11:06:48 Removing intermediate container c9b1313d50d4 11:06:48 ---> 5356e3add691 11:06:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:48 Removing intermediate container 5bf3bc88da6c 11:06:48 ---> 1f65f9244fa1 11:06:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:48 Removing intermediate container eaa510ce4393 11:06:48 ---> 3f18f3f06246 11:06:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:06:49 Removing intermediate container a835cc9397dd 11:06:49 ---> 9fd77a4382e0 11:06:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:49 Removing intermediate container cc54879a35f4 11:06:49 ---> 6eefdb34d6a3 11:06:49 Step 23/24 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:06:49 ---> Running in 9e58e0afb761 11:06:49 ---> 05179bb59c46 11:06:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:06:49 ---> 90f5f641dd98 11:06:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:06:50 ---> 64303409002b 11:06:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:06:50 Removing intermediate container 9e58e0afb761 11:06:50 ---> e241dc060457 11:06:50 Step 24/24 : LABEL version=0.0.0 11:06:50 ---> Running in 635f020e855c 11:06:50 ---> 99fd2eac91a6 11:06:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:06:50 ---> Running in b95a24f728df 11:06:51 Removing intermediate container b95a24f728df 11:06:51 ---> b47522b1c0b8 11:06:51 11:06:52 ---> 3db59e849279 11:06:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:06:52 ---> 5f80b46540bf 11:06:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:06:52 Successfully built b47522b1c0b8 11:06:52 ---> 3ebcdbb335b3 11:06:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:06:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 11:06:52  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 11:06:53 ---> 630cc4e51327 11:06:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:06:53 ---> bcc3cf55f347 11:06:53 Step 19/23 : ENTRYPOINT ["/core-command"] 11:06:53 ---> Running in 3644d692fcaa 11:06:53 ---> Running in a8fca91fd9f2 11:06:53 ---> 9ebfbeed6764 11:06:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:06:54 ---> Running in 688711a1386c 11:06:54 Removing intermediate container 3644d692fcaa 11:06:54 ---> 66942cd2d15b 11:06:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:55 ---> Running in 62cf0c3cc8df 11:06:55 Removing intermediate container 635f020e855c 11:06:55 ---> 32045bd32587 11:06:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:55 Removing intermediate container a8fca91fd9f2 11:06:55 ---> 9292c6d25fee 11:06:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:55 Removing intermediate container 688711a1386c 11:06:55 ---> caa5d1c257a8 11:06:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:56 ---> Running in 837580c3b4f3 11:06:56 ---> Running in 0d311d19efd3 11:06:56 Removing intermediate container 62cf0c3cc8df 11:06:56 ---> 269c4af1ca70 11:06:56 Step 20/22 : LABEL arch=arm64 11:06:57 ---> c9c839582ce0 11:06:57 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:06:57 ---> Running in 08342fd80e96 11:06:57 Removing intermediate container 837580c3b4f3 11:06:57 ---> f9432a562b03 11:06:57 Step 21/23 : LABEL arch=arm64 11:06:57 Removing intermediate container 0d311d19efd3 11:06:57 ---> db1d906183ae 11:06:57 Step 20/22 : LABEL arch=arm64 11:06:58 ---> Running in f8218b327256 11:06:58 ---> Running in 574f8801548f 11:06:58 Removing intermediate container 08342fd80e96 11:06:58 ---> 41b903e7be71 11:06:58 Step 21/22 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:06:59 Removing intermediate container f8218b327256 11:06:59 ---> f4b600ad135d 11:06:59 Step 22/23 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:06:59 ---> 01cb5ee7ba2f 11:06:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:06:59 ---> Running in e95b88383297 11:07:00 ---> Running in 98d92cf47782 11:07:00 Removing intermediate container 574f8801548f 11:07:00 ---> add9a2cb2f2d 11:07:00 Step 21/22 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:07:00 ---> Running in 48f481f1afc3 11:07:00 Removing intermediate container e95b88383297 11:07:00 ---> dc2f7cf68644 11:07:00 Step 22/22 : LABEL version=0.0.0 11:07:00 ---> Running in 53e01b4356e5 11:07:00 Removing intermediate container 98d92cf47782 11:07:00 ---> bac898ea0bb7 11:07:00 Step 23/23 : LABEL version=0.0.0 11:07:01 ---> dcf00fef0637 11:07:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 11:07:01 Removing intermediate container 48f481f1afc3 11:07:01 ---> 962c34dd98d1 11:07:01 Step 22/22 : LABEL version=0.0.0 11:07:01 ---> Running in d0e7c5e0dde4 11:07:01 ---> Running in f302658e5e4f 11:07:01 Removing intermediate container 53e01b4356e5 11:07:01 ---> 03e53b61fba8 11:07:01 11:07:01 Removing intermediate container d0e7c5e0dde4 11:07:01 ---> 1c8111c7caa3 11:07:01 11:07:02 Removing intermediate container f302658e5e4f 11:07:02 ---> c450ce41faec 11:07:02 11:07:02 Successfully built 03e53b61fba8 11:07:02 Successfully tagged docker-support-scheduler-go-arm64:latest 11:07:02  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 11:07:02 Successfully built 1c8111c7caa3 11:07:02 Successfully tagged docker-core-command-go-arm64:latest 11:07:02  Building docker-core-command-go ... done Building docker-core-data-go 11:07:02 Successfully built c450ce41faec 11:07:03 Successfully tagged docker-support-notifications-go-arm64:latest 11:07:03 Building docker-sys-mgmt-agent-go 11:07:03  Building docker-support-notifications-go ... done  ---> b3ecf41b4540 11:07:03 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:07:04 ---> b49ef47163c1 11:07:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:07:04 ---> Running in 12023f596a55 11:07:04 Removing intermediate container 12023f596a55 11:07:04 ---> e239d3762db0 11:07:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:07:05 ---> 8ad51d8330a4 11:07:05 Step 26/31 : RUN chmod +x /entrypoint.sh 11:07:06 ---> Running in c24fd47346c5 11:07:12 Removing intermediate container c24fd47346c5 11:07:12 ---> 499a7d565d74 11:07:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:07:12 ---> Running in 3b7458938ea6 11:07:13 Removing intermediate container 3b7458938ea6 11:07:13 ---> 31fbac352cc8 11:07:13 Step 28/31 : CMD ["gate"] 11:07:14 ---> Running in bdb7fa4415ab 11:07:15 Removing intermediate container bdb7fa4415ab 11:07:15 ---> 8411f679622b 11:07:15 Step 29/31 : LABEL arch=arm64 11:07:16 ---> Running in c3256c2db2b8 11:07:16 Removing intermediate container c3256c2db2b8 11:07:16 ---> 8d31060b62d8 11:07:16 Step 30/31 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:07:17 ---> Running in 1451de24d3e0 11:07:18 Removing intermediate container 1451de24d3e0 11:07:18 ---> 21222b6cedd7 11:07:18 Step 31/31 : LABEL version=0.0.0 11:07:19 ---> Running in 33dab812b108 11:07:20 Removing intermediate container 33dab812b108 11:07:20 ---> 96980d51bb1b 11:07:20 11:07:20 Successfully built 96980d51bb1b 11:07:20 Successfully tagged docker-security-bootstrapper-go-arm64:latest 11:07:42  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:07:42 ---> 9818a3047253 11:07:42 Step 3/23 : WORKDIR /edgex-go 11:07:42 ---> Using cache 11:07:42 ---> 9b709253a3fd 11:07:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:42 ---> Using cache 11:07:42 ---> 6add022cf525 11:07:42 Step 5/23 : RUN apk add --update --no-cache make git 11:07:42 ---> Using cache 11:07:42 ---> 9001356a8dcf 11:07:42 Step 6/23 : COPY go.mod . 11:07:42 ---> Using cache 11:07:42 ---> 27ca0bcca8da 11:07:42 Step 7/23 : RUN go mod download 11:07:42 ---> Using cache 11:07:42 ---> 03feb2b1ae76 11:07:42 Step 8/23 : COPY . . 11:07:42 ---> Using cache 11:07:42 ---> b616df745bc0 11:07:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:07:44 ---> Running in 15f2c26b9fc2 11:07: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 11:07:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 11:07:54 ---> 9818a3047253 11:07:54 Step 3/21 : WORKDIR /edgex-go 11:07:54 ---> Using cache 11:07:54 ---> 9b709253a3fd 11:07:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:54 ---> Using cache 11:07:54 ---> 6add022cf525 11:07:54 Step 5/21 : RUN apk add --update --no-cache make git 11:07:54 ---> Using cache 11:07:54 ---> 9001356a8dcf 11:07:54 Step 6/21 : COPY go.mod . 11:07:54 ---> Using cache 11:07:54 ---> 27ca0bcca8da 11:07:54 Step 7/21 : RUN go mod download 11:07:54 ---> Using cache 11:07:54 ---> 03feb2b1ae76 11:07:54 Step 8/21 : COPY . . 11:07:54 ---> Using cache 11:07:54 ---> b616df745bc0 11:07:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 11:07:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:07:54 ---> 9818a3047253 11:07:54 Step 3/23 : WORKDIR /edgex-go 11:07:54 ---> Using cache 11:07:54 ---> 9b709253a3fd 11:07:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:54 ---> Using cache 11:07:54 ---> 6add022cf525 11:07:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:07:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 11:07:54 ---> 9818a3047253 11:07:54 Step 3/26 : WORKDIR /edgex-go 11:07:54 ---> Using cache 11:07:54 ---> 9b709253a3fd 11:07:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:54 ---> Using cache 11:07:54 ---> 6add022cf525 11:07:54 Step 5/26 : RUN apk add --update --no-cache make bash git 11:07:56 ---> Running in bab7ec55ccb9 11:07:56 ---> Running in 74aedff6d581 11:07:56 ---> Running in ec2d04ecf48e 11:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:58 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 11:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:08:00 OK: 217 MiB in 51 packages 11:08:00 OK: 217 MiB in 51 packages 11:08:02 Removing intermediate container ec2d04ecf48e 11:08:02 ---> e3f4e2d2662d 11:08:02 Step 6/26 : COPY go.mod . 11:08:02 Removing intermediate container bab7ec55ccb9 11:08:02 ---> 07231779a17a 11:08:02 Step 6/23 : COPY go.mod . 11:08:03 ---> 72f0c4760f11 11:08:03 Step 7/26 : RUN go mod download 11:08:04 ---> Running in 3cb768d14ecd 11:08:04 ---> 14154dbc8209 11:08:04 Step 7/23 : RUN go mod download 11:08:04 ---> Running in 61d4595feb8b 11:08:09 Removing intermediate container 3cb768d14ecd 11:08:09 ---> e23d41252a5c 11:08:09 Step 8/26 : COPY . . 11:08:09 Removing intermediate container 61d4595feb8b 11:08:09 ---> 7ed7218ccba9 11:08:09 Step 8/23 : COPY . . 11:08:42 ---> 93c4b8b8b3e9 11:08:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:08:42 ---> e49e1072d176 11:08:42 Step 9/23 : RUN make cmd/core-data/core-data 11:08:42 ---> Running in 845bfe440a52 11:08:42 ---> Running in d11e175e6649 11:08:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 11:08:42 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 11:08:55 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 11:09:05 Removing intermediate container 15f2c26b9fc2 11:09:05 ---> 45be558d29bc 11:09:05 11:09:05 Step 10/23 : FROM alpine:3.12 11:09:05 ---> afeebe901d6b 11:09:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:09:05 ---> Using cache 11:09:05 ---> 82f34d69621d 11:09:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:09:05 ---> Using cache 11:09:05 ---> 16855a284a13 11:09:05 Step 13/23 : ENV APP_PORT=48081 11:09:05 ---> Running in 5e53df69a87d 11:09:06 Removing intermediate container 5e53df69a87d 11:09:06 ---> 532bb6421e8e 11:09:06 Step 14/23 : EXPOSE $APP_PORT 11:09:06 ---> Running in 782cba4068a5 11:09:07 Removing intermediate container 782cba4068a5 11:09:07 ---> f93fde2ddb11 11:09:07 Step 15/23 : WORKDIR / 11:09:07 ---> Running in 8ed343ef1e70 11:09:08 Removing intermediate container 8ed343ef1e70 11:09:08 ---> ec6bbad198d3 11:09:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:12 ---> 3dd2ed96b7da 11:09:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:09:12 Removing intermediate container 74aedff6d581 11:09:12 ---> 65778dc6fd52 11:09:12 11:09:12 Step 10/21 : FROM alpine:3.12 11:09:12 ---> afeebe901d6b 11:09:12 Step 11/21 : RUN apk add --update --no-cache curl 11:09:12 ---> Running in 29a7851c8763 11:09:14 ---> f34e2fee8c19 11:09:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:09:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:15 ---> 2f330a90234c 11:09:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:09:15 (1/4) Installing ca-certificates (20191127-r4) 11:09:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 11:09:16 (3/4) Installing libcurl (7.69.1-r3) 11:09:16 (4/4) Installing curl (7.69.1-r3) 11:09:16 Executing busybox-1.31.1-r19.trigger 11:09:16 ---> Running in dd16ac702bfe 11:09:16 Executing ca-certificates-20191127-r4.trigger 11:09:16 OK: 7 MiB in 18 packages 11:09:17 Removing intermediate container dd16ac702bfe 11:09:17 ---> a9074e92616e 11:09:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:09:17 ---> Running in d419b821a6dc 11:09:18 Removing intermediate container d419b821a6dc 11:09:18 ---> 38882a95405a 11:09:18 Step 21/23 : LABEL arch=arm64 11:09:18 ---> Running in 8c08328fc12c 11:09:18 Removing intermediate container 29a7851c8763 11:09:18 ---> f55d853302ed 11:09:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:09:19 ---> Running in 6dd199bfe4b5 11:09:19 Removing intermediate container 8c08328fc12c 11:09:19 ---> 8a7c66062cf4 11:09:19 Step 22/23 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:09:19 ---> Running in ce7cd46bd134 11:09:20 Removing intermediate container 6dd199bfe4b5 11:09:20 ---> 92eae9fc1e9e 11:09:20 Step 13/21 : WORKDIR /edgex 11:09:20 ---> Running in 8fabefefa113 11:09:20 Removing intermediate container ce7cd46bd134 11:09:20 ---> 0a014a1aae1c 11:09:20 Step 23/23 : LABEL version=0.0.0 11:09:20 ---> Running in 4774fb8e729d 11:09:21 Removing intermediate container 8fabefefa113 11:09:21 ---> 171240d75bea 11:09:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:09:21 Removing intermediate container 4774fb8e729d 11:09:21 ---> 45b8b832bce0 11:09:21 11:09:22 Successfully built 45b8b832bce0 11:09:22 Successfully tagged docker-core-metadata-go-arm64:latest 11:09:22  Building docker-core-metadata-go ... done  ---> 5bd5ecee5b30 11:09:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:09:24 ---> 4eb7bd171b0a 11:09:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:09:25 ---> a9ad4b016cc0 11:09:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 11:09:25 ---> Running in cc812690f9f9 11:09:26 Removing intermediate container cc812690f9f9 11:09:26 ---> 37dc806e874f 11:09:26 Step 18/21 : CMD ["--init=true"] 11:09:26 ---> Running in e3740dda1a7e 11:09:27 Removing intermediate container e3740dda1a7e 11:09:27 ---> c43c3df0fe1b 11:09:27 Step 19/21 : LABEL arch=arm64 11:09:27 ---> Running in aecbef2fc2b4 11:09:28 Removing intermediate container aecbef2fc2b4 11:09:28 ---> 97da5fcdc4b3 11:09:28 Step 20/21 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:09:28 ---> Running in 9ccd368a7f6d 11:09:29 Removing intermediate container 9ccd368a7f6d 11:09:29 ---> c1f837fe6ddf 11:09:29 Step 21/21 : LABEL version=0.0.0 11:09:29 ---> Running in ae8d0ef96258 11:09:30 Removing intermediate container ae8d0ef96258 11:09:30 ---> 69675e9c0a2d 11:09:30 11:09:30 Successfully built 69675e9c0a2d 11:09:30 Successfully tagged docker-security-proxy-setup-go-arm64:latest 11:09:52  Building docker-security-proxy-setup-go ... done Removing intermediate container d11e175e6649 11:09:52 ---> 4de8ffe2f8b0 11:09:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:09:52 ---> Running in b57cea5581db 11:09:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 11:09:53 Removing intermediate container b57cea5581db 11:09:53 ---> 9a779c20cb12 11:09:53 11:09:53 Step 11/26 : FROM docker:20.10.0 11:09:53 20.10.0: Pulling from library/docker 11:10:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:10:01 Status: Downloaded newer image for docker:20.10.0 11:10:01 ---> eeaf43b92773 11:10:01 Step 12/26 : RUN apk add --no-cache bash 11:10:01 ---> Running in ec68a2864261 11:10:01 Removing intermediate container 845bfe440a52 11:10:01 ---> a527e9a327fe 11:10:01 11:10:01 Step 10/23 : FROM alpine:3.12 11:10:01 ---> afeebe901d6b 11:10:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:10:02 ---> Running in f615c58da8e2 11:10:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:10:02 Removing intermediate container f615c58da8e2 11:10:02 ---> 8f8d6325844e 11:10:02 Step 12/23 : ENV APP_PORT=48080 11:10:02 ---> Running in 329429b96b00 11:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:10:03 (1/2) Installing readline (8.0.4-r0) 11:10:03 Removing intermediate container 329429b96b00 11:10:03 ---> 52ff0d1b449a 11:10:03 Step 13/23 : EXPOSE $APP_PORT 11:10:03 (2/2) Installing bash (5.0.17-r0) 11:10:03 Executing bash-5.0.17-r0.post-install 11:10:03 Executing busybox-1.31.1-r19.trigger 11:10:03 OK: 12 MiB in 22 packages 11:10:04 ---> Running in 64cad1a8d50b 11:10:05 Removing intermediate container 64cad1a8d50b 11:10:05 ---> bb8b284a0d64 11:10:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:10:06 ---> Running in 3ac677a58796 11:10:06 Removing intermediate container ec68a2864261 11:10:06 ---> 5293522a7696 11:10:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 11:10:06 ---> Running in cefe54c3f582 11:10:08 Removing intermediate container cefe54c3f582 11:10:08 ---> e142eede50ae 11:10:08 Step 14/26 : ENV APP_PORT=48090 11:10:08 ---> Running in 8efb11071160 11:10:10 Removing intermediate container 8efb11071160 11:10:10 ---> ead101835482 11:10:10 Step 15/26 : EXPOSE $APP_PORT 11:10:10 Removing intermediate container 3ac677a58796 11:10:10 ---> be382a298333 11:10:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:10:11 ---> Running in e46ffe2b5061 11:10:11 ---> Running in e8399230e8e6 11:10:12 Removing intermediate container e46ffe2b5061 11:10:12 ---> dbfe6af5a074 11:10:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:10:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:10:13 ---> 21559776f1f5 11:10:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:10:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:10:14 ---> 70b63fe9bfcb 11:10:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 11:10:14 (1/6) Installing dumb-init (1.2.2-r1) 11:10:14 (2/6) Installing libgcc (9.3.0-r2) 11:10:14 (3/6) Installing libsodium (1.0.18-r0) 11:10:14 (4/6) Installing libstdc++ (9.3.0-r2) 11:10:15 (5/6) Installing libzmq (4.3.3-r0) 11:10:15 ---> 3bf9e199ea2a 11:10:15 Step 19/26 : RUN apk --no-cache add py3-pip 11:10:15 (6/6) Installing zeromq (4.3.3-r0) 11:10:15 ---> Running in 9e5aa29c94a5 11:10:15 Executing busybox-1.31.1-r19.trigger 11:10:15 OK: 8 MiB in 20 packages 11:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:10:16 Removing intermediate container e8399230e8e6 11:10:16 ---> fc37b256a9a9 11:10:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:10:17 (1/33) Installing libbz2 (1.0.8-r1) 11:10:17 (2/33) Installing expat (2.2.9-r1) 11:10:17 (3/33) Installing libffi (3.3-r2) 11:10:17 (4/33) Installing gdbm (1.13-r1) 11:10:17 (5/33) Installing xz-libs (5.2.5-r0) 11:10:17 (6/33) Installing sqlite-libs (3.32.1-r0) 11:10:17 (7/33) Installing python3 (3.8.5-r0) 11:10:17 ---> f11f66278c22 11:10:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:10:19 ---> 7c6882d98018 11:10:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:10:19 (8/33) Installing py3-appdirs (1.4.4-r1) 11:10:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 11:10:19 (10/33) Installing py3-parsing (2.4.7-r0) 11:10:19 (11/33) Installing py3-six (1.15.0-r0) 11:10:19 (12/33) Installing py3-packaging (20.4-r0) 11:10:19 (13/33) Installing py3-setuptools (47.0.0-r0) 11:10:19 (14/33) Installing py3-chardet (3.0.4-r4) 11:10:19 (15/33) Installing py3-idna (2.9-r0) 11:10:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 11:10:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 11:10:19 (18/33) Installing py3-requests (2.23.0-r0) 11:10:19 (19/33) Installing py3-msgpack (1.0.0-r0) 11:10:19 (20/33) Installing py3-lockfile (0.12.2-r3) 11:10:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 11:10:19 (22/33) Installing py3-colorama (0.4.3-r0) 11:10:19 (23/33) Installing py3-distlib (0.3.0-r0) 11:10:19 (24/33) Installing py3-distro (1.5.0-r1) 11:10:19 (25/33) Installing py3-webencodings (0.5.1-r3) 11:10:19 (26/33) Installing py3-html5lib (1.0.1-r4) 11:10:19 (27/33) Installing py3-pytoml (0.1.21-r0) 11:10:19 (28/33) Installing py3-pep517 (0.8.2-r0) 11:10:19 (29/33) Installing py3-progress (1.5-r0) 11:10:19 (30/33) Installing py3-toml (0.10.1-r0) 11:10:19 (31/33) Installing py3-retrying (1.3.3-r0) 11:10:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 11:10:19 (33/33) Installing py3-pip (20.1.1-r0) 11:10:19 ---> 2afbb76d4f74 11:10:19 Step 19/23 : ENTRYPOINT ["/core-data"] 11:10:19 Executing busybox-1.31.1-r19.trigger 11:10:19 OK: 71 MiB in 55 packages 11:10:19 ---> Running in add97f8b4066 11:10:20 Removing intermediate container add97f8b4066 11:10:20 ---> 2cb5f7d60563 11:10:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:20 ---> Running in 15003f7ba386 11:10:21 Removing intermediate container 15003f7ba386 11:10:21 ---> e3a6509bd925 11:10:21 Step 21/23 : LABEL arch=arm64 11:10:21 ---> Running in 1f7f075399d9 11:10:21 Removing intermediate container 1f7f075399d9 11:10:21 ---> f9e79dc4bae0 11:10:21 Step 22/23 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:10:22 ---> Running in f70f55a1fcc3 11:10:22 Removing intermediate container f70f55a1fcc3 11:10:22 ---> cabc3e2e39f2 11:10:22 Step 23/23 : LABEL version=0.0.0 11:10:22 ---> Running in cd7c62c0863e 11:10:23 Removing intermediate container cd7c62c0863e 11:10:23 ---> f2eea15a887a 11:10:23 11:10:24 Successfully built f2eea15a887a 11:10:24 Successfully tagged docker-core-data-go-arm64:latest 11:10:25  Building docker-core-data-go ... done Removing intermediate container 9e5aa29c94a5 11:10:25 ---> 73297191a0ce 11:10:25 Step 20/26 : RUN pip install docker-compose==1.23.2 11:10:25 ---> Running in df2c3f1ce8a1 11:10:30 Collecting docker-compose==1.23.2 11:10:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:10:31 Collecting docopt<0.7,>=0.6.1 11:10:31 Downloading docopt-0.6.2.tar.gz (25 kB) 11:10:34 Collecting docker<4.0,>=3.6.0 11:10:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:10:35 Collecting PyYAML<4,>=3.10 11:10:35 Downloading PyYAML-3.13.tar.gz (270 kB) 11:10:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 11:10:38 Collecting websocket-client<1.0,>=0.32.0 11:10:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 11:10:39 Collecting dockerpty<0.5,>=0.4.1 11:10:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:10:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:10:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:10:42 Collecting texttable<0.10,>=0.9.0 11:10:42 Downloading texttable-0.9.1.tar.gz (11 kB) 11:10:44 Collecting jsonschema<3,>=2.5.1 11:10:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:10:44 Collecting cached-property<2,>=1.2.0 11:10:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:10:45 Collecting docker-pycreds>=0.4.0 11:10:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:10:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 11:10:45 Collecting urllib3<1.25,>=1.21.1 11:10:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:10:46 Collecting idna<2.8,>=2.5 11:10:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:10:46 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) 11:10:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 11:10:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 11:10:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 11:10:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 11:10:47 Installing collected packages: docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, texttable, jsonschema, cached-property, docker-compose 11:10:47 Running setup.py install for docopt: started 11:10:48 Running setup.py install for docopt: finished with status 'done' 11:10:48 Attempting uninstall: urllib3 11:10:48 Found existing installation: urllib3 1.25.9 11:10:48 Uninstalling urllib3-1.25.9: 11:10:49 Successfully uninstalled urllib3-1.25.9 11:10:49 Attempting uninstall: idna 11:10:49 Found existing installation: idna 2.9 11:10:49 Uninstalling idna-2.9: 11:10:49 Successfully uninstalled idna-2.9 11:10:50 Attempting uninstall: requests 11:10:50 Found existing installation: requests 2.23.0 11:10:50 Uninstalling requests-2.23.0: 11:10:50 Successfully uninstalled requests-2.23.0 11:10:52 Running setup.py install for PyYAML: started 11:10:54 Running setup.py install for PyYAML: finished with status 'done' 11:10:54 Running setup.py install for dockerpty: started 11:10:55 Running setup.py install for dockerpty: finished with status 'done' 11:10:55 Running setup.py install for texttable: started 11:10:57 Running setup.py install for texttable: finished with status 'done' 11:10:58 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 11:11:02 Removing intermediate container df2c3f1ce8a1 11:11:02 ---> 8f2500fd7058 11:11:02 Step 21/26 : RUN apk --no-cache add curl 11:11:02 ---> Running in 9c62d383c340 11:11:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:11:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:11:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 11:11:04 (2/3) Installing libcurl (7.69.1-r3) 11:11:04 (3/3) Installing curl (7.69.1-r3) 11:11:04 Executing busybox-1.31.1-r19.trigger 11:11:04 OK: 71 MiB in 58 packages 11:11:05 Removing intermediate container 9c62d383c340 11:11:05 ---> 47b7cb85a857 11:11:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 11:11:05 ---> Running in 6a241b934e43 11:11:06 Removing intermediate container 6a241b934e43 11:11:06 ---> 25cd67c28c93 11:11:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:11:06 ---> Running in 1efdedff3d2f 11:11:06 Removing intermediate container 1efdedff3d2f 11:11:06 ---> 0dee0a60367a 11:11:06 Step 24/26 : LABEL arch=arm64 11:11:06 ---> Running in c03f78517a21 11:11:07 Removing intermediate container c03f78517a21 11:11:07 ---> b1868f378648 11:11:07 Step 25/26 : LABEL git_sha=eaddf04c500ec1537a2f3fa086e8930ef1180703 11:11:07 ---> Running in 9cca928d3f20 11:11:08 Removing intermediate container 9cca928d3f20 11:11:08 ---> cf5f36acea9b 11:11:08 Step 26/26 : LABEL version=0.0.0 11:11:08 ---> Running in ebfe4aee344e 11:11:08 Removing intermediate container ebfe4aee344e 11:11:08 ---> 40d9b42c80c6 11:11:08 11:11:09 Successfully built 40d9b42c80c6 11:11:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 11:11:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 11:11:09 $ docker stop --time=1 b6a2c8175d0eb55d8607e885a2ac06065c9e6d41f132459e452862c098841018 11:11:11 $ docker rm -f b6a2c8175d0eb55d8607e885a2ac06065c9e6d41f132459e452862c098841018 [Pipeline] // withDockerContainer [Pipeline] sh 11:11:12 + docker images+ 11:11:12 grep docker 11:11:12 docker-sys-mgmt-agent-go-arm64 latest 40d9b42c80c6 4 seconds ago 300MB 11:11:12 docker-core-data-go-arm64 latest f2eea15a887a 49 seconds ago 21MB 11:11:12 docker-security-proxy-setup-go-arm64 latest 69675e9c0a2d About a minute ago 23.2MB 11:11:12 docker-core-metadata-go-arm64 latest 45b8b832bce0 About a minute ago 17.7MB 11:11:12 docker-security-bootstrapper-go-arm64 latest 96980d51bb1b 3 minutes ago 22.6MB 11:11:12 docker-support-notifications-go-arm64 latest c450ce41faec 4 minutes ago 16.7MB 11:11:12 docker-support-scheduler-go-arm64 latest 03e53b61fba8 4 minutes ago 16.1MB 11:11:12 docker-core-command-go-arm64 latest 1c8111c7caa3 4 minutes ago 16MB 11:11:12 docker-security-secretstore-setup-go-arm64 latest b47522b1c0b8 4 minutes ago 23.4MB 11:11:12 docker 20.10.0 eeaf43b92773 7 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 11:11:15 provisioning config files... 11:11:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config8576767480778104126tmp [Pipeline] { [Pipeline] sh 11:11:16 + set +x 11:11:16 + curl -s https://codecov.io/bash 11:11:16 + bash -s -- 11:11:16 11:11:16 _____ _ 11:11:16 / ____| | | 11:11:16 | | ___ __| | ___ ___ _____ __ 11:11:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:11:16 | |___| (_) | (_| | __/ (_| (_) \ V / 11:11:16 \_____\___/ \__,_|\___|\___\___/ \_/ 11:11:16 Bash-20210129-7c25fce 11:11:16 11:11:16 11:11:16 ==> git version 2.24.3 found 11:11:16 ==> 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 11:11:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:11:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:11:16 ==> Jenkins CI detected. 11:11:16 project root: . 11:11:16 --> token set from env 11:11:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:11:16 ==> Running gcov in . (disable via -X gcov) 11:11:16 ==> Python coveragepy not found 11:11:16 ==> Searching for coverage reports in: 11:11:16 + . 11:11:16 -> Found 1 reports 11:11:16 ==> Detecting git/mercurial file structure 11:11:16 ==> Reading reports 11:11:16 + ./coverage.out bytes=580808 11:11:16 ==> Appending adjustments 11:11:16 https://docs.codecov.io/docs/fixing-reports 11:11:20 + Found adjustments 11:11:20 ==> Gzipping contents 11:11:20 88K /tmp/codecov.mGxZn2.gz 11:11:20 ==> Uploading reports 11:11:20 url: https://codecov.io 11:11:20 query: branch=PR-3113&commit=eaddf04c500ec1537a2f3fa086e8930ef1180703&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 11:11:20 -> Pinging Codecov 11:11:20 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3113&commit=eaddf04c500ec1537a2f3fa086e8930ef1180703&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3113%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3113&job=&cmd_args= 11:11:20 -> Uploading to 11:11:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/eaddf04c500ec1537a2f3fa086e8930ef1180703/529ab330-79a6-4ee1-80d1-ef6d074150b8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111120Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2353253fab707a17f791fa070d376a7bca2cef2b90984516a2bc8e7b9edfcc5d 11:11:20 % Total % Received % Xferd Average Speed Time Time Time Current 11:11:20 Dload Upload Total Spent Left Speed 11:11:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87788 0 0 100 87788 0 156k --:--:-- --:--:-- --:--:-- 157k 11:11:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/eaddf04c500ec1537a2f3fa086e8930ef1180703 [Pipeline] } 11:11:21 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 11:11:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:11:26 ---> package-listing.sh 11:11:26 ++ facter osfamily 11:11:26 ++ tr '[:upper:]' '[:lower:]' 11:11:26 + OS_FAMILY=redhat 11:11:26 + workspace=/w/workspace/edgex-go/8 11:11:26 + START_PACKAGES=/tmp/packages_start.txt 11:11:26 + END_PACKAGES=/tmp/packages_end.txt 11:11:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:11:26 + PACKAGES=/tmp/packages_start.txt 11:11:26 + '[' /w/workspace/edgex-go/8 ']' 11:11:26 + PACKAGES=/tmp/packages_end.txt 11:11:26 + case "${OS_FAMILY}" in 11:11:26 + rpm -qa 11:11:26 + sort 11:11:31 + '[' -f /tmp/packages_start.txt ']' 11:11:31 + '[' -f /tmp/packages_end.txt ']' 11:11:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:11:31 + '[' /w/workspace/edgex-go/8 ']' 11:11:31 + mkdir -p /w/workspace/edgex-go/8/archives/ 11:11:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 11:11:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:11:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:11:32 11:11:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:11:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:11:32 alpine: Pulling from edgex-lftools-log-publisher 11:11:32 df20fa9351a1: Pulling fs layer 11:11:32 36b3adc4ff6f: Pulling fs layer 11:11:32 8ad3a11d3b57: Pulling fs layer 11:11:32 46f8f816bc3b: Pulling fs layer 11:11:32 93b61091891f: Pulling fs layer 11:11:32 93b9cdb0e59b: Pulling fs layer 11:11:32 5e14af77c1be: Pulling fs layer 11:11:32 01666e4c0597: Pulling fs layer 11:11:32 aa168da1d23b: Pulling fs layer 11:11:32 46f8f816bc3b: Waiting 11:11:32 93b61091891f: Waiting 11:11:32 93b9cdb0e59b: Waiting 11:11:32 5e14af77c1be: Waiting 11:11:32 01666e4c0597: Waiting 11:11:32 36b3adc4ff6f: Download complete 11:11:32 46f8f816bc3b: Verifying Checksum 11:11:32 46f8f816bc3b: Download complete 11:11:32 df20fa9351a1: Verifying Checksum 11:11:32 df20fa9351a1: Download complete 11:11:32 93b9cdb0e59b: Verifying Checksum 11:11:32 93b9cdb0e59b: Download complete 11:11:32 5e14af77c1be: Verifying Checksum 11:11:32 5e14af77c1be: Download complete 11:11:32 93b61091891f: Verifying Checksum 11:11:32 93b61091891f: Download complete 11:11:32 01666e4c0597: Verifying Checksum 11:11:32 01666e4c0597: Download complete 11:11:33 df20fa9351a1: Pull complete 11:11:33 8ad3a11d3b57: Verifying Checksum 11:11:33 8ad3a11d3b57: Download complete 11:11:33 36b3adc4ff6f: Pull complete 11:11:34 8ad3a11d3b57: Pull complete 11:11:34 46f8f816bc3b: Pull complete 11:11:35 aa168da1d23b: Verifying Checksum 11:11:35 aa168da1d23b: Download complete 11:11:37 93b61091891f: Pull complete 11:11:37 93b9cdb0e59b: Pull complete 11:11:37 5e14af77c1be: Pull complete 11:11:37 01666e4c0597: Pull complete 11:11:52 aa168da1d23b: Pull complete 11:11:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:11:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:11:52 prd-centos7-docker-4c-2g-24973 does not seem to be running inside a container 11:11:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:11:55 $ docker top 696c35290c0fab4fcd185bafeae2b7d8cc1140b347f5aba3002e2ed4106a0d4e -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:56 + touch /tmp/pre-build-complete [Pipeline] sh 11:11:57 + mkdir -p /var/log/sa [Pipeline] sh 11:11:57 + ls /var/log/sa-host 11:11:57 + sadf -c /var/log/sa-host/sa04 11:11:57 file_magic: OK 11:11:57 HZ: Using current value: 100 11:11:57 file_header: OK 11:11:57 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 11:11:57 Statistics: 11:11:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:11:57 File successfully converted to sysstat format version 12.2.1 11:11:57 + sadf -c /var/log/sa-host/sa23 11:11:57 file_magic: OK 11:11:57 HZ: Using current value: 100 11:11:57 file_header: OK 11:11:57 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 11:11:57 Statistics: 11:11:57 Hnuu...uuuununununu... 11:11:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:57 provisioning config files... 11:11:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config860756057726059004tmp [Pipeline] { [Pipeline] echo 11:11:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:11:58 ---> create-netrc.sh [Pipeline] } 11:11:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:11:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:11:58 ---> python-tools-install.sh [Pipeline] echo 11:11:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:11:58 ---> sudo-logs.sh 11:11:58 Archiving 'sudo' log.. [Pipeline] echo 11:11:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:11:59 ---> job-cost.sh 11:11:59 lf-activate-venv: SKIPPING 11:11:59 INFO: No Stack... 11:12:01 INFO: Retrieving Pricing Info for: v1-standard-2 11:12:01 INFO: Archiving Costs [Pipeline] echo 11:12:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:12:02 ---> logs-deploy.sh 11:12:02 lf-activate-venv: SKIPPING 11:12:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3113/8 11:12:02 INFO: archiving workspace using pattern(s): 11:12:03 Archives upload complete. 11:12:03 INFO: archiving logs to Nexus 11:12:04 ---> uname -a: 11:12:04 Linux prd-centos7-docker-4c-2g-24973.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:12:04 11:12:04 11:12:04 ---> lscpu: 11:12:04 Architecture: x86_64 11:12:04 CPU op-mode(s): 32-bit, 64-bit 11:12:04 Byte Order: Little Endian 11:12:04 Address sizes: 40 bits physical, 48 bits virtual 11:12:04 CPU(s): 4 11:12:04 On-line CPU(s) list: 0-3 11:12:04 Thread(s) per core: 1 11:12:04 Core(s) per socket: 1 11:12:04 Socket(s): 4 11:12:04 NUMA node(s): 1 11:12:04 Vendor ID: GenuineIntel 11:12:04 CPU family: 6 11:12:04 Model: 44 11:12:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:12:04 Stepping: 1 11:12:04 CPU MHz: 2933.442 11:12:04 BogoMIPS: 5866.88 11:12:04 Virtualization: VT-x 11:12:04 Hypervisor vendor: KVM 11:12:04 Virtualization type: full 11:12:04 L1d cache: 128 KiB 11:12:04 L1i cache: 128 KiB 11:12:04 L2 cache: 16 MiB 11:12:04 L3 cache: 64 MiB 11:12:04 NUMA node0 CPU(s): 0-3 11:12:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:12:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:12:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:12:04 Vulnerability Meltdown: Mitigation; PTI 11:12:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:12:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:12:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:12:04 Vulnerability Srbds: Not affected 11:12:04 Vulnerability Tsx async abort: Not affected 11:12:04 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 11:12:04 11:12:04 11:12:04 ---> nproc: 11:12:04 4 11:12:04 11:12:04 11:12:04 ---> df -h: 11:12:04 Filesystem Size Used Available Use% Mounted on 11:12:04 overlay 50.0G 10.9G 39.1G 22% / 11:12:04 tmpfs 64.0M 0 64.0M 0% /dev 11:12:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:12:04 shm 64.0M 0 64.0M 0% /dev/shm 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /facter-os 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/resolv.conf 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hostname 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hosts 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /run/cloud-init/result.json 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/sa-host 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/secure 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/auth.log 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/8 11:12:04 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/8@tmp 11:12:04 11:12:04 11:12:04 ---> free -m: 11:12:04 total used free shared buff/cache available 11:12:04 Mem: 1837 685 235 0 916 1065 11:12:04 Swap: 1023 60 963 11:12:04 11:12:04 11:12:04 ---> ip addr: 11:12:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:12:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:12:04 inet 127.0.0.1/8 scope host lo 11:12:04 valid_lft forever preferred_lft forever 11:12:04 inet6 ::1/128 scope host 11:12:04 valid_lft forever preferred_lft forever 11:12:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:12:04 link/ether fa:16:3e:84:ff:8c brd ff:ff:ff:ff:ff:ff 11:12:04 inet 10.30.122.184/23 brd 10.30.123.255 scope global dynamic eth0 11:12:04 valid_lft 84972sec preferred_lft 84972sec 11:12:04 inet6 fe80::f816:3eff:fe84:ff8c/64 scope link 11:12:04 valid_lft forever preferred_lft forever 11:12:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:12:04 link/ether 02:42:b7:80:e3:30 brd ff:ff:ff:ff:ff:ff 11:12:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:12:04 valid_lft forever preferred_lft forever 11:12:04 inet6 fe80::42:b7ff:fe80:e330/64 scope link 11:12:04 valid_lft forever preferred_lft forever 11:12:04 11:12:04 11:12:04 ---> sar -b -r -n DEV: 11:12:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:12:04 11:12:04 10:48:03 LINUX RESTART (4 CPU) 11:12:04 11:12:04 10:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:12:04 10:50:01 116.81 76.78 40.02 0.00 9484.17 12907.49 0.00 11:12:04 10:51:01 279.35 67.91 211.45 0.00 3720.91 51070.07 0.00 11:12:04 10:52:01 188.93 90.87 98.05 0.00 2961.93 9996.53 0.00 11:12:04 10:53:01 152.31 77.33 74.98 0.00 3715.31 9197.29 0.00 11:12:04 10:54:02 300.92 112.83 188.10 0.00 50353.64 122570.23 0.00 11:12:04 10:55:01 3303.58 2951.41 352.17 0.00 185366.62 200897.52 0.00 11:12:04 10:56:01 372.89 137.54 235.35 0.00 23736.03 65046.42 0.00 11:12:04 10:57:02 2021.78 1661.19 360.58 0.00 103028.97 117552.27 0.00 11:12:04 10:58:01 1485.70 1188.64 297.06 0.00 58994.19 67379.63 0.00 11:12:04 10:59:01 62.10 19.28 42.81 0.00 3837.74 6288.14 0.00 11:12:04 11:00:01 1.28 0.03 1.25 0.00 0.27 16.67 0.00 11:12:04 11:01:01 0.27 0.10 0.17 0.00 1.73 1.50 0.00 11:12:04 11:02:02 0.70 0.37 0.33 0.00 22.50 4.84 0.00 11:12:04 11:03:01 0.52 0.27 0.25 0.00 5.01 2.47 0.00 11:12:04 11:04:01 2.38 1.57 0.82 0.00 55.15 15.07 0.00 11:12:04 11:05:01 0.25 0.03 0.22 0.00 0.27 2.60 0.00 11:12:04 11:06:01 0.35 0.07 0.28 0.00 0.67 3.43 0.00 11:12:04 11:07:01 0.23 0.02 0.22 0.00 0.13 2.37 0.00 11:12:04 11:08:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 11:12:04 11:09:01 0.22 0.02 0.20 0.00 0.13 2.02 0.00 11:12:04 11:10:01 0.18 0.00 0.18 0.00 0.00 1.65 0.00 11:12:04 11:11:01 0.35 0.03 0.32 0.00 0.27 3.65 0.00 11:12:04 Average: 375.13 288.60 86.53 0.00 20165.44 30098.69 0.00 11:12:04 11:12:04 10:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:12:04 10:50:01 192320 0 630704 33.52 2620 1055900 1502216 51.27 627148 857508 90832 11:12:04 10:51:01 331124 0 678936 36.08 1500 869984 1396780 47.67 452132 826108 36 11:12:04 10:52:01 225940 0 795124 42.26 800 859680 1819888 62.11 693496 679296 64380 11:12:04 10:53:01 257020 0 708092 37.63 784 915648 1302568 44.45 580444 752216 27644 11:12:04 10:54:02 52116 0 809184 43.01 68 1020176 2215588 75.61 761288 858572 40080 11:12:04 10:55:01 964204 0 658960 35.02 0 258380 1328124 45.33 280128 412768 0 11:12:04 10:56:01 64872 0 728128 38.70 0 1088544 1672148 57.07 757032 818240 2760 11:12:04 10:57:02 249804 0 765600 40.69 0 866140 1788672 61.04 473420 909492 9772 11:12:04 10:58:01 296356 0 716880 38.10 0 868308 1752732 59.82 452700 890380 61604 11:12:04 10:59:01 546276 0 603724 32.09 0 731544 1184652 40.43 380852 723532 8 11:12:04 11:00:01 551252 0 598744 31.82 0 731548 1142456 38.99 377784 722584 8 11:12:04 11:01:01 550708 0 599280 31.85 0 731556 1144800 39.07 378284 722592 8 11:12:04 11:02:02 550276 0 599032 31.84 0 732236 1142964 39.01 378020 723148 8 11:12:04 11:03:01 550240 0 598876 31.83 0 732428 1162352 39.67 378024 723272 8 11:12:04 11:04:01 547524 0 600680 31.92 0 733340 1143132 39.01 379392 723688 16 11:12:04 11:05:01 547556 0 600600 31.92 0 733388 1143096 39.01 379368 723704 20 11:12:04 11:06:01 548008 0 600180 31.90 0 733356 1143028 39.01 378684 723720 8 11:12:04 11:07:01 548504 0 599676 31.87 0 733364 1143028 39.01 378568 723720 8 11:12:04 11:08:01 548536 0 599636 31.87 0 733372 1143028 39.01 378700 723724 8 11:12:04 11:09:01 548032 0 600132 31.90 0 733380 1143112 39.01 378952 723724 8 11:12:04 11:10:01 548704 0 599452 31.86 0 733388 1143028 39.01 378724 723728 8 11:12:04 11:11:01 548944 0 599208 31.85 0 733392 1143028 39.01 378732 723732 8 11:12:04 Average: 444014 0 649583 34.52 262 787684 1350019 46.07 454631 745884 13511 11:12:04 11:12:04 10:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:12:04 10:50:01 eth0 951.66 1019.87 3141.49 139.42 0.00 0.00 0.00 0.00 11:12:04 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:50:01 docker0 897.80 778.17 72.55 2680.23 0.00 0.00 0.00 0.00 11:12:04 10:51:01 eth0 497.74 426.85 3664.84 41.48 0.00 0.00 0.00 0.00 11:12:04 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:51:01 vethdd45437 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:51:01 docker0 143.25 177.37 9.78 828.57 0.00 0.00 0.00 0.00 11:12:04 10:52:01 eth0 42.94 28.96 31.31 68.16 0.00 0.00 0.00 0.00 11:12:04 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:52:01 vethb9b1c56 0.52 0.65 0.04 0.05 0.00 0.00 0.00 0.00 11:12:04 10:52:01 docker0 0.52 0.52 0.04 0.04 0.00 0.00 0.00 0.00 11:12:04 10:53:01 eth0 22.49 11.82 16.85 9.05 0.00 0.00 0.00 0.00 11:12:04 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:53:01 vethb9b1c56 1.51 1.51 0.12 0.12 0.00 0.00 0.00 0.00 11:12:04 10:53:01 docker0 1.51 1.51 0.10 0.12 0.00 0.00 0.00 0.00 11:12:04 10:54:02 eth0 214.64 176.79 1689.41 79.81 0.00 0.00 0.00 0.00 11:12:04 10:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:54:02 veth36624ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:12:04 10:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:55:01 veth38b2939 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:55:01 eth0 47.91 19.91 163.05 8.20 0.00 0.00 0.00 0.00 11:12:04 10:55:01 veth481e1b3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:56:01 eth0 198.53 151.72 1461.71 71.47 0.00 0.00 0.00 0.00 11:12:04 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:56:01 veth36624ee 0.00 0.80 0.00 0.04 0.00 0.00 0.00 0.00 11:12:04 10:56:01 docker0 1068.50 1014.67 83.72 3815.06 0.00 0.00 0.00 0.00 11:12:04 10:57:02 vethe3b996c 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 11:12:04 10:57:02 eth0 118.93 72.98 369.47 81.39 0.00 0.00 0.00 0.00 11:12:04 10:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:57:02 vethd088c50 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:12:04 10:58:01 veth9149b72 0.02 0.14 0.00 0.01 0.00 0.00 0.00 0.00 11:12:04 10:58:01 eth0 74.63 44.28 158.25 21.03 0.00 0.00 0.00 0.00 11:12:04 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:58:01 veth36624ee 0.00 1.11 0.00 0.05 0.00 0.00 0.00 0.00 11:12:04 10:59:01 eth0 46.81 35.04 57.77 58.79 0.00 0.00 0.00 0.00 11:12:04 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 10:59:01 docker0 1127.52 1114.14 87.57 4331.63 0.00 0.00 0.00 0.00 11:12:04 11:00:01 eth0 0.08 0.08 0.01 0.03 0.00 0.00 0.00 0.00 11:12:04 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:01:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:12:04 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:02:02 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:12:04 11:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:03:01 eth0 1.05 0.08 0.11 0.01 0.00 0.00 0.00 0.00 11:12:04 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:04:01 eth0 3.05 0.82 1.09 0.65 0.00 0.00 0.00 0.00 11:12:04 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:05:01 eth0 0.70 0.38 0.32 0.21 0.00 0.00 0.00 0.00 11:12:04 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:06:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:12:04 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:07:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:08:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:09:01 eth0 0.33 0.17 0.14 0.07 0.00 0.00 0.00 0.00 11:12:04 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:10:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:12:04 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:11:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:12:04 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 Average: eth0 101.24 90.68 490.49 26.45 0.00 0.00 0.00 0.00 11:12:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:12:04 Average: docker0 51.34 50.73 3.99 197.22 0.00 0.00 0.00 0.00 11:12:04 11:12:04 11:12:04 ---> sar -P ALL: 11:12:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:12:04 11:12:04 10:48:03 LINUX RESTART (4 CPU) 11:12:04 11:12:04 10:49:01 CPU %user %nice %system %iowait %steal %idle 11:12:04 10:50:01 all 11.64 0.00 5.98 1.25 0.10 81.03 11:12:04 10:50:01 0 14.81 0.00 8.51 1.49 0.10 75.09 11:12:04 10:50:01 1 11.06 0.00 4.31 0.92 0.10 83.60 11:12:04 10:50:01 2 11.75 0.00 5.42 2.28 0.05 80.50 11:12:04 10:50:01 3 8.98 0.00 5.70 0.31 0.15 84.86 11:12:04 10:51:01 all 10.77 0.00 9.70 5.23 0.09 74.21 11:12:04 10:51:01 0 11.17 0.00 9.42 3.61 0.12 75.67 11:12:04 10:51:01 1 10.21 0.00 10.11 5.61 0.07 73.99 11:12:04 10:51:01 2 11.28 0.00 9.21 6.15 0.09 73.27 11:12:04 10:51:01 3 10.41 0.00 10.07 5.52 0.07 73.94 11:12:04 10:52:01 all 52.28 0.00 13.71 6.04 0.20 27.77 11:12:04 10:52:01 0 52.77 0.00 13.30 4.84 0.18 28.91 11:12:04 10:52:01 1 53.01 0.00 13.86 5.96 0.20 26.98 11:12:04 10:52:01 2 52.21 0.00 13.58 6.26 0.25 27.70 11:12:04 10:52:01 3 51.15 0.00 14.08 7.08 0.19 27.49 11:12:04 10:53:01 all 44.36 0.00 13.54 3.14 0.09 38.87 11:12:04 10:53:01 0 43.33 0.00 12.89 2.97 0.07 40.73 11:12:04 10:53:01 1 44.84 0.00 13.89 2.77 0.09 38.41 11:12:04 10:53:01 2 44.40 0.00 13.49 4.73 0.07 37.31 11:12:04 10:53:01 3 44.88 0.00 13.89 2.07 0.12 39.04 11:12:04 10:54:02 all 20.55 0.00 17.80 6.55 0.13 54.97 11:12:04 10:54:02 0 20.14 0.00 17.49 7.53 0.12 54.71 11:12:04 10:54:02 1 20.87 0.00 17.76 8.21 0.12 53.04 11:12:04 10:54:02 2 19.31 0.00 18.15 4.65 0.16 57.74 11:12:04 10:54:02 3 21.89 0.00 17.79 5.81 0.10 54.40 11:12:04 10:55:01 all 21.75 0.00 29.72 24.49 0.13 23.90 11:12:04 10:55:01 0 21.29 0.00 29.12 21.82 0.13 27.64 11:12:04 10:55:01 1 22.46 0.00 28.21 24.91 0.16 24.26 11:12:04 10:55:01 2 21.70 0.00 30.27 26.08 0.11 21.84 11:12:04 10:55:01 3 21.56 0.00 31.30 25.19 0.13 21.82 11:12:04 10:56:01 all 49.14 0.00 18.24 15.05 0.09 17.48 11:12:04 10:56:01 0 48.92 0.00 17.82 15.57 0.11 17.59 11:12:04 10:56:01 1 48.62 0.00 18.58 12.89 0.07 19.84 11:12:04 10:56:01 2 49.79 0.00 18.43 17.93 0.10 13.75 11:12:04 10:56:01 3 49.23 0.00 18.11 13.81 0.09 18.76 11:12:04 10:57:02 all 33.94 0.00 23.46 27.38 0.09 15.13 11:12:04 10:57:02 0 33.59 0.00 22.85 28.45 0.11 15.01 11:12:04 10:57:02 1 32.85 0.00 23.41 29.16 0.09 14.49 11:12:04 10:57:02 2 34.24 0.00 23.44 27.34 0.09 14.89 11:12:04 10:57:02 3 35.08 0.00 24.16 24.53 0.07 16.15 11:12:04 10:58:01 all 31.60 0.00 18.07 22.68 0.11 27.55 11:12:04 10:58:01 0 31.26 0.00 17.70 22.42 0.14 28.48 11:12:04 10:58:01 1 30.66 0.00 18.75 22.22 0.07 28.29 11:12:04 10:58:01 2 31.80 0.00 17.57 24.87 0.09 25.67 11:12:04 10:58:01 3 32.67 0.00 18.25 21.18 0.14 27.75 11:12:04 10:59:01 all 2.97 0.00 2.17 1.51 0.02 93.34 11:12:04 10:59:01 0 2.52 0.00 2.15 0.91 0.03 94.39 11:12:04 10:59:01 1 2.82 0.00 2.08 2.90 0.02 92.19 11:12:04 10:59:01 2 3.81 0.00 2.30 0.89 0.00 93.00 11:12:04 10:59:01 3 2.72 0.00 2.15 1.33 0.02 93.78 11:12:04 11:00:01 all 0.05 0.00 0.03 0.00 0.00 99.92 11:12:04 11:00:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:12:04 11:00:01 1 0.12 0.00 0.03 0.00 0.00 99.85 11:12:04 11:00:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:12:04 11:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:12:04 11:12:04 11:00:01 CPU %user %nice %system %iowait %steal %idle 11:12:04 11:01:01 all 0.18 0.00 0.13 0.00 0.01 99.69 11:12:04 11:01:01 0 0.10 0.00 0.17 0.00 0.02 99.72 11:12:04 11:01:01 1 0.50 0.00 0.07 0.00 0.00 99.43 11:12:04 11:01:01 2 0.03 0.00 0.08 0.02 0.02 99.85 11:12:04 11:01:01 3 0.07 0.00 0.18 0.00 0.00 99.75 11:12:04 11:02:02 all 0.03 0.00 0.05 0.02 0.00 99.90 11:12:04 11:02:02 0 0.03 0.00 0.05 0.02 0.00 99.90 11:12:04 11:02:02 1 0.07 0.00 0.07 0.00 0.00 99.87 11:12:04 11:02:02 2 0.02 0.00 0.03 0.03 0.00 99.92 11:12:04 11:02:02 3 0.02 0.00 0.03 0.02 0.00 99.93 11:12:04 11:03:01 all 0.11 0.00 0.03 0.00 0.00 99.86 11:12:04 11:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:12:04 11:03:01 1 0.37 0.00 0.03 0.00 0.02 99.58 11:12:04 11:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:12:04 11:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:12:04 11:04:01 all 0.17 0.00 0.06 0.02 0.00 99.74 11:12:04 11:04:01 0 0.52 0.00 0.05 0.00 0.00 99.43 11:12:04 11:04:01 1 0.10 0.00 0.07 0.00 0.00 99.83 11:12:04 11:04:01 2 0.05 0.00 0.08 0.08 0.00 99.78 11:12:04 11:04:01 3 0.03 0.00 0.05 0.02 0.00 99.90 11:12:04 11:05:01 all 0.16 0.00 0.03 0.00 0.00 99.82 11:12:04 11:05:01 0 0.55 0.00 0.02 0.00 0.00 99.43 11:12:04 11:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 11:12:04 11:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:12:04 11:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:12:04 11:06:01 all 0.15 0.00 0.03 0.00 0.00 99.83 11:12:04 11:06:01 0 0.48 0.00 0.02 0.00 0.00 99.50 11:12:04 11:06:01 1 0.07 0.00 0.03 0.00 0.00 99.90 11:12:04 11:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:12:04 11:06:01 3 0.00 0.00 0.03 0.00 0.00 99.97 11:12:04 11:07:01 all 0.15 0.00 0.02 0.00 0.00 99.83 11:12:04 11:07:01 0 0.52 0.00 0.02 0.00 0.00 99.47 11:12:04 11:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 11:12:04 11:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:12:04 11:07:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:12:04 11:08:01 all 0.14 0.00 0.03 0.00 0.00 99.83 11:12:04 11:08:01 0 0.50 0.00 0.03 0.00 0.00 99.47 11:12:04 11:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:12:04 11:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 11:12:04 11:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:12:04 11:09:01 all 0.16 0.00 0.02 0.00 0.00 99.82 11:12:04 11:09:01 0 0.22 0.00 0.02 0.00 0.00 99.77 11:12:04 11:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:12:04 11:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:12:04 11:09:01 3 0.35 0.00 0.03 0.00 0.00 99.62 11:12:04 11:10:01 all 0.14 0.00 0.03 0.00 0.00 99.83 11:12:04 11:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:12:04 11:10:01 1 0.03 0.00 0.07 0.00 0.00 99.90 11:12:04 11:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:12:04 11:10:01 3 0.48 0.00 0.03 0.00 0.00 99.48 11:12:04 11:11:01 all 0.09 0.00 0.05 0.01 0.00 99.86 11:12:04 11:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:12:04 11:11:01 1 0.03 0.00 0.05 0.02 0.00 99.90 11:12:04 11:11:01 2 0.05 0.00 0.05 0.02 0.00 99.88 11:12:04 11:11:01 3 0.23 0.00 0.05 0.00 0.00 99.72 11:12:04 11:12:04 Average: CPU %user %nice %system %iowait %steal %idle 11:12:04 Average: all 12.33 0.00 6.71 4.96 0.05 75.96 11:12:04 Average: 0 12.43 0.00 6.67 4.80 0.05 76.06 11:12:04 Average: 1 12.25 0.00 6.66 5.07 0.04 75.98 11:12:04 Average: 2 12.36 0.00 6.69 5.31 0.04 75.60 11:12:04 Average: 3 12.29 0.00 6.83 4.65 0.05 76.18 11:12:04 11:12:04 11:12:04