Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 004a490566fdcd1518f4e6d8dbc6f7b342429327+5e8f0209b56f3309f9665c980cdfd66463b0e44b (e5b93ffdd0bb29c4219dd6b3664a7d8086aad086) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33789 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/66 [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/66 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 Merge succeeded, producing 0e6944ca6bdff50903702300dc93f7782ac8aabe Checking out Revision 0e6944ca6bdff50903702300dc93f7782ac8aabe (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # 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 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e6944ca6bdff50903702300dc93f7782ac8aabe # timeout=10 Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" > git rev-list --no-walk 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:09 ========================================================= 00:31:09 EdgeX Global Pipelines Version Info 00:31:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:11 ------------------- 00:31:11 stable info: 00:31:11 ------------------- 00:31:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:11 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:11 Message: update stable to v1.0.186 00:31:12 ------------------- 00:31:12 experimental info: 00:31:12 ------------------- 00:31:12 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:12 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:31:12 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e6944ca6bdff50903702300dc93f7782ac8aabe [Pipeline] echo 00:31:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e6944c [Pipeline] echo 00:31:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:15 provisioning config files... 00:31:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config7320179095565318911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:15 ---> docker-login.sh 00:31:15 nexus3.edgexfoundry.org:10001 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10002 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10003 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 nexus3.edgexfoundry.org:10004 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 docker.io 00:31:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:16 Configure a credential helper to remove this warning. See 00:31:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:16 00:31:16 Login Succeeded 00:31:16 ---> docker-login.sh ends [Pipeline] } 00:31:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/core-command/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo core-command,cmd/core-command/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/core-data/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo core-data,cmd/core-data/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/core-metadata/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/support-notifications/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/support-scheduler/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:17 + for file in '`ls cmd/**/Dockerfile`' 00:31:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:17 ++ cut -d/ -f2 00:31:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:17 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:18 00:31:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:18 latest: Pulling from edgex-devops/git-semver 00:31:18 31603596830f: Pulling fs layer 00:31:18 2a8b12db71e7: Pulling fs layer 00:31:18 6ca5941a6612: Pulling fs layer 00:31:18 ecc8261a40a4: Pulling fs layer 00:31:18 ecc8261a40a4: Waiting 00:31:18 2a8b12db71e7: Download complete 00:31:18 31603596830f: Verifying Checksum 00:31:18 31603596830f: Download complete 00:31:18 ecc8261a40a4: Verifying Checksum 00:31:18 ecc8261a40a4: Download complete 00:31:18 6ca5941a6612: Verifying Checksum 00:31:18 6ca5941a6612: Download complete 00:31:19 31603596830f: Pull complete 00:31:19 2a8b12db71e7: Pull complete 00:31:19 6ca5941a6612: Pull complete 00:31:20 ecc8261a40a4: Pull complete 00:31:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:20 prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container 00:31:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:23 $ docker top 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:23 [ssh-agent] Looking for ssh-agent implementation... 00:31:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:24 $ docker exec 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent 00:31:24 SSH_AUTH_SOCK=/tmp/ssh-fWy9HcwZCAjW/agent.11 00:31:24 SSH_AGENT_PID=17 00:31:24 Running ssh-add (command line suppressed) 00:31:24 Identity added: /w/workspace/edgex-go/66@tmp/private_key_6401070265271148490.key (/w/workspace/edgex-go/66@tmp/private_key_6401070265271148490.key) 00:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:24 + git tag --points-at HEAD [Pipeline] } 00:31:24 $ docker exec --env ******** --env ******** 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent -k 00:31:25 unset SSH_AUTH_SOCK; 00:31:25 unset SSH_AGENT_PID; 00:31:25 echo Agent pid 17 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:25 [ssh-agent] Looking for ssh-agent implementation... 00:31:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:25 $ docker exec 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent 00:31:25 SSH_AUTH_SOCK=/tmp/ssh-uSGbmrPjaWvF/agent.46 00:31:25 SSH_AGENT_PID=52 00:31:25 Running ssh-add (command line suppressed) 00:31:25 Identity added: /w/workspace/edgex-go/66@tmp/private_key_809874938267800685.key (/w/workspace/edgex-go/66@tmp/private_key_809874938267800685.key) 00:31:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:26 + git semver init 00:31:26 # -> Open(): unable to determine branch for HEAD 00:31:26 # $GIT_DIR = /w/workspace/edgex-go/66/.git 00:31:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/66 00:31:26 # $SEMVER_REMOTE_NAME = origin 00:31:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:26 # $SEMVER_USER_NAME = edgex-jenkins 00:31:26 # $SEMVER_BRANCH = PR-3234 00:31:26 # $SEMVER_TEMP = /tmp/semver-441062239 00:31:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:48 # '/tmp/semver-441062239' -> '/w/workspace/edgex-go/66/.semver' 00:31:49 # -> Force: false 00:31:49 # $SEMVER_DIR = /w/workspace/edgex-go/66/.semver [Pipeline] } 00:31:49 $ docker exec --env ******** --env ******** 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 ssh-agent -k 00:31:50 unset SSH_AUTH_SOCK; 00:31:50 unset SSH_AGENT_PID; 00:31:50 echo Agent pid 52 killed; 00:31:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:50 + git semver [Pipeline] } 00:31:50 $ docker stop --time=1 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 00:31:52 $ docker rm -f 8847bd9d064ca94afbf4ea1207f504d323e128758743c4af3db852cca96edf94 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:53 Stashed 1 file(s) [Pipeline] echo 00:31:53 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:55 + sudo service docker restart 00:31:55 + true 00:31:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:55 ========================================================= 00:31:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:56 + 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 . 00:32:00 Sending build context to Docker daemon 329.4MB 00:32:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:00 Step 2/6 : FROM ${BASE} 00:32:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:00 188c0c94c7c5: Pulling fs layer 00:32:00 0ef7d3d256c8: Pulling fs layer 00:32:00 de9db76c5a1d: Pulling fs layer 00:32:00 bca2f99d35d6: Pulling fs layer 00:32:00 93359f2a8cfa: Pulling fs layer 00:32:00 7c6f9722023f: Pulling fs layer 00:32:00 a35cf1a2eb13: Pulling fs layer 00:32:00 a35cf1a2eb13: Waiting 00:32:00 93359f2a8cfa: Waiting 00:32:00 7c6f9722023f: Waiting 00:32:00 bca2f99d35d6: Waiting 00:32:00 de9db76c5a1d: Download complete 00:32:00 0ef7d3d256c8: Download complete 00:32:00 93359f2a8cfa: Verifying Checksum 00:32:00 93359f2a8cfa: Download complete 00:32:00 7c6f9722023f: Verifying Checksum 00:32:00 7c6f9722023f: Download complete 00:32:00 188c0c94c7c5: Verifying Checksum 00:32:00 188c0c94c7c5: Download complete 00:32:00 188c0c94c7c5: Pull complete 00:32:00 0ef7d3d256c8: Pull complete 00:32:00 de9db76c5a1d: Pull complete 00:32:02 a35cf1a2eb13: Verifying Checksum 00:32:02 a35cf1a2eb13: Download complete 00:32:03 bca2f99d35d6: Verifying Checksum 00:32:03 bca2f99d35d6: Download complete 00:32:08 Still waiting to schedule task 00:32:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:09 bca2f99d35d6: Pull complete 00:32:09 93359f2a8cfa: Pull complete 00:32:09 7c6f9722023f: Pull complete 00:32:13 a35cf1a2eb13: Pull complete 00:32:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:13 ---> a62c8e92a672 00:32:13 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:13 ---> Running in 19b3d0dfcbbb 00:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:15 (1/12) Installing libmagic (5.38-r0) 00:32:15 (2/12) Installing file (5.38-r0) 00:32:15 (3/12) Installing libc-dev (0.7.2-r3) 00:32:16 (4/12) Installing g++ (9.3.0-r2) 00:32:21 (5/12) Installing fortify-headers (1.1-r0) 00:32:21 (6/12) Installing patch (2.7.6-r6) 00:32:21 (7/12) Installing build-base (0.5-r2) 00:32:21 (8/12) Installing libsodium (1.0.18-r0) 00:32:21 (9/12) Installing pkgconf (1.7.2-r0) 00:32:21 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:21 (11/12) Installing libzmq (4.3.3-r0) 00:32:21 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:21 Executing busybox-1.31.1-r19.trigger 00:32:21 OK: 233 MiB in 51 packages 00:32:25 Removing intermediate container 19b3d0dfcbbb 00:32:25 ---> e830383a3372 00:32:25 Step 4/6 : WORKDIR /edgex-go 00:32:25 ---> Running in 9efcc4711dd6 00:32:25 Removing intermediate container 9efcc4711dd6 00:32:25 ---> 14715c488fcd 00:32:25 Step 5/6 : COPY go.mod . 00:32:26 ---> 9c715352c921 00:32:26 Step 6/6 : RUN go mod download 00:32:26 ---> Running in bf23b6748a67 00:32:48 Removing intermediate container bf23b6748a67 00:32:48 ---> 87798cf16dfd 00:32:48 Successfully built 87798cf16dfd 00:32:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:48 + docker inspect -f . ci-base-image-x86_64 00:32:48 . [Pipeline] withDockerContainer 00:32:48 prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container 00:32:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:49 $ docker top e392387de0a931bd829510d8915dfc2142b823020cfcab6eb7d5a5fef060b0c8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:50 + go version 00:32:50 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:50 $ docker stop --time=1 e392387de0a931bd829510d8915dfc2142b823020cfcab6eb7d5a5fef060b0c8 00:32:51 $ docker rm -f e392387de0a931bd829510d8915dfc2142b823020cfcab6eb7d5a5fef060b0c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:52 + docker inspect -f . ci-base-image-x86_64 00:32:52 . [Pipeline] withDockerContainer 00:32:52 prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container 00:32:52 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:53 $ docker top 0b11b93b8036a11d33c28608e28c810274c3ba77d6c8c3563c6b6d138c2e35df -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:53 ========================================================= 00:32:53 [edgeXBuildGoParallel] Running Tests and Build... 00:32:53 ========================================================= [Pipeline] sh 00:32:53 + make test 00:32:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:03 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 45.9% of statements 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements 00:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.243s coverage: 82.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 92.8% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 1.0% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.236s coverage: 81.9% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.050s coverage: 11.0% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 87.1% of statements 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.825s coverage: 29.1% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.107s coverage: 95.6% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 00:34:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:11 GO111MODULE=on go vet ./... 00:34:38 gofmt -l . 00:34:39 [ "`gofmt -l .`" = "" ] 00:34:39 ./bin/test-go-mod-tidy.sh 00:34:40 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:41 + ls -al . 00:34:41 total 796 00:34:41 drwxrwxr-x 10 1001 1001 4096 Apr 13 00:34 . 00:34:41 drwxr-xr-x 4 root root 30 Apr 13 00:32 .. 00:34:41 -rw-rw-r-- 1 1001 1001 11 Apr 13 00:31 .dockerignore 00:34:41 drwxrwxr-x 8 1001 1001 179 Apr 13 00:31 .git 00:34:41 drwxrwxr-x 3 1001 1001 125 Apr 13 00:31 .github 00:34:41 -rw-rw-r-- 1 1001 1001 818 Apr 13 00:31 .gitignore 00:34:41 drwx------ 3 1001 1001 60 Apr 13 00:31 .semver 00:34:41 -rw-rw-r-- 1 1001 1001 166 Apr 13 00:31 .sonarcloud.properties 00:34:41 -rw-rw-r-- 1 1001 1001 8607 Apr 13 00:31 Attribution.txt 00:34:41 -rw-rw-r-- 1 1001 1001 3804 Apr 13 00:31 CONTRIBUTING.md 00:34:41 -rw-rw-r-- 1 1001 1001 931 Apr 13 00:31 Dockerfile.build 00:34:41 -rw-rw-r-- 1 1001 1001 863 Apr 13 00:31 Jenkinsfile 00:34:41 -rw-rw-r-- 1 1001 1001 10775 Apr 13 00:31 LICENSE 00:34:41 -rw-rw-r-- 1 1001 1001 5774 Apr 13 00:31 Makefile 00:34:41 -rw-rw-r-- 1 1001 1001 6548 Apr 13 00:31 README.md 00:34:41 -rw-rw-r-- 1 1001 1001 6755 Apr 13 00:31 SECURITY.md 00:34:41 -rw-rw-r-- 1 1001 1001 5 Apr 13 00:31 VERSION 00:34:41 -rw-rw-r-- 1 1001 1001 4131 Apr 13 00:31 ZMQWindows.md 00:34:41 drwxrwxr-x 2 1001 1001 117 Apr 13 00:31 bin 00:34:41 drwxrwxr-x 14 1001 1001 4096 Apr 13 00:31 cmd 00:34:41 -rw-r--r-- 1 root root 684356 Apr 13 00:34 coverage.out 00:34:41 -rw-r--r-- 1 root root 1057 Apr 13 00:34 go.mod 00:34:41 -rw-r--r-- 1 root root 21913 Apr 13 00:34 go.sum 00:34:41 drwxrwxr-x 8 1001 1001 127 Apr 13 00:31 internal 00:34:41 drwxrwxr-x 4 1001 1001 26 Apr 13 00:31 openapi 00:34:41 drwxrwxr-x 4 1001 1001 71 Apr 13 00:31 snap 00:34:41 -rw-rw-r-- 1 1001 1001 168 Apr 13 00:31 version.go [Pipeline] sh 00:34:41 + '[' -e coverage.out ] 00:34:41 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:41 Stashed 1 file(s) [Pipeline] sh 00:34:42 + make build 00:34: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 00:34:47 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 00:34:55 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 00:34:57 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 00:34:58 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 00:34:59 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 00:35:01 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 00:35:02 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 00:35:03 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 00:35:05 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 00:35:06 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 00:35:07 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] } 00:35:10 $ docker stop --time=1 0b11b93b8036a11d33c28608e28c810274c3ba77d6c8c3563c6b6d138c2e35df 00:35:11 $ docker rm -f 0b11b93b8036a11d33c28608e28c810274c3ba77d6c8c3563c6b6d138c2e35df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 00:35:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 latest: Pulling from edgex-devops/edgex-compose 00:35:14 cbdbe7a5bc2a: Pulling fs layer 00:35:14 ca9280d653b3: Pulling fs layer 00:35:14 7e9c9ca2126c: Pulling fs layer 00:35:14 cbdbe7a5bc2a: Verifying Checksum 00:35:14 cbdbe7a5bc2a: Download complete 00:35:14 cbdbe7a5bc2a: Pull complete 00:35:15 ca9280d653b3: Verifying Checksum 00:35:15 ca9280d653b3: Download complete 00:35:16 7e9c9ca2126c: Verifying Checksum 00:35:16 7e9c9ca2126c: Download complete 00:35:16 ca9280d653b3: Pull complete 00:35:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33791 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:35:22 Running in /w/workspace/edgex-go/66 [Pipeline] { 00:35:22 7e9c9ca2126c: Pull complete 00:35:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] checkout [Pipeline] withDockerContainer 00:35:22 prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container 00:35:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:26 $ docker top 931e04afc60fc88443e9eae070ff5a4b9e6366c3c970a0c0239b9378e6798901 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:26 + docker-compose build --help 00:35:26 + grep parallel 00:35:27 using credential edgex-jenkins-ssh 00:35:27 Cloning the remote Git repository 00:35:27 --parallel Build images in parallel. [Pipeline] } 00:35:27 $ docker stop --time=1 931e04afc60fc88443e9eae070ff5a4b9e6366c3c970a0c0239b9378e6798901 00:35:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:27 > git init /w/workspace/edgex-go/66 # timeout=10 00:35:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:28 > git --version # timeout=10 00:35:28 > git --version # 'git version 2.17.1' 00:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:29 $ docker rm -f 931e04afc60fc88443e9eae070ff5a4b9e6366c3c970a0c0239b9378e6798901 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:29 . [Pipeline] withDockerContainer 00:35:29 prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container 00:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:30 $ docker top 1e77ebc70fa12452eb988dd5b960cf6deb463d573351632b835190503d10ca6b -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:31 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:32 Building docker-core-command-go ... 00:35:32 Building docker-core-data-go ... 00:35:32 Building docker-core-metadata-go ... 00:35:32 Building docker-security-bootstrapper-go ... 00:35:32 Building docker-security-proxy-setup-go ... 00:35:32 Building docker-security-secretstore-setup-go ... 00:35:32 Building docker-support-notifications-go ... 00:35:32 Building docker-support-scheduler-go ... 00:35:32 Building docker-sys-mgmt-agent-go ... 00:35:32 Building docker-security-bootstrapper-go 00:35:32 Building docker-core-metadata-go 00:35:32 Building docker-core-command-go 00:35:32 Building docker-sys-mgmt-agent-go 00:35:32 Building docker-security-secretstore-setup-go 00:35:44 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 00:35:44 Merge succeeded, producing 2a27726550bb56ccc5c4d57b095145e6fd123415 00:35:44 Checking out Revision 2a27726550bb56ccc5c4d57b095145e6fd123415 (PR-3234) 00:35:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:44 > git config core.sparsecheckout # timeout=10 00:35:44 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 00:35:44 > git remote # timeout=10 00:35:44 > git config --get remote.origin.url # timeout=10 00:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:44 > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 00:35:44 > git rev-parse HEAD^{commit} # timeout=10 00:35:44 > git config core.sparsecheckout # timeout=10 00:35:45 > git checkout -f 2a27726550bb56ccc5c4d57b095145e6fd123415 # timeout=10 00:35:49 Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" 00:35:49 > git rev-list --no-walk 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:52 + + sudotrue service 00:35:52 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:54 provisioning config files... 00:35:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config3573971048081981538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:55 ---> docker-login.sh 00:35:55 nexus3.edgexfoundry.org:10001 00:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:56 Configure a credential helper to remove this warning. See 00:35:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:56 00:35:56 Login Succeeded 00:35:56 nexus3.edgexfoundry.org:10002 00:35:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:56 Configure a credential helper to remove this warning. See 00:35:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:56 00:35:56 Login Succeeded 00:35:56 nexus3.edgexfoundry.org:10003 00:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:57 Configure a credential helper to remove this warning. See 00:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:57 00:35:57 Login Succeeded 00:35:57 nexus3.edgexfoundry.org:10004 00:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:58 Configure a credential helper to remove this warning. See 00:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:58 00:35:58 Login Succeeded 00:35:58 docker.io 00:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:59 Configure a credential helper to remove this warning. See 00:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:59 00:35:59 Login Succeeded 00:35:59 ---> docker-login.sh ends [Pipeline] } 00:35:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:59 ========================================================= 00:35:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:59 + 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 . 00:36:02 Sending build context to Docker daemon 167.2MB 00:36:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:02 Step 2/6 : FROM ${BASE} 00:36:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:02 5f621e34cdf4: Pulling fs layer 00:36:02 a4357932f1b6: Pulling fs layer 00:36:02 18c013af1878: Pulling fs layer 00:36:02 00ac8860ef70: Pulling fs layer 00:36:02 63d7cb157983: Pulling fs layer 00:36:02 b116817d02f9: Pulling fs layer 00:36:02 745a02a5169b: Pulling fs layer 00:36:02 00ac8860ef70: Waiting 00:36:02 63d7cb157983: Waiting 00:36:02 b116817d02f9: Waiting 00:36:02 745a02a5169b: Waiting 00:36:02 18c013af1878: Verifying Checksum 00:36:02 18c013af1878: Download complete 00:36:02 a4357932f1b6: Verifying Checksum 00:36:02 a4357932f1b6: Download complete 00:36:02 63d7cb157983: Verifying Checksum 00:36:02 63d7cb157983: Download complete 00:36:02 b116817d02f9: Verifying Checksum 00:36:02 b116817d02f9: Download complete 00:36:02 5f621e34cdf4: Verifying Checksum 00:36:02 5f621e34cdf4: Download complete 00:36:03 5f621e34cdf4: Pull complete 00:36:04 a4357932f1b6: Pull complete 00:36:04 18c013af1878: Pull complete 00:36:05 745a02a5169b: Verifying Checksum 00:36:05 745a02a5169b: Download complete 00:36:06 00ac8860ef70: Verifying Checksum 00:36:06 00ac8860ef70: Download complete 00:36:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 87798cf16dfd 00:36:11 Step 3/23 : WORKDIR /edgex-go 00:36:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 87798cf16dfd 00:36:11 Step 3/23 : WORKDIR /edgex-go 00:36:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 87798cf16dfd 00:36:11 Step 3/24 : WORKDIR /edgex-go 00:36:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 87798cf16dfd 00:36:11 Step 3/23 : WORKDIR /edgex-go 00:36:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:36:11 ---> 87798cf16dfd 00:36:11 Step 3/31 : WORKDIR /edgex-go 00:36:11 ---> Running in c45f69acb140 00:36:11 ---> Running in 9ebd8f1a6695 00:36:11 ---> Running in 6403e5831e6d 00:36:11 ---> Running in 938c9849aa46 00:36:11 ---> Running in c435d30827bf 00:36:11 Removing intermediate container c45f69acb140 00:36:11 ---> 278906abb835 00:36:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:11 Removing intermediate container c435d30827bf 00:36:11 ---> 29a64085c149 00:36:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:11 Removing intermediate container 938c9849aa46 00:36:11 ---> 9387b5a69cf5 00:36:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:11 Removing intermediate container 6403e5831e6d 00:36:11 ---> 1b5bec9a2510 00:36:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:11 Removing intermediate container 9ebd8f1a6695 00:36:11 ---> 51c454f03162 00:36:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:11 ---> Running in 94ab616ca1cf 00:36:11 ---> Running in 3199fa096ded 00:36:11 ---> Running in 84270db92ec5 00:36:11 ---> Running in 57a26151cd62 00:36:11 ---> Running in b42a0fd2f36a 00:36:11 Removing intermediate container 94ab616ca1cf 00:36:11 ---> 693b87acf006 00:36:11 Step 5/23 : RUN apk add --update --no-cache make git 00:36:11 Removing intermediate container 84270db92ec5 00:36:11 ---> 2c9c89059b3c 00:36:11 Step 5/31 : RUN apk add --update --no-cache make git 00:36:11 ---> Running in 40b2da6b4213 00:36:11 ---> Running in e7c363b59fda 00:36:11 Removing intermediate container 3199fa096ded 00:36:11 ---> 6ad19fdf76d2 00:36:11 Step 5/23 : RUN apk add --update --no-cache make git 00:36:11 ---> Running in 9eb1a7395064 00:36:11 Removing intermediate container b42a0fd2f36a 00:36:11 ---> 6189ab3668a2 00:36:11 Step 5/24 : RUN apk add --update --no-cache make git 00:36:11 Removing intermediate container 57a26151cd62 00:36:11 ---> bbd07fafc2b0 00:36:11 Step 5/23 : RUN apk add --update --no-cache make bash git 00:36:11 ---> Running in eb3cb478c54a 00:36:11 ---> Running in 1f530b01c0db 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:13 OK: 233 MiB in 51 packages 00:36:13 OK: 233 MiB in 51 packages 00:36:13 OK: 233 MiB in 51 packages 00:36:13 OK: 233 MiB in 51 packages 00:36:13 OK: 233 MiB in 51 packages 00:36:14 Removing intermediate container 40b2da6b4213 00:36:14 ---> d9a5d423519c 00:36:14 Step 6/23 : COPY go.mod . 00:36:14 Removing intermediate container 1f530b01c0db 00:36:14 ---> ab727a0943d8 00:36:14 Step 6/23 : COPY go.mod . 00:36:14 ---> 457920f95c03 00:36:14 Step 7/23 : RUN go mod download 00:36:14 Removing intermediate container 9eb1a7395064 00:36:14 ---> df74fa4a0b88 00:36:14 Step 6/23 : COPY go.mod . 00:36:14 Removing intermediate container e7c363b59fda 00:36:14 ---> 5d786554c6ef 00:36:14 Step 6/31 : COPY go.mod . 00:36:14 ---> Running in 2371c07925bc 00:36:15 Removing intermediate container eb3cb478c54a 00:36:15 ---> 7482ef48afef 00:36:15 Step 6/24 : COPY go.mod . 00:36:15 ---> ac822ebe7fb8 00:36:15 Step 7/23 : RUN go mod download 00:36:15 ---> f5bd64b5d085 00:36:15 Step 7/23 : RUN go mod download 00:36:15 ---> Running in c117fd72ca90 00:36:15 ---> 8b1530f41264 00:36:15 Step 7/31 : RUN go mod download 00:36:15 ---> f710ce832206 00:36:15 Step 7/24 : RUN go mod download 00:36:15 ---> Running in adf2dd777820 00:36:15 ---> Running in ee245b4af55d 00:36:15 ---> Running in 53f06fa1857d 00:36:16 00ac8860ef70: Pull complete 00:36:16 63d7cb157983: Pull complete 00:36:16 b116817d02f9: Pull complete 00:36:17 Removing intermediate container 2371c07925bc 00:36:17 ---> 4f719d0c6978 00:36:17 Step 8/23 : COPY . . 00:36:18 Removing intermediate container c117fd72ca90 00:36:18 ---> adb3eb2d33a7 00:36:18 Step 8/23 : COPY . . 00:36:18 745a02a5169b: Pull complete 00:36:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:18 ---> b7e6874047d6 00:36:18 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 00:36:20 Removing intermediate container 53f06fa1857d 00:36:20 ---> 9ef9950226dc 00:36:20 Step 8/24 : COPY . . 00:36:22 Removing intermediate container ee245b4af55d 00:36:22 ---> 278faa536c4d 00:36:22 Step 8/31 : COPY . . 00:36:22 Removing intermediate container adf2dd777820 00:36:22 ---> 065a39d49903 00:36:22 Step 8/23 : COPY . . 00:36:23 ---> Running in 97ff0fdffb0f 00:36:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:25 (1/12) Installing libmagic (5.38-r0) 00:36:25 (2/12) Installing file (5.38-r0) 00:36:25 (3/12) Installing libc-dev (0.7.2-r3) 00:36:25 (4/12) Installing g++ (9.3.0-r2) 00:36:31 (5/12) Installing fortify-headers (1.1-r0) 00:36:31 (6/12) Installing patch (2.7.6-r6) 00:36:31 (7/12) Installing build-base (0.5-r2) 00:36:31 (8/12) Installing libsodium (1.0.18-r0) 00:36:31 (9/12) Installing pkgconf (1.7.2-r0) 00:36:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:31 (11/12) Installing libzmq (4.3.3-r0) 00:36:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:31 Executing busybox-1.31.1-r19.trigger 00:36:31 OK: 217 MiB in 51 packages 00:36:35 Removing intermediate container 97ff0fdffb0f 00:36:35 ---> b7cbda2c27b5 00:36:35 Step 4/6 : WORKDIR /edgex-go 00:36:35 ---> Running in 07ecd3e2d245 00:36:35 Removing intermediate container 07ecd3e2d245 00:36:35 ---> 93ac36788c86 00:36:35 Step 5/6 : COPY go.mod . 00:36:36 ---> 786fb7d8ac69 00:36:36 Step 6/6 : RUN go mod download 00:36:36 ---> Running in dcbc01939fc6 00:37:01 ---> e41e8e90faa8 00:37:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:37:01 ---> e499c857ee38 00:37:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:01 ---> 927a16f89510 00:37:01 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:01 ---> 9b6cbf199091 00:37:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:01 ---> 56bbff4e6152 00:37:01 Step 9/23 : RUN make cmd/core-command/core-command 00:37:01 ---> Running in 05c24b328afd 00:37:01 ---> Running in 147af105cd27 00:37:01 ---> Running in be211b15355a 00:37:01 ---> Running in dffa6c2d4e07 00:37:01 ---> Running in a3b2dc363a03 00:37:01 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 00:37:01 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 00:37:01 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 00:37:01 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 00:37:01 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 00:37:03 Removing intermediate container dcbc01939fc6 00:37:03 ---> 46ab52ec0596 00:37:03 Successfully built 46ab52ec0596 00:37:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:03 + docker inspect -f . ci-base-image-arm64 00:37:03 . [Pipeline] withDockerContainer 00:37:03 prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container 00:37:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:05 $ docker top 42bfb95c6db757c147c19dcd76af3d14a21be51a1071330e66ae12475dd8b14c -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:06 + go version 00:37:06 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:06 $ docker stop --time=1 42bfb95c6db757c147c19dcd76af3d14a21be51a1071330e66ae12475dd8b14c 00:37:08 $ docker rm -f 42bfb95c6db757c147c19dcd76af3d14a21be51a1071330e66ae12475dd8b14c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:09 + docker inspect -f . ci-base-image-arm64 00:37:09 . [Pipeline] withDockerContainer 00:37:09 prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container 00:37:09 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:11 $ docker top 3a2872d5217f1231919aadf211fe1a58972f5b9dbda22e9e2b0f235615be79f5 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:11 ========================================================= 00:37:11 [edgeXBuildGoParallel] Running Tests and Build... 00:37:11 ========================================================= [Pipeline] sh 00:37:12 + make test 00:37:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:33 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 00:37:39 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:40 Removing intermediate container be211b15355a 00:37:40 ---> 3679f72832c3 00:37:40 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:40 Removing intermediate container 05c24b328afd 00:37:40 ---> 5146c7680bd6 00:37:40 00:37:40 Step 10/31 : FROM alpine:3.12 00:37:40 Removing intermediate container a3b2dc363a03 00:37:40 ---> b26e146a7af4 00:37:40 00:37:40 Step 10/23 : FROM alpine:3.12 00:37:40 3.12: Pulling from library/alpine 00:37:40 ---> Running in 389888d55a70 00:37:40 3.12: Pulling from library/alpine 00:37:41 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:37:41 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:37:41 Status: Downloaded newer image for alpine:3.12 00:37:41 ---> 7230e588e954 00:37:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:41 Status: Downloaded newer image for alpine:3.12 00:37:41 ---> 7230e588e954 00:37:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:42 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 00:37:43 ---> Running in 774e01c6034e 00:37:43 ---> Running in 0b1a2315b4c5 00:37:44 Removing intermediate container 147af105cd27 00:37:44 ---> ffdac108c0a7 00:37:44 00:37:44 Step 10/24 : FROM alpine:3.12 00:37:44 ---> 7230e588e954 00:37:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:37:44 Removing intermediate container dffa6c2d4e07 00:37:44 ---> 4e64bc450c0a 00:37:44 00:37:44 Step 10/23 : FROM alpine:3.12 00:37:44 ---> 7230e588e954 00:37:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:45 ---> Running in a74759cabd8b 00:37:45 ---> Running in 61690c003919 00:37:45 Removing intermediate container 0b1a2315b4c5 00:37:45 ---> 8f2f13477b38 00:37:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:45 ---> Running in 305ee3c91eda 00:37:45 (1/1) Installing dumb-init (1.2.2-r1) 00:37:45 Executing busybox-1.31.1-r20.trigger 00:37:45 OK: 6 MiB in 15 packages 00:37:45 Removing intermediate container 389888d55a70 00:37:45 ---> 458310b2c150 00:37:45 00:37:45 Step 11/23 : FROM docker:20.10.0 00:37:46 20.10.0: Pulling from library/docker 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 Removing intermediate container 774e01c6034e 00:37:46 ---> 3fac2ee27efd 00:37:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:46 ---> Running in b1161aa7b63f 00:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:46 (1/6) Installing ca-certificates (20191127-r4) 00:37:46 (1/1) Installing dumb-init (1.2.2-r1) 00:37:46 Executing busybox-1.31.1-r20.trigger 00:37:46 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:37:46 (3/6) Installing libcurl (7.69.1-r3) 00:37:46 OK: 6 MiB in 15 packages 00:37:46 (4/6) Installing curl (7.69.1-r3) 00:37:46 (5/6) Installing dumb-init (1.2.2-r1) 00:37:46 (6/6) Installing su-exec (0.2-r1) 00:37:46 Executing busybox-1.31.1-r20.trigger 00:37:46 Executing ca-certificates-20191127-r4.trigger 00:37:46 OK: 7 MiB in 20 packages 00:37:46 (1/2) Installing dumb-init (1.2.2-r1) 00:37:46 (2/2) Installing su-exec (0.2-r1) 00:37:46 Executing busybox-1.31.1-r20.trigger 00:37:47 OK: 6 MiB in 16 packages 00:37:47 Removing intermediate container b1161aa7b63f 00:37:47 ---> d7ea5e2852ec 00:37:47 Step 13/23 : ENV APP_PORT=48082 00:37:47 ---> Running in a5ca17649eb9 00:37:48 Removing intermediate container a5ca17649eb9 00:37:48 ---> fd383d5e8a34 00:37:48 Step 14/23 : EXPOSE $APP_PORT 00:37:48 Removing intermediate container 61690c003919 00:37:48 ---> 728d5696db33 00:37:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:49 ---> Running in 025eb440137a 00:37:49 ---> Running in 9415e6919c6b 00:37:49 Removing intermediate container a74759cabd8b 00:37:49 ---> a838965a46b4 00:37:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:49 Removing intermediate container 305ee3c91eda 00:37:49 ---> e79312aa89ed 00:37:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:37:50 Removing intermediate container 025eb440137a 00:37:50 ---> 428fdbb71721 00:37:50 Step 15/23 : WORKDIR / 00:37:50 ---> Running in 35a7b2e21c6e 00:37:50 ---> Running in 8cb0fca23c3f 00:37:50 Removing intermediate container 9415e6919c6b 00:37:50 ---> a1fddfa1218f 00:37:50 Step 13/23 : ENV APP_PORT=48081 00:37:50 ---> Running in 78e7b48b2297 00:37:50 ---> Running in b411c950b329 00:37:50 Removing intermediate container 35a7b2e21c6e 00:37:50 ---> e6f55580e357 00:37:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:50 Removing intermediate container 8cb0fca23c3f 00:37:50 ---> f7ddf91fda66 00:37:50 Step 13/24 : WORKDIR / 00:37:50 Removing intermediate container 78e7b48b2297 00:37:50 ---> 52d009ac5477 00:37:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:50 ---> Running in 71d72393d7e8 00:37:50 Removing intermediate container b411c950b329 00:37:50 ---> 6dccbd744195 00:37:50 Step 14/23 : EXPOSE $APP_PORT 00:37:50 ---> Running in 43939ea1ab58 00:37:51 ---> Running in a7feece3597d 00:37:51 Removing intermediate container 71d72393d7e8 00:37:51 ---> 47d54a42fc3a 00:37:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:51 ---> Running in 205f17761b9f 00:37:51 Removing intermediate container 43939ea1ab58 00:37:51 ---> 8135b5cd4af1 00:37:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:51 ---> 263db2ecf6d4 00:37:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:51 Removing intermediate container a7feece3597d 00:37:51 ---> d8faab0c61b4 00:37:51 Step 15/23 : WORKDIR / 00:37:52 ---> Running in 0d59280c1ca6 00:37:52 ---> 3c64cbfca6da 00:37:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:52 ---> f2d4d6cb1ac8 00:37:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:52 Removing intermediate container 0d59280c1ca6 00:37:52 ---> 4facbcc715f9 00:37:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:52 Status: Downloaded newer image for docker:20.10.0 00:37:52 ---> aefe523efa57 00:37:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:37:52 ---> Running in 9681ec024788 00:37:52 ---> a79440317575 00:37:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:53 ---> 3532e4cc765c 00:37:53 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:53 ---> e6209520812f 00:37:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:53 Removing intermediate container 9681ec024788 00:37:53 ---> 923f4e48141e 00:37:53 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 00:37:53 ---> 8f987d1d881d 00:37:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:53 ---> Running in 706476c8b020 00:37:53 ---> Running in 23768399e53f 00:37:53 Removing intermediate container 205f17761b9f 00:37:53 ---> 7977ea41c886 00:37:53 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:37:54 Removing intermediate container 706476c8b020 00:37:54 ---> 0a424e6e4bf0 00:37:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:54 ---> 03704eb7a920 00:37:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:54 ---> Running in f5213ee4a721 00:37:54 ---> 0abf73580309 00:37:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:54 ---> Running in a1a4734e7d84 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:54 ---> 40231e42fd3c 00:37:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:55 Removing intermediate container f5213ee4a721 00:37:55 ---> 85084b8f8ab5 00:37:55 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:55 (1/39) Installing readline (8.0.4-r0) 00:37:55 ---> Running in a06dc6cd29f1 00:37:55 (2/39) Installing bash (5.0.17-r0) 00:37:55 Executing bash-5.0.17-r0.post-install 00:37:55 (3/39) Installing nghttp2-libs (1.41.0-r0) 00:37:55 (4/39) Installing libcurl (7.69.1-r3) 00:37:55 (5/39) Installing curl (7.69.1-r3) 00:37:55 (6/39) Installing dumb-init (1.2.2-r1) 00:37:55 (7/39) Installing libbz2 (1.0.8-r1) 00:37:55 (8/39) Installing expat (2.2.9-r1) 00:37:55 (9/39) Installing libffi (3.3-r2) 00:37:55 (10/39) Installing gdbm (1.13-r1) 00:37:55 (11/39) Installing xz-libs (5.2.5-r0) 00:37:55 Removing intermediate container a1a4734e7d84 00:37:55 ---> 34f0497df26a 00:37:55 Step 21/23 : LABEL arch=x86_64 00:37:55 (12/39) Installing sqlite-libs (3.32.1-r0) 00:37:55 (13/39) Installing python3 (3.8.8-r0) 00:37:56 ---> bf08cfa4344a 00:37:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:58 ---> Running in 72392856c389 00:37:58 Removing intermediate container a06dc6cd29f1 00:37:58 ---> 61571129726e 00:37:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:58 ---> c56710b0fc1e 00:37:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:58 (14/39) Installing py3-appdirs (1.4.4-r1) 00:37:58 (15/39) Installing py3-ordered-set (4.0.1-r0) 00:37:58 (16/39) Installing py3-parsing (2.4.7-r0) 00:37:58 (17/39) Installing py3-six (1.15.0-r0) 00:37:58 (18/39) Installing py3-packaging (20.4-r0) 00:37:58 ---> ee09e7dfe501 00:37:58 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/ 00:37:58 ---> Running in d2c1a6767854 00:37:58 (19/39) Installing py3-setuptools (47.0.0-r0) 00:37:58 (20/39) Installing py3-chardet (3.0.4-r4) 00:37:58 ---> Running in 584c140da389 00:37:58 (21/39) Installing py3-idna (2.9-r0) 00:37:58 (22/39) Installing py3-certifi (2020.4.5.1-r0) 00:37:58 (23/39) Installing py3-urllib3 (1.25.9-r0) 00:37:59 ---> Running in 7dfff63eb2ed 00:37:59 (24/39) Installing py3-requests (2.23.0-r0) 00:37:59 (25/39) Installing py3-msgpack (1.0.0-r0) 00:37:59 (26/39) Installing py3-lockfile (0.12.2-r3) 00:37:59 Removing intermediate container 72392856c389 00:37:59 ---> 743467161933 00:37:59 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:37:59 (27/39) Installing py3-cachecontrol (0.12.6-r0) 00:37:59 (28/39) Installing py3-colorama (0.4.3-r0) 00:37:59 Removing intermediate container d2c1a6767854 00:37:59 ---> 9336f4861cd4 00:37:59 Step 21/23 : LABEL arch=x86_64 00:37:59 (29/39) Installing py3-distlib (0.3.0-r0) 00:37:59 (30/39) Installing py3-distro (1.5.0-r1) 00:37:59 (31/39) Installing py3-webencodings (0.5.1-r3) 00:37:59 (32/39) Installing py3-html5lib (1.0.1-r4) 00:37:59 ---> Running in 4adaf2680e77 00:38:00 (33/39) Installing py3-pytoml (0.1.21-r0) 00:38:00 (34/39) Installing py3-pep517 (0.8.2-r0) 00:38:00 ---> Running in 58515bd2d05c 00:38:00 (35/39) Installing py3-progress (1.5-r0) 00:38:00 (36/39) Installing py3-toml (0.10.1-r0) 00:38:00 (37/39) Installing py3-retrying (1.3.3-r0) 00:38:00 (38/39) Installing py3-contextlib2 (0.6.0-r0) 00:38:00 (39/39) Installing py3-pip (20.1.1-r0) 00:38:01 Executing busybox-1.31.1-r19.trigger 00:38:01 OK: 72 MiB in 59 packages 00:38:01 Removing intermediate container 58515bd2d05c 00:38:01 ---> f159d482c6a5 00:38:01 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:38:01 Removing intermediate container 4adaf2680e77 00:38:01 ---> 64091d86be72 00:38:01 Step 23/23 : LABEL version=0.0.0 00:38:01 ---> Running in f4be6fbae715 00:38:01 ---> Running in aabfe1f5bfa3 00:38:02 Removing intermediate container f4be6fbae715 00:38:02 ---> 505bf00516ec 00:38:02 Step 23/23 : LABEL version=0.0.0 00:38:02 Removing intermediate container aabfe1f5bfa3 00:38:02 ---> 37c3848118dd 00:38:02 00:38:02 Collecting docker-compose==1.23.2 00:38:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:02 ---> Running in fd77ff809298 00:38:02 Removing intermediate container 584c140da389 00:38:02 ---> a693abd7130a 00:38:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:02 Removing intermediate container 7dfff63eb2ed 00:38:02 ---> dd149c1c7a9c 00:38:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:02 Collecting cached-property<2,>=1.2.0 00:38:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:02 ---> Running in 6ab30e2593ee 00:38:02 Successfully built 37c3848118dd 00:38:02 Successfully tagged docker-core-command-go:latest 00:38:02 Building docker-core-data-go 00:38:02  Building docker-core-command-go ... done Removing intermediate container fd77ff809298 00:38:02 ---> 779a1e43557c 00:38:02 00:38:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:03 ---> d6f3be7f2a77 00:38:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:03 Removing intermediate container 6ab30e2593ee 00:38:03 ---> f296a7ba1cbc 00:38:03 Step 22/24 : LABEL arch=x86_64 00:38:03 Successfully built 779a1e43557c 00:38:03 Successfully tagged docker-core-metadata-go:latest 00:38:03 Building docker-support-notifications-go 00:38:03  Building docker-core-metadata-go ... done Collecting docopt<0.7,>=0.6.1 00:38:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:03 ---> Running in fa55d01b9dd2 00:38:03 Removing intermediate container fa55d01b9dd2 00:38:03 ---> 7ad9402b1d0c 00:38:03 Step 23/24 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:38:04 Collecting dockerpty<0.5,>=0.4.1 00:38:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:06 ---> Running in 66ee311dd43f 00:38:08 ---> c9c6b968a832 00:38:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:08 Collecting docker<4.0,>=3.6.0 00:38:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:08 Removing intermediate container 66ee311dd43f 00:38:08 ---> 26fdedbbab4f 00:38:08 Step 24/24 : LABEL version=0.0.0 00:38:09 Collecting PyYAML<4,>=3.10 00:38:09 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:11 ---> Running in ab4393d7f30b 00:38:11 ---> 70c7bfe71259 00:38:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38: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) 00:38:13 Removing intermediate container ab4393d7f30b 00:38:13 ---> 29d4f51c600f 00:38:13 00:38:13 Collecting jsonschema<3,>=2.5.1 00:38:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:13 Successfully built 29d4f51c600f 00:38:13 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:13 Building docker-support-scheduler-go 00:38:13  Building docker-security-secretstore-setup-go ... done Collecting websocket-client<1.0,>=0.32.0 00:38:13 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:38:13 Collecting texttable<0.10,>=0.9.0 00:38:13 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:15 Collecting urllib3<1.25,>=1.21.1 00:38:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:17 ---> 71030bd43356 00:38:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:38:17 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:18 Collecting idna<2.8,>=2.5 00:38:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:21 Collecting docker-pycreds>=0.4.0 00:38:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:22 Installing collected packages: cached-property, urllib3, idna, requests, docopt, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, texttable, docker-compose 00:38:23 ---> 6697af668322 00:38:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:38:24 Attempting uninstall: urllib3 00:38:24 Found existing installation: urllib3 1.25.9 00:38:24 Uninstalling urllib3-1.25.9: 00:38:24 Successfully uninstalled urllib3-1.25.9 00:38:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:25 ---> 87798cf16dfd 00:38:25 Step 3/22 : WORKDIR /edgex-go 00:38:25 ---> 87798cf16dfd 00:38:25 Step 3/23 : WORKDIR /edgex-go 00:38:25 ---> Using cache 00:38:25 ---> 51c454f03162 00:38:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:25 ---> Using cache 00:38:25 ---> 51c454f03162 00:38:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:25 ---> Using cache 00:38:25 ---> 6189ab3668a2 00:38:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:38:25 ---> Using cache 00:38:25 ---> 6189ab3668a2 00:38:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:26 Attempting uninstall: idna 00:38:26 Found existing installation: idna 2.9 00:38:26 Uninstalling idna-2.9: 00:38:26 Successfully uninstalled idna-2.9 00:38:26 ---> Running in 94fd25e4c2e5 00:38:26 ---> Running in acf9cbf07137 00:38:26 ---> Running in 15b82b70be46 00:38:26 Attempting uninstall: requests 00:38:26 Found existing installation: requests 2.23.0 00:38:26 Uninstalling requests-2.23.0: 00:38:26 Successfully uninstalled requests-2.23.0 00:38:26 Removing intermediate container 94fd25e4c2e5 00:38:26 ---> 94541e0b270e 00:38:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:26 Running setup.py install for docopt: started 00:38:27 ---> 746a56658905 00:38:27 Step 26/31 : RUN chmod +x /entrypoint.sh 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 ---> Running in 61af0d5c7019 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 OK: 233 MiB in 51 packages 00:38:29 OK: 233 MiB in 51 packages 00:38:29 Running setup.py install for docopt: finished with status 'done' 00:38:30 Running setup.py install for dockerpty: started 00:38:31 Running setup.py install for dockerpty: finished with status 'done' 00:38:32 Removing intermediate container acf9cbf07137 00:38:32 ---> 0f6920ef1ef1 00:38:32 Step 6/22 : COPY go.mod . 00:38:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:33 Removing intermediate container 15b82b70be46 00:38:33 ---> 380c0e9ff333 00:38:33 Step 6/23 : COPY go.mod . 00:38:33 Running setup.py install for PyYAML: started 00:38:34 ---> 88b250242323 00:38:34 Step 7/22 : RUN go mod download 00:38:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:34 ---> 87798cf16dfd 00:38:34 Step 3/22 : WORKDIR /edgex-go 00:38:34 ---> Using cache 00:38:34 ---> 51c454f03162 00:38:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:34 ---> Using cache 00:38:34 ---> 6189ab3668a2 00:38:34 Step 5/22 : RUN apk add --update --no-cache make git 00:38:34 ---> Using cache 00:38:34 ---> 7482ef48afef 00:38:34 Step 6/22 : COPY go.mod . 00:38:34 ---> Using cache 00:38:34 ---> f710ce832206 00:38:34 Step 7/22 : RUN go mod download 00:38:34 ---> Using cache 00:38:34 ---> 9ef9950226dc 00:38:34 Step 8/22 : COPY . . 00:38:34 Removing intermediate container 61af0d5c7019 00:38:34 ---> b535bf95a022 00:38:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:38:34 Running setup.py install for PyYAML: finished with status 'done' 00:38:34 ---> Using cache 00:38:34 ---> e499c857ee38 00:38:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:35 ---> Running in 96149b71f62e 00:38:35 Running setup.py install for texttable: started 00:38:35 ---> 13320c45e8e0 00:38:35 Step 7/23 : RUN go mod download 00:38:35 ---> Running in b488ed669a72 00:38:35 ---> Running in 13c3b48cbf0b 00:38:35 Running setup.py install for texttable: finished with status 'done' 00:38:35 ---> Running in 58a5ec5e048c 00:38:36 Removing intermediate container 13c3b48cbf0b 00:38:36 ---> ad4f6c58ba0e 00:38:36 Step 28/31 : CMD ["gate"] 00:38:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:38:36 ---> Running in 3438b4133ab8 00:38:37 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 00:38:37 Removing intermediate container 3438b4133ab8 00:38:37 ---> 27392a291ba6 00:38:37 Step 29/31 : LABEL arch=x86_64 00:38:37 ---> Running in a0af39393331 00:38:38 Removing intermediate container a0af39393331 00:38:38 ---> ae412e5cf386 00:38:38 Step 30/31 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:38:38 ---> Running in adaa6480efb6 00:38:39 Removing intermediate container 96149b71f62e 00:38:39 ---> 5d46dec7f608 00:38:39 Step 8/22 : COPY . . 00:38:39 Removing intermediate container adaa6480efb6 00:38:39 ---> 519985365cf9 00:38:39 Step 31/31 : LABEL version=0.0.0 00:38:40 ---> Running in 54bc7ec6c00d 00:38:40 Removing intermediate container 58a5ec5e048c 00:38:40 ---> afbd5a79117e 00:38:40 Step 8/23 : COPY . . 00:38:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:42 Removing intermediate container 54bc7ec6c00d 00:38:42 ---> 2f5b2e5a6bc8 00:38:42 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:45 Successfully built 2f5b2e5a6bc8 00:38:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:47 Successfully tagged docker-security-bootstrapper-go:latest 00:38:47  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 00:38:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.333s coverage: 45.9% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.208s coverage: 19.8% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.515s coverage: 27.1% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.154s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 71.3% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.500s coverage: 82.9% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:19 ---> 87798cf16dfd 00:39:19 Step 3/21 : WORKDIR /edgex-go 00:39:19 ---> Using cache 00:39:19 ---> 51c454f03162 00:39:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:19 ---> Using cache 00:39:19 ---> 6189ab3668a2 00:39:19 Step 5/21 : RUN apk add --update --no-cache make git 00:39:19 ---> Using cache 00:39:19 ---> 7482ef48afef 00:39:19 Step 6/21 : COPY go.mod . 00:39:19 ---> Using cache 00:39:19 ---> f710ce832206 00:39:19 Step 7/21 : RUN go mod download 00:39:19 ---> Using cache 00:39:19 ---> 9ef9950226dc 00:39:19 Step 8/21 : COPY . . 00:39:19 ---> Using cache 00:39:19 ---> e499c857ee38 00:39:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:19 Removing intermediate container 23768399e53f 00:39:19 ---> 6b370eeb3fe0 00:39:19 Step 14/23 : ENV APP_PORT=48090 00:39:19 ---> Running in 18353ca96c96 00:39:19 ---> Running in 491cb7f92e3c 00:39:19 ---> d0af11d2d14c 00:39:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:39:19 ---> a7d57d6da814 00:39:19 Step 9/23 : RUN make cmd/core-data/core-data 00:39:20 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 00:39:21 ---> Running in 2c52f2280c66 00:39:21 ---> Running in 9772aa854797 00:39:21 Removing intermediate container 491cb7f92e3c 00:39:21 ---> 8a726d6e670e 00:39:21 Step 15/23 : EXPOSE $APP_PORT 00:39:22 Removing intermediate container b488ed669a72 00:39:22 ---> eafcb304c1a2 00:39:22 00:39:22 Step 10/22 : FROM alpine:3.12 00:39:22 ---> 7230e588e954 00:39:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:22 ---> Running in c46e5feb73c7 00:39:22 ---> Using cache 00:39:22 ---> 728d5696db33 00:39:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:22 ---> Using cache 00:39:22 ---> a1fddfa1218f 00:39:22 Step 13/22 : ENV APP_PORT=48085 00:39:22 ---> Running in ff21507874f2 00:39:22 Removing intermediate container c46e5feb73c7 00:39:22 ---> 369c5181c268 00:39:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:23 Removing intermediate container ff21507874f2 00:39:23 ---> 41020e386f77 00:39:23 Step 14/22 : EXPOSE $APP_PORT 00:39:23 ---> Running in 1d61889593e2 00:39:23 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 00:39:23 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 00:39:23 Removing intermediate container 1d61889593e2 00:39:23 ---> aeaaae1108e8 00:39:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:23 ---> 7081ed413022 00:39:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:24 ---> 91e33ab110c4 00:39:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:24 ---> 3b41b52d8dca 00:39:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.163s coverage: 100.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:26 ---> 9b8d322369fa 00:39:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:26 ---> 5de4bc1c717a 00:39:26 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:26 ---> Running in 65084d614181 00:39:26 Removing intermediate container 65084d614181 00:39:26 ---> ceb3de57ec23 00:39:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:26 ---> 32616f6afc70 00:39:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:26 ---> Running in 029acac5c12f 00:39:26 ---> Running in 6c9bf1978bcf 00:39:28 Removing intermediate container 029acac5c12f 00:39:28 ---> fe5684909735 00:39:28 Step 21/23 : LABEL arch=x86_64 00:39:28 Removing intermediate container 6c9bf1978bcf 00:39:28 ---> 5579ad13a1e6 00:39:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:28 ---> Running in c414210211c1 00:39:28 ---> Running in 386f04234b97 00:39:29 Removing intermediate container c414210211c1 00:39:29 ---> 721f7e42da74 00:39:29 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:39:29 Removing intermediate container 386f04234b97 00:39:29 ---> e893a42f53fc 00:39:29 Step 20/22 : LABEL arch=x86_64 00:39:29 ---> Running in a773174fac52 00:39:29 ---> Running in b9f100d54c43 00:39:29 Removing intermediate container a773174fac52 00:39:29 ---> 81fa6360f3c6 00:39:29 Step 23/23 : LABEL version=0.0.0 00:39:29 ---> Running in b0bcfc8dfc15 00:39:29 Removing intermediate container b9f100d54c43 00:39:29 ---> d509d6bfba17 00:39:29 Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:39:29 ---> Running in 8be11d305e6e 00:39:30 Removing intermediate container b0bcfc8dfc15 00:39:30 ---> 9766bab60e89 00:39:30 00:39:30 Removing intermediate container 8be11d305e6e 00:39:30 ---> 6eadabd52151 00:39:30 Step 22/22 : LABEL version=0.0.0 00:39:30 Successfully built 9766bab60e89 00:39:30 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:30 ---> Running in f8cd1acf1dca 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.284s coverage: 92.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.281s coverage: 1.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.215s coverage: 79.5% of statements 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements 00:39:31  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f8cd1acf1dca 00:39:31 ---> 23a2025ff444 00:39:31 00:39:31 Successfully built 23a2025ff444 00:39:31 Successfully tagged docker-support-scheduler-go:latest 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.178s coverage: 96.3% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements 00:39:44  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.208s coverage: 94.4% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.109s coverage: 44.8% of statements 00:39:49 Removing intermediate container 18353ca96c96 00:39:49 ---> 6f9eea0db4b7 00:39:49 00:39:49 Step 10/21 : FROM alpine:3.12 00:39:49 ---> 7230e588e954 00:39:49 Step 11/21 : RUN apk add --update --no-cache curl 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.469s coverage: 81.9% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:39:53 ---> Running in 5eb268da0795 00:39:53 Removing intermediate container 2c52f2280c66 00:39:53 ---> 908c1ec9bde2 00:39:53 00:39:53 Step 10/22 : FROM alpine:3.12 00:39:53 ---> 7230e588e954 00:39:53 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:53 ---> Running in 76813b34fdea 00:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:54 (1/4) Installing ca-certificates (20191127-r4) 00:39:54 (1/2) Installing ca-certificates (20191127-r4) 00:39:54 (2/2) Installing dumb-init (1.2.2-r1) 00:39:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:54 Executing busybox-1.31.1-r20.trigger 00:39:54 (3/4) Installing libcurl (7.69.1-r3) 00:39:54 (4/4) Installing curl (7.69.1-r3) 00:39:54 Executing busybox-1.31.1-r20.trigger 00:39:54 Executing ca-certificates-20191127-r4.trigger 00:39:54 Executing ca-certificates-20191127-r4.trigger 00:39:54 OK: 7 MiB in 18 packages 00:39:54 OK: 6 MiB in 16 packages 00:39:57 Removing intermediate container 9772aa854797 00:39:57 ---> 66a2687d2710 00:39:57 00:39:57 Step 10/23 : FROM alpine:3.12 00:39:57 ---> 7230e588e954 00:39:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:57 ---> Running in 84e587f3c69a 00:39:57 Removing intermediate container 5eb268da0795 00:39:57 ---> 117fe0da9c53 00:39:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:57 Removing intermediate container 76813b34fdea 00:39:57 ---> 1d64a22e40bc 00:39:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:57 ---> Running in 87cbc084d4f3 00:39:57 ---> Running in 8cff5848d763 00:39:57 Removing intermediate container 84e587f3c69a 00:39:57 ---> 5293669b2202 00:39:57 Step 12/23 : ENV APP_PORT=48080 00:39:58 ---> Running in c4d1bd93a883 00:39:58 Removing intermediate container 87cbc084d4f3 00:39:58 ---> 08e0cdc01cc7 00:39:58 Step 13/21 : WORKDIR /edgex 00:39:58 Removing intermediate container 8cff5848d763 00:39:58 ---> e2440b18a32e 00:39:58 Step 13/22 : ENV APP_PORT=48060 00:39:58 ---> Running in 2979f4faaccf 00:39:58 ---> Running in e2711139d3a3 00:39:58 Removing intermediate container c4d1bd93a883 00:39:58 ---> 686a1722acd7 00:39:58 Step 13/23 : EXPOSE $APP_PORT 00:39:58 ---> Running in 93624708af14 00:39:58 Removing intermediate container e2711139d3a3 00:39:58 ---> f4f5d5b3980a 00:39:58 Step 14/22 : EXPOSE $APP_PORT 00:39:58 Removing intermediate container 2979f4faaccf 00:39:58 ---> 7518e734cc1c 00:39:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:58 ---> Running in c6cfa6b71641 00:39:58 Removing intermediate container 93624708af14 00:39:58 ---> 0dcc9dd122ed 00:39:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:58 ---> Running in 923749b8c0aa 00:39:59 Removing intermediate container c6cfa6b71641 00:39:59 ---> 7f5fe1363b8b 00:39:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:59 ---> 5f04ae4de137 00:39:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.180s coverage: 92.9% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.165s coverage: 75.5% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.8% of statements 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 84.6% of statements 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.226s coverage: 91.6% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.728s coverage: 64.4% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.141s coverage: 100.0% of statements 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements 00:40:00 ---> f30b10f57184 00:40:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:00 ---> f3355513bdfc 00:40:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.094s coverage: 100.0% of statements 00:40:01 Removing intermediate container 923749b8c0aa 00:40:01 ---> cb431226639e 00:40:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:01 ---> b136f03c9163 00:40:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:01 ---> 31ad9596f735 00:40:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:01 ---> Running in 1f23853f597d 00:40:01 ---> Running in e032a9c10daf 00:40:01 Removing intermediate container e032a9c10daf 00:40:01 ---> 073bb0722279 00:40:01 Step 18/21 : CMD ["--init=true"] 00:40:01 ---> d013f28aabf7 00:40:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:40:01 ---> Running in 8ba05b394044 00:40:01 ---> Running in 3fc2a3a7ccec 00:40:01 Removing intermediate container 8ba05b394044 00:40:01 ---> 4d5a8da648fb 00:40:01 Step 19/21 : LABEL arch=x86_64 00:40:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 Removing intermediate container 3fc2a3a7ccec 00:40:01 ---> c99f043df7d5 00:40:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:01 ---> Running in 7d2343522680 00:40:01 ---> Running in 83073876937a 00:40:02 Removing intermediate container 7d2343522680 00:40:02 ---> 4417db88058c 00:40:02 Step 20/21 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:40:02 Removing intermediate container 83073876937a 00:40:02 ---> 9909d0687cbd 00:40:02 Step 20/22 : LABEL arch=x86_64 00:40:02 ---> Running in 73db69077ce7 00:40:02 ---> Running in bc1cee53e045 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 00:40:02 Removing intermediate container 73db69077ce7 00:40:02 ---> 0066bd84b293 00:40:02 Step 21/21 : LABEL version=0.0.0 00:40:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:02 Removing intermediate container bc1cee53e045 00:40:02 ---> 1f31f68d5645 00:40:02 Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:40:02 ---> Running in eda8a0e685b6 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:40:02 (1/6) Installing dumb-init (1.2.2-r1) 00:40:03 (2/6) Installing libgcc (9.3.0-r2) 00:40:03 (3/6) Installing libsodium (1.0.18-r0) 00:40:03 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:03 ---> Running in 3e4bbb09ffbe 00:40:03 Removing intermediate container eda8a0e685b6 00:40:03 ---> c78f885cb839 00:40:03 00:40:03 Successfully built c78f885cb839 00:40:03 Removing intermediate container 3e4bbb09ffbe 00:40:03 ---> 04a3801a4d14 00:40:03 Step 22/22 : LABEL version=0.0.0 00:40:03 Successfully tagged docker-security-proxy-setup-go:latest 00:40:03  Building docker-security-proxy-setup-go ... done  ---> Running in da4c372ac140 00:40:03 Removing intermediate container da4c372ac140 00:40:03 ---> 0df85e441447 00:40:03 00:40:03 Successfully built 0df85e441447 00:40:03 Successfully tagged docker-support-notifications-go:latest 00:40:04  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) 00:40:04 (6/6) Installing zeromq (4.3.3-r0) 00:40:04 Executing busybox-1.31.1-r20.trigger 00:40:04 OK: 8 MiB in 20 packages 00:40:04 Removing intermediate container 1f23853f597d 00:40:04 ---> 45a466e0e527 00:40:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:05 ---> ffc138ccd2d2 00:40:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:05 ---> a9f94521b1b9 00:40:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.857s coverage: 69.0% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:06 ---> da0077af54e5 00:40:06 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:06 ---> Running in 913f0e2e6526 00:40:06 Removing intermediate container 913f0e2e6526 00:40:06 ---> 0ff27d73e96c 00:40:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:06 ---> Running in a1fd8a6f4535 00:40:06 Removing intermediate container a1fd8a6f4535 00:40:06 ---> 4d97fb4bbfdd 00:40:06 Step 21/23 : LABEL arch=x86_64 00:40:06 ---> Running in d258ef7b0b7e 00:40:06 Removing intermediate container d258ef7b0b7e 00:40:06 ---> 53f23ae4e9cb 00:40:06 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:40:06 ---> Running in df0e184eb52a 00:40:06 Removing intermediate container df0e184eb52a 00:40:06 ---> c4640982762e 00:40:06 Step 23/23 : LABEL version=0.0.0 00:40:07 ---> Running in a4014da340d5 00:40:07 Removing intermediate container a4014da340d5 00:40:07 ---> e6fd928afc58 00:40:07 00:40:07 Successfully built e6fd928afc58 00:40:07 Successfully tagged docker-core-data-go:latest 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.529s coverage: 38.4% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.087s coverage: 89.5% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 00:40:07  Building docker-core-data-go ... done  [Pipeline] } 00:40:07 $ docker stop --time=1 1e77ebc70fa12452eb988dd5b960cf6deb463d573351632b835190503d10ca6b 00:40:10 $ docker rm -f 1e77ebc70fa12452eb988dd5b960cf6deb463d573351632b835190503d10ca6b [Pipeline] // withDockerContainer [Pipeline] sh 00:40:10 + docker images 00:40:10 + grep docker 00:40:10 docker-core-data-go latest e6fd928afc58 3 seconds ago 22.7MB 00:40:10 docker-support-notifications-go latest 0df85e441447 7 seconds ago 17.9MB 00:40:10 docker-security-proxy-setup-go latest c78f885cb839 8 seconds ago 25.5MB 00:40:10 docker-support-scheduler-go latest 23a2025ff444 39 seconds ago 17.4MB 00:40:10 docker-sys-mgmt-agent-go latest 9766bab60e89 41 seconds ago 312MB 00:40:10 docker-security-bootstrapper-go latest 2f5b2e5a6bc8 About a minute ago 18.9MB 00:40:10 docker-security-secretstore-setup-go latest 29d4f51c600f About a minute ago 25.8MB 00:40:10 docker-core-metadata-go latest 779a1e43557c 2 minutes ago 19MB 00:40:10 docker-core-command-go latest 37c3848118dd 2 minutes ago 17.3MB 00:40:10 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.129s coverage: 11.0% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 87.1% of statements 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.733s coverage: 29.1% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.242s coverage: 99.0% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.222s coverage: 100.0% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.381s coverage: 95.6% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 00:40:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:40:26 GO111MODULE=on go vet ./... 00:40:26 Still waiting to schedule task 00:40:26 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:22 Running on prd-ubuntu18.04-docker-8c-8g-33794 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:41:22 Running in /w/workspace/edgex-go/66 [Pipeline] { [Pipeline] checkout 00:41:24 using credential edgex-jenkins-ssh 00:41:24 Cloning the remote Git repository 00:41:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:25 > git init /w/workspace/edgex-go/66 # timeout=10 00:41:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:25 > git --version # timeout=10 00:41:25 > git --version # 'git version 2.17.1' 00:41:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:36 Merging remotes/origin/master commit 5e8f0209b56f3309f9665c980cdfd66463b0e44b into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 00:41:36 Merge succeeded, producing 95701cdd43147aedc74ab077cb469b9167092f16 00:41:36 Checking out Revision 95701cdd43147aedc74ab077cb469b9167092f16 (PR-3234) 00:41:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:36 > git config core.sparsecheckout # timeout=10 00:41:36 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 00:41:36 > git remote # timeout=10 00:41:36 > git config --get remote.origin.url # timeout=10 00:41:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:36 > git merge 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 00:41:36 > git rev-parse HEAD^{commit} # timeout=10 00:41:36 > git config core.sparsecheckout # timeout=10 00:41:36 > git checkout -f 95701cdd43147aedc74ab077cb469b9167092f16 # timeout=10 00:41:40 Commit message: "Merge commit '5e8f0209b56f3309f9665c980cdfd66463b0e44b' into HEAD" 00:41:40 > git rev-list --no-walk 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:41 + echo snap-build.sh 00:41:41 snap-build.sh 00:41:41 + SNAP_BASE_DIR=. 00:41:41 + '[' '!' -z /w/workspace/edgex-go/66 ']' 00:41:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/66 00:41:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/66]' 00:41:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/66] 00:41:41 + cd /w/workspace/edgex-go/66 00:41:41 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:41 Reading package lists... 00:41:41 Building dependency tree... 00:41:41 Reading state information... 00:41:41 The following packages were automatically installed and are no longer required: 00:41:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:41 uidmap xdelta3 00:41:41 Use 'sudo apt autoremove' to remove them. 00:41:41 The following packages will be REMOVED: 00:41:41 lxd* lxd-client* 00:41:41 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:41 After this operation, 31.7 MB disk space will be freed. 00:41:43 (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.) 00:41:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:44 Removing lxd dnsmasq configuration 00:41:44 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:45 (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.) 00:41:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:47 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:47 Processing triggers for ureadahead (0.100.0-21) ... 00:41:48 gofmt -l . 00:41:48 + sudo snap remove --purge lxd 00:41:48 snap "lxd" is not installed 00:41:48 + sudo groupadd --force --system lxd 00:41:48 [ "`gofmt -l .`" = "" ] 00:41:48 ++ whoami 00:41:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:48 + newgrp - lxd 00:41:48 + sudo snap install lxd 00:41:53 ./bin/test-go-mod-tidy.sh 00:41:53 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:54 + ls -al . 00:41:54 total 824 00:41:54 drwxrwxr-x 9 1001 1001 4096 Apr 13 00:41 . 00:41:54 drwxr-xr-x 4 root root 4096 Apr 13 00:37 .. 00:41:54 -rw-rw-r-- 1 1001 1001 11 Apr 13 00:35 .dockerignore 00:41:54 drwxrwxr-x 8 1001 1001 4096 Apr 13 00:35 .git 00:41:54 drwxrwxr-x 3 1001 1001 4096 Apr 13 00:35 .github 00:41:54 -rw-rw-r-- 1 1001 1001 818 Apr 13 00:35 .gitignore 00:41:54 -rw-rw-r-- 1 1001 1001 166 Apr 13 00:35 .sonarcloud.properties 00:41:54 -rw-rw-r-- 1 1001 1001 8607 Apr 13 00:35 Attribution.txt 00:41:54 -rw-rw-r-- 1 1001 1001 3804 Apr 13 00:35 CONTRIBUTING.md 00:41:54 -rw-rw-r-- 1 1001 1001 931 Apr 13 00:35 Dockerfile.build 00:41:54 -rw-rw-r-- 1 1001 1001 863 Apr 13 00:35 Jenkinsfile 00:41:54 -rw-rw-r-- 1 1001 1001 10775 Apr 13 00:35 LICENSE 00:41:54 -rw-rw-r-- 1 1001 1001 5774 Apr 13 00:35 Makefile 00:41:54 -rw-rw-r-- 1 1001 1001 6548 Apr 13 00:35 README.md 00:41:54 -rw-rw-r-- 1 1001 1001 6755 Apr 13 00:35 SECURITY.md 00:41:54 -rw-rw-r-- 1 1001 1001 5 Apr 13 00:31 VERSION 00:41:54 -rw-rw-r-- 1 1001 1001 4131 Apr 13 00:35 ZMQWindows.md 00:41:54 drwxrwxr-x 2 1001 1001 4096 Apr 13 00:35 bin 00:41:54 drwxrwxr-x 14 1001 1001 4096 Apr 13 00:35 cmd 00:41:54 -rw-r--r-- 1 root root 684356 Apr 13 00:40 coverage.out 00:41:54 -rw-r--r-- 1 root root 1057 Apr 13 00:41 go.mod 00:41:54 -rw-r--r-- 1 root root 21913 Apr 13 00:41 go.sum 00:41:54 drwxrwxr-x 8 1001 1001 4096 Apr 13 00:35 internal 00:41:54 drwxrwxr-x 4 1001 1001 4096 Apr 13 00:35 openapi 00:41:54 drwxrwxr-x 4 1001 1001 4096 Apr 13 00:35 snap 00:41:54 -rw-rw-r-- 1 1001 1001 168 Apr 13 00:35 version.go [Pipeline] sh 00:41:55 + '[' -e coverage.out ] 00:41:55 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:55 Warning: overwriting stash ‘coverage-report’ 00:41:56 Stashed 1 file(s) [Pipeline] sh 00:41:56 2021-04-13T00:41:54Z INFO Waiting for automatic snapd restart... 00:41:56 + make build 00:41:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:06 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 00:42:11 lxd 4.12 from Canonical* installed 00:42:11 + sudo lxd init --auto 00:42:19 + sudo snap install --classic snapcraft 00:42:26 snapcraft 4.6.2 from Canonical* installed 00:42:26 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:42:26 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:42:26 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:26 Dload Upload Total Spent Left Speed 00:42:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 00:42:26 49 3325k 49 1636k 0 0 4352k 0 --:--:-- --:--:-- --:--:-- 4352k 100 3325k 100 3325k 0 0 8209k 0 --:--:-- --:--:-- --:--:-- 58.8M 00:42:26 ./yq_linux_amd64 00:42:26 + sudo snapcraft prime --use-lxd 00:42:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:27 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:42:27 - README.md 00:42:27 00:42:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:28 Launching a container. 00:42: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 00:42:36 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 00:42:40 Waiting for container to be ready 00:42:40 To start your first instance, try: lxc launch ubuntu:18.04 00:42:40 00:42:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:43 Waiting for network to be ready... 00:42:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:42:44 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:42:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:42:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:42:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:42:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:42:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:42:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:42:44 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 00:42:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:45 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 00:42:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2000 kB] 00:42:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [405 kB] 00:42:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:42:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:42:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [302 kB] 00:42:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [40.8 kB] 00:42:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1728 kB] 00:42:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] 00:42:47 Fetched 24.3 MB in 4s (6010 kB/s) 00:42:48 Reading package lists... 00:42:48 Reading package lists... 00:42:49 Building dependency tree... 00:42:49 Reading state information... 00:42:49 The following additional packages will be installed: 00:42:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:49 Suggested packages: 00:42:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:49 Recommended packages: 00:42:49 gnupg libsasl2-modules 00:42:49 The following NEW packages will be installed: 00:42:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:49 The following packages will be upgraded: 00:42:49 gpg gpg-agent gpgconf libudev1 00:42:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:42:49 Need to get 3530 kB of archives. 00:42:49 After this operation, 13.3 MB of additional disk space will be used. 00:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:42:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:42:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:42:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:42:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:42:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:42:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:42:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:42:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:42:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:42:50 debconf: delaying package configuration, since apt-utils is not installed 00:42:50 Fetched 3530 kB in 1s (3086 kB/s) 00:42:50 (Reading database ... 12511 files and directories currently installed.) 00:42:50 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:42:50 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:42:50 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 00:42:50 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:42:50 Selecting previously unselected package udev. 00:42:50 (Reading database ... 12511 files and directories currently installed.) 00:42:50 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:42:50 Unpacking udev (237-3ubuntu10.45) ... 00:42:51 Selecting previously unselected package libfuse2:amd64. 00:42:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:51 Selecting previously unselected package fuse. 00:42:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:51 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:42:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:42:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:51 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:42:51 Selecting previously unselected package libksba8:amd64. 00:42:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:51 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:51 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:52 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:52 Selecting previously unselected package libsasl2-2:amd64. 00:42:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:53 Selecting previously unselected package libldap-common. 00:42:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:42:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:42:53 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:42:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:42:53 Selecting previously unselected package dirmngr. 00:42:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:42:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:42:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:42:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:42:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:42:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:53 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:53 Setting up udev (237-3ubuntu10.45) ... 00:42:54 invoke-rc.d: policy-rc.d denied execution of start. 00:42:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Processing triggers for systemd (237-3ubuntu10) ... 00:42:54 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:42:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:42:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:42:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:55 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:55 settings in the [Install] section, and DefaultInstance for template units). 00:42:55 This means they are not meant to be enabled using systemctl. 00:42:55 Possible reasons for having this kind of units are: 00:42:55 1) A unit may be statically enabled by being symlinked from another unit's 00:42:55 .wants/ or .requires/ directory. 00:42:55 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:55 a requirement dependency on it. 00:42:55 3) A unit may be started when needed via activation (socket, path, timer, 00:42:55 D-Bus, udev, scripted systemctl call, ...). 00:42:55 4) In case of template units, the unit is meant to be enabled with some 00:42:55 instance name specified. 00:42:55 Reading package lists... 00:42:55 Building dependency tree... 00:42:55 Reading state information... 00:42:55 The following additional packages will be installed: 00:42:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:55 Suggested packages: 00:42:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:55 systemd-container policykit-1 00:42:55 Recommended packages: 00:42:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:55 The following NEW packages will be installed: 00:42:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:55 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:55 python3.6-minimal snapd squashfs-tools sudo 00:42:55 The following packages will be upgraded: 00:42:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:55 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:42:55 Need to get 35.2 MB of archives. 00:42:55 After this operation, 141 MB of additional disk space will be used. 00:42:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:42:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:42:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:42:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:42:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:42:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:42:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:42:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:42:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:42:57 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:42:57 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 00:42:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 00:42:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:42:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:42:57 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:42:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:42:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:42:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:42:57 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:42:57 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:42:57 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:42:57 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:42:57 debconf: delaying package configuration, since apt-utils is not installed 00:42:57 Fetched 35.2 MB in 1s (24.9 MB/s) 00:42:57 (Reading database ... 12757 files and directories currently installed.) 00:42:57 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:42:57 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:42:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:42:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:42:58 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:42:58 (Reading database ... 12757 files and directories currently installed.) 00:42:58 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 00:42:58 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 00:42:58 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 00:42: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 00:42:58 (Reading database ... 12757 files and directories currently installed.) 00:42:58 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 00:42:58 Unpacking apt (1.6.13) over (1.6.1) ... 00:42:59 Setting up apt (1.6.13) ... 00:42:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:42:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:42:59 (Reading database ... 12764 files and directories currently installed.) 00:42:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:43:00 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:43:00 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:00 Selecting previously unselected package libexpat1:amd64. 00:43:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:00 Selecting previously unselected package python3.6-minimal. 00:43:00 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:00 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:43:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:43:00 Checking for services that may need to be restarted...done. 00:43:00 Checking for services that may need to be restarted...done. 00:43:00 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:00 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:43:01 Selecting previously unselected package python3-minimal. 00:43:01 (Reading database ... 13012 files and directories currently installed.) 00:43:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:01 Selecting previously unselected package mime-support. 00:43:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:01 Unpacking mime-support (3.60ubuntu1) ... 00:43:01 Selecting previously unselected package libmpdec2:amd64. 00:43:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:01 Selecting previously unselected package python3.6. 00:43:01 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:01 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:01 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:01 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:02 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:02 Selecting previously unselected package python3. 00:43:02 (Reading database ... 13442 files and directories currently installed.) 00:43:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:02 Unpacking python3 (3.6.7-1~18.04) ... 00:43:02 Selecting previously unselected package multiarch-support. 00:43:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:03 Selecting previously unselected package liblzo2-2:amd64. 00:43:03 (Reading database ... 13479 files and directories currently installed.) 00:43:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:03 Selecting previously unselected package libbsd0:amd64. 00:43:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:03 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 00:43:03 Selecting previously unselected package sudo. 00:43:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:03 Selecting previously unselected package apparmor. 00:43:03 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:03 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:03 Selecting previously unselected package libedit2:amd64. 00:43:03 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:03 Selecting previously unselected package libkrb5support0:amd64. 00:43:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:03 Selecting previously unselected package libk5crypto3:amd64. 00:43:03 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:03 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:03 Selecting previously unselected package libkeyutils1:amd64. 00:43:03 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:03 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:04 Selecting previously unselected package libkrb5-3:amd64. 00:43:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:04 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:04 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:04 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:04 Selecting previously unselected package libssl1.0.0:amd64. 00:43:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:43:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:04 Selecting previously unselected package openssh-client. 00:43:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:04 Selecting previously unselected package squashfs-tools. 00:43:04 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:04 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:04 Selecting previously unselected package snapd. 00:43:04 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:43:04 Unpacking snapd (2.48.3+18.04) ... 00:43:06 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:06 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:06 Setting up mime-support (3.60ubuntu1) ... 00:43:07 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:07 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:07 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:07 Setting up systemd (237-3ubuntu10.45) ... 00:43:07 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:07 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:07 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:07 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:07 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:07 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:08 Setting up python3 (3.6.7-1~18.04) ... 00:43:09 running python rtupdate hooks for python3.6... 00:43:09 running python post-rtupdate hooks for python3.6... 00:43:09 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:09 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 00:43:10 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:10 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:10 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:10 Setting up snapd (2.48.3+18.04) ... 00:43:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:11 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:12 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:12 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:12 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 00:43:12 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:12 /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' 00:43:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:12 Processing triggers for systemd (237-3ubuntu10.45) ... 00:43:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:15 Reading package lists... 00:43:15 Reading package lists... 00:43:15 Building dependency tree... 00:43:15 Reading state information... 00:43:15 Calculating upgrade... 00:43:15 The following packages will be upgraded: 00:43:15 advancecomp base-files bash binutils binutils-common 00:43:15 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:15 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:15 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:15 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:15 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:15 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:15 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:15 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:15 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:15 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:15 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:15 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:15 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:15 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:15 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:15 Need to get 63.8 MB of archives. 00:43:15 After this operation, 5212 kB of additional disk space will be used. 00:43:15 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:43:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:16 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:16 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] 00:43:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:16 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:16 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:16 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:16 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:16 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:16 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:16 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:16 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:43:16 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:43:16 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:16 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] 00:43:16 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:16 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:16 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:16 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:16 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:16 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:16 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:16 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:43:16 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:16 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:16 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:17 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:17 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:43:17 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:17 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:17 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:17 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:17 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:17 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:43:17 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:17 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:17 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:17 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:43:17 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:17 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:17 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:43:17 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:17 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:17 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:17 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:43:17 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:17 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:17 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:43:17 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:17 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:17 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:17 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:43:17 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:17 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:17 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:43:17 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:17 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:43:17 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:17 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:43:17 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:43:17 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:17 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:17 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:17 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:17 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 00:43:18 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:18 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:18 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:18 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:18 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:18 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:18 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:18 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:18 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:18 debconf: delaying package configuration, since apt-utils is not installed 00:43:18 Fetched 63.8 MB in 3s (20.6 MB/s) 00:43:18 (Reading database ... 13912 files and directories currently installed.) 00:43:18 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:18 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:19 Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... 00:43:19 Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... 00:43:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:20 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:20 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:20 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:21 (Reading database ... 13911 files and directories currently installed.) 00:43:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:21 (Reading database ... 13911 files and directories currently installed.) 00:43:21 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:22 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:22 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:22 (Reading database ... 13911 files and directories currently installed.) 00:43:22 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:22 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:23 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:23 (Reading database ... 13911 files and directories currently installed.) 00:43:23 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:23 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:23 Setting up base-files (10.1ubuntu2.10) ... 00:43:23 Installing new version of config file /etc/issue ... 00:43:23 Installing new version of config file /etc/issue.net ... 00:43:23 Installing new version of config file /etc/lsb-release ... 00:43:23 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:24 Removing obsolete conffile /etc/default/motd-news ... 00:43:24 (Reading database ... 13912 files and directories currently installed.) 00:43:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [Pipeline] } 00:43:24 $ docker stop --time=1 3a2872d5217f1231919aadf211fe1a58972f5b9dbda22e9e2b0f235615be79f5 00:43:24 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:24 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 00:43:24 (Reading database ... 13912 files and directories currently installed.) 00:43:24 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:24 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:24 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:24 (Reading database ... 13912 files and directories currently installed.) 00:43:24 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:24 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:25 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:25 (Reading database ... 13912 files and directories currently installed.) 00:43:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:25 (Reading database ... 13912 files and directories currently installed.) 00:43:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:25 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:26 (Reading database ... 13912 files and directories currently installed.) 00:43:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:26 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:26 (Reading database ... 13912 files and directories currently installed.) 00:43:26 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:26 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:26 Setting up grep (3.1-2build1) ... 00:43:26 (Reading database ... 13912 files and directories currently installed.) 00:43:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:26 Setting up login (1:4.5-1ubuntu2) ... 00:43:26 (Reading database ... 13912 files and directories currently installed.) 00:43:26 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:26 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:26 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:27 (Reading database ... 13912 files and directories currently installed.) 00:43:27 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:27 $ docker rm -f 3a2872d5217f1231919aadf211fe1a58972f5b9dbda22e9e2b0f235615be79f5 00:43:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:27 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:27 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:27 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:28 (Reading database ... 13912 files and directories currently installed.) 00:43:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:43:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:29 00:43:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:29 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:29 29e5d40040c1: Pulling fs layer 00:43:29 1ce36da41761: Pulling fs layer 00:43:29 25b303627fd3: Pulling fs layer 00:43:29 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:29 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:29 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:29 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:30 29e5d40040c1: Verifying Checksum 00:43:30 29e5d40040c1: Download complete 00:43:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:30 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:30 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:30 1ce36da41761: Verifying Checksum 00:43:30 1ce36da41761: Download complete 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:30 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:31 29e5d40040c1: Pull complete 00:43:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:31 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:31 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:31 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:31 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:31 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:32 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:32 1ce36da41761: Pull complete 00:43:32 25b303627fd3: Verifying Checksum 00:43:32 25b303627fd3: Download complete 00:43:32 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:32 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:33 (Reading database ... 13912 files and directories currently installed.) 00:43:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:33 (Reading database ... 13912 files and directories currently installed.) 00:43:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:33 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:33 (Reading database ... 13914 files and directories currently installed.) 00:43:33 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:33 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:33 Setting up debconf (1.5.66ubuntu1) ... 00:43:34 (Reading database ... 13914 files and directories currently installed.) 00:43:34 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:43:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:43:34 (Reading database ... 13914 files and directories currently installed.) 00:43:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:43:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:34 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:43:34 (Reading database ... 13914 files and directories currently installed.) 00:43:34 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:34 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:34 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:34 (Reading database ... 13914 files and directories currently installed.) 00:43:34 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:34 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:35 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:35 (Reading database ... 13914 files and directories currently installed.) 00:43:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:35 (Reading database ... 13914 files and directories currently installed.) 00:43:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:43:35 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:43:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:36 (Reading database ... 13914 files and directories currently installed.) 00:43:36 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:36 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:36 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:36 (Reading database ... 13914 files and directories currently installed.) 00:43:36 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:36 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:36 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:37 (Reading database ... 13914 files and directories currently installed.) 00:43:37 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:37 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:37 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:37 (Reading database ... 13914 files and directories currently installed.) 00:43:37 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:43:37 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:43:37 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:43:37 (Reading database ... 13914 files and directories currently installed.) 00:43:37 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:37 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:37 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:38 (Reading database ... 13914 files and directories currently installed.) 00:43:38 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:38 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:38 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:43:38 (Reading database ... 13914 files and directories currently installed.) 00:43:38 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:38 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:38 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:38 (Reading database ... 13914 files and directories currently installed.) 00:43:38 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:38 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:38 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:38 (Reading database ... 13914 files and directories currently installed.) 00:43:38 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:38 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:39 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:39 (Reading database ... 13914 files and directories currently installed.) 00:43:39 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:39 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:39 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:39 (Reading database ... 13914 files and directories currently installed.) 00:43:39 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:39 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:39 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:39 (Reading database ... 13914 files and directories currently installed.) 00:43:39 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:43:39 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:43:39 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:43:40 (Reading database ... 13915 files and directories currently installed.) 00:43:40 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:40 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:40 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:40 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:40 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:43:40 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:43:40 25b303627fd3: Pull complete 00:43:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:40 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:43:40 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:43:40 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:40 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:40 prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container 00:43:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:41 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:41 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:41 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:41 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:41 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:41 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:41 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:41 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:41 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:41 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:41 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:41 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:43:41 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:43:42 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:42 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:42 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:42 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:43 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:43 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:43 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:43 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:43 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:43 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:43 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:43:43 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:43:43 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:43 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:44 $ docker top 619bd1e97dd9c9f6b7da4bb587cbac1c118327b7f3e5c0f0ff059dd02a374e13 -eo pid,comm 00:43:44 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:44 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:44 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:44 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { 00:43:44 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh 00:43:45 + docker-compose build --help 00:43:45 + grep parallel 00:43:45 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:46 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:46 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:47 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:48 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:48 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:48 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:48 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:48 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:49 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:49 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:49 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:49 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:49 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:49 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:49 --parallel Build images in parallel. [Pipeline] } 00:43:49 $ docker stop --time=1 619bd1e97dd9c9f6b7da4bb587cbac1c118327b7f3e5c0f0ff059dd02a374e13 00:43:49 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:49 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:49 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:49 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:49 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:49 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:49 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:49 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:43:49 00:43:49 Current default time zone: 'Etc/UTC' 00:43:49 Local time is now: Tue Apr 13 00:43:49 UTC 2021. 00:43:49 Universal Time is now: Tue Apr 13 00:43:49 UTC 2021. 00:43:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:49 00:43:49 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:43:49 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:49 Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... 00:43:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:49 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:50 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:50 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:50 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:50 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:50 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:50 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:43:50 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:50 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:50 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:50 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:50 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:43:50 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:50 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:50 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:50 Setting up ca-certificates (20210119~18.04.1) ... 00:43:51 $ docker rm -f 619bd1e97dd9c9f6b7da4bb587cbac1c118327b7f3e5c0f0ff059dd02a374e13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:52 . [Pipeline] withDockerContainer 00:43:52 prd-ubuntu18.04-docker-arm64-4c-16g-33791 does not seem to be running inside a container 00:43:52 $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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 00:43:52 Updating certificates in /etc/ssl/certs... 00:43:53 23 added, 27 removed; done. 00:43:53 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:43:53 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:53 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:43:53 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:43:53 Setting up pkgbinarymangler (138.18.04.1) ... 00:43:53 $ docker top 71a9add3ef21ffa7431fe51a3444652e9437c6b0bd19b8bd4044d2c32d905b6b -eo pid,comm 00:43:53 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:53 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:43:53 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:53 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:43:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:53 Setting up perl (5.26.1-6ubuntu0.5) ... [Pipeline] { 00:43:54 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:43:54 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:43:54 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:43:54 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:43:54 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:43:54 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:43:54 Setting up gcc (4:7.4.0-1ubuntu2.3) ... [Pipeline] sh 00:43:54 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:43:54 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:43:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:54 Processing triggers for systemd (237-3ubuntu10.45) ... 00:43:54 Processing triggers for mime-support (3.60ubuntu1) ... 00:43:54 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:43:54 Updating certificates in /etc/ssl/certs... 00:43:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:55 0 added, 0 removed; done. 00:43:55 Running hooks in /etc/ca-certificates/update.d... 00:43:55 done. 00:43:55 Reading package lists... 00:43:55 Building dependency tree... 00:43:55 Reading state information... 00:43:55 The following NEW packages will be installed: 00:43:55 apt-transport-https 00:43:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:43:55 Need to get 1692 B of archives. 00:43:55 After this operation, 154 kB of additional disk space will be used. 00:43:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 00:43:56 debconf: delaying package configuration, since apt-utils is not installed 00:43:56 Fetched 1692 B in 0s (8452 B/s) 00:43:56 Selecting previously unselected package apt-transport-https. 00:43:56 (Reading database ... 13920 files and directories currently installed.) 00:43:56 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 00:43:56 Unpacking apt-transport-https (1.6.13) ... 00:43:56 Setting up apt-transport-https (1.6.13) ... 00:43:56 Waiting for network to be ready... 00:43:58 Building docker-core-command-go ... 00:43:58 Building docker-core-data-go ... 00:43:58 Building docker-core-metadata-go ... 00:43:58 Building docker-security-bootstrapper-go ... 00:43:58 Building docker-security-proxy-setup-go ... 00:43:58 Building docker-security-secretstore-setup-go ... 00:43:58 Building docker-support-notifications-go ... 00:43:58 Building docker-support-scheduler-go ... 00:43:58 Building docker-sys-mgmt-agent-go ... 00:43:58 Building docker-support-scheduler-go 00:43:58 Building docker-core-metadata-go 00:43:58 Building docker-security-bootstrapper-go 00:43:58 Building docker-core-command-go 00:43:58 Building docker-support-notifications-go 00:44:03 2021-04-13T00:43:59Z INFO Waiting for automatic snapd restart... 00:44:03 snapd 2.49.2 from Canonical* installed 00:44:04 "snapd" switched to the "latest/stable" channel 00:44:04 00:44:06 core18 20210309 from Canonical* installed 00:44:06 "core18" switched to the "latest/stable" channel 00:44:06 00:44:10 snapcraft 4.6.2 from Canonical* installed 00:44:10 "snapcraft" switched to the "latest/stable" channel 00:44:10 00:44:14 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:44:14 - README.md 00:44:14 00:44:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:20 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:20 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:21 Reading package lists... 00:44:21 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:44:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:28 Reading package lists... 00:44:28 Building dependency tree... 00:44:28 Reading state information... 00:44:28 Suggested packages: 00:44:28 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:28 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:28 Recommended packages: 00:44:28 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:28 The following NEW packages will be installed: 00:44:28 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:28 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:28 pkg-config zip 00:44:28 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:28 Need to get 7663 kB of archives. 00:44:28 After this operation, 43.8 MB of additional disk space will be used. 00:44:28 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:44:28 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:28 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:28 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:44:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:44:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:44:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:29 debconf: delaying package configuration, since apt-utils is not installed 00:44:29 Fetched 7663 kB in 1s (7343 kB/s) 00:44:29 Selecting previously unselected package libglib2.0-0:amd64. 00:44:29 (Reading database ... 13924 files and directories currently installed.) 00:44:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:44:29 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:44:29 Selecting previously unselected package libpsl5:amd64. 00:44:29 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:29 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:30 Selecting previously unselected package libnghttp2-14:amd64. 00:44:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:30 Selecting previously unselected package librtmp1:amd64. 00:44:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:30 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:44:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:44:30 Selecting previously unselected package liberror-perl. 00:44:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:30 Unpacking liberror-perl (0.17025-1) ... 00:44:30 Selecting previously unselected package git-man. 00:44:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:44:30 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:44:30 Selecting previously unselected package git. 00:44:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:44:30 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:44:31 Selecting previously unselected package libnorm1:amd64. 00:44:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:31 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:31 Selecting previously unselected package libsodium23:amd64. 00:44:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:31 Selecting previously unselected package libzmq5:amd64. 00:44:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:31 Selecting previously unselected package libzmq3-dev:amd64. 00:44:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:32 Selecting previously unselected package pkg-config. 00:44:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:32 Selecting previously unselected package zip. 00:44:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:32 Unpacking zip (3.0-11build1) ... 00:44:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:32 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:44:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:32 Setting up liberror-perl (0.17025-1) ... 00:44:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:44:32 No schema files found: doing nothing. 00:44:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:32 Setting up zip (3.0-11build1) ... 00:44:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:32 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:44:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:32 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:44:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:39 git set to automatically installed. 00:44:39 git-man set to automatically installed. 00:44:39 libcurl3-gnutls set to automatically installed. 00:44:39 liberror-perl set to automatically installed. 00:44:39 libglib2.0-0 set to automatically installed. 00:44:39 libnghttp2-14 set to automatically installed. 00:44:39 libnorm1 set to automatically installed. 00:44:39 libpgm-5.2-0 set to automatically installed. 00:44:39 libpsl5 set to automatically installed. 00:44:39 librtmp1 set to automatically installed. 00:44:39 libsodium23 set to automatically installed. 00:44:39 libzmq3-dev set to automatically installed. 00:44:39 libzmq5 set to automatically installed. 00:44:39 pkg-config set to automatically installed. 00:44:39 zip set to automatically installed. 00:44:40 snapd is not logged in, snap install commands will use sudo 00:44:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:05 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:45:05 snapd is not logged in, snap install commands will use sudo 00:45:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:11 snap "core18" has no updates available 00:45:11 Pulling go-build-helper 00:45:11 + snapcraftctl pull 00:45:12 'app-service-config' has dependencies that need to be staged: go-build-helper 00:45:12 Skipping pull go-build-helper (already ran) 00:45:12 Building go-build-helper 00:45:12 + snapcraftctl build 00:45:14 Staging go-build-helper 00:45:14 + snapcraftctl stage 00:45:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 46ab52ec0596 00:45:20 Step 3/22 : WORKDIR /edgex-go 00:45:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 46ab52ec0596 00:45:20 Step 3/31 : WORKDIR /edgex-go 00:45:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 46ab52ec0596 00:45:20 Step 3/23 : WORKDIR /edgex-go 00:45:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 46ab52ec0596 00:45:20 Step 3/22 : WORKDIR /edgex-go 00:45:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:20 ---> 46ab52ec0596 00:45:20 Step 3/23 : WORKDIR /edgex-go 00:45:20 ---> Running in 65a6dc97abfe 00:45:20 ---> Running in a748e0273af6 00:45:20 ---> Running in 32442a17c45e 00:45:20 ---> Running in 9e1b159ee044 00:45:20 ---> Running in 9c6f4fac8f7b 00:45:20 Removing intermediate container 65a6dc97abfe 00:45:20 Removing intermediate container 9e1b159ee044 00:45:20 ---> 8fc0bdf93be8 00:45:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:20 ---> 65496debddd5 00:45:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:20 Removing intermediate container a748e0273af6 00:45:20 ---> 84fdce265895 00:45:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:20 Removing intermediate container 32442a17c45e 00:45:20 ---> 873b5b4e4115 00:45:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:20 Removing intermediate container 9c6f4fac8f7b 00:45:20 ---> 05ae1e1aba75 00:45:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:20 ---> Running in 6931cf977f10 00:45:20 ---> Running in 32cc49ede4d4 00:45:20 ---> Running in d0913ce62cbd 00:45:20 ---> Running in 5741b467bf46 00:45:20 ---> Running in 289ae8f074ad 00:45:20 Removing intermediate container 6931cf977f10 00:45:20 ---> b9cc0a795102 00:45:20 Step 5/23 : RUN apk add --update --no-cache make git 00:45:20 ---> Running in 9e2c52edafd0 00:45:20 Removing intermediate container 32cc49ede4d4 00:45:20 ---> 6c86c098377a 00:45:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:20 Removing intermediate container 289ae8f074ad 00:45:20 ---> ad90ca6c06b9 00:45:20 Step 5/31 : RUN apk add --update --no-cache make git 00:45:20 ---> Running in 07704d84c606 00:45:20 ---> Running in 4f92ba346de3 00:45:20 Removing intermediate container 5741b467bf46 00:45:20 ---> 20da2897cef8 00:45:20 Step 5/22 : RUN apk add --update --no-cache make git 00:45:20 Removing intermediate container d0913ce62cbd 00:45:20 ---> 231a480f50b6 00:45:20 Step 5/23 : RUN apk add --update --no-cache make git 00:45:20 ---> Running in de4e4bf08f12 00:45:20 ---> Running in 1ef7262ec5f5 00:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:22 OK: 217 MiB in 51 packages 00:45:22 OK: 217 MiB in 51 packages 00:45:22 OK: 217 MiB in 51 packages 00:45:23 OK: 217 MiB in 51 packages 00:45:23 OK: 217 MiB in 51 packages 00:45:24 Removing intermediate container 9e2c52edafd0 00:45:24 ---> 6b15f65bdddf 00:45:24 Step 6/23 : COPY go.mod . 00:45:24 Removing intermediate container 4f92ba346de3 00:45:24 ---> 2ccb6e9e6f70 00:45:24 Step 6/31 : COPY go.mod . 00:45:24 Removing intermediate container 07704d84c606 00:45:24 ---> 44fb82e21c4b 00:45:24 Step 6/22 : COPY go.mod . 00:45:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:45:24 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:24 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:45:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:45:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:45:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:45:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:45:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:45:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:45:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2000 kB] 00:45:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [405 kB] 00:45:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:45:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:45:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [302 kB] 00:45:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [40.8 kB] 00:45:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1728 kB] 00:45:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] 00:45:24 Fetched 24.3 MB in 0s (0 B/s) 00:45:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:24 Fetched 224 kB in 0s (0 B/s) 00:45:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:24 Fetched 157 kB in 0s (0 B/s) 00:45:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:24 Fetched 221 kB in 0s (0 B/s) 00:45:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:24 Fetched 143 kB in 0s (0 B/s) 00:45:24 Pulling app-service-config 00:45:24 + snapcraftctl pull 00:45:24 Removing intermediate container 1ef7262ec5f5 00:45:24 ---> c54dddac580a 00:45:24 Step 6/22 : COPY go.mod . 00:45:24 Removing intermediate container de4e4bf08f12 00:45:24 ---> ea3f26b9c089 00:45:24 Step 6/23 : COPY go.mod . 00:45:24 ---> 237bd4932e80 00:45:24 Step 7/23 : RUN go mod download 00:45:25 ---> Running in 79e97ec554ad 00:45:25 ---> 62ddf424de80 00:45:25 Step 7/31 : RUN go mod download 00:45:25 Cloning into '/root/parts/app-service-config/src'... 00:45:25 ---> Running in 9f9a34055faa 00:45:25 ---> 21a14892c4ed 00:45:25 Step 7/22 : RUN go mod download 00:45:25 ---> 19591b55a43b 00:45:25 Step 7/22 : RUN go mod download 00:45:25 Pulling config-common 00:45:25 + snapcraftctl pull 00:45:26 ---> Running in 9028202aaee4 00:45:26 ---> 2f9dd6bda684 00:45:26 Step 7/23 : RUN go mod download 00:45:26 ---> Running in c5560da6682b 00:45:26 ---> Running in c35b172d59bb 00:45:29 Removing intermediate container 79e97ec554ad 00:45:29 ---> c62d416c5ac1 00:45:29 Step 8/23 : COPY . . 00:45:29 Removing intermediate container 9f9a34055faa 00:45:29 ---> a8c312941566 00:45:29 Step 8/31 : COPY . . 00:45:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:30 Fetched 0 B in 0s (0 B/s) 00:45:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:30 Fetched 0 B in 0s (0 B/s) 00:45:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:30 Fetched 0 B in 0s (0 B/s) 00:45:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:30 Fetched 0 B in 0s (0 B/s) 00:45:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:30 Fetched 0 B in 0s (0 B/s) 00:45:30 Pulling edgex-go 00:45:30 + snapcraftctl pull 00:45:30 Removing intermediate container 9028202aaee4 00:45:30 ---> 909d02871122 00:45:30 Step 8/22 : COPY . . 00:45:31 Removing intermediate container c5560da6682b 00:45:31 ---> 26be5283390a 00:45:31 Step 8/22 : COPY . . 00:45:31 Removing intermediate container c35b172d59bb 00:45:31 ---> 5f1260890b6a 00:45:31 Step 8/23 : COPY . . 00:45:52 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:52 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:52 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:52 Fetched 0 B in 0s (0 B/s) 00:45:52 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:52 Fetched 96.5 kB in 0s (0 B/s) 00:45:52 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:52 Fetched 279 kB in 0s (0 B/s) 00:45:52 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:52 Fetched 122 kB in 0s (0 B/s) 00:45:52 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:52 Fetched 77.8 kB in 0s (0 B/s) 00:45:52 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:52 Fetched 8848 B in 0s (0 B/s) 00:45:52 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:52 Fetched 47.8 kB in 0s (0 B/s) 00:45:52 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:52 Fetched 45.6 kB in 0s (0 B/s) 00:45:52 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:52 Fetched 15.0 kB in 0s (0 B/s) 00:45:52 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:45:52 Fetched 219 kB in 0s (0 B/s) 00:45:52 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:45:52 Fetched 154 kB in 0s (0 B/s) 00:45:52 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:52 Fetched 50.6 kB in 0s (0 B/s) 00:45:52 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:52 Fetched 14.8 kB in 0s (0 B/s) 00:45:52 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:52 Fetched 41.8 kB in 0s (0 B/s) 00:45:52 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:52 Fetched 499 kB in 0s (0 B/s) 00:45:52 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:52 Fetched 111 kB in 0s (0 B/s) 00:45:52 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:52 Fetched 240 kB in 0s (0 B/s) 00:45:52 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:52 Fetched 29.3 kB in 0s (0 B/s) 00:45:52 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:52 Fetched 85.5 kB in 0s (0 B/s) 00:45:52 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:52 Fetched 24.5 kB in 0s (0 B/s) 00:45:52 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:52 Fetched 49.2 kB in 0s (0 B/s) 00:45:52 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:52 Fetched 54.2 kB in 0s (0 B/s) 00:45:52 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:52 Fetched 30.8 kB in 0s (0 B/s) 00:45:52 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:45:52 Fetched 15.8 kB in 0s (0 B/s) 00:45:52 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:52 Fetched 85.9 kB in 0s (0 B/s) 00:45:52 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:52 Fetched 8720 B in 0s (0 B/s) 00:45:52 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:52 Fetched 137 kB in 0s (0 B/s) 00:45:52 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:52 Fetched 119 kB in 0s (0 B/s) 00:45:52 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:52 Fetched 109 kB in 0s (0 B/s) 00:45:52 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:52 Fetched 11.1 kB in 0s (0 B/s) 00:45:52 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:52 Fetched 645 kB in 0s (0 B/s) 00:45:52 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:52 Fetched 41.3 kB in 0s (0 B/s) 00:45:52 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:52 Fetched 17.9 kB in 0s (0 B/s) 00:45:52 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:52 Fetched 368 kB in 0s (0 B/s) 00:45:52 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:52 Fetched 187 kB in 0s (0 B/s) 00:45:52 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:52 Fetched 175 kB in 0s (0 B/s) 00:45:52 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:52 Fetched 206 kB in 0s (0 B/s) 00:45:52 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:45:52 Fetched 1301 kB in 0s (0 B/s) 00:45:52 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:52 Fetched 36.2 kB in 0s (0 B/s) 00:45:52 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:45:52 Fetched 159 kB in 0s (0 B/s) 00:45:52 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:52 Fetched 107 kB in 0s (0 B/s) 00:45:52 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:52 Fetched 48.7 kB in 0s (0 B/s) 00:45:52 Pulling static-packages 00:45:52 + snapcraftctl pull 00:45:52 Pulling version 00:45:52 + cd /root/project 00:45:52 + [ -f VERSION ] 00:45:52 + PROJECT_VERSION=local-dev 00:45:52 + git rev-parse --short HEAD 00:45:52 + GIT_REVISION=95701cdd 00:45:52 + snapcraftctl set-version local-dev 00:45:52 Skipping build go-build-helper (already ran) 00:45:52 Building app-service-config 00:45:52 + make build 00:45:52 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:45:54 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 00:45:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 00:45:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 00:45:54 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:45:54 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 00:45:54 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:54 go: downloading github.com/go-kit/kit v0.8.0 00:45:55 go: downloading github.com/google/uuid v1.2.0 00:45:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 00:45:55 go: downloading github.com/gorilla/mux v1.8.0 00:45:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:55 go: downloading github.com/x448/float16 v0.8.4 00:45:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:45:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:55 go: downloading github.com/hashicorp/consul/api v1.8.1 00:45:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 00:45:55 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:45:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:55 go: downloading github.com/gorilla/websocket v1.4.2 00:45:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:55 go: downloading github.com/pebbe/zmq4 v1.2.7 00:45:55 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:55 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:45:55 go: downloading github.com/mattn/go-isatty v0.0.12 00:45:55 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:45:55 go: downloading github.com/hashicorp/serf v0.9.5 00:45:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:56 go: downloading github.com/leodido/go-urn v1.2.0 00:45:56 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:45:56 go: downloading github.com/fatih/color v1.9.0 00:45:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:56 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:45:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:56 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:56 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:45:56 go: downloading github.com/mattn/go-colorable v0.1.6 00:45:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:45:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45:56 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:56 go: downloading github.com/go-playground/locales v0.13.0 00:45:58 ---> 56ac06861bdf 00:45:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:58 ---> 57f81a0fa18c 00:45:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:58 ---> 3aa75c0deba6 00:45:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:58 ---> 13454ca3538d 00:45:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:58 ---> Running in 40eaa35c5aec 00:45:58 ---> Running in 605381e56910 00:45:58 ---> 77aa9c4466a1 00:45:58 Step 9/23 : RUN make cmd/core-command/core-command 00:45:58 ---> Running in fc996c815f71 00:45:58 ---> Running in 044266b8b25f 00:45:58 ---> Running in 6d6b7e838ff8 00:45:58 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 00:45:59 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 00:45:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:45:59 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 00:45:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:06 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:46:06 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:46:06 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:46:06 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:46:06 Building config-common 00:46:06 + snapcraftctl build 00:46:08 Building edgex-go 00:46:08 + cd /root/parts/edgex-go/src 00:46:08 + make build 00:46: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 00:46:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:09 go: downloading github.com/imdario/mergo v0.3.12 00:46:09 go: downloading github.com/pkg/errors v0.8.1 00:46:12 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 00:46:12 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:20 go: downloading github.com/stretchr/testify v1.7.0 00:46:21 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:21 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46: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 00:46:28 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 00:46:28 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:29 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 00:46:29 go: downloading github.com/lib/pq v1.10.0 00:46:32 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:46:32 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:46:32 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:46:32 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:46:32 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:46:32 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:46:32 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:46:32 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:46:32 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:46:32 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:46:32 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:46:32 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:46:32 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:46:32 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:46:32 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:46:32 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:46:32 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:46:32 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 00:46:32 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:46:32 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:46:32 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:46:32 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:46:32 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:46:32 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:46:32 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:46:32 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:46:34 Building static-packages 00:46:34 + snapcraftctl build 00:46:36 Building version 00:46:36 + snapcraftctl build 00:46:39 Skipping stage go-build-helper (already ran) 00:46:39 Staging app-service-config 00:46:39 + snapcraftctl stage 00:46:39 Staging config-common 00:46:39 + snapcraftctl stage 00:46:41 Staging edgex-go 00:46:41 + snapcraftctl stage 00:46:41 Staging static-packages 00:46:41 + snapcraftctl stage 00:46:42 Staging version 00:46:42 + snapcraftctl stage 00:46:43 Priming go-build-helper 00:46:43 + snapcraftctl prime 00:46:45 Priming app-service-config 00:46:45 + snapcraftctl prime 00:46:46 Priming config-common 00:46:46 + snapcraftctl prime 00:46:47 Priming edgex-go 00:46:47 + snapcraftctl prime 00:46:48 Priming static-packages 00:46:48 + snapcraftctl prime 00:46:51 Priming version 00:46:51 + snapcraftctl prime 00:46:51 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] } 00:47:51 Removing intermediate container 605381e56910 00:47:51 ---> bb9605319563 00:47:51 00:47:51 Step 10/31 : FROM alpine:3.12 00:47:51 3.12: Pulling from library/alpine 00:47:51 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 00:47:51 Status: Downloaded newer image for alpine:3.12 00:47:51 ---> d75e27dfc0a0 00:47:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:52 ---> Running in 49ee17bdd142 00:47:52 Removing intermediate container 49ee17bdd142 00:47:52 ---> 752e460e0d03 00:47:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:47:53 ---> Running in 60d268297d3d 00:47:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 (1/2) Installing dumb-init (1.2.2-r1) 00:47:56 (2/2) Installing su-exec (0.2-r1) 00:47:56 Executing busybox-1.31.1-r20.trigger 00:47:56 OK: 5 MiB in 16 packages 00:47:58 Removing intermediate container 60d268297d3d 00:47:58 ---> e266830b261b 00:47:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:59 ---> Running in 8ae526cdda66 00:48:01 Removing intermediate container 8ae526cdda66 00:48:01 ---> 71ede1004cba 00:48:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:01 ---> Running in 91d5f4559164 00:48:02 Removing intermediate container 6d6b7e838ff8 00:48:02 ---> 0644acf1b84c 00:48:02 00:48:02 Step 10/23 : FROM alpine:3.12 00:48:02 ---> d75e27dfc0a0 00:48:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:03 ---> Running in 7ed4c9e2c645 00:48:03 Removing intermediate container 91d5f4559164 00:48:03 ---> 2875bb106504 00:48:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:04 ---> Running in f5c2bddc2d78 00:48:04 Removing intermediate container 044266b8b25f 00:48:04 ---> b45fd8a38e43 00:48:04 00:48:04 Step 10/22 : FROM alpine:3.12 00:48:04 ---> d75e27dfc0a0 00:48:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:05 ---> Running in 491aa5eb475c 00:48:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:06 Removing intermediate container fc996c815f71 00:48:06 ---> 56a9d1681830 00:48:06 00:48:06 Step 10/22 : FROM alpine:3.12 00:48:06 ---> d75e27dfc0a0 00:48:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:06 ---> Running in 8d455ca147f9 00:48:06 (1/1) Installing dumb-init (1.2.2-r1) 00:48:06 Executing busybox-1.31.1-r20.trigger 00:48:06 OK: 5 MiB in 15 packages 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 (1/1) Installing dumb-init (1.2.2-r1) 00:48:08 Executing busybox-1.31.1-r20.trigger 00:48:08 OK: 5 MiB in 15 packages 00:48:08 Removing intermediate container f5c2bddc2d78 00:48:08 ---> 60a8628f93e3 00:48:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:08 Removing intermediate container 7ed4c9e2c645 00:48:08 ---> 000c184791e3 00:48:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:08 ---> Running in aaffb26d1a41 00:48:09 ---> Running in 18243808ae58 00:48:09 (1/2) Installing ca-certificates (20191127-r4) 00:48:09 (2/2) Installing dumb-init (1.2.2-r1) 00:48:09 Executing busybox-1.31.1-r20.trigger 00:48:09 Executing ca-certificates-20191127-r4.trigger 00:48:09 Removing intermediate container aaffb26d1a41 00:48:09 ---> 5dac96e18b3f 00:48:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:09 OK: 6 MiB in 16 packages 00:48:10 Removing intermediate container 18243808ae58 00:48:10 ---> fd155a70fde9 00:48:10 Step 13/23 : ENV APP_PORT=48082 00:48:10 Removing intermediate container 491aa5eb475c 00:48:10 ---> 47231aa7130b 00:48:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:10 ---> Running in 315e12bd7459 00:48:11 ---> Running in 8f8bcc69aac7 00:48:11 ---> 6fade49bec1d 00:48:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:11 ---> Running in eac8b2583ceb 00:48:11 Removing intermediate container 315e12bd7459 00:48:11 ---> c5b510ac06ee 00:48:11 Step 14/23 : EXPOSE $APP_PORT 00:48:12 Removing intermediate container 8f8bcc69aac7 00:48:12 ---> ce9c1ed93442 00:48:12 Step 13/22 : ENV APP_PORT=48085 00:48:12 ---> Running in 8f36f036e728 00:48:12 Removing intermediate container 8d455ca147f9 00:48:12 ---> 437209ac7a6a 00:48:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:12 ---> Running in 69be74282cf9 00:48:12 Removing intermediate container 40eaa35c5aec 00:48:12 ---> 533a15eda815 00:48:12 00:48:12 Step 10/23 : FROM alpine:3.12 00:48:12 ---> d75e27dfc0a0 00:48:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:12 ---> Using cache 00:48:12 ---> 47231aa7130b 00:48:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:12 ---> Using cache 00:48:12 ---> ce9c1ed93442 00:48:12 Step 13/23 : ENV APP_PORT=48081 00:48:12 ---> Running in 10363d3a29ab 00:48:12 ---> Running in ac7403fa3177 00:48:12 Removing intermediate container 8f36f036e728 00:48:12 ---> aac475697be4 00:48:12 Step 15/23 : WORKDIR / 00:48:13 Removing intermediate container 69be74282cf9 00:48:13 ---> 4abbcc6257da 00:48:13 Step 14/22 : EXPOSE $APP_PORT 00:48:13 ---> Running in f752359e1aca 00:48:13 ---> Running in d86c042a836b 00:48:13 Removing intermediate container 10363d3a29ab 00:48:13 ---> 828cd5b2914c 00:48:13 Step 13/22 : ENV APP_PORT=48060 00:48:13 Removing intermediate container ac7403fa3177 00:48:13 ---> 81e6f003f2fb 00:48:13 Step 14/23 : EXPOSE $APP_PORT 00:48:13 ---> Running in e3c1f00777d1 00:48:14 ---> Running in 15d301135701 00:48:14 Removing intermediate container f752359e1aca 00:48:14 ---> 02241c84e4de 00:48:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:14 Removing intermediate container d86c042a836b 00:48:14 ---> 32317f6e5099 00:48:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:15 Removing intermediate container 15d301135701 00:48:15 ---> 3ae73f19f3ff 00:48:15 Removing intermediate container e3c1f00777d1 00:48:15 ---> 11741bd07f39 00:48:15 Step 14/22 : EXPOSE $APP_PORT 00:48:15 Step 15/23 : WORKDIR / 00:48:15 ---> Running in dc5ea4be77af 00:48:15 ---> Running in e62087dba3f5 00:48:15 Removing intermediate container eac8b2583ceb 00:48:15 ---> ea100fa8309e 00:48:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:15 ---> 9f07a9c4133e 00:48:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:15 ---> b29f6834a96d 00:48:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:16 Removing intermediate container e62087dba3f5 00:48:16 ---> 45a987611b56 00:48:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 Removing intermediate container dc5ea4be77af 00:48:16 ---> 9e57645ce0dd 00:48:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:16 ---> c834cb9833f3 00:48:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:17 ---> 8adf31a9cbdb 00:48:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:17 ---> f39cc4ee3966 00:48:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:17 ---> 7b6d67b7d3f0 00:48:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:17 ---> e9fcfcb1c74a 00:48:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:18 ---> 76db3f53e6f3 00:48:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:18 ---> afd274c458cd 00:48:18 ---> 58adf002d7f9 00:48:18 Step 19/23 : ENTRYPOINT ["/core-command"]Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:18 00:48:19 ---> 6c036828ec55 00:48:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:19 ---> Running in 50237e32aae7 00:48:19 ---> Running in 018c46dbd0f3 00:48:19 ---> b9e393b0f6ff 00:48:19 ---> 7ca58407d211 00:48:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:19 Removing intermediate container 018c46dbd0f3 00:48:19 ---> 33bef7d7885e 00:48:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:19 Removing intermediate container 50237e32aae7 00:48:19 ---> 81d8a3e2b70a 00:48:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:20 ---> Running in bb195237d6a0 00:48:20 ---> Running in fba94b8eb407 00:48:20 ---> c4f377fd2ad8 00:48:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:20 ---> eb6953cffe94 00:48:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:20 ---> Running in 93c3020c5a28 00:48:20 ---> e775bed3b688 00:48:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:48:20 ---> Running in 609e1059ad65 00:48:20 Removing intermediate container fba94b8eb407 00:48:20 ---> 18d881ab9af1 00:48:20 Step 20/22 : LABEL arch=arm64 00:48:20 Removing intermediate container bb195237d6a0 00:48:20 ---> 86e18825df83 00:48:20 Step 21/23 : LABEL arch=arm64 00:48:21 ---> Running in e3e4b74be8c2 00:48:21 ---> Running in d8134db5f6ad 00:48:21 Removing intermediate container 93c3020c5a28 00:48:21 ---> 2d2d9e27e096 00:48:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 Removing intermediate container 609e1059ad65 00:48:21 ---> 2485fa33e128 00:48:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:21 ---> Running in 0c88de0e9b42 00:48:21 ---> Running in f45beb0a332e 00:48:21 ---> 18071619d269 00:48:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:48:21 Removing intermediate container e3e4b74be8c2 00:48:21 ---> 2fa7669024c8 00:48:21 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:48:21 Removing intermediate container d8134db5f6ad 00:48:21 ---> 5ff72f6db457 00:48:21 Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:48:21 Removing intermediate container 0c88de0e9b42 00:48:21 ---> fc910dd7078b 00:48:21 Step 20/22 : LABEL arch=arm64 00:48:22 ---> Running in 63dd34d853bc 00:48:22 ---> Running in d77c7eb08eb3 00:48:22 ---> Running in 18b80eb9c9f6 00:48:22 ---> Running in e0d7497f4644 00:48:22 Removing intermediate container f45beb0a332e 00:48:22 ---> 4315304b8fd6 00:48:22 Step 21/23 : LABEL arch=arm64 00:48:22 ---> Running in d799762bf189 00:48:22 Removing intermediate container 63dd34d853bc 00:48:22 ---> 01f98a41c687 00:48:22 Step 23/23 : LABEL version=0.0.0 00:48:22 Removing intermediate container 18b80eb9c9f6 00:48:22 ---> 561288f50f84 00:48:22 Step 22/22 : LABEL version=0.0.0 00:48:22 ---> Running in 9b7763235fd9 00:48:22 Removing intermediate container d77c7eb08eb3 00:48:22 ---> f751b1066637 00:48:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:22 Removing intermediate container e0d7497f4644 00:48:22 ---> c65351154544 00:48:22 Step 21/22 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:48:23 ---> Running in 4f75e6f95f13 00:48:23 Removing intermediate container d799762bf189 00:48:23 ---> 01eb168eedb0 00:48:23 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:48:23 ---> Running in d4b35eb4a701 00:48:23 Removing intermediate container 9b7763235fd9 00:48:23 ---> 4f6b2dc67d73 00:48:23 00:48:23 ---> Running in aac464b42e6e 00:48:23 Removing intermediate container 4f75e6f95f13 00:48:23 ---> 0a3b0392960a 00:48:23 00:48:24 Removing intermediate container d4b35eb4a701 00:48:24 ---> fcc3656578e5 00:48:24 Step 22/22 : LABEL version=0.0.0 00:48:24 Successfully built 4f6b2dc67d73 00:48:24 ---> Running in c639bb2decf2 00:48:24 Successfully tagged docker-core-command-go-arm64:latest 00:48:24  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:48:24 ---> 50055fafb38e 00:48:24 Step 26/31 : RUN chmod +x /entrypoint.sh 00:48:24 Removing intermediate container aac464b42e6e 00:48:24 ---> 22d34db5a5e9 00:48:24 Step 23/23 : LABEL version=0.0.0 00:48:24 Successfully built 0a3b0392960a 00:48:24 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:24  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:48:24 ---> Running in ec548419d776 00:48:24 ---> Running in 86341d462e9f 00:48:25 Removing intermediate container c639bb2decf2 00:48:25 ---> 0b42f5f92dcb 00:48:25 00:48:25 Successfully built 0b42f5f92dcb 00:48:25 Removing intermediate container 86341d462e9f 00:48:25 ---> e1af5a0edc32 00:48:25 00:48:25 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:25  Building docker-support-notifications-go ... done Building docker-core-data-go 00:48:26 Successfully built e1af5a0edc32 00:48:26 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:26  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:48:27 Removing intermediate container ec548419d776 00:48:27 ---> fa39f3ad1484 00:48:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:48:27 ---> Running in 4dd07b59a426 00:48:28 Removing intermediate container 4dd07b59a426 00:48:28 ---> 56ae55cbf97b 00:48:28 Step 28/31 : CMD ["gate"] 00:48:29 ---> Running in d6fc566c61a5 00:48:30 Removing intermediate container d6fc566c61a5 00:48:30 ---> 4d791b5d37ab 00:48:30 Step 29/31 : LABEL arch=arm64 00:48:30 ---> Running in facee91d9390 00:48:31 Removing intermediate container facee91d9390 00:48:31 ---> 6b4b89fbefe5 00:48:31 Step 30/31 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:48:32 ---> Running in c213b6e6db28 00:48:32 Removing intermediate container c213b6e6db28 00:48:32 ---> 485c74f192d2 00:48:32 Step 31/31 : LABEL version=0.0.0 00:48:33 ---> Running in a2a8b930dc25 00:48:34 Removing intermediate container a2a8b930dc25 00:48:34 ---> 4246d7a73d7f 00:48:34 00:48:35 Successfully built 4246d7a73d7f 00:48:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:22  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:22 ---> 46ab52ec0596 00:49:22 Step 3/23 : WORKDIR /edgex-go 00:49:22 ---> Using cache 00:49:22 ---> 05ae1e1aba75 00:49:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:22 ---> Using cache 00:49:22 ---> 20da2897cef8 00:49:22 Step 5/23 : RUN apk add --update --no-cache make bash git 00:49:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 46ab52ec0596 00:49:22 Step 3/21 : WORKDIR /edgex-go 00:49:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:22 ---> 46ab52ec0596 00:49:22 Step 3/24 : WORKDIR /edgex-go 00:49:22 ---> Using cache 00:49:22 ---> 05ae1e1aba75 00:49:22 00:49:22 ---> Using cache 00:49:22 ---> 05ae1e1aba75 00:49:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:22 ---> Using cache 00:49:22 ---> 20da2897cef8 00:49:22 Step 5/21 : RUN apk add --update --no-cache make git 00:49:22 ---> Using cache 00:49:22 ---> c54dddac580a 00:49:22 Step 6/21 : COPY go.mod . 00:49:22 ---> Using cache 00:49:22 ---> 19591b55a43b 00:49:22 Step 7/21 : RUN go mod downloadStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:22 ---> Using cache 00:49:22 ---> 20da2897cef8 00:49:22 Step 5/24 : RUN apk add --update --no-cache make git 00:49:22 ---> Using cache 00:49:22 ---> c54dddac580a 00:49:22 Step 6/24 : COPY go.mod . 00:49:22 ---> Using cache 00:49:22 ---> 19591b55a43b 00:49:22 Step 7/24 : RUN go mod download 00:49:22 ---> Using cache 00:49:22 00:49:22 ---> Using cache 00:49:22 ---> 26be5283390a 00:49:22 Step 8/21 : COPY . . 00:49:22 ---> 26be5283390a 00:49:22 Step 8/24 : COPY . . 00:49:22 ---> Using cache 00:49:22 ---> 13454ca3538d 00:49:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:22 ---> Using cache 00:49:22 ---> 13454ca3538d 00:49:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:22 ---> 46ab52ec0596 00:49:22 Step 3/23 : WORKDIR /edgex-go 00:49:22 ---> Using cache 00:49:22 ---> 05ae1e1aba75 00:49:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:22 ---> Using cache 00:49:22 ---> 20da2897cef8 00:49:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:26 ---> Running in d71b51683577 00:49:26 ---> Running in e10a44b2f778 00:49:26 ---> Running in 338ae9f30fd4 00:49:26 ---> Running in 043e5034d3fd 00:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49: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 00:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:27 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 00:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:28 OK: 217 MiB in 51 packages 00:49:29 OK: 217 MiB in 51 packages 00:49:30 Removing intermediate container d71b51683577 00:49:30 ---> 0e15f36900fa 00:49:30 Step 6/23 : COPY go.mod . 00:49:30 Removing intermediate container 043e5034d3fd 00:49:30 ---> c443da9102c2 00:49:30 Step 6/23 : COPY go.mod . 00:49:31 ---> 5a1caac2cffc 00:49:31 Step 7/23 : RUN go mod download 00:49:31 ---> 23f715c25433 00:49:31 Step 7/23 : RUN go mod download 00:49:32 ---> Running in 7fbc66162e54 00:49:32 ---> Running in 1992af6ff9f3 00:49:36 Removing intermediate container 7fbc66162e54 00:49:36 ---> 17bae0f94557 00:49:36 Step 8/23 : COPY . . 00:49:37 Removing intermediate container 1992af6ff9f3 00:49:37 ---> b7226f9014c0 00:49:37 Step 8/23 : COPY . . 00:50:09 ---> 212dca08f3f2 00:50:09 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:09 ---> 08a4ab7e335c 00:50:09 Step 9/23 : RUN make cmd/core-data/core-data 00:50:09 ---> Running in 3f3fbb93bd4e 00:50:09 ---> Running in 32652169ad02 00:50:09 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 00:50:10 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 00:50:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50: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 00:50:45 Removing intermediate container e10a44b2f778 00:50:45 ---> 8f2e97cb6101 00:50:45 00:50:45 Step 10/24 : FROM alpine:3.12 00:50:45 ---> d75e27dfc0a0 00:50:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:50:45 ---> Running in 8daed88e7da3 00:50:45 Removing intermediate container 338ae9f30fd4 00:50:45 ---> 4aaaaf2cccb1 00:50:45 00:50:45 Step 10/21 : FROM alpine:3.12 00:50:45 ---> d75e27dfc0a0 00:50:45 Step 11/21 : RUN apk add --update --no-cache curl 00:50:46 ---> Running in 3db356028f7e 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:49 (1/6) Installing ca-certificates (20191127-r4) 00:50:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:50:49 (3/6) Installing libcurl (7.69.1-r3) 00:50:49 (4/6) Installing curl (7.69.1-r3) 00:50:49 (5/6) Installing dumb-init (1.2.2-r1) 00:50:49 (6/6) Installing su-exec (0.2-r1) 00:50:49 Executing busybox-1.31.1-r20.trigger 00:50:49 Executing ca-certificates-20191127-r4.trigger 00:50:49 OK: 7 MiB in 20 packages 00:50:49 (1/4) Installing ca-certificates (20191127-r4) 00:50:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:50 (3/4) Installing libcurl (7.69.1-r3) 00:50:50 (4/4) Installing curl (7.69.1-r3) 00:50:50 Executing busybox-1.31.1-r20.trigger 00:50:50 Executing ca-certificates-20191127-r4.trigger 00:50:50 OK: 7 MiB in 18 packages 00:50:53 Removing intermediate container 8daed88e7da3 00:50:53 ---> c3fc66c4fac4 00:50:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:53 ---> Running in d2e8ee8fd0a1 00:50:53 Removing intermediate container 3db356028f7e 00:50:53 ---> 2b3075dd2d47 00:50:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:53 ---> Running in f1faf761dee3 00:50:54 Removing intermediate container d2e8ee8fd0a1 00:50:54 ---> 8543be1b837c 00:50:54 Step 13/24 : WORKDIR / 00:50:54 ---> Running in 19017c4f68e8 00:50:55 Removing intermediate container f1faf761dee3 00:50:55 ---> 1644abe64acd 00:50:55 Step 13/21 : WORKDIR /edgex 00:50:55 ---> Running in fb16085f8964 00:50:55 Removing intermediate container 19017c4f68e8 00:50:55 ---> 982b31b9a677 00:50:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:56 Removing intermediate container fb16085f8964 00:50:56 ---> 42141c51932c 00:50:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:57 ---> b844623a46ed 00:50:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:57 ---> 03912f9bcf52 00:50:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:58 ---> f191bbab7e6c 00:50:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:59 ---> 955bc0907152 00:50:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:59 ---> c9b0ce52449f 00:50:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:02 ---> bf0a623ce036 00:51:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:02 ---> 4a258fd69bce 00:51:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:02 ---> Running in 54ff05501f49 00:51:03 Removing intermediate container 54ff05501f49 00:51:03 ---> 5cb8b69585b0 00:51:03 Step 18/21 : CMD ["--init=true"] 00:51:03 ---> Running in 9721e31dadb9 00:51:04 Removing intermediate container 9721e31dadb9 00:51:04 ---> bd8e0c739698 00:51:04 Step 19/21 : LABEL arch=arm64 00:51:04 ---> bb1f58051c67 00:51:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:04 ---> Running in 32c653fa98f1 00:51:05 Removing intermediate container 32c653fa98f1 00:51:05 ---> 8138904819e4 00:51:05 Step 20/21 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:51:06 ---> 9c35246ad97c 00:51:06 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/ 00:51:06 ---> Running in f8420802706f 00:51:06 ---> Running in 1d9bc9bd3c76 00:51:07 Removing intermediate container f8420802706f 00:51:07 ---> 592198eb20f9 00:51:07 Step 21/21 : LABEL version=0.0.0 00:51:07 ---> Running in c7cccab09524 00:51:08 Removing intermediate container c7cccab09524 00:51:08 ---> fd04a49167b6 00:51:08 00:51:09 Successfully built fd04a49167b6 00:51:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:10  Building docker-security-proxy-setup-go ... done Removing intermediate container 1d9bc9bd3c76 00:51:10 ---> 64b9deb3f411 00:51:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:10 ---> Running in 205528658bd5 00:51:11 Removing intermediate container 205528658bd5 00:51:11 ---> 31c540b87c14 00:51:11 Step 22/24 : LABEL arch=arm64 00:51:11 ---> Running in f63d144ed4f7 00:51:11 Removing intermediate container f63d144ed4f7 00:51:11 ---> 2974d1f25ae4 00:51:11 Step 23/24 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:51:12 ---> Running in 1ea668824e0e 00:51:13 Removing intermediate container 1ea668824e0e 00:51:13 ---> 36306cb328f6 00:51:13 Step 24/24 : LABEL version=0.0.0 00:51:13 ---> Running in 38e5b0d5de4d 00:51:14 Removing intermediate container 38e5b0d5de4d 00:51:14 ---> 0e371893777b 00:51:14 00:51:14 Successfully built 0e371893777b 00:51:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3f3fbb93bd4e 00:51:30 ---> 0420975ffb6b 00:51:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:30 ---> Running in 4185c691d9fd 00:51:30 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 00:51:33 Removing intermediate container 4185c691d9fd 00:51:33 ---> 82a5257d8462 00:51:33 00:51:33 Step 11/23 : FROM docker:20.10.0 00:51:33 20.10.0: Pulling from library/docker 00:51:41 Removing intermediate container 32652169ad02 00:51:41 ---> 0595918b60f0 00:51:41 00:51:41 Step 10/23 : FROM alpine:3.12 00:51:41 ---> d75e27dfc0a0 00:51:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:41 ---> Running in a96d4ffd847d 00:51:41 Removing intermediate container a96d4ffd847d 00:51:41 ---> 35caea8ab5b7 00:51:41 Step 12/23 : ENV APP_PORT=48080 00:51:41 ---> Running in 1680790f46b4 00:51:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:42 Status: Downloaded newer image for docker:20.10.0 00:51:42 ---> eeaf43b92773 00:51:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 00:51:42 ---> Running in a8c61e6c109b 00:51:42 Removing intermediate container 1680790f46b4 00:51:42 ---> 74dbd676b219 00:51:42 Step 13/23 : EXPOSE $APP_PORT 00:51:42 ---> Running in 4720292842ee 00:51:42 Removing intermediate container a8c61e6c109b 00:51:42 ---> 909f691eab15 00:51:42 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 00:51:43 Removing intermediate container 4720292842ee 00:51:43 ---> 4e1d78082fa0 00:51:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:43 ---> Running in 2ade6ba8784e 00:51:43 ---> Running in 712c04cf856c 00:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:45 (1/39) Installing readline (8.0.4-r0) 00:51:45 (2/39) Installing bash (5.0.17-r0) 00:51:45 Executing bash-5.0.17-r0.post-install 00:51:45 (3/39) Installing nghttp2-libs (1.41.0-r0) 00:51:45 (4/39) Installing libcurl (7.69.1-r3) 00:51:45 (5/39) Installing curl (7.69.1-r3) 00:51:45 (6/39) Installing dumb-init (1.2.2-r1) 00:51:45 (7/39) Installing libbz2 (1.0.8-r1) 00:51:45 (8/39) Installing expat (2.2.9-r1) 00:51:45 (9/39) Installing libffi (3.3-r2) 00:51:45 (10/39) Installing gdbm (1.13-r1) 00:51:45 (11/39) Installing xz-libs (5.2.5-r0) 00:51:45 (12/39) Installing sqlite-libs (3.32.1-r0) 00:51:45 (13/39) Installing python3 (3.8.8-r0) 00:51:45 Removing intermediate container 712c04cf856c 00:51:45 ---> 6d570a9ab924 00:51:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:46 ---> Running in 1396611bb2f3 00:51:47 (14/39) Installing py3-appdirs (1.4.4-r1) 00:51:47 (15/39) Installing py3-ordered-set (4.0.1-r0) 00:51:47 (16/39) Installing py3-parsing (2.4.7-r0) 00:51:47 (17/39) Installing py3-six (1.15.0-r0) 00:51:47 (18/39) Installing py3-packaging (20.4-r0) 00:51:47 (19/39) Installing py3-setuptools (47.0.0-r0) 00:51:47 (20/39) Installing py3-chardet (3.0.4-r4) 00:51:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:47 (21/39) Installing py3-idna (2.9-r0) 00:51:47 (22/39) Installing py3-certifi (2020.4.5.1-r0) 00:51:47 (23/39) Installing py3-urllib3 (1.25.9-r0) 00:51:47 (24/39) Installing py3-requests (2.23.0-r0) 00:51:47 (25/39) Installing py3-msgpack (1.0.0-r0) 00:51:47 (26/39) Installing py3-lockfile (0.12.2-r3) 00:51:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 00:51:47 (28/39) Installing py3-colorama (0.4.3-r0) 00:51:47 (29/39) Installing py3-distlib (0.3.0-r0) 00:51:47 (30/39) Installing py3-distro (1.5.0-r1) 00:51:47 (31/39) Installing py3-webencodings (0.5.1-r3) 00:51:47 (32/39) Installing py3-html5lib (1.0.1-r4) 00:51:47 (33/39) Installing py3-pytoml (0.1.21-r0) 00:51:47 (34/39) Installing py3-pep517 (0.8.2-r0) 00:51:47 (35/39) Installing py3-progress (1.5-r0) 00:51:47 (36/39) Installing py3-toml (0.10.1-r0) 00:51:47 (37/39) Installing py3-retrying (1.3.3-r0) 00:51:47 (38/39) Installing py3-contextlib2 (0.6.0-r0) 00:51:47 (39/39) Installing py3-pip (20.1.1-r0) 00:51:47 Executing busybox-1.31.1-r19.trigger 00:51:48 OK: 72 MiB in 59 packages 00:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:48 (1/6) Installing dumb-init (1.2.2-r1) 00:51:49 (2/6) Installing libgcc (9.3.0-r2) 00:51:49 (3/6) Installing libsodium (1.0.18-r0) 00:51:49 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:49 (5/6) Installing libzmq (4.3.3-r0) 00:51:49 (6/6) Installing zeromq (4.3.3-r0) 00:51:49 Executing busybox-1.31.1-r20.trigger 00:51:49 OK: 8 MiB in 20 packages 00:51:51 Removing intermediate container 1396611bb2f3 00:51:51 ---> 0b2dd035144d 00:51:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:52 ---> 78b1d7f23158 00:51:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:53 Collecting docker-compose==1.23.2 00:51:53 ---> 6e3a968e943a 00:51:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:54 ---> 13a9e071a56e 00:51:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:54 ---> Running in 0509ea6c32d1 00:51:54 Removing intermediate container 0509ea6c32d1 00:51:54 ---> 946d91acb6a6 00:51:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:54 Collecting docker<4.0,>=3.6.0 00:51:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:55 ---> Running in 199240a2a58a 00:51:55 Removing intermediate container 199240a2a58a 00:51:55 ---> 19acbd26b994 00:51:55 Step 21/23 : LABEL arch=arm64 00:51:55 ---> Running in bb21cc539d47 00:51:56 Removing intermediate container bb21cc539d47 00:51:56 ---> 4e6280d6ca46 00:51:56 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:51:56 ---> Running in 9b0ddf515b8e 00:51:57 Removing intermediate container 9b0ddf515b8e 00:51:57 ---> 2ef941681edb 00:51:57 Step 23/23 : LABEL version=0.0.0 00:51:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:57 ---> Running in cd5216918af1 00:51:57 Collecting dockerpty<0.5,>=0.4.1 00:51:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:57 Removing intermediate container cd5216918af1 00:51:57 ---> 13eecb9e2fb6 00:51:57 00:51:57 Successfully built 13eecb9e2fb6 00:51:57 Successfully tagged docker-core-data-go-arm64:latest 00:51:59  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 00:51:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:00 Collecting docopt<0.7,>=0.6.1 00:52:00 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:02 Collecting websocket-client<1.0,>=0.32.0 00:52:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:52:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:03 Collecting texttable<0.10,>=0.9.0 00:52:03 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:05 Collecting PyYAML<4,>=3.10 00:52:05 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:09 Collecting cached-property<2,>=1.2.0 00:52:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:09 Collecting docker-pycreds>=0.4.0 00:52:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:09 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) 00:52:09 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:52:09 Collecting idna<2.8,>=2.5 00:52:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:10 Collecting urllib3<1.25,>=1.21.1 00:52:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:11 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docopt, texttable, PyYAML, cached-property, docker-compose 00:52:11 Attempting uninstall: idna 00:52:11 Found existing installation: idna 2.9 00:52:11 Uninstalling idna-2.9: 00:52:11 Successfully uninstalled idna-2.9 00:52:12 Attempting uninstall: urllib3 00:52:12 Found existing installation: urllib3 1.25.9 00:52:12 Uninstalling urllib3-1.25.9: 00:52:12 Successfully uninstalled urllib3-1.25.9 00:52:13 Attempting uninstall: requests 00:52:13 Found existing installation: requests 2.23.0 00:52:13 Uninstalling requests-2.23.0: 00:52:13 Successfully uninstalled requests-2.23.0 00:52:14 Running setup.py install for dockerpty: started 00:52:16 Running setup.py install for dockerpty: finished with status 'done' 00:52:17 Running setup.py install for docopt: started 00:52:19 Running setup.py install for docopt: finished with status 'done' 00:52:19 Running setup.py install for texttable: started 00:52:21 Running setup.py install for texttable: finished with status 'done' 00:52:21 Running setup.py install for PyYAML: started 00:52:23 Running setup.py install for PyYAML: finished with status 'done' 00:52:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:52:32 Removing intermediate container 2ade6ba8784e 00:52:32 ---> 586037204fab 00:52:32 Step 14/23 : ENV APP_PORT=48090 00:52:32 ---> Running in 32278d6a064e 00:52:33 Removing intermediate container 32278d6a064e 00:52:33 ---> ca63178313f8 00:52:33 Step 15/23 : EXPOSE $APP_PORT 00:52:33 ---> Running in 33523093db55 00:52:33 Removing intermediate container 33523093db55 00:52:33 ---> cdcc7a6bf4f8 00:52:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:34 ---> d09b11b85134 00:52:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:35 ---> 56f2d1caec3f 00:52:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:36 ---> 3bfc0deea3a8 00:52:36 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:36 ---> Running in 11b0f72c619e 00:52:36 Removing intermediate container 11b0f72c619e 00:52:36 ---> ac1cc287b6be 00:52:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:36 ---> Running in a3ab105e6adf 00:52:37 Removing intermediate container a3ab105e6adf 00:52:37 ---> 147c6cd5eeb1 00:52:37 Step 21/23 : LABEL arch=arm64 00:52:37 ---> Running in 7e408ffa8186 00:52:38 Removing intermediate container 7e408ffa8186 00:52:38 ---> 6aabf074d666 00:52:38 Step 22/23 : LABEL git_sha=0e6944ca6bdff50903702300dc93f7782ac8aabe 00:52:38 ---> Running in 6785a16f8747 00:52:38 Removing intermediate container 6785a16f8747 00:52:38 ---> 4603c0569315 00:52:38 Step 23/23 : LABEL version=0.0.0 00:52:38 ---> Running in 8ada0393a110 00:52:39 Removing intermediate container 8ada0393a110 00:52:39 ---> 7c6e8b6d74bc 00:52:39 00:52:39 Successfully built 7c6e8b6d74bc 00:52:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:39 $ docker stop --time=1 71a9add3ef21ffa7431fe51a3444652e9437c6b0bd19b8bd4044d2c32d905b6b 00:52:42 $ docker rm -f 71a9add3ef21ffa7431fe51a3444652e9437c6b0bd19b8bd4044d2c32d905b6b [Pipeline] // withDockerContainer [Pipeline] sh 00:52:42 + docker images 00:52:42 + grep docker 00:52:42 docker-sys-mgmt-agent-go-arm64 latest 7c6e8b6d74bc 4 seconds ago 299MB 00:52:42 docker-core-data-go-arm64 latest 13eecb9e2fb6 45 seconds ago 21.4MB 00:52:42 docker-security-secretstore-setup-go-arm64 latest 0e371893777b About a minute ago 24.4MB 00:52:42 docker-security-proxy-setup-go-arm64 latest fd04a49167b6 About a minute ago 24.2MB 00:52:42 docker-security-bootstrapper-go-arm64 latest 4246d7a73d7f 4 minutes ago 17.9MB 00:52:42 docker-core-metadata-go-arm64 latest e1af5a0edc32 4 minutes ago 17.9MB 00:52:42 docker-support-notifications-go-arm64 latest 0b42f5f92dcb 4 minutes ago 16.9MB 00:52:42 docker-core-command-go-arm64 latest 4f6b2dc67d73 4 minutes ago 16.3MB 00:52:42 docker-support-scheduler-go-arm64 latest 0a3b0392960a 4 minutes ago 16.4MB 00:52:42 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:52:44 ---> job-cost.sh 00:52:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-594P 00:53:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:55:23 lf-activate-venv(): INFO: Adding /tmp/venv-594P/bin to PATH 00:55:23 INFO: No Stack... 00:55:23 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:23 INFO: Archiving Costs [Pipeline] sh 00:55:23 + cut -d, -f6 00:55:23 + cat /w/workspace/edgex-go/66/archives/cost.csv [Pipeline] lock 00:55:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] 00:55:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] did not exist. Created. 00:55:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:24 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:24 Stashed 1 file(s) [Pipeline] } 00:55:24 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-66-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:55:25 provisioning config files... 00:55:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/66@tmp/config7178737615495546276tmp [Pipeline] { [Pipeline] sh 00:55:26 + set +x 00:55:26 + curl -s https://codecov.io/bash 00:55:26 + bash -s -- 00:55:26 00:55:26 _____ _ 00:55:26 / ____| | | 00:55:26 | | ___ __| | ___ ___ _____ __ 00:55:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:55:26 | |___| (_) | (_| | __/ (_| (_) \ V / 00:55:26 \_____\___/ \__,_|\___|\___\___/ \_/ 00:55:26 Bash-20210309-2b87ace 00:55:26 00:55:26 00:55:26 ==> git version 2.24.3 found 00:55:26 ==> 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 00:55:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:55:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:55:26 ==> Jenkins CI detected. 00:55:26 project root: . 00:55:26 --> token set from env 00:55:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:55:26 ==> Running gcov in . (disable via -X gcov) 00:55:26 ==> Python coveragepy not found 00:55:26 ==> Searching for coverage reports in: 00:55:26 + . 00:55:26 -> Found 1 reports 00:55:26 ==> Detecting git/mercurial file structure 00:55:26 ==> Reading reports 00:55:26 + ./coverage.out bytes=684356 00:55:27 ==> Appending adjustments 00:55:27 https://docs.codecov.io/docs/fixing-reports 00:55:30 + Found adjustments 00:55:30 ==> Gzipping contents 00:55:30 100K /tmp/codecov.ui7WGD.gz 00:55:30 ==> Uploading reports 00:55:30 url: https://codecov.io 00:55:30 query: branch=PR-3234&commit=0e6944ca6bdff50903702300dc93f7782ac8aabe&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F66%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 00:55:30 -> Pinging Codecov 00:55:30 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=0e6944ca6bdff50903702300dc93f7782ac8aabe&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F66%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 00:55:31 -> Uploading to 00:55:31 https://storage.googleapis.com/codecov/v4/raw/2021-04-13/00271124DB129430A58F1EEE437C3FCB/0e6944ca6bdff50903702300dc93f7782ac8aabe/ba959a60-5322-4565-a900-57b7d92f573d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210413T005530Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a11ffedfef7a67eda70b1272b224e6141cb55afa9f6c1ac8bfc5c6466e189c71 00:55:31 % Total % Received % Xferd Average Speed Time Time Time Current 00:55:31 Dload Upload Total Spent Left Speed 00:55:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98341 0 0 100 98341 0 156k --:--:-- --:--:-- --:--:-- 155k 100 98341 0 0 100 98341 0 155k --:--:-- --:--:-- --:--:-- 155k 00:55:31 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0e6944ca6bdff50903702300dc93f7782ac8aabe [Pipeline] } 00:55:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:34 ---> package-listing.sh 00:55:34 ++ tr '[:upper:]' '[:lower:]' 00:55:34 ++ facter osfamily 00:55:34 + OS_FAMILY=redhat 00:55:34 + workspace=/w/workspace/edgex-go/66 00:55:34 + START_PACKAGES=/tmp/packages_start.txt 00:55:34 + END_PACKAGES=/tmp/packages_end.txt 00:55:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:34 + PACKAGES=/tmp/packages_start.txt 00:55:34 + '[' /w/workspace/edgex-go/66 ']' 00:55:34 + PACKAGES=/tmp/packages_end.txt 00:55:34 + case "${OS_FAMILY}" in 00:55:34 + rpm -qa 00:55:34 + sort 00:55:40 + '[' -f /tmp/packages_start.txt ']' 00:55:40 + '[' -f /tmp/packages_end.txt ']' 00:55:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:40 + '[' /w/workspace/edgex-go/66 ']' 00:55:40 + mkdir -p /w/workspace/edgex-go/66/archives/ 00:55:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/66/archives/ [Pipeline] echo 00:55:40 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/66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:40 00:55:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:41 alpine: Pulling from edgex-lftools-log-publisher 00:55:41 df20fa9351a1: Pulling fs layer 00:55:41 36b3adc4ff6f: Pulling fs layer 00:55:41 8ad3a11d3b57: Pulling fs layer 00:55:41 46f8f816bc3b: Pulling fs layer 00:55:41 93b61091891f: Pulling fs layer 00:55:41 93b9cdb0e59b: Pulling fs layer 00:55:41 5e14af77c1be: Pulling fs layer 00:55:41 01666e4c0597: Pulling fs layer 00:55:41 aa168da1d23b: Pulling fs layer 00:55:41 5e14af77c1be: Waiting 00:55:41 46f8f816bc3b: Waiting 00:55:41 01666e4c0597: Waiting 00:55:41 93b9cdb0e59b: Waiting 00:55:41 93b61091891f: Waiting 00:55:41 36b3adc4ff6f: Download complete 00:55:41 46f8f816bc3b: Download complete 00:55:41 df20fa9351a1: Verifying Checksum 00:55:41 df20fa9351a1: Download complete 00:55:41 93b9cdb0e59b: Verifying Checksum 00:55:41 93b9cdb0e59b: Download complete 00:55:41 93b61091891f: Download complete 00:55:41 5e14af77c1be: Verifying Checksum 00:55:41 5e14af77c1be: Download complete 00:55:41 01666e4c0597: Verifying Checksum 00:55:41 01666e4c0597: Download complete 00:55:41 8ad3a11d3b57: Verifying Checksum 00:55:41 8ad3a11d3b57: Download complete 00:55:41 df20fa9351a1: Pull complete 00:55:41 36b3adc4ff6f: Pull complete 00:55:42 8ad3a11d3b57: Pull complete 00:55:43 46f8f816bc3b: Pull complete 00:55:44 93b61091891f: Pull complete 00:55:44 93b9cdb0e59b: Pull complete 00:55:45 aa168da1d23b: Verifying Checksum 00:55:45 aa168da1d23b: Download complete 00:55:45 5e14af77c1be: Pull complete 00:55:45 01666e4c0597: Pull complete 00:55:54 aa168da1d23b: Pull complete 00:55:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:54 prd-centos7-docker-4c-2g-33789 does not seem to be running inside a container 00:55:54 $ 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/66/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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:03 $ docker top ee5d00f476375f5e061ac392fca0f0f390f3deed5fc6064736dd1ab662623ad1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:04 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:04 + mkdir -p /var/log/sa [Pipeline] sh 00:56:05 + ls /var/log/sa-host 00:56:05 + sadf -c /var/log/sa-host/sa13 00:56:05 file_magic: OK 00:56:05 HZ: Using current value: 100 00:56:05 file_header: OK 00:56:05 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 00:56:05 Statistics: 00:56:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:05 File successfully converted to sysstat format version 12.2.1 00:56:05 + sadf -c /var/log/sa-host/sa23 00:56:05 file_magic: OK 00:56:05 HZ: Using current value: 100 00:56:05 file_header: OK 00:56:05 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 00:56:05 Statistics: 00:56:05 Hnuu...uuuununununu... 00:56:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:05 provisioning config files... 00:56:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/66@tmp/config626875975686712655tmp [Pipeline] { [Pipeline] echo 00:56:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:05 ---> create-netrc.sh [Pipeline] } 00:56:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:06 ---> python-tools-install.sh [Pipeline] echo 00:56:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:06 ---> sudo-logs.sh 00:56:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:06 ---> job-cost.sh 00:56:06 lf-activate-venv: SKIPPING 00:56:06 DEBUG: total: 0.20999999344348907 00:56:06 INFO: Retrieving Stack Cost... 00:56:07 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:08 INFO: Archiving Costs [Pipeline] echo 00:56:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:08 ---> logs-deploy.sh 00:56:08 lf-activate-venv: SKIPPING 00:56:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/66 00:56:08 INFO: archiving workspace using pattern(s): 00:56:10 Archives upload complete. 00:56:10 INFO: archiving logs to Nexus 00:56:11 ---> uname -a: 00:56:11 Linux prd-centos7-docker-4c-2g-33789.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:11 00:56:11 00:56:11 ---> lscpu: 00:56:11 Architecture: x86_64 00:56:11 CPU op-mode(s): 32-bit, 64-bit 00:56:11 Byte Order: Little Endian 00:56:11 Address sizes: 40 bits physical, 48 bits virtual 00:56:11 CPU(s): 4 00:56:11 On-line CPU(s) list: 0-3 00:56:11 Thread(s) per core: 1 00:56:11 Core(s) per socket: 1 00:56:11 Socket(s): 4 00:56:11 NUMA node(s): 1 00:56:11 Vendor ID: GenuineIntel 00:56:11 CPU family: 6 00:56:11 Model: 44 00:56:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:11 Stepping: 1 00:56:11 CPU MHz: 2933.442 00:56:11 BogoMIPS: 5866.88 00:56:11 Virtualization: VT-x 00:56:11 Hypervisor vendor: KVM 00:56:11 Virtualization type: full 00:56:11 L1d cache: 128 KiB 00:56:11 L1i cache: 128 KiB 00:56:11 L2 cache: 16 MiB 00:56:11 L3 cache: 64 MiB 00:56:11 NUMA node0 CPU(s): 0-3 00:56:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:11 Vulnerability Meltdown: Mitigation; PTI 00:56:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:11 Vulnerability Srbds: Not affected 00:56:11 Vulnerability Tsx async abort: Not affected 00:56:11 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 00:56:11 00:56:11 00:56:11 ---> nproc: 00:56:11 4 00:56:11 00:56:11 00:56:11 ---> df -h: 00:56:11 Filesystem Size Used Available Use% Mounted on 00:56:11 overlay 50.0G 12.2G 37.8G 24% / 00:56:11 tmpfs 64.0M 0 64.0M 0% /dev 00:56:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:11 shm 64.0M 0 64.0M 0% /dev/shm 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/66 00:56:11 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/66@tmp 00:56:11 00:56:11 00:56:11 ---> free -m: 00:56:11 total used free shared buff/cache available 00:56:11 Mem: 1837 713 107 0 1016 1039 00:56:11 Swap: 1023 73 950 00:56:11 00:56:11 00:56:11 ---> ip addr: 00:56:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:11 inet 127.0.0.1/8 scope host lo 00:56:11 valid_lft forever preferred_lft forever 00:56:11 inet6 ::1/128 scope host 00:56:11 valid_lft forever preferred_lft forever 00:56:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:11 link/ether fa:16:3e:e6:0b:3e brd ff:ff:ff:ff:ff:ff 00:56:11 inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 00:56:11 valid_lft 84848sec preferred_lft 84848sec 00:56:11 inet6 fe80::f816:3eff:fee6:b3e/64 scope link 00:56:11 valid_lft forever preferred_lft forever 00:56:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:11 link/ether 02:42:96:bb:92:7f brd ff:ff:ff:ff:ff:ff 00:56:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:11 valid_lft forever preferred_lft forever 00:56:11 inet6 fe80::42:96ff:febb:927f/64 scope link 00:56:11 valid_lft forever preferred_lft forever 00:56:11 00:56:11 00:56:11 ---> sar -b -r -n DEV: 00:56:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) 00:56:11 00:56:11 00:30:05 LINUX RESTART (4 CPU) 00:56:11 00:56:11 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:11 00:32:01 147.75 73.26 74.49 0.00 10030.67 24422.25 0.00 00:56:11 00:33:01 295.56 114.77 180.79 0.00 4481.94 41124.89 0.00 00:56:11 00:34:01 137.15 42.78 94.36 0.00 1671.83 13065.41 0.00 00:56:11 00:35:02 149.18 73.54 75.64 0.00 3400.20 8295.02 0.00 00:56:11 00:36:02 698.80 471.39 227.41 0.00 82322.87 155681.28 0.00 00:56:11 00:37:02 2510.28 2172.67 337.61 0.00 159073.63 167491.81 0.00 00:56:11 00:38:01 336.51 112.45 224.06 0.00 9422.54 41220.46 0.00 00:56:11 00:39:03 1735.96 1389.95 346.00 0.00 128092.87 151238.68 0.00 00:56:11 00:40:01 961.16 691.22 269.94 0.00 48479.64 63854.80 0.00 00:56:11 00:41:01 37.65 12.22 25.43 0.00 2886.55 1723.80 0.00 00:56:11 00:42:01 1.60 0.05 1.55 0.00 3.46 29.59 0.00 00:56:11 00:43:01 0.33 0.02 0.32 0.00 0.53 3.36 0.00 00:56:11 00:44:01 0.32 0.02 0.30 0.00 0.27 3.81 0.00 00:56:11 00:45:01 1.80 1.60 0.20 0.00 49.68 2.06 0.00 00:56:11 00:46:01 0.85 0.03 0.82 0.00 1.07 15.64 0.00 00:56:11 00:47:01 0.25 0.02 0.23 0.00 0.53 3.03 0.00 00:56:11 00:48:01 0.30 0.02 0.28 0.00 0.13 3.30 0.00 00:56:11 00:49:02 0.23 0.02 0.22 0.00 0.53 2.48 0.00 00:56:11 00:50:01 0.30 0.00 0.30 0.00 0.00 3.98 0.00 00:56:11 00:51:01 0.27 0.00 0.27 0.00 0.00 3.25 0.00 00:56:11 00:52:01 0.18 0.02 0.17 0.00 0.53 1.66 0.00 00:56:11 00:53:01 0.30 0.02 0.28 0.00 0.13 3.73 0.00 00:56:11 00:54:01 0.22 0.00 0.22 0.00 0.00 3.26 0.00 00:56:11 00:55:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 00:56:11 00:56:01 178.42 85.07 93.34 0.00 7317.94 17890.90 0.00 00:56:11 Average: 288.16 209.94 78.22 0.00 18373.29 27564.75 0.00 00:56:11 00:56:11 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:11 00:32:01 66340 0 661776 35.17 2596 1150832 1325328 45.23 692764 908524 108264 00:56:11 00:33:01 111680 0 834484 44.35 1492 933888 1742272 59.46 625784 860632 35948 00:56:11 00:34:01 155584 0 863224 45.88 552 862184 1713928 58.49 722712 714872 13052 00:56:11 00:35:02 144684 0 828800 44.05 512 907548 1433160 48.91 673728 766068 42104 00:56:11 00:36:02 70772 0 844700 44.89 0 966072 2246368 76.66 691368 911416 35112 00:56:11 00:37:02 160316 0 1032976 54.90 0 688252 4109828 140.26 828172 612504 6092 00:56:11 00:38:01 253288 0 732120 38.91 0 896136 1684172 57.48 470416 891384 24 00:56:11 00:39:03 63532 0 811528 43.13 0 1006484 2358820 80.50 668980 913752 50452 00:56:11 00:40:01 307688 0 779388 41.42 0 794468 2305092 78.67 669000 650768 8 00:56:11 00:41:01 440252 0 630968 33.53 0 810324 1203488 41.07 551952 641528 16 00:56:11 00:42:01 442224 0 628908 33.43 0 810412 1182940 40.37 551416 640612 8 00:56:11 00:43:01 443116 0 628004 33.38 0 810424 1177896 40.20 551308 640564 16 00:56:11 00:44:01 442668 0 628452 33.40 0 810424 1177908 40.20 551396 640564 8 00:56:11 00:45:01 441188 0 629116 33.44 0 811240 1177884 40.20 551744 641140 20 00:56:11 00:46:01 441812 0 628472 33.40 0 811260 1177848 40.20 551352 641148 12 00:56:11 00:47:01 440852 0 629436 33.45 0 811256 1177944 40.20 552072 641152 8 00:56:11 00:48:01 441368 0 628900 33.42 0 811276 1177884 40.20 551628 641168 8 00:56:11 00:49:02 441204 0 629060 33.43 0 811280 1177872 40.20 551768 641184 8 00:56:11 00:50:01 441628 0 628624 33.41 0 811292 1177776 40.20 551308 641184 8 00:56:11 00:51:01 441252 0 628996 33.43 0 811296 1177872 40.20 551564 641184 8 00:56:11 00:52:01 441400 0 628852 33.42 0 811292 1177860 40.20 551544 641184 8 00:56:11 00:53:01 441412 0 628820 33.42 0 811312 1177920 40.20 551500 641204 8 00:56:11 00:54:01 440900 0 629320 33.45 0 811324 1177908 40.20 551948 641204 8 00:56:11 00:55:01 440852 0 629304 33.45 0 811388 1177956 40.20 552228 641220 20 00:56:11 00:56:01 180972 0 703012 37.36 0 997560 1379508 47.08 552480 855032 8 00:56:11 Average: 325479 0 701090 37.26 206 854769 1519897 51.87 594805 708048 11649 00:56:11 00:56:11 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:11 00:32:01 eth0 1097.04 1146.48 4624.39 147.90 0.00 0.00 0.00 0.00 00:56:11 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:32:01 docker0 875.49 735.84 72.02 2689.73 0.00 0.00 0.00 0.00 00:56:11 00:33:01 veth0c14613 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:33:01 eth0 445.46 332.47 2437.92 38.52 0.00 0.00 0.00 0.00 00:56:11 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:33:01 docker0 184.32 263.47 13.43 837.25 0.00 0.00 0.00 0.00 00:56:11 00:34:01 veth0c14613 1.23 1.25 0.10 0.10 0.00 0.00 0.00 0.00 00:56:11 00:34:01 eth0 37.00 24.76 23.87 68.99 0.00 0.00 0.00 0.00 00:56:11 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:34:01 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 00:56:11 00:35:02 veth0c14613 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 00:56:11 00:35:02 eth0 28.67 15.31 22.81 12.32 0.00 0.00 0.00 0.00 00:56:11 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:35:02 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 00:56:11 00:36:02 eth0 218.85 182.53 1681.03 90.22 0.00 0.00 0.00 0.00 00:56:11 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:36:02 veth9b8874b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:37:02 veth170d145 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:37:02 veth56895f5 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:37:02 veth63ba399 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:37:02 veth7b10e28 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:38:01 eth0 2947.29 2654.81 14002.00 503.59 0.00 0.00 0.00 0.00 00:56:11 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:56:11 00:38:01 veth9067340 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:38:01 vethadf0806 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:39:03 vethe48e47e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:11 00:39:03 eth0 77.28 43.74 109.24 57.02 0.00 0.00 0.00 0.00 00:56:11 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:39:03 veth9b8874b 0.00 0.85 0.00 0.04 0.00 0.00 0.00 0.00 00:56:11 00:40:01 veth09e785e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:40:01 eth0 68.10 51.43 97.16 86.50 0.00 0.00 0.00 0.00 00:56:11 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:40:01 veth9b8874b 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:41:01 eth0 29.06 22.14 54.93 5.59 0.00 0.00 0.00 0.00 00:56:11 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:41:01 docker0 1178.18 1173.54 93.03 4326.11 0.00 0.00 0.00 0.00 00:56:11 00:42:01 eth0 0.62 0.32 0.28 0.20 0.00 0.00 0.00 0.00 00:56:11 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:43:01 eth0 1.07 0.33 0.33 0.17 0.00 0.00 0.00 0.00 00:56:11 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:44:01 eth0 1.13 0.32 0.33 0.23 0.00 0.00 0.00 0.00 00:56:11 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:45:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 00:56:11 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:46:01 eth0 0.85 0.27 0.22 0.08 0.00 0.00 0.00 0.00 00:56:11 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:47:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 00:56:11 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:48:01 eth0 1.75 0.33 0.38 0.20 0.00 0.00 0.00 0.00 00:56:11 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:49:02 eth0 1.43 0.47 0.57 0.39 0.00 0.00 0.00 0.00 00:56:11 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:50:01 eth0 0.29 0.05 0.03 0.00 0.00 0.00 0.00 0.00 00:56:11 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:51:01 eth0 0.72 0.40 0.40 0.26 0.00 0.00 0.00 0.00 00:56:11 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:52:01 eth0 1.86 0.15 0.25 0.07 0.00 0.00 0.00 0.00 00:56:11 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:53:01 eth0 1.55 0.28 0.37 0.20 0.00 0.00 0.00 0.00 00:56:11 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:54:01 eth0 2.90 0.78 0.95 0.59 0.00 0.00 0.00 0.00 00:56:11 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:55:01 eth0 1.62 0.45 0.39 0.21 0.00 0.00 0.00 0.00 00:56:11 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:56:01 eth0 229.07 183.24 2179.88 23.53 0.00 0.00 0.00 0.00 00:56:11 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 Average: eth0 101.47 88.77 527.38 23.49 0.00 0.00 0.00 0.00 00:56:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:11 Average: docker0 47.19 47.01 3.73 173.29 0.00 0.00 0.00 0.00 00:56:11 00:56:11 00:56:11 ---> sar -P ALL: 00:56:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/13/21 _x86_64_ (4 CPU) 00:56:11 00:56:11 00:30:05 LINUX RESTART (4 CPU) 00:56:11 00:56:11 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:56:11 00:32:01 all 13.98 0.00 7.77 2.49 0.18 75.57 00:56:11 00:32:01 0 17.31 0.00 10.90 2.69 0.17 68.93 00:56:11 00:32:01 1 9.51 0.00 6.37 1.67 0.20 82.24 00:56:11 00:32:01 2 14.19 0.00 7.33 2.15 0.15 76.18 00:56:11 00:32:01 3 14.95 0.00 6.52 3.45 0.21 74.87 00:56:11 00:33:01 all 15.15 0.00 10.08 5.71 0.12 68.94 00:56:11 00:33:01 0 15.10 0.00 9.95 3.78 0.12 71.04 00:56:11 00:33:01 1 15.09 0.00 10.85 6.85 0.12 67.09 00:56:11 00:33:01 2 15.04 0.00 9.44 6.21 0.15 69.16 00:56:11 00:33:01 3 15.38 0.00 10.08 5.97 0.10 68.46 00:56:11 00:34:01 all 51.56 0.00 12.59 3.77 0.10 31.98 00:56:11 00:34:01 0 54.00 0.00 11.44 2.30 0.09 32.17 00:56:11 00:34:01 1 52.55 0.00 12.28 3.03 0.10 32.03 00:56:11 00:34:01 2 51.33 0.00 12.76 5.11 0.09 30.70 00:56:11 00:34:01 3 48.35 0.00 13.90 4.63 0.10 33.03 00:56:11 00:35:02 all 51.69 0.00 15.29 3.35 0.18 29.49 00:56:11 00:35:02 0 51.74 0.00 15.23 2.63 0.23 30.17 00:56:11 00:35:02 1 50.84 0.00 15.12 3.24 0.17 30.63 00:56:11 00:35:02 2 52.16 0.00 15.12 3.49 0.14 29.09 00:56:11 00:35:02 3 52.00 0.00 15.71 4.03 0.19 28.07 00:56:11 00:36:02 all 23.14 0.00 21.73 7.09 0.22 47.81 00:56:11 00:36:02 0 21.92 0.00 21.49 7.46 0.24 48.90 00:56:11 00:36:02 1 24.24 0.00 22.20 8.94 0.16 44.46 00:56:11 00:36:02 2 23.33 0.00 21.00 6.16 0.28 49.23 00:56:11 00:36:02 3 23.09 0.00 22.25 5.80 0.23 48.64 00:56:11 00:37:02 all 22.33 0.00 30.08 23.50 0.21 23.87 00:56:11 00:37:02 0 22.47 0.00 29.64 22.87 0.16 24.86 00:56:11 00:37:02 1 22.66 0.00 29.95 22.83 0.25 24.31 00:56:11 00:37:02 2 22.17 0.00 29.74 24.84 0.22 23.04 00:56:11 00:37:02 3 22.03 0.00 31.00 23.46 0.22 23.29 00:56:11 00:38:01 all 55.66 0.00 16.39 12.56 0.10 15.29 00:56:11 00:38:01 0 56.20 0.00 17.21 11.06 0.11 15.42 00:56:11 00:38:01 1 55.07 0.00 16.04 12.36 0.09 16.44 00:56:11 00:38:01 2 55.45 0.00 15.89 15.07 0.12 13.47 00:56:11 00:38:01 3 55.90 0.00 16.44 11.73 0.09 15.84 00:56:11 00:39:03 all 27.37 0.00 25.07 29.31 0.18 18.07 00:56:11 00:39:03 0 26.40 0.00 23.65 31.09 0.19 18.67 00:56:11 00:39:03 1 27.00 0.00 25.49 29.88 0.24 17.39 00:56:11 00:39:03 2 27.80 0.00 26.41 27.06 0.15 18.57 00:56:11 00:39:03 3 28.27 0.00 24.72 29.19 0.16 17.66 00:56:11 00:40:01 all 45.73 0.00 19.57 16.51 0.13 18.07 00:56:11 00:40:01 0 45.86 0.00 20.58 14.64 0.16 18.76 00:56:11 00:40:01 1 44.58 0.00 20.45 14.57 0.09 20.31 00:56:11 00:40:01 2 46.52 0.00 18.02 18.09 0.13 17.24 00:56:11 00:40:01 3 45.97 0.00 19.20 18.75 0.13 15.95 00:56:11 00:41:01 all 1.17 0.00 1.28 0.85 0.02 96.69 00:56:11 00:41:01 0 1.21 0.00 1.52 0.67 0.02 96.59 00:56:11 00:41:01 1 1.14 0.00 1.34 0.95 0.02 96.55 00:56:11 00:41:01 2 1.57 0.00 1.02 1.46 0.02 95.93 00:56:11 00:41:01 3 0.75 0.00 1.24 0.32 0.02 97.67 00:56:11 00:42:01 all 0.10 0.00 0.04 0.00 0.00 99.85 00:56:11 00:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:11 00:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:56:11 00:42:01 2 0.30 0.00 0.07 0.00 0.00 99.63 00:56:11 00:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:56:11 00:56:11 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:56:11 00:43:01 all 0.14 0.00 0.19 0.00 0.01 99.66 00:56:11 00:43:01 0 0.12 0.00 0.20 0.00 0.02 99.67 00:56:11 00:43:01 1 0.32 0.00 0.25 0.00 0.02 99.42 00:56:11 00:43:01 2 0.07 0.00 0.18 0.00 0.02 99.73 00:56:11 00:43:01 3 0.05 0.00 0.12 0.00 0.00 99.83 00:56:11 00:44:01 all 0.15 0.00 0.04 0.00 0.00 99.82 00:56:11 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:11 00:44:01 1 0.52 0.00 0.05 0.00 0.00 99.43 00:56:11 00:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:56:11 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:11 00:45:01 all 0.22 0.00 0.31 0.02 0.02 99.43 00:56:11 00:45:01 0 0.03 0.00 0.12 0.00 0.00 99.85 00:56:11 00:45:01 1 0.58 0.00 0.33 0.02 0.03 99.04 00:56:11 00:45:01 2 0.13 0.00 0.37 0.00 0.03 99.47 00:56:11 00:45:01 3 0.15 0.00 0.42 0.07 0.02 99.35 00:56:11 00:46:01 all 0.12 0.00 0.04 0.00 0.00 99.84 00:56:11 00:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:11 00:46:01 1 0.35 0.00 0.08 0.00 0.00 99.57 00:56:11 00:46:01 2 0.02 0.00 0.03 0.00 0.02 99.93 00:56:11 00:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:56:11 00:47:01 all 0.13 0.00 0.03 0.00 0.00 99.84 00:56:11 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:11 00:47:01 1 0.42 0.00 0.02 0.00 0.00 99.57 00:56:11 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:56:11 00:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:56:11 00:48:01 all 0.15 0.00 0.03 0.00 0.01 99.80 00:56:11 00:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:56:11 00:48:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:56:11 00:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:11 00:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:56:11 00:49:02 all 0.17 0.00 0.03 0.00 0.00 99.80 00:56:11 00:49:02 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:11 00:49:02 1 0.53 0.00 0.02 0.00 0.00 99.45 00:56:11 00:49:02 2 0.07 0.00 0.05 0.00 0.00 99.88 00:56:11 00:49:02 3 0.05 0.00 0.02 0.00 0.02 99.92 00:56:11 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.82 00:56:11 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:11 00:50:01 1 0.51 0.00 0.03 0.00 0.00 99.46 00:56:11 00:50:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:56:11 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:11 00:51:01 all 0.17 0.00 0.02 0.00 0.00 99.82 00:56:11 00:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:56:11 00:51:01 1 0.52 0.00 0.00 0.00 0.00 99.48 00:56:11 00:51:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:56:11 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:56:11 00:52:01 all 0.09 0.00 0.05 0.00 0.00 99.85 00:56:11 00:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:56:11 00:52:01 1 0.25 0.00 0.10 0.00 0.00 99.65 00:56:11 00:52:01 2 0.07 0.00 0.05 0.00 0.02 99.87 00:56:11 00:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:11 00:53:01 all 0.16 0.00 0.03 0.00 0.00 99.82 00:56:11 00:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:11 00:53:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:56:11 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:11 00:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:56:11 00:56:11 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:56:11 00:54:01 all 0.16 0.00 0.04 0.00 0.01 99.79 00:56:11 00:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:56:11 00:54:01 1 0.47 0.00 0.03 0.00 0.00 99.50 00:56:11 00:54:01 2 0.12 0.00 0.05 0.00 0.02 99.82 00:56:11 00:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:11 00:55:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:56:11 00:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:56:11 00:55:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:56:11 00:55:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:56:11 00:55:01 3 0.52 0.00 0.03 0.00 0.02 99.43 00:56:11 00:56:01 all 6.76 0.00 5.10 3.67 0.10 84.38 00:56:11 00:56:01 0 6.29 0.00 4.76 2.41 0.07 86.47 00:56:11 00:56:01 1 8.28 0.00 5.16 7.45 0.10 79.02 00:56:11 00:56:01 2 5.97 0.00 5.19 2.41 0.12 86.31 00:56:11 00:56:01 3 6.49 0.00 5.27 2.41 0.10 85.73 00:56:11 Average: all 12.28 0.00 6.43 4.21 0.06 77.02 00:56:11 Average: 0 12.38 0.00 6.48 3.94 0.06 77.15 00:56:11 Average: 1 12.27 0.00 6.45 4.34 0.06 76.88 00:56:11 Average: 2 12.29 0.00 6.33 4.33 0.07 76.98 00:56:11 Average: 3 12.17 0.00 6.46 4.22 0.06 77.09 00:56:11 00:56:11 00:56:11