Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece+51171a228bb1224c00b3568eb910f5544dbf0ab1 (14dd2326e5f5206cd1a538a404e74fae097d7ad4) 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 ‘prd-centos7-docker-4c-2g-1131’ Running on prd-centos7-docker-4c-2g-1132 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/76 [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/76 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 51171a228bb1224c00b3568eb910f5544dbf0ab1 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece Merge succeeded, producing 6d5af4002f48855a5e2529a8b6a1c654cd53633b Checking out Revision 6d5af4002f48855a5e2529a8b6a1c654cd53633b (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # 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 51171a228bb1224c00b3568eb910f5544dbf0ab1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d5af4002f48855a5e2529a8b6a1c654cd53633b # timeout=10 Commit message: "Merge commit '51171a228bb1224c00b3568eb910f5544dbf0ab1' into HEAD" > git rev-list --no-walk aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:30:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:30:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:30:02 ========================================================= 08:30:02 EdgeX Global Pipelines Version Info 08:30:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:30:03 ------------------- 08:30:03 stable info: 08:30:03 ------------------- 08:30:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:30:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:30:03 Message: update stable to v1.0.186 08:30:04 ------------------- 08:30:04 experimental info: 08:30:04 ------------------- 08:30:04 Commited By: **** collab-it+edgex@linuxfoundation.org 08:30:04 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:30:04 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:30:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d5af4002f48855a5e2529a8b6a1c654cd53633b [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d5af40 [Pipeline] echo 08:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:05 provisioning config files... 08:30:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/76@tmp/config549862307555752392tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:05 ---> docker-login.sh 08:30:05 nexus3.edgexfoundry.org:10001 08:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:06 Configure a credential helper to remove this warning. See 08:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:06 08:30:06 Login Succeeded 08:30:06 nexus3.edgexfoundry.org:10002 08:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:06 Configure a credential helper to remove this warning. See 08:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:06 08:30:06 Login Succeeded 08:30:06 nexus3.edgexfoundry.org:10003 08:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:06 Configure a credential helper to remove this warning. See 08:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:06 08:30:06 Login Succeeded 08:30:06 nexus3.edgexfoundry.org:10004 08:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:07 Configure a credential helper to remove this warning. See 08:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:07 08:30:07 Login Succeeded 08:30:07 docker.io 08:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:07 Configure a credential helper to remove this warning. See 08:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:07 08:30:07 Login Succeeded 08:30:07 ---> docker-login.sh ends [Pipeline] } 08:30:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:08 ++ 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 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/core-command/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo core-command,cmd/core-command/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/core-data/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo core-data,cmd/core-data/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/core-metadata/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo core-metadata,cmd/core-metadata/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/security-bootstrapper/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/security-proxy-setup/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/support-notifications/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo support-notifications,cmd/support-notifications/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/support-scheduler/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:30:08 + for file in '`ls cmd/**/Dockerfile`' 08:30:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:30:08 ++ cut -d/ -f2 08:30:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:30:08 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 08:30:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:09 08:30:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:30:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:09 latest: Pulling from edgex-devops/git-semver 08:30:09 31603596830f: Pulling fs layer 08:30:09 2a8b12db71e7: Pulling fs layer 08:30:09 6ca5941a6612: Pulling fs layer 08:30:09 ecc8261a40a4: Pulling fs layer 08:30:09 ecc8261a40a4: Waiting 08:30:09 2a8b12db71e7: Download complete 08:30:09 31603596830f: Verifying Checksum 08:30:09 31603596830f: Download complete 08:30:09 ecc8261a40a4: Verifying Checksum 08:30:09 ecc8261a40a4: Download complete 08:30:09 6ca5941a6612: Verifying Checksum 08:30:09 6ca5941a6612: Download complete 08:30:09 31603596830f: Pull complete 08:30:09 2a8b12db71e7: Pull complete 08:30:10 6ca5941a6612: Pull complete 08:30:11 ecc8261a40a4: Pull complete 08:30:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:30:11 prd-centos7-docker-4c-2g-1132 does not seem to be running inside a container 08:30:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:30:14 $ docker top 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:14 [ssh-agent] Looking for ssh-agent implementation... 08:30:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:14 $ docker exec 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d ssh-agent 08:30:14 SSH_AUTH_SOCK=/tmp/ssh-hxjSHMqzoIao/agent.11 08:30:14 SSH_AGENT_PID=16 08:30:14 Running ssh-add (command line suppressed) 08:30:14 Identity added: /w/workspace/edgex-go/76@tmp/private_key_7264981715459377654.key (/w/workspace/edgex-go/76@tmp/private_key_7264981715459377654.key) 08:30:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:15 + git tag --points-at HEAD [Pipeline] } 08:30:15 $ docker exec --env ******** --env ******** 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d ssh-agent -k 08:30:15 unset SSH_AUTH_SOCK; 08:30:15 unset SSH_AGENT_PID; 08:30:15 echo Agent pid 16 killed; 08:30:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:15 [ssh-agent] Looking for ssh-agent implementation... 08:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:15 $ docker exec 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d ssh-agent 08:30:15 SSH_AUTH_SOCK=/tmp/ssh-sa9LouQle30R/agent.46 08:30:15 SSH_AGENT_PID=52 08:30:15 Running ssh-add (command line suppressed) 08:30:15 Identity added: /w/workspace/edgex-go/76@tmp/private_key_6297009702379210572.key (/w/workspace/edgex-go/76@tmp/private_key_6297009702379210572.key) 08:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:16 + git semver init 08:30:16 # -> Open(): unable to determine branch for HEAD 08:30:16 # $GIT_DIR = /w/workspace/edgex-go/76/.git 08:30:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/76 08:30:16 # $SEMVER_REMOTE_NAME = origin 08:30:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:16 # $SEMVER_USER_NAME = edgex-jenkins 08:30:16 # $SEMVER_BRANCH = PR-3234 08:30:16 # $SEMVER_TEMP = /tmp/semver-874080540 08:30:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:30:34 # '/tmp/semver-874080540' -> '/w/workspace/edgex-go/76/.semver' 08:30:34 # -> Force: false 08:30:34 # $SEMVER_DIR = /w/workspace/edgex-go/76/.semver [Pipeline] } 08:30:34 $ docker exec --env ******** --env ******** 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d ssh-agent -k 08:30:34 unset SSH_AUTH_SOCK; 08:30:34 unset SSH_AGENT_PID; 08:30:34 echo Agent pid 52 killed; 08:30:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:35 + git semver [Pipeline] } 08:30:35 $ docker stop --time=1 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d 08:30:36 $ docker rm -f 53baed594b99ba66a86af1c04529132ef119cdd4f029d266fad673d7fa56ae2d [Pipeline] // withDockerContainer [Pipeline] sh 08:30:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:30:37 Stashed 1 file(s) [Pipeline] echo 08:30:37 [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 08:30:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:30:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:30:38 + sudo service docker restart 08:30:38 + true 08:30:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:30:39 ========================================================= 08:30:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:30:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:39 + 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 . 08:30:43 Sending build context to Docker daemon 329.7MB 08:30:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:30:43 Step 2/6 : FROM ${BASE} 08:30:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:30:43 188c0c94c7c5: Pulling fs layer 08:30:43 0ef7d3d256c8: Pulling fs layer 08:30:43 de9db76c5a1d: Pulling fs layer 08:30:43 bca2f99d35d6: Pulling fs layer 08:30:43 93359f2a8cfa: Pulling fs layer 08:30:43 7c6f9722023f: Pulling fs layer 08:30:43 a35cf1a2eb13: Pulling fs layer 08:30:43 93359f2a8cfa: Waiting 08:30:43 7c6f9722023f: Waiting 08:30:43 a35cf1a2eb13: Waiting 08:30:43 bca2f99d35d6: Waiting 08:30:43 de9db76c5a1d: Verifying Checksum 08:30:43 de9db76c5a1d: Download complete 08:30:43 0ef7d3d256c8: Verifying Checksum 08:30:43 0ef7d3d256c8: Download complete 08:30:43 93359f2a8cfa: Verifying Checksum 08:30:43 93359f2a8cfa: Download complete 08:30:43 188c0c94c7c5: Verifying Checksum 08:30:43 188c0c94c7c5: Download complete 08:30:43 7c6f9722023f: Verifying Checksum 08:30:43 7c6f9722023f: Download complete 08:30:43 188c0c94c7c5: Pull complete 08:30:44 0ef7d3d256c8: Pull complete 08:30:44 de9db76c5a1d: Pull complete 08:30:45 a35cf1a2eb13: Verifying Checksum 08:30:45 a35cf1a2eb13: Download complete 08:30:45 bca2f99d35d6: Verifying Checksum 08:30:45 bca2f99d35d6: Download complete 08:30:51 bca2f99d35d6: Pull complete 08:30:51 93359f2a8cfa: Pull complete 08:30:51 7c6f9722023f: Pull complete 08:30:52 Still waiting to schedule task 08:30:52 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1133’ is offline 08:30:56 a35cf1a2eb13: Pull complete 08:30:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:30:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:30:56 ---> a62c8e92a672 08:30:56 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 08:30:56 ---> Running in 6c4b606a663a 08:30:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:59 (1/12) Installing libmagic (5.38-r0) 08:30:59 (2/12) Installing file (5.38-r0) 08:30:59 (3/12) Installing libc-dev (0.7.2-r3) 08:30:59 (4/12) Installing g++ (9.3.0-r2) 08:31:09 (5/12) Installing fortify-headers (1.1-r0) 08:31:09 (6/12) Installing patch (2.7.6-r6) 08:31:09 (7/12) Installing build-base (0.5-r2) 08:31:09 (8/12) Installing libsodium (1.0.18-r0) 08:31:09 (9/12) Installing pkgconf (1.7.2-r0) 08:31:09 (10/12) Installing libsodium-dev (1.0.18-r0) 08:31:09 (11/12) Installing libzmq (4.3.3-r0) 08:31:10 (12/12) Installing zeromq-dev (4.3.3-r0) 08:31:10 Executing busybox-1.31.1-r19.trigger 08:31:10 OK: 233 MiB in 51 packages 08:31:14 Removing intermediate container 6c4b606a663a 08:31:14 ---> 7097f281c38a 08:31:14 Step 4/6 : WORKDIR /edgex-go 08:31:14 ---> Running in 899402b2c9c7 08:31:14 Removing intermediate container 899402b2c9c7 08:31:14 ---> 2b5b7d150304 08:31:14 Step 5/6 : COPY go.mod . 08:31:14 ---> c58550f37301 08:31:14 Step 6/6 : RUN go mod download 08:31:14 ---> Running in 1696f58191eb 08:31:36 Removing intermediate container 1696f58191eb 08:31:36 ---> f96c6c38a680 08:31:36 Successfully built f96c6c38a680 08:31:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:31:37 + docker inspect -f . ci-base-image-x86_64 08:31:37 . [Pipeline] withDockerContainer 08:31:37 prd-centos7-docker-4c-2g-1132 does not seem to be running inside a container 08:31:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:31:38 $ docker top 2cf19149f5931b9cab3b66b7bec03bd7b26977c1fd491f738f968631b6fe2e69 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:38 + go version 08:31:38 go version go1.15.5 linux/amd64 [Pipeline] } 08:31:38 $ docker stop --time=1 2cf19149f5931b9cab3b66b7bec03bd7b26977c1fd491f738f968631b6fe2e69 08:31:40 $ docker rm -f 2cf19149f5931b9cab3b66b7bec03bd7b26977c1fd491f738f968631b6fe2e69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:40 + docker inspect -f . ci-base-image-x86_64 08:31:40 . [Pipeline] withDockerContainer 08:31:40 prd-centos7-docker-4c-2g-1132 does not seem to be running inside a container 08:31:40 $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:31:41 $ docker top 535d9889d3f1bf0c4cad6068576f3ff67d8b4c0cdfd5fb4c8870fb3f4ba0d3f9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:31:41 ========================================================= 08:31:41 [edgeXBuildGoParallel] Running Tests and Build... 08:31:41 ========================================================= [Pipeline] sh 08:31:42 + make test 08:31:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:31:52 ? github.com/edgexfoundry/edgex-go [no test files] 08:32:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:32:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:32:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:32:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:32:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:32:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:32:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:32:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:32:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:32:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:32:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:32:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:32:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.061s coverage: 19.8% of statements 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements 08:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.452s coverage: 27.1% of statements 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.9% of statements 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 08:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.383s coverage: 93.0% of statements 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.9% of statements 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.115s coverage: 79.5% of statements 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 08:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 08:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 08:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 08:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.215s coverage: 81.9% of statements 08:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.6% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.4% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 69.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.049s coverage: 9.6% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 88.6% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:32:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.779s coverage: 28.7% of statements 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:32:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:32:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:32:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:32:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.079s coverage: 64.6% of statements 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:32:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 95.6% of statements 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:32:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:32:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:32:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:32:57 GO111MODULE=on go vet ./... 08:33:24 gofmt -l . 08:33:25 [ "`gofmt -l .`" = "" ] 08:33:26 ./bin/test-go-mod-tidy.sh 08:33:26 ./bin/test-attribution-txt.sh [Pipeline] sh 08:33:27 + ls -al . 08:33:27 total 812 08:33:27 drwxrwxr-x 10 1001 1001 4096 Apr 20 08:33 . 08:33:27 drwxr-xr-x 4 root root 30 Apr 20 08:31 .. 08:33:27 -rw-rw-r-- 1 1001 1001 11 Apr 20 08:29 .dockerignore 08:33:27 drwxrwxr-x 8 1001 1001 179 Apr 20 08:30 .git 08:33:27 drwxrwxr-x 3 1001 1001 125 Apr 20 08:29 .github 08:33:27 -rw-rw-r-- 1 1001 1001 818 Apr 20 08:29 .gitignore 08:33:27 drwx------ 3 1001 1001 60 Apr 20 08:30 .semver 08:33:27 -rw-rw-r-- 1 1001 1001 166 Apr 20 08:29 .sonarcloud.properties 08:33:27 -rw-rw-r-- 1 1001 1001 8609 Apr 20 08:29 Attribution.txt 08:33:27 -rw-rw-r-- 1 1001 1001 3804 Apr 20 08:29 CONTRIBUTING.md 08:33:27 -rw-rw-r-- 1 1001 1001 931 Apr 20 08:29 Dockerfile.build 08:33:27 -rw-rw-r-- 1 1001 1001 863 Apr 20 08:29 Jenkinsfile 08:33:27 -rw-rw-r-- 1 1001 1001 10775 Apr 20 08:29 LICENSE 08:33:27 -rw-rw-r-- 1 1001 1001 5774 Apr 20 08:29 Makefile 08:33:27 -rw-rw-r-- 1 1001 1001 7978 Apr 20 08:29 README.md 08:33:27 -rw-rw-r-- 1 1001 1001 6755 Apr 20 08:29 SECURITY.md 08:33:27 -rw-rw-r-- 1 1001 1001 5 Apr 20 08:30 VERSION 08:33:27 -rw-rw-r-- 1 1001 1001 4131 Apr 20 08:29 ZMQWindows.md 08:33:27 drwxrwxr-x 2 1001 1001 117 Apr 20 08:29 bin 08:33:27 drwxrwxr-x 14 1001 1001 4096 Apr 20 08:29 cmd 08:33:27 -rw-r--r-- 1 root root 703598 Apr 20 08:32 coverage.out 08:33:27 -rw-r--r-- 1 root root 1059 Apr 20 08:33 go.mod 08:33:27 -rw-r--r-- 1 root root 22258 Apr 20 08:33 go.sum 08:33:27 drwxrwxr-x 8 1001 1001 127 Apr 20 08:29 internal 08:33:27 drwxrwxr-x 4 1001 1001 26 Apr 20 08:29 openapi 08:33:27 drwxrwxr-x 4 1001 1001 71 Apr 20 08:29 snap 08:33:27 -rw-rw-r-- 1 1001 1001 168 Apr 20 08:29 version.go [Pipeline] sh 08:33:27 + '[' -e coverage.out ] 08:33:27 + chown 1001:1001 coverage.out [Pipeline] stash 08:33:28 Stashed 1 file(s) [Pipeline] sh 08:33:28 + make build 08:33:28 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 08:33:31 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 08:33:40 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 08:33:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1137 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 08:33:40 Running in /w/workspace/edgex-go/76 [Pipeline] { [Pipeline] checkout 08:33:42 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 08:33:43 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 08:33:43 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 08:33:45 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 08:33:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:33:47 using credential edgex-jenkins-ssh 08:33:47 Cloning the remote Git repository 08:33:48 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 08:33:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:33:47 > git init /w/workspace/edgex-go/76 # timeout=10 08:33:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:47 > git --version # timeout=10 08:33:47 > git --version # 'git version 2.17.1' 08:33:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:49 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 08:33:50 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 08:33:51 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] } 08:33:53 $ docker stop --time=1 535d9889d3f1bf0c4cad6068576f3ff67d8b4c0cdfd5fb4c8870fb3f4ba0d3f9 08:33:55 $ docker rm -f 535d9889d3f1bf0c4cad6068576f3ff67d8b4c0cdfd5fb4c8870fb3f4ba0d3f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:58 08:33:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:33:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:58 latest: Pulling from edgex-devops/edgex-compose 08:33:58 cbdbe7a5bc2a: Pulling fs layer 08:33:58 ca9280d653b3: Pulling fs layer 08:33:58 7e9c9ca2126c: Pulling fs layer 08:33:58 cbdbe7a5bc2a: Verifying Checksum 08:33:58 cbdbe7a5bc2a: Download complete 08:33:59 cbdbe7a5bc2a: Pull complete 08:33:59 ca9280d653b3: Verifying Checksum 08:33:59 ca9280d653b3: Download complete 08:34:00 7e9c9ca2126c: Verifying Checksum 08:34:00 7e9c9ca2126c: Download complete 08:34:00 ca9280d653b3: Pull complete 08:34:07 Merging remotes/origin/master commit 51171a228bb1224c00b3568eb910f5544dbf0ab1 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 08:34:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:06 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:06 > 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 08:34:07 > git config core.sparsecheckout # timeout=10 08:34:07 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 08:34:08 Merge succeeded, producing 63dfb3335fc16bb6865424c599d98753ff5d08ec 08:34:08 Checking out Revision 63dfb3335fc16bb6865424c599d98753ff5d08ec (PR-3234) 08:34:08 7e9c9ca2126c: Pull complete 08:34:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:34:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:34:08 prd-centos7-docker-4c-2g-1132 does not seem to be running inside a container 08:34:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:34:07 > git remote # timeout=10 08:34:07 > git config --get remote.origin.url # timeout=10 08:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:07 > git merge 51171a228bb1224c00b3568eb910f5544dbf0ab1 # timeout=10 08:34:08 > git rev-parse HEAD^{commit} # timeout=10 08:34:08 > git config core.sparsecheckout # timeout=10 08:34:08 > git checkout -f 63dfb3335fc16bb6865424c599d98753ff5d08ec # timeout=10 08:34:10 $ docker top 7e7563e86228c9ca844520c879ed26219118d6913534ca3f5598a098d8689c09 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:10 + docker-compose build --help 08:34:10 + grep parallel 08:34:11 --parallel Build images in parallel. [Pipeline] } 08:34:11 $ docker stop --time=1 7e7563e86228c9ca844520c879ed26219118d6913534ca3f5598a098d8689c09 08:34:12 Commit message: "Merge commit '51171a228bb1224c00b3568eb910f5544dbf0ab1' into HEAD" 08:34:12 > git rev-list --no-walk aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 08:34:13 $ docker rm -f 7e7563e86228c9ca844520c879ed26219118d6913534ca3f5598a098d8689c09 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 08:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:13 . [Pipeline] withDockerContainer 08:34:14 prd-centos7-docker-4c-2g-1132 does not seem to be running inside a container 08:34:14 $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:34:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 08:34:15 $ docker top 08efb87a7ee2044416e1dddadc8d08d0c6bb9f19ccc827e92622d67c277a4d1d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 08:34:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:34:16 + docker-compose -f ./docker-compose-build.yml build --parallel 08:34:16 + sudo service docker restart 08:34:16 + true 08:34:17 Building docker-core-command-go ... 08:34:17 Building docker-core-data-go ... 08:34:17 Building docker-core-metadata-go ... 08:34:17 Building docker-security-bootstrapper-go ... 08:34:17 Building docker-security-proxy-setup-go ... 08:34:17 Building docker-security-secretstore-setup-go ... 08:34:17 Building docker-support-notifications-go ... 08:34:17 Building docker-support-scheduler-go ... 08:34:17 Building docker-sys-mgmt-agent-go ... 08:34:17 Building docker-support-notifications-go 08:34:17 Building docker-sys-mgmt-agent-go 08:34:17 Building docker-core-command-go 08:34:17 Building docker-security-secretstore-setup-go 08:34:17 Building docker-security-bootstrapper-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:34:18 provisioning config files... 08:34:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/76@tmp/config5425167197884198422tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:34:19 ---> docker-login.sh 08:34:19 nexus3.edgexfoundry.org:10001 08:34:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:20 Configure a credential helper to remove this warning. See 08:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:20 08:34:20 Login Succeeded 08:34:20 nexus3.edgexfoundry.org:10002 08:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:20 Configure a credential helper to remove this warning. See 08:34:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:20 08:34:20 Login Succeeded 08:34:20 nexus3.edgexfoundry.org:10003 08:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:21 Configure a credential helper to remove this warning. See 08:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:21 08:34:21 Login Succeeded 08:34:21 nexus3.edgexfoundry.org:10004 08:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:22 Configure a credential helper to remove this warning. See 08:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:22 08:34:22 Login Succeeded 08:34:22 docker.io 08:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:22 Configure a credential helper to remove this warning. See 08:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:22 08:34:22 Login Succeeded 08:34:22 ---> docker-login.sh ends [Pipeline] } 08:34:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:34:22 ========================================================= 08:34:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:34:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:34:23 + 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 . 08:34:25 Sending build context to Docker daemon 167.4MB 08:34:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:34:25 Step 2/6 : FROM ${BASE} 08:34:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:34:25 5f621e34cdf4: Pulling fs layer 08:34:25 a4357932f1b6: Pulling fs layer 08:34:25 18c013af1878: Pulling fs layer 08:34:25 00ac8860ef70: Pulling fs layer 08:34:25 63d7cb157983: Pulling fs layer 08:34:25 b116817d02f9: Pulling fs layer 08:34:25 745a02a5169b: Pulling fs layer 08:34:25 00ac8860ef70: Waiting 08:34:25 63d7cb157983: Waiting 08:34:25 745a02a5169b: Waiting 08:34:25 b116817d02f9: Waiting 08:34:25 18c013af1878: Verifying Checksum 08:34:25 18c013af1878: Download complete 08:34:25 a4357932f1b6: Verifying Checksum 08:34:25 a4357932f1b6: Download complete 08:34:25 63d7cb157983: Verifying Checksum 08:34:25 63d7cb157983: Download complete 08:34:25 5f621e34cdf4: Verifying Checksum 08:34:25 5f621e34cdf4: Download complete 08:34:25 b116817d02f9: Verifying Checksum 08:34:25 b116817d02f9: Download complete 08:34:26 5f621e34cdf4: Pull complete 08:34:27 a4357932f1b6: Pull complete 08:34:27 18c013af1878: Pull complete 08:34:28 745a02a5169b: Verifying Checksum 08:34:28 745a02a5169b: Download complete 08:34:29 00ac8860ef70: Verifying Checksum 08:34:29 00ac8860ef70: Download complete 08:34:39 00ac8860ef70: Pull complete 08:34:39 63d7cb157983: Pull complete 08:34:39 b116817d02f9: Pull complete 08:34:43 745a02a5169b: Pull complete 08:34:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:34:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:34:43 ---> b7e6874047d6 08:34:43 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 08:34:46 ---> Running in 9275c446d17f 08:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:34:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:34:48 (1/12) Installing libmagic (5.38-r0) 08:34:48 (2/12) Installing file (5.38-r0) 08:34:49 (3/12) Installing libc-dev (0.7.2-r3) 08:34:49 (4/12) Installing g++ (9.3.0-r2) 08:34:55 (5/12) Installing fortify-headers (1.1-r0) 08:34:55 (6/12) Installing patch (2.7.6-r6) 08:34:55 (7/12) Installing build-base (0.5-r2) 08:34:55 (8/12) Installing libsodium (1.0.18-r0) 08:34:55 (9/12) Installing pkgconf (1.7.2-r0) 08:34:55 (10/12) Installing libsodium-dev (1.0.18-r0) 08:34:55 (11/12) Installing libzmq (4.3.3-r0) 08:34:55 (12/12) Installing zeromq-dev (4.3.3-r0) 08:34:55 Executing busybox-1.31.1-r19.trigger 08:34:55 OK: 217 MiB in 51 packages 08:34:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:34:56 ---> f96c6c38a680 08:34:56 Step 3/24 : WORKDIR /edgex-go 08:34:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:34:56 ---> f96c6c38a680 08:34:56 Step 3/31 : WORKDIR /edgex-go 08:34:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:34:56 ---> f96c6c38a680 08:34:56 Step 3/22 : WORKDIR /edgex-go 08:34:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:34:56 ---> f96c6c38a680 08:34:56 Step 3/23 : WORKDIR /edgex-go 08:34:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:34:56 ---> f96c6c38a680 08:34:56 Step 3/23 : WORKDIR /edgex-go 08:34:56 ---> Running in e547698e1677 08:34:56 ---> Running in 2acab00131c0 08:34:56 ---> Running in a02bac30e5fe 08:34:56 ---> Running in abd4d0e2b1a2 08:34:56 ---> Running in 79b00f9c4d03 08:34:56 Removing intermediate container a02bac30e5fe 08:34:56 ---> 4e1b006e0c96 08:34:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:56 Removing intermediate container 2acab00131c0 08:34:56 ---> 1ee6643c09aa 08:34:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:56 Removing intermediate container e547698e1677 08:34:56 ---> a9a4779c2909 08:34:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:56 Removing intermediate container 79b00f9c4d03 08:34:56 ---> 3ef614471b75 08:34:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:56 Removing intermediate container abd4d0e2b1a2 08:34:56 ---> 9b432cd67e07 08:34:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:56 ---> Running in 392d3317fdbe 08:34:56 ---> Running in 0b735c0192fc 08:34:56 ---> Running in 7358d484dc9c 08:34:56 ---> Running in 2277a90de44f 08:34:56 ---> Running in ee0f0de2184d 08:34:56 Removing intermediate container 2277a90de44f 08:34:56 ---> ab39dbbb5373 08:34:56 Step 5/31 : RUN apk add --update --no-cache make git 08:34:56 ---> Running in 69e6eeb276b7 08:34:56 Removing intermediate container 0b735c0192fc 08:34:56 ---> bdbe95efebaa 08:34:56 Step 5/24 : RUN apk add --update --no-cache make git 08:34:56 Removing intermediate container 7358d484dc9c 08:34:56 ---> 41fce32d9b68 08:34:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:34:56 Removing intermediate container 392d3317fdbe 08:34:56 ---> 313e3bace184 08:34:56 Step 5/23 : RUN apk add --update --no-cache make git 08:34:56 ---> Running in 9add08a51a17 08:34:56 ---> Running in d28551829ca5 08:34:56 ---> Running in 61f3d666fb9e 08:34:56 Removing intermediate container ee0f0de2184d 08:34:56 ---> bb21ccb7fc9a 08:34:56 Step 5/23 : RUN apk add --update --no-cache make bash git 08:34:56 ---> Running in 46438b5b305d 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:56 OK: 233 MiB in 51 packages 08:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:57 OK: 233 MiB in 51 packages 08:34:57 OK: 233 MiB in 51 packages 08:34:57 OK: 233 MiB in 51 packages 08:34:57 Removing intermediate container 69e6eeb276b7 08:34:57 ---> 1165f2d384db 08:34:57 Step 6/31 : COPY go.mod . 08:34:57 OK: 233 MiB in 51 packages 08:34:57 Removing intermediate container 9add08a51a17 08:34:57 ---> 47ebbe023a2a 08:34:57 Step 6/24 : COPY go.mod . 08:34:58 ---> cb6c0654dd0d 08:34:58 Step 7/31 : RUN go mod download 08:34:58 Removing intermediate container d28551829ca5 08:34:58 ---> de745d05e011 08:34:58 Step 6/22 : COPY go.mod . 08:34:58 ---> Running in 68ca9cb8b981 08:34:58 ---> b5abc2c7ab5c 08:34:58 Step 7/24 : RUN go mod download 08:34:58 ---> Running in ad2781a5b03c 08:34:58 Removing intermediate container 61f3d666fb9e 08:34:58 ---> 0fbead107797 08:34:58 Step 6/23 : COPY go.mod . 08:34:58 ---> 7454352cc98b 08:34:58 Step 7/22 : RUN go mod download 08:34:58 Removing intermediate container 46438b5b305d 08:34:58 ---> 1135dd7fcc0a 08:34:58 Step 6/23 : COPY go.mod . 08:34:58 ---> Running in edcee9ff2c46 08:34:58 ---> b8b853fb8e60 08:34:58 Step 7/23 : RUN go mod download 08:34:58 ---> ac8adea7abc9 08:34:58 Step 7/23 : RUN go mod download 08:34:59 ---> Running in 64cfcf7b7357 08:34:59 ---> Running in 2a087c353393 08:35:00 Removing intermediate container 9275c446d17f 08:35:00 ---> 6a7af9b02eba 08:35:00 Step 4/6 : WORKDIR /edgex-go 08:35:00 ---> Running in 45d1cf5959da 08:35:00 Removing intermediate container 45d1cf5959da 08:35:00 ---> a07a4c9c13e6 08:35:00 Step 5/6 : COPY go.mod . 08:35:00 Removing intermediate container ad2781a5b03c 08:35:00 ---> 467359f40890 08:35:00 Step 8/24 : COPY . . 08:35:00 Removing intermediate container 68ca9cb8b981 08:35:00 ---> b260db08f14b 08:35:00 Step 8/31 : COPY . . 08:35:00 Removing intermediate container edcee9ff2c46 08:35:00 ---> bbc9bf12a9b6 08:35:00 Step 8/22 : COPY . . 08:35:01 ---> 02354bd094a0 08:35:01 Step 6/6 : RUN go mod download 08:35:01 ---> Running in bda2ebd6d768 08:35:05 Removing intermediate container 64cfcf7b7357 08:35:05 ---> 07de34e993ad 08:35:05 Step 8/23 : COPY . . 08:35:05 Removing intermediate container 2a087c353393 08:35:05 ---> 41f3b5e45d94 08:35:05 Step 8/23 : COPY . . 08:35:27 Removing intermediate container bda2ebd6d768 08:35:27 ---> ea5a5b735206 08:35:27 Successfully built ea5a5b735206 08:35:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:35:28 + docker inspect -f . ci-base-image-arm64 08:35:28 . [Pipeline] withDockerContainer 08:35:28 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 08:35:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:35:30 $ docker top 14ec092903dcc32d0ec75de18d1fe3a52d194fb5c123f423513a1689b4b4b14e -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:31 + go version 08:35:31 go version go1.15.5 linux/arm64 [Pipeline] } 08:35:31 $ docker stop --time=1 14ec092903dcc32d0ec75de18d1fe3a52d194fb5c123f423513a1689b4b4b14e 08:35:32 $ docker rm -f 14ec092903dcc32d0ec75de18d1fe3a52d194fb5c123f423513a1689b4b4b14e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:33 + docker inspect -f . ci-base-image-arm64 08:35:33 . [Pipeline] withDockerContainer 08:35:33 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 08:35:33 $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:35:35 $ docker top 3560ef648460004468abfddd9a3b5e920fa7748f30833ce138c9f379c6c56211 -eo pid,comm [Pipeline] { [Pipeline] echo 08:35:35 ========================================================= 08:35:35 [edgeXBuildGoParallel] Running Tests and Build... 08:35:35 ========================================================= [Pipeline] sh 08:35:36 + make test 08:35:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:35:44 ---> 6b0f1bf27e6b 08:35:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:35:44 ---> d656b042fcbe 08:35:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:35:44 ---> e8f1f0ece216 08:35:44 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:35:44 ---> b97ae30b8b77 08:35:44 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:35:44 ---> 28f1974993c3 08:35:44 Step 9/23 : RUN make cmd/core-command/core-command 08:35:44 ---> Running in c3431397a2e6 08:35:44 ---> Running in 02aa9e27f54c 08:35:44 ---> Running in b5af5b683fa8 08:35:44 ---> Running in b7fa425e3bb0 08:35:44 ---> Running in cc8f69c222e9 08:35:44 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 08:35:44 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 08:35:44 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 08:35:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:35:44 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 08:36:02 ? github.com/edgexfoundry/edgex-go [no test files] 08:36:16 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 08:36:23 Removing intermediate container 02aa9e27f54c 08:36:23 ---> 5bf5d6762ea8 08:36:23 08:36:23 Step 10/31 : FROM alpine:3.12 08:36:23 Removing intermediate container b7fa425e3bb0 08:36:23 ---> 35fd2d846373 08:36:23 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:36:23 3.12: Pulling from library/alpine 08:36:27 ---> Running in 0b2f1a8b2ef4 08:36:27 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:36:27 Status: Downloaded newer image for alpine:3.12 08:36:27 ---> 13621d1b12d4 08:36:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:36:27 Removing intermediate container b5af5b683fa8 08:36:27 ---> 2eeefecaf143 08:36:27 08:36:27 Step 10/24 : FROM alpine:3.12 08:36:27 ---> 13621d1b12d4 08:36:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:36:27 Removing intermediate container cc8f69c222e9 08:36:27 ---> b6bb375fdf09 08:36:27 08:36:27 Step 10/23 : FROM alpine:3.12 08:36:27 ---> 13621d1b12d4 08:36:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:36:27 Removing intermediate container c3431397a2e6 08:36:27 ---> d1279d3eac41 08:36:27 08:36:27 Step 10/22 : FROM alpine:3.12 08:36:27 ---> 13621d1b12d4 08:36:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:36:28 ---> Running in 5a1ea98d372d 08:36:28 ---> Running in c82fb1aea540 08:36:28 ---> Running in 2148c18cec01 08:36:28 ---> Running in 16d3cdfaf7da 08:36:28 Removing intermediate container 5a1ea98d372d 08:36:28 ---> 3b778ba17e71 08:36:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:36:28 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 08:36:28 ---> Running in 75131d032456 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:29 (1/1) Installing dumb-init (1.2.2-r1) 08:36:29 Executing busybox-1.31.1-r20.trigger 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:29 OK: 6 MiB in 15 packages 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:29 (1/6) Installing ca-certificates (20191127-r4) 08:36:29 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:36:29 (3/6) Installing libcurl (7.76.1-r0) 08:36:29 (4/6) Installing curl (7.76.1-r0) 08:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:29 (5/6) Installing dumb-init (1.2.2-r1) 08:36:30 (6/6) Installing su-exec (0.2-r1) 08:36:30 Executing busybox-1.31.1-r20.trigger 08:36:30 Executing ca-certificates-20191127-r4.trigger 08:36:30 (1/2) Installing ca-certificates (20191127-r4) 08:36:30 (2/2) Installing dumb-init (1.2.2-r1) 08:36:30 Executing busybox-1.31.1-r20.trigger 08:36:30 Executing ca-certificates-20191127-r4.trigger 08:36:30 (1/2) Installing dumb-init (1.2.2-r1) 08:36:30 (2/2) Installing su-exec (0.2-r1) 08:36:30 Executing busybox-1.31.1-r20.trigger 08:36:30 OK: 6 MiB in 16 packages 08:36:30 OK: 6 MiB in 16 packages 08:36:30 OK: 7 MiB in 20 packages 08:36:31 Removing intermediate container 0b2f1a8b2ef4 08:36:31 ---> 935f7bf04eca 08:36:31 08:36:31 Step 11/23 : FROM docker:20.10.0 08:36:31 20.10.0: Pulling from library/docker 08:36:31 Removing intermediate container c82fb1aea540 08:36:31 ---> 6bf6250f716e 08:36:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:36:32 ---> Running in 10947c01b728 08:36:32 Removing intermediate container 16d3cdfaf7da 08:36:32 ---> c9260d407dc6 08:36:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:36:32 Removing intermediate container 75131d032456 08:36:32 ---> 3ab912838836 08:36:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:36:33 ---> Running in 051764c4e36d 08:36:34 ---> Running in f84f463b67c8 08:36:34 Removing intermediate container 2148c18cec01 08:36:34 ---> 7d828b2d3d87 08:36:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:36:34 Removing intermediate container 10947c01b728 08:36:34 ---> 2924769e591f 08:36:34 Step 13/23 : ENV APP_PORT=48082 08:36:34 Removing intermediate container 051764c4e36d 08:36:34 ---> 7fcf226e4f65 08:36:34 Step 13/22 : ENV APP_PORT=48060 08:36:34 ---> Running in 9d78fc0c6582 08:36:34 ---> Running in 0af9ebcc8ce2 08:36:34 ---> Running in 47b9e3a08bf9 08:36:34 Removing intermediate container f84f463b67c8 08:36:34 ---> 9c12d17fc1c1 08:36:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:36:34 ---> Running in aec998d01989 08:36:34 Removing intermediate container 9d78fc0c6582 08:36:34 ---> d187cd2ce4a7 08:36:34 Step 14/23 : EXPOSE $APP_PORT 08:36:35 Removing intermediate container 0af9ebcc8ce2 08:36:35 ---> d6ae492618a5 08:36:35 Step 13/24 : WORKDIR / 08:36:35 Removing intermediate container 47b9e3a08bf9 08:36:35 ---> 99c743ede3b6 08:36:35 Step 14/22 : EXPOSE $APP_PORT 08:36:35 ---> Running in 19d8c9bd2778 08:36:35 ---> Running in 0f341e311a9c 08:36:35 Removing intermediate container aec998d01989 08:36:35 ---> 88e0a9b0def1 08:36:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:36:35 ---> Running in 73e5ebd31983 08:36:35 ---> Running in b421801d7f73 08:36:35 Removing intermediate container 19d8c9bd2778 08:36:35 ---> b149d25370d5 08:36:35 Step 15/23 : WORKDIR / 08:36:35 Removing intermediate container 0f341e311a9c 08:36:35 ---> 9e48674adce0 08:36:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:36:35 Removing intermediate container 73e5ebd31983 08:36:35 ---> 9a60340a7151 08:36:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:36 ---> Running in 5bafd455238a 08:36:36 ---> 72c200810482 08:36:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:36:36 Removing intermediate container 5bafd455238a 08:36:36 ---> 93643a189aea 08:36:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:36 ---> 251234bf5372 08:36:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:36:37 ---> d25868c068e5 08:36:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:36:37 ---> 4e30aa94afc9 08:36:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:36:37 ---> 4bb30088edcd 08:36:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:36:37 Removing intermediate container b421801d7f73 08:36:37 ---> 7dc35f24f81c 08:36:37 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:36:37 ---> 238d028b0731 08:36:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:36:37 ---> Running in 21a092730fde 08:36:37 ---> 18b32ba5b135 08:36:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:36:37 ---> Running in b7f3fe25f7aa 08:36:37 Removing intermediate container 21a092730fde 08:36:37 ---> 86c7359cb807 08:36:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:36:37 ---> e41151134735 08:36:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:36:38 ---> 2f4ad5f2c92b 08:36:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:36:38 Removing intermediate container b7f3fe25f7aa 08:36:38 ---> f6ab87a4b487 08:36:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:38 ---> Running in 14ab8c184acc 08:36:38 ---> ab41e5742d2f 08:36:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:36:38 ---> c9a45bcbfa49 08:36:38 Step 19/23 : ENTRYPOINT ["/core-command"] 08:36:38 ---> 2247e4615ffd 08:36:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:36:39 ---> Running in b676f6e89293 08:36:39 ---> Running in c78e2bec6024 08:36:39 Removing intermediate container 14ab8c184acc 08:36:39 ---> c73a599bbe26 08:36:39 Step 20/22 : LABEL arch=x86_64 08:36:39 ---> 2ba4e51c9d69 08:36:39 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/ 08:36:39 ---> Running in 3987edefbe55 08:36:39 Removing intermediate container c78e2bec6024 08:36:39 ---> 602d22c965c8 08:36:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:39 ---> Running in 9fac44b4fcc3 08:36:39 ---> Running in c2339bdfde37 08:36:40 Removing intermediate container 3987edefbe55 08:36:40 ---> 1d56652012cf 08:36:40 Step 21/22 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:36:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:36:40 Status: Downloaded newer image for docker:20.10.0 08:36:40 ---> aefe523efa57 08:36:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:36:40 ---> Running in 155f6da13503 08:36:40 ---> Running in 5371e4efcc2a 08:36:40 Removing intermediate container c2339bdfde37 08:36:40 ---> 610f64c8b95a 08:36:40 Step 21/23 : LABEL arch=x86_64 08:36:40 ---> Running in 8356546fff52 08:36:40 Removing intermediate container 155f6da13503 08:36:40 ---> f16e5fbf64da 08:36:40 Step 22/22 : LABEL version=0.0.0 08:36:40 Removing intermediate container 5371e4efcc2a 08:36:40 ---> f2f9ba1d8b12 08:36:40 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:36:40 Removing intermediate container 8356546fff52 08:36:40 ---> 0c338fe451fc 08:36:40 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:36:41 ---> Running in 5d45973dd4a3 08:36:41 ---> Running in 9a37c43eac33 08:36:41 ---> Running in 9c9a24c262c9 08:36:41 Removing intermediate container b676f6e89293 08:36:41 ---> 356e9fa0082f 08:36:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:41 Removing intermediate container 5d45973dd4a3 08:36:41 ---> cbe2f9de1318 08:36:41 08:36:41 Removing intermediate container 9c9a24c262c9 08:36:41 ---> 65978ed30251 08:36:41 Step 23/23 : LABEL version=0.0.0 08:36:41 Removing intermediate container 9fac44b4fcc3 08:36:41 ---> ff3bf7de157f 08:36:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:36:41 ---> 74573d39616c 08:36:41 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:36:42 ---> Running in 633696302d58 08:36:42 ---> Running in def60faf0d7d 08:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:42 Successfully built cbe2f9de1318 08:36:42 Successfully tagged docker-support-notifications-go:latest 08:36:42 Building docker-core-metadata-go 08:36:42  Building docker-support-notifications-go ... done (1/39) Installing readline (8.0.4-r0) 08:36:42 (2/39) Installing bash (5.0.17-r0) 08:36:42 Executing bash-5.0.17-r0.post-install 08:36:42 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:36:42 (4/39) Installing libcurl (7.76.1-r0) 08:36:42 Removing intermediate container 633696302d58 08:36:42 ---> 3a2066cdeba0 08:36:42 08:36:42 (5/39) Installing curl (7.76.1-r0) 08:36:42 (6/39) Installing dumb-init (1.2.2-r1) 08:36:42 (7/39) Installing libbz2 (1.0.8-r1) 08:36:42 (8/39) Installing expat (2.2.9-r1) 08:36:42 Removing intermediate container def60faf0d7d 08:36:42 ---> f35fa938d744 08:36:42 Step 22/24 : LABEL arch=x86_64 08:36:42 (9/39) Installing libffi (3.3-r2) 08:36:42 (10/39) Installing gdbm (1.13-r1) 08:36:42 (11/39) Installing xz-libs (5.2.5-r0) 08:36:42 (12/39) Installing sqlite-libs (3.32.1-r0) 08:36:42 (13/39) Installing python3 (3.8.8-r0) 08:36:42 Successfully built 3a2066cdeba0 08:36:42 Successfully tagged docker-core-command-go:latest 08:36:42 Building docker-core-data-go 08:36:42  Building docker-core-command-go ... done  ---> Running in 66a84c13ca6b 08:36:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:51 ---> 65e940d481f0 08:36:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:36:52 (14/39) Installing py3-appdirs (1.4.4-r1) 08:36:52 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:36:52 (16/39) Installing py3-parsing (2.4.7-r0) 08:36:52 (17/39) Installing py3-six (1.15.0-r0) 08:36:52 (18/39) Installing py3-packaging (20.4-r0) 08:36:52 Removing intermediate container 66a84c13ca6b 08:36:52 ---> d5233b98c781 08:36:52 Step 23/24 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:36:52 (19/39) Installing py3-setuptools (47.0.0-r0) 08:36:52 (20/39) Installing py3-chardet (3.0.4-r4) 08:36:53 (21/39) Installing py3-idna (2.9-r0) 08:36:53 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:36:54 ---> Running in bbcde5fa38b4 08:36:54 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:36:54 (24/39) Installing py3-requests (2.23.0-r0) 08:36:54 ---> c4a816eae2b9 08:36:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:36:54 (25/39) Installing py3-msgpack (1.0.0-r0) 08:36:54 (26/39) Installing py3-lockfile (0.12.2-r3) 08:36:55 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:36:56 (28/39) Installing py3-colorama (0.4.3-r0) 08:36:57 (29/39) Installing py3-distlib (0.3.0-r0) 08:36:58 (30/39) Installing py3-distro (1.5.0-r1) 08:36:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:58 (31/39) Installing py3-webencodings (0.5.1-r3) 08:36:59 (32/39) Installing py3-html5lib (1.0.1-r4) 08:36:59 (33/39) Installing py3-pytoml (0.1.21-r0) 08:37:00 (34/39) Installing py3-pep517 (0.8.2-r0) 08:37:00 (35/39) Installing py3-progress (1.5-r0) 08:37:00 (36/39) Installing py3-toml (0.10.1-r0) 08:37:01 (37/39) Installing py3-retrying (1.3.3-r0) 08:37:01 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:37:01 (39/39) Installing py3-pip (20.1.1-r0) 08:37:02 Removing intermediate container bbcde5fa38b4 08:37:02 ---> e02a32f5c1f9 08:37:02 Step 24/24 : LABEL version=0.0.0 08:37:04 Executing busybox-1.31.1-r19.trigger 08:37:04 OK: 72 MiB in 59 packages 08:37:04 ---> 4add8317b3e0 08:37:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:37:04 ---> Running in 1015a9c15056 08:37:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:05 ---> f96c6c38a680 08:37:05 Step 3/23 : WORKDIR /edgex-go 08:37:05 ---> Using cache 08:37:05 ---> 9b432cd67e07 08:37:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:05 ---> Using cache 08:37:05 ---> bb21ccb7fc9a 08:37:05 Step 5/23 : RUN apk add --update --no-cache make git 08:37:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:05 ---> f96c6c38a680 08:37:05 Step 3/23 : WORKDIR /edgex-go 08:37:05 ---> Using cache 08:37:05 ---> 9b432cd67e07 08:37:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:05 ---> Using cache 08:37:05 ---> bb21ccb7fc9a 08:37:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:37:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:37:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:37:06 Removing intermediate container 1015a9c15056 08:37:06 ---> 58f2b88096f3 08:37:06 08:37:06 ---> ed5f04a419c6 08:37:06 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:37:06 ---> Running in 85930a94d137 08:37:06 ---> Running in de9a369035fa 08:37:06 Successfully built 58f2b88096f3 08:37:07 Successfully tagged docker-security-secretstore-setup-go:latest 08:37:07 Building docker-support-scheduler-go 08:37:07  Building docker-security-secretstore-setup-go ... done  ---> Running in 78262e4d58df 08:37:07 Removing intermediate container 78262e4d58df 08:37:07 ---> af4e99b6adb9 08:37:07 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:07 Collecting docker-compose==1.23.2 08:37:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:37:08 ---> 675e7670041d 08:37:08 Step 26/31 : RUN chmod +x /entrypoint.sh 08:37:08 Collecting cached-property<2,>=1.2.0 08:37:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:37:08 ---> Running in 848749d656a8 08:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:37:08 Collecting dockerpty<0.5,>=0.4.1 08:37:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:09 OK: 233 MiB in 51 packages 08:37:10 OK: 233 MiB in 51 packages 08:37:10 Collecting websocket-client<1.0,>=0.32.0 08:37:10 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:37:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:37:11 Collecting docker<4.0,>=3.6.0 08:37:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:37:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:37:12 Collecting docopt<0.7,>=0.6.1 08:37:12 Downloading docopt-0.6.2.tar.gz (25 kB) 08:37:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:37:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:37:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:37:13 Removing intermediate container de9a369035fa 08:37:13 ---> 3094b6f12351 08:37:13 Step 6/23 : COPY go.mod . 08:37:13 Removing intermediate container 85930a94d137 08:37:13 ---> df3c934a8b8b 08:37:13 Step 6/23 : COPY go.mod . 08:37:15 Collecting texttable<0.10,>=0.9.0 08:37:15 Downloading texttable-0.9.1.tar.gz (11 kB) 08:37:15 Removing intermediate container 848749d656a8 08:37:15 ---> 912ed946cf74 08:37:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:37:15 Collecting PyYAML<4,>=3.10 08:37:15 Downloading PyYAML-3.13.tar.gz (270 kB) 08:37:15 ---> 4273606bb36f 08:37:15 Step 7/23 : RUN go mod download 08:37:16 ---> b53b7e1ff9b3 08:37:16 Step 7/23 : RUN go mod download 08:37:17 Collecting jsonschema<3,>=2.5.1 08:37:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:37:19 ---> Running in 1ad2cb0c4a6b 08:37:19 ---> Running in 2242d3422ba6 08:37:19 Collecting docker-pycreds>=0.4.0 08:37:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:37:19 ---> Running in 679e0de68b9c 08:37:19 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) 08:37:19 Collecting idna<2.8,>=2.5 08:37:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:37:19 Collecting urllib3<1.25,>=1.21.1 08:37:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:37:20 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) 08:37:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:37:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:37:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:37:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:37:20 Removing intermediate container 2242d3422ba6 08:37:20 ---> 20d11a795068 08:37:20 Step 28/31 : CMD ["gate"] 08:37:20 Installing collected packages: cached-property, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, texttable, PyYAML, jsonschema, docker-compose 08:37:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:37:20 ---> f96c6c38a680 08:37:20 Step 3/22 : WORKDIR /edgex-go 08:37:20 ---> Using cache 08:37:20 ---> 9b432cd67e07 08:37:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:20 ---> Using cache 08:37:20 ---> bb21ccb7fc9a 08:37:20 Step 5/22 : RUN apk add --update --no-cache make git 08:37:20 ---> Using cache 08:37:20 ---> df3c934a8b8b 08:37:20 Step 6/22 : COPY go.mod . 08:37:20 ---> Using cache 08:37:20 ---> b53b7e1ff9b3 08:37:20 Step 7/22 : RUN go mod download 08:37:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:37:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:37:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:37:21 Running setup.py install for dockerpty: started 08:37:21 ---> Running in d285b9da990e 08:37:21 ---> Running in 660c17662918 08:37:22 Removing intermediate container 660c17662918 08:37:22 ---> 7683a92eab13 08:37:22 Step 29/31 : LABEL arch=x86_64 08:37:22 Running setup.py install for dockerpty: finished with status 'done' 08:37:22 ---> Running in 97d0fe266ab7 08:37:22 Attempting uninstall: idna 08:37:22 Found existing installation: idna 2.9 08:37:22 Uninstalling idna-2.9: 08:37:22 Successfully uninstalled idna-2.9 08:37:22 Removing intermediate container 97d0fe266ab7 08:37:22 ---> 4aebf9dde12e 08:37:22 Step 30/31 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:37:22 Attempting uninstall: urllib3 08:37:22 Found existing installation: urllib3 1.25.9 08:37:22 Uninstalling urllib3-1.25.9: 08:37:22 Successfully uninstalled urllib3-1.25.9 08:37:23 ---> Running in 03f89410383e 08:37:23 Attempting uninstall: requests 08:37:23 Found existing installation: requests 2.23.0 08:37:23 Uninstalling requests-2.23.0: 08:37:23 Successfully uninstalled requests-2.23.0 08:37:23 Removing intermediate container 03f89410383e 08:37:23 ---> ab1e7bc8fb94 08:37:23 Step 31/31 : LABEL version=0.0.0 08:37:24 ---> Running in ab24a2a25c4e 08:37:24 Running setup.py install for docopt: started 08:37:25 Removing intermediate container ab24a2a25c4e 08:37:25 ---> bf54fee635ee 08:37:25 08:37:25 Removing intermediate container 1ad2cb0c4a6b 08:37:25 ---> 6895a116f6bc 08:37:25 Step 8/23 : COPY . . 08:37:25 Removing intermediate container d285b9da990e 08:37:25 ---> ba39893026b9 08:37:25 Step 8/22 : COPY . . 08:37:25 Removing intermediate container 679e0de68b9c 08:37:25 ---> b9b6df355e30 08:37:25 Step 8/23 : COPY . . 08:37:25 Successfully built bf54fee635ee 08:37:25 Successfully tagged docker-security-bootstrapper-go:latest 08:37:25 Building docker-security-proxy-setup-go 08:37:25  Building docker-security-bootstrapper-go ... done  Running setup.py install for docopt: finished with status 'done' 08:37:25 Running setup.py install for texttable: started 08:37:26 Running setup.py install for texttable: finished with status 'done' 08:37:26 Running setup.py install for PyYAML: started 08:37:28 Running setup.py install for PyYAML: finished with status 'done' 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.369s coverage: 45.9% of statements 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.160s coverage: 19.8% of statements 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.310s coverage: 100.0% of statements 08:37:35 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 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.150s coverage: 100.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.276s coverage: 71.3% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:37:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.577s coverage: 82.9% of statements 08:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:37:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.191s coverage: 78.9% of statements 08:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:37:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.389s coverage: 28.6% of statements 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:37:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.260s coverage: 100.0% of statements 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:37:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.175s coverage: 100.0% of statements 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:37:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.526s coverage: 86.7% of statements 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:37:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.455s coverage: 97.5% of statements 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:37:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.247s coverage: 78.3% of statements 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:38:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.314s coverage: 93.0% of statements 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:38:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:38:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 0.9% of statements 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements 08:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.164s coverage: 79.5% of statements 08:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.165s coverage: 94.1% of statements 08:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements 08:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.181s coverage: 87.5% of statements 08:38:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:38:01 ---> f96c6c38a680 08:38:01 Step 3/21 : WORKDIR /edgex-go 08:38:01 ---> Using cache 08:38:01 ---> 9b432cd67e07 08:38:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:01 ---> Using cache 08:38:01 ---> bb21ccb7fc9a 08:38:01 Step 5/21 : RUN apk add --update --no-cache make git 08:38:01 ---> Using cache 08:38:01 ---> df3c934a8b8b 08:38:01 Step 6/21 : COPY go.mod . 08:38:01 ---> Using cache 08:38:01 ---> b53b7e1ff9b3 08:38:01 Step 7/21 : RUN go mod download 08:38:01 ---> Using cache 08:38:01 ---> b9b6df355e30 08:38:01 Step 8/21 : COPY . . 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.169s coverage: 94.4% of statements 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.172s coverage: 44.8% of statements 08:38:14 ---> e080fda02649 08:38:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:38:14 ---> 53ffc9d90d6d 08:38:14 Step 9/23 : RUN make cmd/core-data/core-data 08:38:15 ---> 85323c3e7de8 08:38:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:38:16 ---> Running in 0c2730f93c02 08:38:16 ---> Running in ddc495b3ab27 08:38:16 ---> Running in 345de09ba52b 08:38:17 Removing intermediate container 9a37c43eac33 08:38:17 ---> 6700934ad5cc 08:38:17 Step 14/23 : ENV APP_PORT=48090 08:38:19 ---> Running in 3bb59e2d409b 08:38:20 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 08:38:20 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 08:38:20 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 08:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.520s coverage: 81.9% of statements 08:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:38:20 Removing intermediate container 3bb59e2d409b 08:38:20 ---> 9480b0041911 08:38:20 Step 15/23 : EXPOSE $APP_PORT 08:38:21 ---> Running in 68d8f8182627 08:38:22 Removing intermediate container 68d8f8182627 08:38:22 ---> ad409b1f9142 08:38:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:38:25 ---> 8dffe4b5b2cc 08:38:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:38:28 ---> 7311353cbfb9 08:38:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:38:29 ---> 934d56dcc8e9 08:38:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:38:29 ---> 44f1f7f299f8 08:38:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:38:29 ---> Running in 16f894404d6d 08:38:29 ---> Running in a560aa84eccd 08:38:30 Removing intermediate container a560aa84eccd 08:38:30 ---> 651d75e98ecd 08:38:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:30 ---> Running in 90d0299ca41c 08:38:30 Removing intermediate container 90d0299ca41c 08:38:30 ---> 064a3c551777 08:38:30 Step 21/23 : LABEL arch=x86_64 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.235s coverage: 92.9% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.170s coverage: 75.5% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.144s coverage: 80.8% of statements 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.201s coverage: 87.2% of statements 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.204s coverage: 84.6% of statements 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.264s coverage: 91.6% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:38:30 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 08:38:30 ---> Running in e12f29c704f8 08:38:31 Removing intermediate container e12f29c704f8 08:38:31 ---> c3974dae63ce 08:38:31 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:38:31 ---> Running in 0627d11a8c1f 08:38:31 Removing intermediate container 0627d11a8c1f 08:38:31 ---> 71438ac1fe96 08:38:31 Step 23/23 : LABEL version=0.0.0 08:38:31 ---> Running in 90d6f1db7ed6 08:38:31 Removing intermediate container 90d6f1db7ed6 08:38:31 ---> f4d16c87ec00 08:38:31 08:38:31 Successfully built f4d16c87ec00 08:38:31 Successfully tagged docker-sys-mgmt-agent-go:latest 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.767s coverage: 64.4% of statements 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.225s coverage: 100.0% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.140s coverage: 91.3% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 08:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 08:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 08:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.030s coverage: 69.0% of statements 08:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:38:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.478s coverage: 38.4% of statements 08:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements 08:38:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements 08:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.464s coverage: 47.0% of statements 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.182s coverage: 9.6% of statements 08:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.446s coverage: 88.6% of statements 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.611s coverage: 28.7% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.176s coverage: 64.6% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.386s coverage: 95.6% of statements 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:38:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 08:38:58  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:38:58 Removing intermediate container 345de09ba52b 08:38:58 ---> f18435642067 08:38:58 08:38:58 Step 10/22 : FROM alpine:3.12 08:38:58 ---> 13621d1b12d4 08:38:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:38:58 ---> Using cache 08:38:58 ---> 6bf6250f716e 08:38:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:58 ---> Using cache 08:38:58 ---> 2924769e591f 08:38:58 Step 13/22 : ENV APP_PORT=48085 08:38:59 ---> Running in c36848cf11fe 08:38:59 Removing intermediate container ddc495b3ab27 08:38:59 ---> 59f3e18370fd 08:38:59 08:38:59 Step 10/23 : FROM alpine:3.12 08:38:59 ---> 13621d1b12d4 08:38:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:59 ---> Using cache 08:38:59 ---> 6bf6250f716e 08:38:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:59 ---> Using cache 08:38:59 ---> 2924769e591f 08:38:59 Step 13/23 : ENV APP_PORT=48081 08:38:59 Removing intermediate container c36848cf11fe 08:38:59 ---> 3f3386a84cdb 08:38:59 Step 14/22 : EXPOSE $APP_PORT 08:38:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements 08:38:59 ---> Running in 9cae24541893 08:38:59 ---> Running in e9883afddd1b 08:39:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 08:39:01 GO111MODULE=on go vet ./... 08:39:01 Removing intermediate container 9cae24541893 08:39:01 ---> 7fae2e4c613d 08:39:01 Step 14/23 : EXPOSE $APP_PORT 08:39:01 Removing intermediate container e9883afddd1b 08:39:01 ---> b353289c1c69 08:39:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:02 ---> Running in 995f2f3ad1cf 08:39:02 Removing intermediate container 0c2730f93c02 08:39:02 ---> aefba59faad9 08:39:02 08:39:02 Step 10/23 : FROM alpine:3.12 08:39:02 ---> 13621d1b12d4 08:39:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:39:02 ---> Running in ef425c8544cc 08:39:02 Removing intermediate container 995f2f3ad1cf 08:39:02 ---> 713d64c51378 08:39:02 Step 15/23 : WORKDIR / 08:39:02 ---> 6289843ffa7a 08:39:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:39:02 ---> Running in 761eb795200e 08:39:04 Removing intermediate container ef425c8544cc 08:39:04 ---> 26b34ee56945 08:39:04 Step 12/23 : ENV APP_PORT=48080 08:39:05 ---> Running in 07a21f1c47b6 08:39:05 Removing intermediate container 16f894404d6d 08:39:05 ---> b34c98074480 08:39:05 08:39:05 Step 10/21 : FROM alpine:3.12 08:39:05 ---> 13621d1b12d4 08:39:05 Step 11/21 : RUN apk add --update --no-cache curl 08:39:05 ---> bef3a3158456 08:39:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:39:05 Removing intermediate container 761eb795200e 08:39:05 ---> de05363a464b 08:39:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:05 ---> Running in ba8368711b87 08:39:05 Removing intermediate container 07a21f1c47b6 08:39:05 ---> 208e7da6156e 08:39:05 Step 13/23 : EXPOSE $APP_PORT 08:39:05 ---> Running in b5885fda2797 08:39:05 ---> 4156e7e282c2 08:39:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:39:05 ---> 89b6f3da1d1c 08:39:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:39:05 ---> Running in fc4ed9ed8ddd 08:39:06 Removing intermediate container b5885fda2797 08:39:06 ---> 3346649c86ff 08:39:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:06 ---> Running in 3199db5f2e1d 08:39:06 Removing intermediate container fc4ed9ed8ddd 08:39:06 ---> c85d7a1f532a 08:39:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:06 ---> Running in 3bfeb7ad271b 08:39:06 (1/4) Installing ca-certificates (20191127-r4) 08:39:06 ---> c3d5bf0cdc24 08:39:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:39:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:39:06 (3/4) Installing libcurl (7.76.1-r0) 08:39:06 (4/4) Installing curl (7.76.1-r0) 08:39:06 Executing busybox-1.31.1-r20.trigger 08:39:07 Executing ca-certificates-20191127-r4.trigger 08:39:07 OK: 7 MiB in 18 packages 08:39:07 Removing intermediate container 3bfeb7ad271b 08:39:07 ---> 8efd433b8271 08:39:07 Step 20/22 : LABEL arch=x86_64 08:39:07 ---> 438ff0d1b689 08:39:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:39:07 ---> Running in b3d867bf4a65 08:39:07 ---> Running in bf319990fb91 08:39:08 Removing intermediate container b3d867bf4a65 08:39:08 ---> 39c8f36054e1 08:39:08 Step 21/22 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:39:08 Removing intermediate container bf319990fb91 08:39:08 ---> da37eaf316ac 08:39:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:08 ---> Running in 742c792305aa 08:39:08 ---> Running in 0b945acb047c 08:39:08 Removing intermediate container 3199db5f2e1d 08:39:08 ---> b9255468a8c5 08:39:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:39:08 Removing intermediate container ba8368711b87 08:39:08 ---> c9f63fc24e45 08:39:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:39:09 ---> Running in 7dde6e48a3a7 08:39:09 Removing intermediate container 742c792305aa 08:39:09 ---> 8b814e1a44a1 08:39:09 Step 22/22 : LABEL version=0.0.0 08:39:09 ---> Running in 59b3d434e32b 08:39:09 Removing intermediate container 0b945acb047c 08:39:09 ---> 3e7cfe0cf622 08:39:09 Step 21/23 : LABEL arch=x86_64 08:39:09 ---> Running in 7ece7d8dab0a 08:39:09 ---> Running in dbdb080711f9 08:39:09 Removing intermediate container 59b3d434e32b 08:39:09 ---> e1b4ac74105a 08:39:09 Step 13/21 : WORKDIR /edgex 08:39:09 Removing intermediate container 7ece7d8dab0a 08:39:09 ---> 8f694e47e2e7 08:39:09 08:39:10 Successfully built 8f694e47e2e7 08:39:10 ---> Running in dc0b39d027ef 08:39:10 Successfully tagged docker-support-scheduler-go:latest 08:39:10  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:10 Removing intermediate container dbdb080711f9 08:39:10 ---> 9bd5cd2223de 08:39:10 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:39:10 ---> Running in acea11cad9e2 08:39:10 Removing intermediate container dc0b39d027ef 08:39:10 ---> ced610d50628 08:39:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:39:10 Removing intermediate container acea11cad9e2 08:39:10 ---> c21c89f486cf 08:39:10 Step 23/23 : LABEL version=0.0.0 08:39:10 ---> Running in 9b858c2be737 08:39:10 ---> 6d7dde9ff3f7 08:39:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:39:11 Removing intermediate container 9b858c2be737 08:39:11 ---> 3e0cc5a3d839 08:39:11 08:39:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:11 Successfully built 3e0cc5a3d839 08:39:11 Successfully tagged docker-core-metadata-go:latest 08:39:11  Building docker-core-metadata-go ... done  ---> 35683df14d75 08:39:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:39:11 (1/6) Installing dumb-init (1.2.2-r1) 08:39:11 (2/6) Installing libgcc (9.3.0-r2) 08:39:11 (3/6) Installing libsodium (1.0.18-r0) 08:39:11 ---> 6218c8d25c8b 08:39:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:39:12 ---> Running in b6473ffff6bd 08:39:12 (4/6) Installing libstdc++ (9.3.0-r2) 08:39:12 Removing intermediate container b6473ffff6bd 08:39:12 ---> 1719d7be20dc 08:39:12 Step 18/21 : CMD ["--init=true"] 08:39:12 ---> Running in 59de8e10ac97 08:39:12 Removing intermediate container 59de8e10ac97 08:39:12 ---> 0cf47f1e5b0b 08:39:12 Step 19/21 : LABEL arch=x86_64 08:39:12 ---> Running in a52d4026b0aa 08:39:12 Removing intermediate container a52d4026b0aa 08:39:12 ---> 06a210ca4b6d 08:39:12 Step 20/21 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:39:12 ---> Running in 914e8abce51a 08:39:12 Removing intermediate container 914e8abce51a 08:39:12 ---> cf97615db5b1 08:39:12 Step 21/21 : LABEL version=0.0.0 08:39:12 ---> Running in e85569604c61 08:39:12 (5/6) Installing libzmq (4.3.3-r0) 08:39:13 (6/6) Installing zeromq (4.3.3-r0) 08:39:13 Removing intermediate container e85569604c61 08:39:13 ---> ac9a825371f8 08:39:13 08:39:13 Executing busybox-1.31.1-r20.trigger 08:39:13 OK: 8 MiB in 20 packages 08:39:13 Successfully built ac9a825371f8 08:39:13 Successfully tagged docker-security-proxy-setup-go:latest 08:39:13  Building docker-security-proxy-setup-go ... done Removing intermediate container 7dde6e48a3a7 08:39:13 ---> 724174289bfd 08:39:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:13 ---> b2c46e82ea34 08:39:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:39:14 ---> 1e94460a0aa0 08:39:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:39:14 ---> 4adc95606a2a 08:39:14 Step 19/23 : ENTRYPOINT ["/core-data"] 08:39:15 ---> Running in 713994fd6c1c 08:39:15 Removing intermediate container 713994fd6c1c 08:39:15 ---> 2b9a59ded0ae 08:39:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:15 ---> Running in c9b869de90fb 08:39:15 Removing intermediate container c9b869de90fb 08:39:15 ---> 909406dfb222 08:39:15 Step 21/23 : LABEL arch=x86_64 08:39:15 ---> Running in aa9a6eabfa36 08:39:15 Removing intermediate container aa9a6eabfa36 08:39:15 ---> 9cce68ffb6ec 08:39:15 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:39:15 ---> Running in 989a2e5a02eb 08:39:16 Removing intermediate container 989a2e5a02eb 08:39:16 ---> 04b04e7b04a7 08:39:16 Step 23/23 : LABEL version=0.0.0 08:39:16 ---> Running in b117bea6dd25 08:39:16 Removing intermediate container b117bea6dd25 08:39:16 ---> c215d6e143f6 08:39:16 08:39:16 Successfully built c215d6e143f6 08:39:16 Successfully tagged docker-core-data-go:latest 08:39:16  Building docker-core-data-go ... done  [Pipeline] } 08:39:17 $ docker stop --time=1 08efb87a7ee2044416e1dddadc8d08d0c6bb9f19ccc827e92622d67c277a4d1d 08:39:19 $ docker rm -f 08efb87a7ee2044416e1dddadc8d08d0c6bb9f19ccc827e92622d67c277a4d1d [Pipeline] // withDockerContainer [Pipeline] sh 08:39:20 + docker images 08:39:20 + grep docker 08:39:20 docker-core-data-go latest c215d6e143f6 4 seconds ago 22.9MB 08:39:20 docker-security-proxy-setup-go latest ac9a825371f8 8 seconds ago 26MB 08:39:20 docker-core-metadata-go latest 3e0cc5a3d839 10 seconds ago 19.2MB 08:39:20 docker-support-scheduler-go latest 8f694e47e2e7 11 seconds ago 17.7MB 08:39:20 docker-sys-mgmt-agent-go latest f4d16c87ec00 49 seconds ago 312MB 08:39:20 docker-security-bootstrapper-go latest bf54fee635ee About a minute ago 19.3MB 08:39:20 docker-security-secretstore-setup-go latest 58f2b88096f3 2 minutes ago 26.3MB 08:39:20 docker-support-notifications-go latest cbe2f9de1318 2 minutes ago 18.2MB 08:39:20 docker-core-command-go latest 3a2066cdeba0 2 minutes ago 17.5MB 08:39:20 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 08:39:35 Still waiting to schedule task 08:39:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:40:23 gofmt -l . 08:40:26 [ "`gofmt -l .`" = "" ] 08:40:27 Running on prd-ubuntu18.04-docker-8c-8g-1140 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 08:40:27 Running in /w/workspace/edgex-go/76 [Pipeline] { [Pipeline] checkout 08:40:29 ./bin/test-go-mod-tidy.sh 08:40:29 ./bin/test-attribution-txt.sh 08:40:30 using credential edgex-jenkins-ssh 08:40:30 Cloning the remote Git repository 08:40:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:40:30 > git init /w/workspace/edgex-go/76 # timeout=10 08:40:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:30 > git --version # timeout=10 08:40:30 > git --version # 'git version 2.17.1' 08:40:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh 08:40:32 + ls -al . 08:40:32 total 840 08:40:32 drwxrwxr-x 9 1001 1001 4096 Apr 20 08:40 . 08:40:32 drwxr-xr-x 4 root root 4096 Apr 20 08:35 .. 08:40:32 -rw-rw-r-- 1 1001 1001 11 Apr 20 08:34 .dockerignore 08:40:32 drwxrwxr-x 8 1001 1001 4096 Apr 20 08:34 .git 08:40:32 drwxrwxr-x 3 1001 1001 4096 Apr 20 08:34 .github 08:40:32 -rw-rw-r-- 1 1001 1001 818 Apr 20 08:34 .gitignore 08:40:32 -rw-rw-r-- 1 1001 1001 166 Apr 20 08:34 .sonarcloud.properties 08:40:32 -rw-rw-r-- 1 1001 1001 8609 Apr 20 08:34 Attribution.txt 08:40:32 -rw-rw-r-- 1 1001 1001 3804 Apr 20 08:34 CONTRIBUTING.md 08:40:32 -rw-rw-r-- 1 1001 1001 931 Apr 20 08:34 Dockerfile.build 08:40:32 -rw-rw-r-- 1 1001 1001 863 Apr 20 08:34 Jenkinsfile 08:40:32 -rw-rw-r-- 1 1001 1001 10775 Apr 20 08:34 LICENSE 08:40:32 -rw-rw-r-- 1 1001 1001 5774 Apr 20 08:34 Makefile 08:40:32 -rw-rw-r-- 1 1001 1001 7978 Apr 20 08:34 README.md 08:40:32 -rw-rw-r-- 1 1001 1001 6755 Apr 20 08:34 SECURITY.md 08:40:32 -rw-rw-r-- 1 1001 1001 5 Apr 20 08:30 VERSION 08:40:32 -rw-rw-r-- 1 1001 1001 4131 Apr 20 08:34 ZMQWindows.md 08:40:32 drwxrwxr-x 2 1001 1001 4096 Apr 20 08:34 bin 08:40:32 drwxrwxr-x 14 1001 1001 4096 Apr 20 08:34 cmd 08:40:32 -rw-r--r-- 1 root root 703598 Apr 20 08:39 coverage.out 08:40:32 -rw-r--r-- 1 root root 1059 Apr 20 08:40 go.mod 08:40:32 -rw-r--r-- 1 root root 22258 Apr 20 08:40 go.sum 08:40:32 drwxrwxr-x 8 1001 1001 4096 Apr 20 08:34 internal 08:40:32 drwxrwxr-x 4 1001 1001 4096 Apr 20 08:34 openapi 08:40:32 drwxrwxr-x 4 1001 1001 4096 Apr 20 08:34 snap 08:40:32 -rw-rw-r-- 1 1001 1001 168 Apr 20 08:34 version.go [Pipeline] sh 08:40:33 + '[' -e coverage.out ] 08:40:33 + chown 1001:1001 coverage.out [Pipeline] stash 08:40:33 Warning: overwriting stash ‘coverage-report’ 08:40:34 Stashed 1 file(s) [Pipeline] sh 08:40:34 + make build 08:40:34 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 08:40:45 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 08:40:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:45 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:45 > 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 08:40:46 Merging remotes/origin/master commit 51171a228bb1224c00b3568eb910f5544dbf0ab1 into PR head commit aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece 08:40:46 Merge succeeded, producing 71d5cee2396bb9a7824df2d3393d5385ac627b49 08:40:46 Checking out Revision 71d5cee2396bb9a7824df2d3393d5385ac627b49 (PR-3234) 08:40:46 > git config core.sparsecheckout # timeout=10 08:40:46 > git checkout -f aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 08:40:46 > git remote # timeout=10 08:40:46 > git config --get remote.origin.url # timeout=10 08:40:46 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:46 > git merge 51171a228bb1224c00b3568eb910f5544dbf0ab1 # timeout=10 08:40:46 > git rev-parse HEAD^{commit} # timeout=10 08:40:46 > git config core.sparsecheckout # timeout=10 08:40:46 > git checkout -f 71d5cee2396bb9a7824df2d3393d5385ac627b49 # timeout=10 08:40:50 Commit message: "Merge commit '51171a228bb1224c00b3568eb910f5544dbf0ab1' into HEAD" 08:40:50 > git rev-list --no-walk aae5c2ba5f5086a355bec1c63c9ab3b4628b3ece # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:40:51 + echo snap-build.sh 08:40:51 snap-build.sh 08:40:51 + SNAP_BASE_DIR=. 08:40:51 + '[' '!' -z /w/workspace/edgex-go/76 ']' 08:40:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/76 08:40:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/76]' 08:40:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/76] 08:40:51 + cd /w/workspace/edgex-go/76 08:40:51 + sudo apt-get remove -qy --purge lxd lxd-client 08:40:51 Reading package lists... 08:40:51 Building dependency tree... 08:40:51 Reading state information... 08:40:51 The following packages were automatically installed and are no longer required: 08:40:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:40:51 uidmap xdelta3 08:40:51 Use 'sudo apt autoremove' to remove them. 08:40:51 The following packages will be REMOVED: 08:40:51 lxd* lxd-client* 08:40:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:40:51 After this operation, 31.7 MB disk space will be freed. 08:40:53 (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.) 08:40:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:53 Removing lxd dnsmasq configuration 08:40:53 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:40:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:40:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:40:55 (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.) 08:40:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:56 Processing triggers for systemd (237-3ubuntu10.42) ... 08:40:56 Processing triggers for ureadahead (0.100.0-21) ... 08:40:58 + sudo snap remove --purge lxd 08:40:58 snap "lxd" is not installed 08:40:58 + sudo groupadd --force --system lxd 08:40:58 ++ whoami 08:40:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:40:58 + newgrp - lxd 08:40:58 + sudo snap install lxd 08:41:08 2021-04-20T08:41:05Z INFO Waiting for automatic snapd restart... 08:41:11 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 08:41:12 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 08:41:19 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 08:41: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 08:41:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:41:26 lxd 4.13 from Canonical* installed 08:41:26 + sudo lxd init --auto 08:41:30 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 08:41:33 + sudo snap install --classic snapcraft 08:41:34 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 08:41:38 snapcraft 4.6.2 from Canonical* installed 08:41:38 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:41:38 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:41:38 % Total % Received % Xferd Average Speed Time Time Time Current 08:41:38 Dload Upload Total Spent Left Speed 08:41:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3823 0 --:--:-- --:--:-- --:--:-- 3823 08:41:38 100 3325k 100 3325k 0 0 9925k 0 --:--:-- --:--:-- --:--:-- 9925k 08:41:38 ./yq_linux_amd64 08:41:38 + sudo snapcraft prime --use-lxd 08:41:38 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 08:41:39 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:41:39 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: 08:41:39 - README.md 08:41:39 08:41:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:41:40 Launching a container. 08:41:42 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 08:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:41:52 Waiting for container to be ready 08:41:52 To start your first instance, try: lxc launch ubuntu:18.04 08:41:52 [Pipeline] } 08:41:53 $ docker stop --time=1 3560ef648460004468abfddd9a3b5e920fa7748f30833ce138c9f379c6c56211 08:41:55 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:41:55 Waiting for network to be ready... 08:41:55 $ docker rm -f 3560ef648460004468abfddd9a3b5e920fa7748f30833ce138c9f379c6c56211 08:41:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:41:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:41:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 08:41:56 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:41:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:41:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:41:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:41:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:41:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:41:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:41:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:41:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 08:41:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:41:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:41:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:41:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:41:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:41:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:57 08:41:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:41:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:41:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:41:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:41:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:41:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:41:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:41:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:41:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:41:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:41:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:58 latest: Pulling from edgex-devops/edgex-compose-arm64 08:41:58 29e5d40040c1: Pulling fs layer 08:41:58 1ce36da41761: Pulling fs layer 08:41:58 25b303627fd3: Pulling fs layer 08:41:58 29e5d40040c1: Verifying Checksum 08:41:58 29e5d40040c1: Download complete 08:41:59 1ce36da41761: Verifying Checksum 08:41:59 1ce36da41761: Download complete 08:41:59 29e5d40040c1: Pull complete 08:42:00 Fetched 24.4 MB in 4s (5584 kB/s) 08:42:00 1ce36da41761: Pull complete 08:42:00 25b303627fd3: Verifying Checksum 08:42:00 25b303627fd3: Download complete 08:42:01 Reading package lists... 08:42:01 Reading package lists... 08:42:01 Building dependency tree... 08:42:01 Reading state information... 08:42:01 The following additional packages will be installed: 08:42:01 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:42:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:42:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:42:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:42:01 Suggested packages: 08:42:01 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:42:01 Recommended packages: 08:42:01 gnupg libsasl2-modules 08:42:01 The following NEW packages will be installed: 08:42:01 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:42:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:42:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:42:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:42:01 The following packages will be upgraded: 08:42:01 gpg gpg-agent gpgconf libudev1 08:42:01 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:42:01 Need to get 3529 kB of archives. 08:42:01 After this operation, 13.3 MB of additional disk space will be used. 08:42:01 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:42:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:42:02 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] 08:42:02 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:42:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:42:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:42:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:42:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:42:02 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:42:02 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:42:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:42:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:42:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:42:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:42:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:42:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:42:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:42:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:42:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:42:02 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:42:02 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:42:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:42:02 debconf: delaying package configuration, since apt-utils is not installed 08:42:02 Fetched 3529 kB in 1s (3266 kB/s) 08:42:02 (Reading database ... 12511 files and directories currently installed.) 08:42:02 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:42:02 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:03 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:42:03 Selecting previously unselected package udev. 08:42:03 (Reading database ... 12511 files and directories currently installed.) 08:42:03 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:42:03 Unpacking udev (237-3ubuntu10.46) ... 08:42:03 Selecting previously unselected package libfuse2:amd64. 08:42:03 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:42:03 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:42:03 Selecting previously unselected package fuse. 08:42:03 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:42:03 Unpacking fuse (2.9.7-1ubuntu1) ... 08:42:03 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:03 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:03 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:03 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:04 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:04 Selecting previously unselected package libksba8:amd64. 08:42:04 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:42:04 Unpacking libksba8:amd64 (1.3.5-2) ... 08:42:04 Selecting previously unselected package libroken18-heimdal:amd64. 08:42:04 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:04 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:04 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:42:04 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:04 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:04 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:42:04 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:04 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:04 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:42:04 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:04 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:05 Selecting previously unselected package libwind0-heimdal:amd64. 08:42:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:42:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:42:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:42:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:05 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:42:05 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:05 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:05 Selecting previously unselected package libsasl2-modules-db:amd64. 08:42:05 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:42:05 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:05 Selecting previously unselected package libsasl2-2:amd64. 08:42:05 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:42:05 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:05 Selecting previously unselected package libldap-common. 08:42:05 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:42:05 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:42:05 Selecting previously unselected package libldap-2.4-2:amd64. 08:42:05 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:42:05 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:42:05 Selecting previously unselected package dirmngr. 08:42:05 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:05 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:42:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:42:06 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:42:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:42:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:06 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:42:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:06 Setting up libksba8:amd64 (1.3.5-2) ... 08:42:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:06 Setting up udev (237-3ubuntu10.46) ... 08:42:06 invoke-rc.d: policy-rc.d denied execution of start. 08:42:06 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:06 Processing triggers for systemd (237-3ubuntu10) ... 08:42:06 Setting up fuse (2.9.7-1ubuntu1) ... 08:42:07 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:42:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:42:07 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:42:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:07 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:42:07 settings in the [Install] section, and DefaultInstance for template units). 08:42:07 This means they are not meant to be enabled using systemctl. 08:42:07 Possible reasons for having this kind of units are: 08:42:07 1) A unit may be statically enabled by being symlinked from another unit's 08:42:07 .wants/ or .requires/ directory. 08:42:07 2) A unit's purpose may be to act as a helper for some other unit which has 08:42:07 a requirement dependency on it. 08:42:07 3) A unit may be started when needed via activation (socket, path, timer, 08:42:07 D-Bus, udev, scripted systemctl call, ...). 08:42:07 4) In case of template units, the unit is meant to be enabled with some 08:42:07 instance name specified. 08:42:07 Reading package lists... 08:42:08 Building dependency tree... 08:42:08 Reading state information... 08:42:08 The following additional packages will be installed: 08:42:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:42:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:42:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:42:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:42:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:42:08 Suggested packages: 08:42:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:42:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:42:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:42:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:42:08 systemd-container policykit-1 08:42:08 Recommended packages: 08:42:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:42:08 The following NEW packages will be installed: 08:42:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:42:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:42:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:42:08 multiarch-support openssh-client python3 python3-minimal python3.6 08:42:08 python3.6-minimal snapd squashfs-tools sudo 08:42:08 The following packages will be upgraded: 08:42:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:42:08 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:42:08 Need to get 35.2 MB of archives. 08:42:08 After this operation, 141 MB of additional disk space will be used. 08:42:08 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:42:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:42:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:42:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:42:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:42:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:42:09 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:42:09 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:42:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:42:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:42:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:42:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:42:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:42:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:42:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:42:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:42:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:42:09 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:42:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:42:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:42:09 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:42:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:42:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:42:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:42:09 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:42:09 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:42:09 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:42:09 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:42:09 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:42:09 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:42:10 25b303627fd3: Pull complete 08:42:10 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:42:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:42:10 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 08:42:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:42:11 debconf: delaying package configuration, since apt-utils is not installed 08:42:11 Fetched 35.2 MB in 2s (14.5 MB/s) 08:42:11 (Reading database ... 12757 files and directories currently installed.) 08:42:11 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:42:11 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:11 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:42:11 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:11 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:42:11 (Reading database ... 12757 files and directories currently installed.) 08:42:11 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:42:11 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:42:12 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:42:12 (Reading database ... 12757 files and directories currently installed.) 08:42:12 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:42:12 Unpacking apt (1.6.13) over (1.6.1) ... 08:42:12 Setting up apt (1.6.13) ... 08:42:12 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:42:12 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:42:14 $ docker top d9370c9e0d8046ce6c8f2bae35953bb23845744efc43e47564f883dccac24719 -eo pid,comm 08:42:14 (Reading database ... 12764 files and directories currently installed.) 08:42:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [Pipeline] { [Pipeline] sh 08:42:14 Selecting previously unselected package libpython3.6-minimal:amd64. 08:42:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:14 Selecting previously unselected package libexpat1:amd64. 08:42:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:42:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:42:14 Selecting previously unselected package python3.6-minimal. 08:42:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:42:15 + docker-compose build --help 08:42:15 + grep parallel 08:42:15 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:42:15 Checking for services that may need to be restarted...done. 08:42:15 Checking for services that may need to be restarted...done. 08:42:15 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:42:15 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:42:15 Selecting previously unselected package python3-minimal. 08:42:15 (Reading database ... 13012 files and directories currently installed.) 08:42:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:42:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:42:15 Selecting previously unselected package mime-support. 08:42:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:42:15 Unpacking mime-support (3.60ubuntu1) ... 08:42:16 Selecting previously unselected package libmpdec2:amd64. 08:42:16 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:42:16 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:16 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:42:16 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:16 Selecting previously unselected package python3.6. 08:42:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:16 Selecting previously unselected package libpython3-stdlib:amd64. 08:42:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:42:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:16 Setting up python3-minimal (3.6.7-1~18.04) ... 08:42:16 Selecting previously unselected package python3. 08:42:16 (Reading database ... 13442 files and directories currently installed.) 08:42:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:42:16 Unpacking python3 (3.6.7-1~18.04) ... 08:42:16 Selecting previously unselected package multiarch-support. 08:42:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:42:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:42:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:42:17 Selecting previously unselected package liblzo2-2:amd64. 08:42:17 (Reading database ... 13479 files and directories currently installed.) 08:42:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:42:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:42:17 Selecting previously unselected package libbsd0:amd64. 08:42:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:42:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:17 Selecting previously unselected package sudo. 08:42:17 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:42:17 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:42:17 Selecting previously unselected package apparmor. 08:42:17 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:42:17 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:42:17 Selecting previously unselected package libedit2:amd64. 08:42:17 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:42:17 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:42:17 Selecting previously unselected package libkrb5support0:amd64. 08:42:17 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:42:17 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:18 Selecting previously unselected package libk5crypto3:amd64. 08:42:18 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:42:18 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:18 Selecting previously unselected package libkeyutils1:amd64. 08:42:18 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:42:18 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:18 Selecting previously unselected package libkrb5-3:amd64. 08:42:18 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:42:18 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:18 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:42:18 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:42:18 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:18 Selecting previously unselected package libssl1.0.0:amd64. 08:42:18 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:42:18 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:18 Selecting previously unselected package openssh-client. 08:42:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:42:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:18 Selecting previously unselected package squashfs-tools. 08:42:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:42:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:18 Selecting previously unselected package snapd. 08:42:18 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:42:18 Unpacking snapd (2.48.3+18.04) ... 08:42:19 --parallel Build images in parallel. [Pipeline] } 08:42:19 $ docker stop --time=1 d9370c9e0d8046ce6c8f2bae35953bb23845744efc43e47564f883dccac24719 08:42:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:42:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:20 Setting up mime-support (3.60ubuntu1) ... 08:42:20 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:42:21 $ docker rm -f d9370c9e0d8046ce6c8f2bae35953bb23845744efc43e47564f883dccac24719 08:42:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:21 Setting up systemd (237-3ubuntu10.46) ... 08:42:21 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:21 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:21 . [Pipeline] withDockerContainer 08:42:22 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:22 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:42:22 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:22 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:22 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:22 prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container 08:42:22 $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:42:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:22 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:22 Setting up python3 (3.6.7-1~18.04) ... 08:42:22 running python rtupdate hooks for python3.6... 08:42:22 running python post-rtupdate hooks for python3.6... 08:42:22 Setting up apparmor (2.12-4ubuntu5.1) ... 08:42:23 $ docker top 1119dc78f5c311947b29556f468b15079040964db8f5ff70ee1f69bb393e5b5a -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:42:24 + docker-compose -f ./docker-compose-build.yml build --parallel 08:42:24 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:24 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:24 Setting up snapd (2.48.3+18.04) ... 08:42:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:42:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:42:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:42:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:42:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:25 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:42:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:42:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:42:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:42:26 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 08:42:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:26 Processing triggers for systemd (237-3ubuntu10.46) ... 08:42:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:42:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:42:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:42:28 Building docker-core-command-go ... 08:42:28 Building docker-core-data-go ... 08:42:28 Building docker-core-metadata-go ... 08:42:28 Building docker-security-bootstrapper-go ... 08:42:28 Building docker-security-proxy-setup-go ... 08:42:28 Building docker-security-secretstore-setup-go ... 08:42:28 Building docker-support-notifications-go ... 08:42:28 Building docker-support-scheduler-go ... 08:42:28 Building docker-sys-mgmt-agent-go ... 08:42:28 Building docker-sys-mgmt-agent-go 08:42:28 Building docker-core-metadata-go 08:42:28 Building docker-security-bootstrapper-go 08:42:28 Building docker-security-proxy-setup-go 08:42:28 Building docker-support-scheduler-go 08:42:29 Reading package lists... 08:42:29 Reading package lists... 08:42:29 Building dependency tree... 08:42:29 Reading state information... 08:42:29 Calculating upgrade... 08:42:29 The following packages will be upgraded: 08:42:29 advancecomp base-files bash binutils binutils-common 08:42:29 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:42:29 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:42:29 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:42:29 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:42:29 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:42:29 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:42:29 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:42:29 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:42:29 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:42:29 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:42:29 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:42:29 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:42:29 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:42:29 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:42:29 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:42:29 Need to get 64.0 MB of archives. 08:42:29 After this operation, 5034 kB of additional disk space will be used. 08:42:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:42:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:42:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:42:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:42:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:42:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:42:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:42:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:42:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:42:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:42:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:42:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:42:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:42:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:42:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:42:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:42:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:42:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:42:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:42:29 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:42:29 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:42:29 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:42:29 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:42:29 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:42:29 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:42:29 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:42:29 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:42:29 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:42:29 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:42:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:42:30 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:42:30 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:42:30 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:42:30 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:42:30 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:42:30 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:42:30 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:42:30 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:42:30 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:42:30 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:42:30 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:42:30 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:42:30 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:42:30 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:42:30 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:42:30 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:42:30 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:42:30 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:42:30 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:42:30 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:42:30 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:42:30 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:42:30 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:42:30 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:42:30 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:42:30 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:42:30 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:42:30 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:42:30 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:42:30 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:42:30 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:42:30 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:42:30 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:42:30 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:42:30 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:42:30 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:42:30 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:42:30 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:42:30 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:42:30 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:42:30 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:42:30 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:42:30 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:42:30 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:42:30 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:42:30 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:42:30 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:42:30 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:42:30 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:42:30 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:42:30 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:42:30 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:42:30 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:42:30 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:42:30 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:42:30 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:42:31 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:42:31 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:42:31 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:42:31 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:42:31 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:42:31 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:42:31 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:42:31 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:42:31 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:42:31 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:42:31 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:42:31 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:42:31 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:42:31 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:42:31 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:42:31 debconf: delaying package configuration, since apt-utils is not installed 08:42:31 Fetched 64.0 MB in 2s (35.9 MB/s) 08:42:31 (Reading database ... 13912 files and directories currently installed.) 08:42:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:42:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:42:32 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:42:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:34 (Reading database ... 13911 files and directories currently installed.) 08:42:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:42:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:42:34 (Reading database ... 13911 files and directories currently installed.) 08:42:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:35 (Reading database ... 13911 files and directories currently installed.) 08:42:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:42:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:42:36 (Reading database ... 13911 files and directories currently installed.) 08:42:36 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:42:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:42:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:42:36 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:42:36 Setting up base-files (10.1ubuntu2.10) ... 08:42:36 Installing new version of config file /etc/issue ... 08:42:36 Installing new version of config file /etc/issue.net ... 08:42:36 Installing new version of config file /etc/lsb-release ... 08:42:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:42:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:42:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:42:36 Removing obsolete conffile /etc/default/motd-news ... 08:42:36 (Reading database ... 13912 files and directories currently installed.) 08:42:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:42:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:42:37 Setting up bash (4.4.18-2ubuntu1.2) ... 08:42:37 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 08:42:37 (Reading database ... 13912 files and directories currently installed.) 08:42:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:42:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:42:37 (Reading database ... 13912 files and directories currently installed.) 08:42:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:42:37 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:42:37 Setting up tar (1.29b-2ubuntu0.2) ... 08:42:37 (Reading database ... 13912 files and directories currently installed.) 08:42:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:42:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:42:38 (Reading database ... 13912 files and directories currently installed.) 08:42:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:42:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:42:38 Setting up grep (3.1-2build1) ... 08:42:39 (Reading database ... 13912 files and directories currently installed.) 08:42:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:39 Setting up login (1:4.5-1ubuntu2) ... 08:42:39 (Reading database ... 13912 files and directories currently installed.) 08:42:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:42:39 (Reading database ... 13912 files and directories currently installed.) 08:42:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:40 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:42:41 (Reading database ... 13912 files and directories currently installed.) 08:42:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:42:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:42 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:42 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:42:42 (Reading database ... 13912 files and directories currently installed.) 08:42:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:42:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:42:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:43 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:43 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:44 (Reading database ... 13912 files and directories currently installed.) 08:42:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:44 (Reading database ... 13912 files and directories currently installed.) 08:42:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:44 (Reading database ... 13912 files and directories currently installed.) 08:42:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:45 (Reading database ... 13912 files and directories currently installed.) 08:42:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:42:45 (Reading database ... 13912 files and directories currently installed.) 08:42:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:42:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:42:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:42:46 (Reading database ... 13912 files and directories currently installed.) 08:42:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:42:47 (Reading database ... 13912 files and directories currently installed.) 08:42:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:42:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:42:47 (Reading database ... 13914 files and directories currently installed.) 08:42:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:42:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:42:47 Setting up debconf (1.5.66ubuntu1) ... 08:42:47 (Reading database ... 13914 files and directories currently installed.) 08:42:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:42:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:42:48 (Reading database ... 13914 files and directories currently installed.) 08:42:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:42:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:48 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:42:48 (Reading database ... 13914 files and directories currently installed.) 08:42:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:48 (Reading database ... 13914 files and directories currently installed.) 08:42:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:48 (Reading database ... 13914 files and directories currently installed.) 08:42:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:49 (Reading database ... 13914 files and directories currently installed.) 08:42:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:42:49 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:49 (Reading database ... 13914 files and directories currently installed.) 08:42:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:42:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:42:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:42:50 (Reading database ... 13914 files and directories currently installed.) 08:42:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:42:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:50 (Reading database ... 13914 files and directories currently installed.) 08:42:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:51 (Reading database ... 13914 files and directories currently installed.) 08:42:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:42:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:42:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:42:51 (Reading database ... 13914 files and directories currently installed.) 08:42:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:51 Setting up passwd (1:4.5-1ubuntu2) ... 08:42:51 (Reading database ... 13914 files and directories currently installed.) 08:42:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:51 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:51 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:42:52 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:52 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:42:52 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:52 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:42:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:42:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:42:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:42:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:42:53 (Reading database ... 13914 files and directories currently installed.) 08:42:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:42:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:42:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:42:53 (Reading database ... 13914 files and directories currently installed.) 08:42:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:42:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:42:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:42:53 (Reading database ... 13914 files and directories currently installed.) 08:42:53 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:42:53 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:42:53 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:42:53 (Reading database ... 13914 files and directories currently installed.) 08:42:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:42:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:42:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:42:54 (Reading database ... 13915 files and directories currently installed.) 08:42:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:55 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:55 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:42:55 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:42:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:42:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:42:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:42:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:42:56 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:42:56 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:42:56 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:42:56 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:42:56 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:42:56 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:42:56 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:42:56 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:42:56 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:42:56 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:42:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:42:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:42:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:42:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:42:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:42:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:42:58 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:58 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:58 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:59 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:59 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:59 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:59 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:59 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:59 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:00 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:00 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:01 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:01 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:03 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:03 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:43:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:43:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:43:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:43:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:43:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:43:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:43:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:43:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:43:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:43:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:43:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:43:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:43:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:43:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:43:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:04 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:43:04 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:43:04 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:43:04 08:43:04 Current default time zone: 'Etc/UTC' 08:43:04 Local time is now: Tue Apr 20 08:43:04 UTC 2021. 08:43:04 Universal Time is now: Tue Apr 20 08:43:04 UTC 2021. 08:43:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:43:04 08:43:04 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:43:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:04 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:43:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:43:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:43:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:43:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:43:05 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:43:05 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:43:05 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:43:05 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:05 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:43:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:43:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:05 Setting up patch (2.7.6-2ubuntu1.1) ... 08:43:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:43:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:43:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:43:05 Installing new version of config file /etc/ssl/openssl.cnf ... 08:43:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:43:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:43:05 Setting up ca-certificates (20210119~18.04.1) ... 08:43:07 Updating certificates in /etc/ssl/certs... 08:43:08 23 added, 27 removed; done. 08:43:08 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:43:08 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:08 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:43:08 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:43:08 Setting up pkgbinarymangler (138.18.04.1) ... 08:43:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:43:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:43:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:09 Setting up perl (5.26.1-6ubuntu0.5) ... 08:43:09 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:43:09 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:43:09 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:43:09 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:43:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:43:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:43:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:43:09 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:43:09 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:43:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:09 Processing triggers for systemd (237-3ubuntu10.46) ... 08:43:09 Processing triggers for mime-support (3.60ubuntu1) ... 08:43:09 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:43:09 Updating certificates in /etc/ssl/certs... 08:43:10 0 added, 0 removed; done. 08:43:10 Running hooks in /etc/ca-certificates/update.d... 08:43:10 done. 08:43:10 Reading package lists... 08:43:10 Building dependency tree... 08:43:10 Reading state information... 08:43:11 The following NEW packages will be installed: 08:43:11 apt-transport-https 08:43:11 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:43:11 Need to get 1692 B of archives. 08:43:11 After this operation, 154 kB of additional disk space will be used. 08:43:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:43:11 debconf: delaying package configuration, since apt-utils is not installed 08:43:11 Fetched 1692 B in 0s (8556 B/s) 08:43:11 Selecting previously unselected package apt-transport-https. 08:43:11 (Reading database ... 13920 files and directories currently installed.) 08:43:11 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:43:11 Unpacking apt-transport-https (1.6.13) ... 08:43:11 Setting up apt-transport-https (1.6.13) ... 08:43:11 Waiting for network to be ready... 08:43:19 2021-04-20T08:43:16Z INFO Waiting for automatic snapd restart... 08:43:19 snapd 2.49.2 from Canonical* installed 08:43:20 "snapd" switched to the "latest/stable" channel 08:43:20 08:43:22 core18 20210309 from Canonical* installed 08:43:23 "core18" switched to the "latest/stable" channel 08:43:23 08:43:26 snapcraft 4.6.2 from Canonical* installed 08:43:26 "snapcraft" switched to the "latest/stable" channel 08:43:26 08:43:30 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: 08:43:30 - README.md 08:43:30 08:43:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:43:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:43:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:43:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:43:37 Reading package lists... 08:43:38 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 08:43:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:44 Reading package lists... 08:43:44 Building dependency tree... 08:43:44 Reading state information... 08:43:44 Suggested packages: 08:43:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:43:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:43:44 Recommended packages: 08:43:44 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:43:44 The following NEW packages will be installed: 08:43:44 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:43:44 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:43:44 pkg-config zip 08:43:44 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:43:44 Need to get 7663 kB of archives. 08:43:44 After this operation, 43.8 MB of additional disk space will be used. 08:43:44 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:43:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:43:44 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:43:44 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:43:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:43:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:43:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:43:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:43:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:43:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:43:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:43:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:43:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:43:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:43:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:43:45 debconf: delaying package configuration, since apt-utils is not installed 08:43:45 Fetched 7663 kB in 1s (7185 kB/s) 08:43:45 Selecting previously unselected package libglib2.0-0:amd64. 08:43:45 (Reading database ... 13924 files and directories currently installed.) 08:43:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:43:45 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:45 Selecting previously unselected package libpsl5:amd64. 08:43:45 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:43:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:43:46 Selecting previously unselected package libnghttp2-14:amd64. 08:43:46 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:43:46 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:46 Selecting previously unselected package librtmp1:amd64. 08:43:46 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:43:46 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:46 Selecting previously unselected package libcurl3-gnutls:amd64. 08:43:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:43:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:46 Selecting previously unselected package liberror-perl. 08:43:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:43:46 Unpacking liberror-perl (0.17025-1) ... 08:43:46 Selecting previously unselected package git-man. 08:43:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:43:46 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:43:46 Selecting previously unselected package git. 08:43:46 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:43:46 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:43:47 Selecting previously unselected package libnorm1:amd64. 08:43:47 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:43:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:47 Selecting previously unselected package libpgm-5.2-0:amd64. 08:43:47 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:43:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:47 Selecting previously unselected package libsodium23:amd64. 08:43:47 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:43:47 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:43:47 Selecting previously unselected package libzmq5:amd64. 08:43:47 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:48 Selecting previously unselected package libzmq3-dev:amd64. 08:43:48 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:48 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:48 Selecting previously unselected package pkg-config. 08:43:48 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:43:48 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:43:48 Selecting previously unselected package zip. 08:43:48 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:43:48 Unpacking zip (3.0-11build1) ... 08:43:48 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:48 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:43:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:48 Setting up liberror-perl (0.17025-1) ... 08:43:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:43:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:48 No schema files found: doing nothing. 08:43:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:48 Setting up zip (3.0-11build1) ... 08:43:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:48 Setting up libsodium23:amd64 (1.0.16-2) ... 08:43:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:43:48 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:48 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:48 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:43:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:43:50 ---> ea5a5b735206 08:43:50 Step 3/22 : WORKDIR /edgex-go 08:43:50 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:50 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:43:50 ---> ea5a5b735206 08:43:50 Step 3/31 : WORKDIR /edgex-go 08:43:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:43:50 ---> ea5a5b735206 08:43:50 Step 3/21 : WORKDIR /edgex-go 08:43:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:50 ---> ea5a5b735206 08:43:50 Step 3/23 : WORKDIR /edgex-go 08:43:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:50 ---> ea5a5b735206 08:43:50 Step 3/23 : WORKDIR /edgex-go 08:43:50 ---> Running in 4a2db4039b89 08:43:50 ---> Running in 803bcc00de17 08:43:50 ---> Running in 4140feaa25c6 08:43:50 ---> Running in 21061d26fa2a 08:43:50 ---> Running in 546349949fb9 08:43:50 Removing intermediate container 4a2db4039b89 08:43:50 ---> 660913839222 08:43:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:50 Removing intermediate container 803bcc00de17 08:43:50 ---> f133c12deba9 08:43:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:50 ---> Running in 4a07149a6e0b 08:43:50 Removing intermediate container 4140feaa25c6 08:43:50 ---> 8f34754ed5c4 08:43:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:50 Removing intermediate container 21061d26fa2a 08:43:50 ---> 592bb3890db4 08:43:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:50 Removing intermediate container 546349949fb9 08:43:50 ---> 660c1d391c3d 08:43:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:50 ---> Running in bea7a0b8b72e 08:43:50 ---> Running in 009cc924a557 08:43:50 ---> Running in f761223b06f3 08:43:50 ---> Running in 22f2eb5cc660 08:43:50 Removing intermediate container 4a07149a6e0b 08:43:50 ---> fbcaf8daff6b 08:43:50 Step 5/22 : RUN apk add --update --no-cache make git 08:43:50 ---> Running in eafd42426b32 08:43:50 Removing intermediate container 009cc924a557 08:43:50 ---> 7a7bce398099 08:43:50 Step 5/31 : RUN apk add --update --no-cache make git 08:43:50 ---> Running in 2f365580beff 08:43:50 Removing intermediate container bea7a0b8b72e 08:43:50 ---> fe8665c51627 08:43:50 Step 5/21 : RUN apk add --update --no-cache make git 08:43:50 ---> Running in 043a3897dba9 08:43:50 Removing intermediate container 22f2eb5cc660 08:43:50 ---> 9df5b290ad1e 08:43:50 Step 5/23 : RUN apk add --update --no-cache make bash git 08:43:50 Removing intermediate container f761223b06f3 08:43:50 ---> e0c12e1a89b8 08:43:50 Step 5/23 : RUN apk add --update --no-cache make git 08:43:50 ---> Running in 560889d25b6d 08:43:50 ---> Running in 043a665d29b8 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:50 OK: 217 MiB in 51 packages 08:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:51 OK: 217 MiB in 51 packages 08:43:51 OK: 217 MiB in 51 packages 08:43:52 OK: 217 MiB in 51 packages 08:43:52 OK: 217 MiB in 51 packages 08:43:52 Removing intermediate container eafd42426b32 08:43:52 ---> 97fce8538d7a 08:43:52 Step 6/22 : COPY go.mod . 08:43:53 Removing intermediate container 2f365580beff 08:43:53 ---> ef1c71297ecf 08:43:53 Step 6/31 : COPY go.mod . 08:43:53 Removing intermediate container 043a3897dba9 08:43:53 ---> b2e40d77cd10 08:43:53 Step 6/21 : COPY go.mod . 08:43:53 ---> 78c3e5bff832 08:43:53 Step 7/22 : RUN go mod download 08:43:54 ---> Running in d700d602ac5b 08:43:54 Removing intermediate container 560889d25b6d 08:43:54 ---> 65cff2963653 08:43:54 Step 6/23 : COPY go.mod . 08:43:54 Removing intermediate container 043a665d29b8 08:43:54 ---> b150b0cbef7f 08:43:54 Step 6/23 : COPY go.mod . 08:43:54 ---> 8377394d2844 08:43:54 Step 7/31 : RUN go mod download 08:43:54 ---> 4cc505d41f59 08:43:54 Step 7/21 : RUN go mod download 08:43:54 ---> Running in 3b78967bef35 08:43:54 ---> Running in 55bbbb714db6 08:43:55 ---> ead718e73bb0 08:43:55 Step 7/23 : RUN go mod download 08:43:55 ---> a82f7599a486 08:43:55 Step 7/23 : RUN go mod download 08:43:55 ---> Running in 61c699980881 08:43:55 ---> Running in 90b939bc7f53 08:43:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:55 git set to automatically installed. 08:43:55 git-man set to automatically installed. 08:43:55 libcurl3-gnutls set to automatically installed. 08:43:55 liberror-perl set to automatically installed. 08:43:55 libglib2.0-0 set to automatically installed. 08:43:55 libnghttp2-14 set to automatically installed. 08:43:55 libnorm1 set to automatically installed. 08:43:55 libpgm-5.2-0 set to automatically installed. 08:43:55 libpsl5 set to automatically installed. 08:43:55 librtmp1 set to automatically installed. 08:43:55 libsodium23 set to automatically installed. 08:43:55 libzmq3-dev set to automatically installed. 08:43:55 libzmq5 set to automatically installed. 08:43:55 pkg-config set to automatically installed. 08:43:55 zip set to automatically installed. 08:43:57 snapd is not logged in, snap install commands will use sudo 08:43:58 Removing intermediate container d700d602ac5b 08:43:58 ---> fbee2fa5bffd 08:43:58 Step 8/22 : COPY . . 08:43:59 Removing intermediate container 3b78967bef35 08:43:59 ---> 0139dd986b0a 08:43:59 Step 8/31 : COPY . . 08:44:00 Removing intermediate container 55bbbb714db6 08:44:00 ---> 052d61a187e6 08:44:00 Step 8/21 : COPY . . 08:44:00 Removing intermediate container 90b939bc7f53 08:44:00 ---> fcd0e24cfb88 08:44:00 Step 8/23 : COPY . . 08:44:01 Removing intermediate container 61c699980881 08:44:01 ---> 9d645aaaa0e0 08:44:01 Step 8/23 : COPY . . 08:44:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:44:04 snap "core18" has no updates available 08:44:04 snapd is not logged in, snap install commands will use sudo 08:44:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:44:26 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:44:26 Pulling go-build-helper 08:44:26 + snapcraftctl pull 08:44:26 'app-service-config' has dependencies that need to be staged: go-build-helper 08:44:26 Skipping pull go-build-helper (already ran) 08:44:26 Building go-build-helper 08:44:26 + snapcraftctl build 08:44:28 ---> 4f667d544077 08:44:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:44:28 ---> 5ae14d9c153b 08:44:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:44:28 ---> c36cac37953e 08:44:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:44:28 ---> 97d8f44fe7d0 08:44:28 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:44:28 ---> Running in adf12fe104b9 08:44:28 ---> Running in 34ac5750d408 08:44:28 ---> Running in 935ca4a78ffb 08:44:28 ---> Running in 93de9a169440 08:44:28 ---> a72db3931a92 08:44:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:44:28 ---> Running in f718b0a20c8f 08:44:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:44:28 Staging go-build-helper 08:44:28 + snapcraftctl stage 08:44:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:44:29 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 08:44:29 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 08:44: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 08:44:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:38 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 08:44:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 08:44:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:44:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:44:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:44:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:44:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 08:44:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:44:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:44:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:44:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:44:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:44:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:44:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:44:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:44:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:44:38 Fetched 24.4 MB in 0s (0 B/s) 08:44:38 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:38 Fetched 224 kB in 0s (0 B/s) 08:44:38 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:38 Fetched 157 kB in 0s (0 B/s) 08:44:38 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:38 Fetched 221 kB in 0s (0 B/s) 08:44:38 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:38 Fetched 143 kB in 0s (0 B/s) 08:44:38 Pulling app-service-config 08:44:38 + snapcraftctl pull 08:44:38 Cloning into '/root/parts/app-service-config/src'... 08:44:38 Pulling config-common 08:44:38 + snapcraftctl pull 08:44:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:43 Fetched 0 B in 0s (0 B/s) 08:44:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:43 Fetched 0 B in 0s (0 B/s) 08:44:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:43 Fetched 0 B in 0s (0 B/s) 08:44:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:43 Fetched 0 B in 0s (0 B/s) 08:44:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:43 Fetched 0 B in 0s (0 B/s) 08:44:43 Pulling edgex-go 08:44:43 + snapcraftctl pull 08:45:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:45:05 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:45:05 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:45:05 Fetched 88.7 kB in 0s (0 B/s) 08:45:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:45:05 Fetched 96.5 kB in 0s (0 B/s) 08:45:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:45:05 Fetched 279 kB in 0s (0 B/s) 08:45:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:45:05 Fetched 122 kB in 0s (0 B/s) 08:45:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:45:05 Fetched 77.8 kB in 0s (0 B/s) 08:45:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:45:05 Fetched 8848 B in 0s (0 B/s) 08:45:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:45:05 Fetched 47.8 kB in 0s (0 B/s) 08:45:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:45:05 Fetched 45.6 kB in 0s (0 B/s) 08:45:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:45:05 Fetched 15.0 kB in 0s (0 B/s) 08:45:05 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:45:05 Fetched 219 kB in 0s (0 B/s) 08:45:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:45:05 Fetched 154 kB in 0s (0 B/s) 08:45:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:45:05 Fetched 50.6 kB in 0s (0 B/s) 08:45:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:45:05 Fetched 14.8 kB in 0s (0 B/s) 08:45:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:45:05 Fetched 41.8 kB in 0s (0 B/s) 08:45:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:45:05 Fetched 499 kB in 0s (0 B/s) 08:45:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:45:05 Fetched 111 kB in 0s (0 B/s) 08:45:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:45:05 Fetched 240 kB in 0s (0 B/s) 08:45:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:45:05 Fetched 29.3 kB in 0s (0 B/s) 08:45:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:45:05 Fetched 85.5 kB in 0s (0 B/s) 08:45:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:45:05 Fetched 24.5 kB in 0s (0 B/s) 08:45:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:45:05 Fetched 49.2 kB in 0s (0 B/s) 08:45:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:45:05 Fetched 54.2 kB in 0s (0 B/s) 08:45:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:45:05 Fetched 30.8 kB in 0s (0 B/s) 08:45:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:45:05 Fetched 15.8 kB in 0s (0 B/s) 08:45:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:45:05 Fetched 85.9 kB in 0s (0 B/s) 08:45:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:45:05 Fetched 8720 B in 0s (0 B/s) 08:45:05 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:45:05 Fetched 137 kB in 0s (0 B/s) 08:45:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:45:05 Fetched 119 kB in 0s (0 B/s) 08:45:05 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:45:05 Fetched 110 kB in 0s (0 B/s) 08:45:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:45:05 Fetched 11.1 kB in 0s (0 B/s) 08:45:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:45:05 Fetched 645 kB in 0s (0 B/s) 08:45:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:45:05 Fetched 41.3 kB in 0s (0 B/s) 08:45:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:45:05 Fetched 17.9 kB in 0s (0 B/s) 08:45:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:45:05 Fetched 368 kB in 0s (0 B/s) 08:45:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:45:05 Fetched 187 kB in 0s (0 B/s) 08:45:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:45:05 Fetched 175 kB in 0s (0 B/s) 08:45:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:45:05 Fetched 206 kB in 0s (0 B/s) 08:45:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:45:05 Fetched 1301 kB in 0s (0 B/s) 08:45:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:45:05 Fetched 36.2 kB in 0s (0 B/s) 08:45:05 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:45:05 Fetched 159 kB in 0s (0 B/s) 08:45:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:45:05 Fetched 107 kB in 0s (0 B/s) 08:45:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:45:05 Fetched 48.7 kB in 0s (0 B/s) 08:45:05 Pulling static-packages 08:45:05 + snapcraftctl pull 08:45:05 Pulling version 08:45:05 + cd /root/project 08:45:05 + [ -f VERSION ] 08:45:05 + PROJECT_VERSION=local-dev 08:45:05 + git rev-parse --short HEAD 08:45:05 + GIT_REVISION=71d5cee2 08:45:05 + snapcraftctl set-version local-dev 08:45:05 Skipping build go-build-helper (already ran) 08:45:05 Building app-service-config 08:45:05 + make build 08:45:05 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 08:45:07 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:45:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:45:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:45:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:45:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:45:07 go: downloading github.com/google/uuid v1.2.0 08:45:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:45:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:45:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:45:07 go: downloading github.com/x448/float16 v0.8.4 08:45:08 go: downloading github.com/hashicorp/consul/api v1.8.1 08:45:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:45:08 go: downloading github.com/pelletier/go-toml v1.2.0 08:45:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:45:08 go: downloading github.com/BurntSushi/toml v0.3.1 08:45:08 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:45:08 go: downloading github.com/pebbe/zmq4 v1.2.7 08:45:08 go: downloading github.com/gorilla/mux v1.8.0 08:45:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:45:08 go: downloading github.com/go-kit/kit v0.8.0 08:45:08 go: downloading github.com/go-playground/universal-translator v0.17.0 08:45:08 go: downloading github.com/hashicorp/serf v0.9.5 08:45:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:45:08 go: downloading github.com/leodido/go-urn v1.2.0 08:45:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:45:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:45:08 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:45:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:45:08 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:45:08 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:45:08 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:45:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:45:08 go: downloading github.com/gorilla/websocket v1.4.2 08:45:08 go: downloading github.com/go-playground/locales v0.13.0 08:45:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:45:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:45:08 go: downloading github.com/mitchellh/copystructure v1.0.0 08:45:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:45:08 go: downloading github.com/mattn/go-isatty v0.0.12 08:45:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:45:08 go: downloading github.com/fatih/color v1.9.0 08:45:09 go: downloading github.com/mattn/go-colorable v0.1.6 08:45:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:45:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:45:09 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:45:19 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:45:19 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:45:19 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:45:19 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:45:19 Building config-common 08:45:19 + snapcraftctl build 08:45:21 Building edgex-go 08:45:21 + cd /root/parts/edgex-go/src 08:45:21 + make build 08:45:21 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 08:45:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 08:45:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:45:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 08:45:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 08:45:21 go: downloading github.com/imdario/mergo v0.3.12 08:45:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 08:45:21 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:45:21 go: downloading github.com/pelletier/go-toml v1.9.0 08:45:21 go: downloading github.com/pkg/errors v0.8.1 08:45:21 go: downloading golang.org/x/text v0.3.2 08:45:26 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 08:45:26 go: downloading gopkg.in/yaml.v2 v2.4.0 08:45:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:45:32 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 08:45:33 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 08:45:34 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 08:45:34 go: downloading github.com/stretchr/testify v1.7.0 08:45:34 go: downloading github.com/davecgh/go-spew v1.1.1 08:45:34 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:45:34 go: downloading github.com/pmezard/go-difflib v1.0.0 08:45:36 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 08:45:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:45:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:45:37 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 08:45:39 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 08:45:40 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 08:45:41 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 08:45:41 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:45:43 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 08:45:43 go: downloading github.com/lib/pq v1.10.0 08:45:45 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:45:45 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:45:45 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:45:45 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:45:45 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:45:45 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:45:45 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:45:45 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:45:45 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:45:45 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:45:45 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:45:45 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:45:45 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:45:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:45:45 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:45:45 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:45:45 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:45:45 + 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 08:45:45 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:45:45 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:45:45 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:45:45 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:45:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:45:45 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:45:45 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:45:45 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:45:47 Building static-packages 08:45:47 + snapcraftctl build 08:45:50 Building version 08:45:50 + snapcraftctl build 08:45:52 Skipping stage go-build-helper (already ran) 08:45:52 Staging app-service-config 08:45:52 + snapcraftctl stage 08:45:52 Staging config-common 08:45:52 + snapcraftctl stage 08:45:54 Staging edgex-go 08:45:54 + snapcraftctl stage 08:45:54 Staging static-packages 08:45:54 + snapcraftctl stage 08:45:56 Staging version 08:45:56 + snapcraftctl stage 08:45:57 Priming go-build-helper 08:45:57 + snapcraftctl prime 08:45:57 Priming app-service-config 08:45:57 + snapcraftctl prime 08:45:59 Priming config-common 08:45:59 + snapcraftctl prime 08:46:00 Priming edgex-go 08:46:00 + snapcraftctl prime 08:46:01 Priming static-packages 08:46:01 + snapcraftctl prime 08:46:03 Priming version 08:46:03 + snapcraftctl prime 08:46:04 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] } 08:46: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 08:46:24 Removing intermediate container f718b0a20c8f 08:46:24 ---> 721bfb44776f 08:46:24 08:46:24 Step 10/31 : FROM alpine:3.12 08:46:24 3.12: Pulling from library/alpine 08:46:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:46:26 Status: Downloaded newer image for alpine:3.12 08:46:26 ---> 9852663dfa18 08:46:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:46:26 Removing intermediate container 93de9a169440 08:46:26 ---> 07831f5beeae 08:46:26 08:46:26 Step 10/21 : FROM alpine:3.12 08:46:26 ---> 9852663dfa18 08:46:26 Step 11/21 : RUN apk add --update --no-cache curl 08:46:26 Removing intermediate container 34ac5750d408 08:46:26 ---> ac1b58d1950b 08:46:26 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:46:26 ---> Running in c65908482bb4 08:46:26 ---> Running in 35fa5a428208 08:46:26 ---> Running in 499257b410b5 08:46:27 Removing intermediate container c65908482bb4 08:46:27 ---> bd24cd0b7001 08:46:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:46:28 ---> Running in e8582e773f22 08:46:29 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 08:46:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:30 (1/4) Installing ca-certificates (20191127-r4) 08:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:46:30 (3/4) Installing libcurl (7.76.1-r0) 08:46:30 (4/4) Installing curl (7.76.1-r0) 08:46:30 Executing busybox-1.31.1-r20.trigger 08:46:30 Executing ca-certificates-20191127-r4.trigger 08:46:31 OK: 7 MiB in 18 packages 08:46:31 (1/2) Installing dumb-init (1.2.2-r1) 08:46:31 (2/2) Installing su-exec (0.2-r1) 08:46:31 Executing busybox-1.31.1-r20.trigger 08:46:31 OK: 5 MiB in 16 packages 08:46:32 Removing intermediate container adf12fe104b9 08:46:32 ---> 2a0ad8f219a1 08:46:32 08:46:32 Step 10/22 : FROM alpine:3.12 08:46:32 ---> 9852663dfa18 08:46:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:46:33 ---> Running in 0d5bb4f6fbb6 08:46:34 Removing intermediate container e8582e773f22 08:46:34 ---> 6d11cb2c806a 08:46:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:46:34 Removing intermediate container 499257b410b5 08:46:34 ---> e82ab8f259d6 08:46:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:46:35 ---> Running in 316db965ab72 08:46:35 ---> Running in b71959d4db99 08:46:35 Removing intermediate container 35fa5a428208 08:46:35 ---> 1641de83acec 08:46:35 08:46:35 Step 11/23 : FROM docker:20.10.0 08:46:35 20.10.0: Pulling from library/docker 08:46:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:35 Removing intermediate container b71959d4db99 08:46:35 ---> 62adfb7a472f 08:46:35 Step 13/21 : WORKDIR /edgex 08:46:36 (1/1) Installing dumb-init (1.2.2-r1) 08:46:36 Executing busybox-1.31.1-r20.trigger 08:46:36 OK: 5 MiB in 15 packages 08:46:36 Removing intermediate container 316db965ab72 08:46:36 ---> 4db14e95109e 08:46:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:46:36 ---> Running in f470f8097a13 08:46:37 ---> Running in dbc3a02b8857 08:46:38 Removing intermediate container dbc3a02b8857 08:46:38 ---> 69ec4431ca91 08:46:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:46:38 Removing intermediate container f470f8097a13 08:46:38 ---> afca3d835b03 08:46:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:46:38 Removing intermediate container 0d5bb4f6fbb6 08:46:38 ---> 514f716aa2c0 08:46:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:46:38 ---> Running in 93b759468a63 08:46:39 ---> Running in 02963449bb19 08:46:39 Removing intermediate container 935ca4a78ffb 08:46:39 ---> c99fbe2ac03a 08:46:39 08:46:39 Step 10/23 : FROM alpine:3.12 08:46:39 ---> 9852663dfa18 08:46:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:46:39 ---> Using cache 08:46:39 ---> 514f716aa2c0 08:46:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:46:39 ---> 52f3a51b4129 08:46:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:46:39 ---> Running in 76a14b8ab4aa 08:46:39 Removing intermediate container 02963449bb19 08:46:39 ---> b00271d32fe9 08:46:39 Step 13/22 : ENV APP_PORT=48085 08:46:39 ---> Running in 988973606b20 08:46:40 Removing intermediate container 76a14b8ab4aa 08:46:40 ---> ea8c9920a60a 08:46:40 Step 13/23 : ENV APP_PORT=48081 08:46:40 ---> Running in 7966d6c366c5 08:46:40 Removing intermediate container 988973606b20 08:46:40 ---> 2e7d539e5032 08:46:40 Step 14/22 : EXPOSE $APP_PORT 08:46:41 ---> Running in ffab07b902c6 08:46:41 Removing intermediate container 7966d6c366c5 08:46:41 ---> 8822234324a0 08:46:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:46:41 ---> 01f947f97405 08:46:41 Step 14/23 : EXPOSE $APP_PORT 08:46:41 Removing intermediate container ffab07b902c6 08:46:41 ---> c4f9485d8692 08:46:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:42 ---> Running in b111012f1b03 08:46:42 Removing intermediate container 93b759468a63 08:46:42 ---> bc4f4f900fcf 08:46:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:46:43 ---> Running in 1bd1354a9122 08:46:44 Removing intermediate container b111012f1b03 08:46:44 ---> cbbd7b66fdb4 08:46:44 Step 15/23 : WORKDIR / 08:46:44 ---> 8aa3210b76e8 08:46:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:46:44 ---> 9bf4f62f07b0 08:46:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:46:44 ---> Running in a23a1d7f0b6b 08:46:44 Removing intermediate container 1bd1354a9122 08:46:44 ---> 6d5496da8a94 08:46:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:46:44 ---> Running in b2d3bb329db5 08:46:46 Removing intermediate container a23a1d7f0b6b 08:46:46 ---> 280118052f31 08:46:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:46 Removing intermediate container b2d3bb329db5 08:46:46 ---> 0097235fa97f 08:46:46 Step 18/21 : CMD ["--init=true"] 08:46:46 ---> 8d0666a5784f 08:46:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:46:47 ---> 1c3480a41d99 08:46:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:46:47 ---> Running in 3ccb16ba55c2 08:46:47 ---> Running in e0d08aff3ccf 08:46:47 ---> aafeb66a117e 08:46:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:46:48 Removing intermediate container e0d08aff3ccf 08:46:48 ---> 2adc82b0f043 08:46:48 Step 19/21 : LABEL arch=arm64 08:46:48 ---> Running in 37408c07c5a1 08:46:48 ---> 2a99c5811121 08:46:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:46:48 ---> Running in 789739ce63ee 08:46:49 Removing intermediate container 37408c07c5a1 08:46:49 ---> fb80a2b851da 08:46:49 Step 20/21 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:46:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:46:49 Status: Downloaded newer image for docker:20.10.0 08:46:49 ---> eeaf43b92773 08:46:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:46:49 ---> Running in 326c4b6ccd4d 08:46:49 Removing intermediate container 789739ce63ee 08:46:49 ---> c594e16d1924 08:46:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:49 ---> 3a93dca0b356 08:46:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:46:50 ---> Running in 3c92e08bfa06 08:46:50 ---> Running in 529e7eebf21b 08:46:50 Removing intermediate container 326c4b6ccd4d 08:46:50 ---> 2bc4d5052754 08:46:50 Step 21/21 : LABEL version=0.0.0 08:46:50 Removing intermediate container 3ccb16ba55c2 08:46:50 ---> 2bf26e455d2b 08:46:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:50 ---> Running in 48a1d87c48a6 08:46:50 Removing intermediate container 3c92e08bfa06 08:46:50 ---> f9cb5672004b 08:46:50 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:46:50 Removing intermediate container 529e7eebf21b 08:46:50 ---> da059906c3c5 08:46:50 Step 20/22 : LABEL arch=arm64 08:46:50 ---> 9d39902aaef1 08:46:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:46:51 ---> Running in 2e82547b341f 08:46:51 ---> Running in 9866bbfb747c 08:46:51 ---> Running in 51402a370b97 08:46:51 Removing intermediate container 48a1d87c48a6 08:46:51 ---> e9f3d7f836b3 08:46:51 08:46:51 ---> 85fae4c8f692 08:46:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:46:51 Removing intermediate container 2e82547b341f 08:46:51 ---> 592ffd824437 08:46:51 Step 21/22 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:46:51 Removing intermediate container 51402a370b97 08:46:51 ---> c0a47bec6e9a 08:46:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:51 ---> Running in ecf44df6676c 08:46:52 ---> Running in 48432984b1db 08:46:52 Successfully built e9f3d7f836b3 08:46:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:46:52  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 08:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:53 Removing intermediate container ecf44df6676c 08:46:53 ---> 7a5a13c310bd 08:46:53 Step 22/22 : LABEL version=0.0.0 08:46:53 Removing intermediate container 48432984b1db 08:46:53 ---> 0aa5f73f4fb1 08:46:53 Step 21/23 : LABEL arch=arm64 08:46:53 ---> Running in b264b62a288a 08:46:53 (1/39) Installing readline (8.0.4-r0) 08:46:53 (2/39) Installing bash (5.0.17-r0) 08:46:53 ---> 705943767b6e 08:46:53 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:46:53 Executing bash-5.0.17-r0.post-install 08:46:53 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:46:53 (4/39) Installing libcurl (7.76.1-r0) 08:46:53 (5/39) Installing curl (7.76.1-r0) 08:46:53 (6/39) Installing dumb-init (1.2.2-r1) 08:46:53 (7/39) Installing libbz2 (1.0.8-r1) 08:46:53 (8/39) Installing expat (2.2.9-r1) 08:46:53 (9/39) Installing libffi (3.3-r2) 08:46:53 (10/39) Installing gdbm (1.13-r1) 08:46:53 (11/39) Installing xz-libs (5.2.5-r0) 08:46:53 (12/39) Installing sqlite-libs (3.32.1-r0) 08:46:53 (13/39) Installing python3 (3.8.8-r0) 08:46:53 ---> Running in 530323d5b4e9 08:46:54 Removing intermediate container b264b62a288a 08:46:54 ---> bebe4e04eee5 08:46:54 08:46:55 Successfully built bebe4e04eee5 08:46:55 Successfully tagged docker-support-scheduler-go-arm64:latest 08:46:55 Building docker-support-notifications-go 08:46:55  Building docker-support-scheduler-go ... done Removing intermediate container 530323d5b4e9 08:46:55 ---> 1ceacc6c4e3f 08:46:55 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:46:55 (14/39) Installing py3-appdirs (1.4.4-r1) 08:46:55 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:46:55 (16/39) Installing py3-parsing (2.4.7-r0) 08:46:55 (17/39) Installing py3-six (1.15.0-r0) 08:46:55 (18/39) Installing py3-packaging (20.4-r0) 08:46:55 (19/39) Installing py3-setuptools (47.0.0-r0) 08:46:55 (20/39) Installing py3-chardet (3.0.4-r4) 08:46:55 (21/39) Installing py3-idna (2.9-r0) 08:46:56 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:46:56 ---> 5b4e14876fc7 08:46:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:46:56 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:46:56 (24/39) Installing py3-requests (2.23.0-r0) 08:46:56 (25/39) Installing py3-msgpack (1.0.0-r0) 08:46:56 (26/39) Installing py3-lockfile (0.12.2-r3) 08:46:56 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:46:56 (28/39) Installing py3-colorama (0.4.3-r0) 08:46:56 (29/39) Installing py3-distlib (0.3.0-r0) 08:46:56 (30/39) Installing py3-distro (1.5.0-r1) 08:46:56 (31/39) Installing py3-webencodings (0.5.1-r3) 08:46:56 (32/39) Installing py3-html5lib (1.0.1-r4) 08:46:56 ---> Running in 3ecce3ff4585 08:46:56 (33/39) Installing py3-pytoml (0.1.21-r0) 08:46:56 (34/39) Installing py3-pep517 (0.8.2-r0) 08:46:56 (35/39) Installing py3-progress (1.5-r0) 08:46:56 (36/39) Installing py3-toml (0.10.1-r0) 08:46:56 (37/39) Installing py3-retrying (1.3.3-r0) 08:46:56 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:46:56 (39/39) Installing py3-pip (20.1.1-r0) 08:46:56 Executing busybox-1.31.1-r19.trigger 08:46:56 OK: 72 MiB in 59 packages 08:46:57 Removing intermediate container 3ecce3ff4585 08:46:57 ---> d10e0212313c 08:46:57 Step 23/23 : LABEL version=0.0.0 08:46:57 ---> 942a6ac0ca59 08:46:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:46:57 ---> Running in 69fe374c16e9 08:46:58 Removing intermediate container 69fe374c16e9 08:46:58 ---> e65f85c38876 08:46:58 08:46:58 ---> 13e811a5e4b3 08:46:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:46:59 Successfully built e65f85c38876 08:46:59 Successfully tagged docker-core-metadata-go-arm64:latest 08:46:59  Building docker-core-metadata-go ... done Building docker-core-command-go 08:46:59 ---> Running in f9ddd5e2ec33 08:47:00 Removing intermediate container f9ddd5e2ec33 08:47:00 ---> a97d300ab474 08:47:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:47:01 Collecting docker-compose==1.23.2 08:47:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:47:02 ---> ca240109a39e 08:47:02 Step 26/31 : RUN chmod +x /entrypoint.sh 08:47:02 Collecting texttable<0.10,>=0.9.0 08:47:02 Downloading texttable-0.9.1.tar.gz (11 kB) 08:47:02 ---> Running in d7608caaaca9 08:47:04 Collecting docker<4.0,>=3.6.0 08:47:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:47:06 Removing intermediate container d7608caaaca9 08:47:06 ---> 4c931786e573 08:47:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:47:07 Collecting PyYAML<4,>=3.10 08:47:07 Downloading PyYAML-3.13.tar.gz (270 kB) 08:47:07 ---> Running in 599cdea7c54b 08:47:08 Removing intermediate container 599cdea7c54b 08:47:08 ---> bae837ed8e38 08:47:08 Step 28/31 : CMD ["gate"] 08:47:09 ---> Running in 97f20e911b74 08:47:10 Removing intermediate container 97f20e911b74 08:47:10 ---> 1fa12bc301c0 08:47:10 Step 29/31 : LABEL arch=arm64 08:47:10 ---> Running in e3d0703f55fb 08:47:10 Collecting dockerpty<0.5,>=0.4.1 08:47:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:47:11 Removing intermediate container e3d0703f55fb 08:47:11 ---> e7b43c65c701 08:47:11 Step 30/31 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:47:11 ---> Running in 67f15e7ee67e 08:47:12 Removing intermediate container 67f15e7ee67e 08:47:12 ---> 0b77edd3fafa 08:47:12 Step 31/31 : LABEL version=0.0.0 08:47:13 Collecting docopt<0.7,>=0.6.1 08:47:13 Downloading docopt-0.6.2.tar.gz (25 kB) 08:47:13 ---> Running in eb0159d9e130 08:47:13 Removing intermediate container eb0159d9e130 08:47:13 ---> 202a5841313f 08:47:13 08:47:14 Successfully built 202a5841313f 08:47:14 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:47:14 Building docker-core-data-go 08:47:15  Building docker-security-bootstrapper-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:47:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:47:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:47:17 Collecting jsonschema<3,>=2.5.1 08:47:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:47:18 Collecting websocket-client<1.0,>=0.32.0 08:47:18 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:47:18 Collecting cached-property<2,>=1.2.0 08:47:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:47:18 Collecting docker-pycreds>=0.4.0 08:47:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:47:19 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) 08:47:19 Collecting idna<2.8,>=2.5 08:47:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:47:19 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) 08:47:20 Collecting urllib3<1.25,>=1.21.1 08:47:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:47:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:47:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:47:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:47:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:47:21 Installing collected packages: texttable, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docopt, jsonschema, cached-property, docker-compose 08:47:21 Running setup.py install for texttable: started 08:47:23 Running setup.py install for texttable: finished with status 'done' 08:47:23 Attempting uninstall: idna 08:47:23 Found existing installation: idna 2.9 08:47:23 Uninstalling idna-2.9: 08:47:23 Successfully uninstalled idna-2.9 08:47:24 Attempting uninstall: urllib3 08:47:24 Found existing installation: urllib3 1.25.9 08:47:24 Uninstalling urllib3-1.25.9: 08:47:24 Successfully uninstalled urllib3-1.25.9 08:47:25 Attempting uninstall: requests 08:47:25 Found existing installation: requests 2.23.0 08:47:25 Uninstalling requests-2.23.0: 08:47:25 Successfully uninstalled requests-2.23.0 08:47:27 Running setup.py install for PyYAML: started 08:47:29 Running setup.py install for PyYAML: finished with status 'done' 08:47:29 Running setup.py install for dockerpty: started 08:47:31 Running setup.py install for dockerpty: finished with status 'done' 08:47:31 Running setup.py install for docopt: started 08:47:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:47:31 ---> ea5a5b735206 08:47:31 Step 3/24 : WORKDIR /edgex-go 08:47:31 ---> Using cache 08:47:31 ---> 660c1d391c3d 08:47:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:31 ---> Using cache 08:47:31 ---> e0c12e1a89b8 08:47:31 Step 5/24 : RUN apk add --update --no-cache make git 08:47:31 ---> Using cache 08:47:31 ---> b150b0cbef7f 08:47:31 Step 6/24 : COPY go.mod . 08:47:31 ---> Using cache 08:47:31 ---> a82f7599a486 08:47:31 Step 7/24 : RUN go mod download 08:47:31 ---> Using cache 08:47:31 ---> fcd0e24cfb88 08:47:31 Step 8/24 : COPY . . 08:47:31 ---> Using cache 08:47:31 ---> 5ae14d9c153b 08:47:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:47:34 Running setup.py install for docopt: finished with status 'done' 08:47:38 ---> Running in 5cdb1d839b21 08:47:38 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 08:47:39 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 08:47:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:42 ---> ea5a5b735206 08:47:42 Step 3/22 : WORKDIR /edgex-go 08:47:42 ---> Using cache 08:47:42 ---> 660c1d391c3d 08:47:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:42 ---> Using cache 08:47:42 ---> e0c12e1a89b8 08:47:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:47:43 ---> Running in 8b86203643b8 08:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:47 OK: 217 MiB in 51 packages 08:47:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:49 ---> ea5a5b735206 08:47:49 Step 3/23 : WORKDIR /edgex-go 08:47:49 ---> Using cache 08:47:49 ---> 660c1d391c3d 08:47:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:49 ---> Using cache 08:47:49 ---> e0c12e1a89b8 08:47:49 Step 5/23 : RUN apk add --update --no-cache make git 08:47:49 ---> Using cache 08:47:49 ---> b150b0cbef7f 08:47:49 Step 6/23 : COPY go.mod . 08:47:49 ---> Using cache 08:47:49 ---> a82f7599a486 08:47:49 Step 7/23 : RUN go mod download 08:47:49 ---> Using cache 08:47:49 ---> fcd0e24cfb88 08:47:49 Step 8/23 : COPY . . 08:47:50 ---> Using cache 08:47:50 ---> 5ae14d9c153b 08:47:50 Step 9/23 : RUN make cmd/core-command/core-command 08:47:51 ---> Running in 42b6ad4e520a 08:47:51 Removing intermediate container 8b86203643b8 08:47:51 ---> db54a9e40eee 08:47:51 Step 6/22 : COPY go.mod . 08:47:53 ---> fd7a19c038eb 08:47:53 Step 7/22 : RUN go mod download 08:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:47:54 ---> Running in 327734dafa90 08:48:01 Removing intermediate container 327734dafa90 08:48:01 ---> 55bc0728f82b 08:48:01 Step 8/22 : COPY . . 08:48:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:48:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:48:01 ---> ea5a5b735206 08:48:01 Step 3/23 : WORKDIR /edgex-go 08:48:01 ---> Using cache 08:48:01 ---> 660c1d391c3d 08:48:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:01 ---> Using cache 08:48:01 ---> e0c12e1a89b8 08:48:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:48:02 ---> Running in 8aced7c81420 08:48:02 Removing intermediate container 9866bbfb747c 08:48:02 ---> 6da00f18ec63 08:48:02 Step 14/23 : ENV APP_PORT=48090 08:48:02 ---> Running in a0e9273344e0 08:48:04 Removing intermediate container a0e9273344e0 08:48:04 ---> 15ffafe9af17 08:48:04 Step 15/23 : EXPOSE $APP_PORT 08:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:05 ---> Running in 189745b699f6 08:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:06 Removing intermediate container 189745b699f6 08:48:06 ---> ee7752e6f6f9 08:48:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:48:06 OK: 217 MiB in 51 packages 08:48:09 Removing intermediate container 8aced7c81420 08:48:09 ---> 0fe8fffcca1d 08:48:09 Step 6/23 : COPY go.mod . 08:48:09 ---> d576764b6fac 08:48:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:48:11 ---> 3ead8176be3a 08:48:11 Step 7/23 : RUN go mod download 08:48:11 ---> Running in bccdedcaf252 08:48:11 ---> 721fc53c0640 08:48:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:48:14 ---> f15ddee20b78 08:48:14 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:48:14 ---> Running in 3e803cdb3993 08:48:15 Removing intermediate container 3e803cdb3993 08:48:15 ---> dd8abf63a501 08:48:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:16 ---> Running in dbf28eabad2b 08:48:17 Removing intermediate container dbf28eabad2b 08:48:17 ---> c05b24780aa1 08:48:17 Step 21/23 : LABEL arch=arm64 08:48:17 Removing intermediate container bccdedcaf252 08:48:17 ---> 14e97502a787 08:48:17 Step 8/23 : COPY . . 08:48:17 ---> Running in 9f565e5bb61a 08:48:19 Removing intermediate container 9f565e5bb61a 08:48:19 ---> 9bd8fb72cf69 08:48:19 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:48:19 ---> Running in b8c2ad1b95cc 08:48:21 Removing intermediate container b8c2ad1b95cc 08:48:21 ---> 0fc05f4a35ba 08:48:21 Step 23/23 : LABEL version=0.0.0 08:48:22 ---> Running in e52081f8add4 08:48:23 Removing intermediate container e52081f8add4 08:48:23 ---> 61e84e7acee7 08:48:23 08:48:25 Successfully built 61e84e7acee7 08:48:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:48:29  Building docker-sys-mgmt-agent-go ... done  ---> 1440dbfd3c45 08:48:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:48:30 ---> Running in 18d5ecf65d8d 08:48:32 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 08:48:42 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 08:48:43 ---> 79c193da6ab5 08:48:43 Step 9/23 : RUN make cmd/core-data/core-data 08:48:43 ---> Running in 6f79073e2a87 08:48:45 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 08:48:57 Removing intermediate container 5cdb1d839b21 08:48:57 ---> 54195c99949d 08:48:57 08:48:57 Step 10/24 : FROM alpine:3.12 08:48:57 ---> 9852663dfa18 08:48:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:48:57 ---> Running in 2f342b3bbca7 08:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:59 (1/6) Installing ca-certificates (20191127-r4) 08:48:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:48:59 (3/6) Installing libcurl (7.76.1-r0) 08:48:59 (4/6) Installing curl (7.76.1-r0) 08:48:59 (5/6) Installing dumb-init (1.2.2-r1) 08:48:59 (6/6) Installing su-exec (0.2-r1) 08:48:59 Executing busybox-1.31.1-r20.trigger 08:48:59 Executing ca-certificates-20191127-r4.trigger 08:49:00 OK: 7 MiB in 20 packages 08:49:02 Removing intermediate container 2f342b3bbca7 08:49:02 ---> b90bfb5a920f 08:49:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:49:03 ---> Running in d955c72c9136 08:49:03 Removing intermediate container d955c72c9136 08:49:03 ---> 7c172b08d45e 08:49:03 Step 13/24 : WORKDIR / 08:49:03 ---> Running in 73993061ff21 08:49:04 Removing intermediate container 73993061ff21 08:49:04 ---> 921eb29aab75 08:49:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:49:05 ---> 6797c6c56e2f 08:49:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:49:06 ---> 9967bea12ac4 08:49:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:49:08 ---> 50ee85d2ba3f 08:49:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:49:10 ---> b76e179a5b19 08:49:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:49:12 ---> 448ffd0a92df 08:49:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:49:12 ---> ee6c685cf93f 08:49:13 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/ 08:49:13 ---> Running in 2c3c3b089d04 08:49:16 Removing intermediate container 2c3c3b089d04 08:49:16 ---> f926cc56c0a1 08:49:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:49:16 ---> Running in 56c5007f2666 08:49:17 Removing intermediate container 56c5007f2666 08:49:17 ---> 139714f3f456 08:49:17 Step 22/24 : LABEL arch=arm64 08:49:17 ---> Running in 25010aaea650 08:49:18 Removing intermediate container 25010aaea650 08:49:18 ---> 421ecf91ad1c 08:49:18 Step 23/24 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:49:18 ---> Running in 4930e1456b31 08:49:18 Removing intermediate container 4930e1456b31 08:49:18 ---> e168ada8b3c9 08:49:18 Step 24/24 : LABEL version=0.0.0 08:49:19 ---> Running in 9d434509bdbd 08:49:20 Removing intermediate container 9d434509bdbd 08:49:20 ---> 6fcf58092e16 08:49:20 08:49:20 Successfully built 6fcf58092e16 08:49:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:49:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container 42b6ad4e520a 08:49:26 ---> 18f87ba783e7 08:49:26 08:49:26 Step 10/23 : FROM alpine:3.12 08:49:26 ---> 9852663dfa18 08:49:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:49:26 ---> Using cache 08:49:26 ---> 514f716aa2c0 08:49:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:49:26 ---> Using cache 08:49:26 ---> ea8c9920a60a 08:49:26 Step 13/23 : ENV APP_PORT=48082 08:49:26 ---> Running in 545ef49acf91 08:49:26 Removing intermediate container 545ef49acf91 08:49:26 ---> f2e8a63d79cd 08:49:26 Step 14/23 : EXPOSE $APP_PORT 08:49:26 ---> Running in 68c076b8b3cb 08:49:27 Removing intermediate container 68c076b8b3cb 08:49:27 ---> c43adea80261 08:49:27 Step 15/23 : WORKDIR / 08:49:27 ---> Running in 6432469b1e20 08:49:28 Removing intermediate container 6432469b1e20 08:49:28 ---> d74438a77f90 08:49:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:29 ---> 169606a2a99e 08:49:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:49:31 ---> 41de9425fc92 08:49:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:49:32 ---> b6245fce59a5 08:49:32 Step 19/23 : ENTRYPOINT ["/core-command"] 08:49:32 ---> Running in 0747285d7ded 08:49:33 Removing intermediate container 0747285d7ded 08:49:33 ---> ee6f530861b6 08:49:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:33 ---> Running in 05e45dfb698a 08:49:33 Removing intermediate container 05e45dfb698a 08:49:33 ---> 480a322d7973 08:49:33 Step 21/23 : LABEL arch=arm64 08:49:34 ---> Running in 393c1ad55b2f 08:49:34 Removing intermediate container 393c1ad55b2f 08:49:34 ---> dc0eb19b7598 08:49:34 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:49:34 ---> Running in 2a2303cb0b3d 08:49:35 Removing intermediate container 2a2303cb0b3d 08:49:35 ---> f34a5b6c64a7 08:49:35 Step 23/23 : LABEL version=0.0.0 08:49:35 ---> Running in 385080522efb 08:49:36 Removing intermediate container 385080522efb 08:49:36 ---> e2941add5d80 08:49:36 08:49:36 Successfully built e2941add5d80 08:49:36 Successfully tagged docker-core-command-go-arm64:latest 08:49:55  Building docker-core-command-go ... done Removing intermediate container 18d5ecf65d8d 08:49:55 ---> 07c124b7e021 08:49:55 08:49:55 Step 10/22 : FROM alpine:3.12 08:49:55 ---> 9852663dfa18 08:49:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:49:55 ---> Running in 0d9709152c39 08:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:55 (1/2) Installing ca-certificates (20191127-r4) 08:49:55 (2/2) Installing dumb-init (1.2.2-r1) 08:49:55 Executing busybox-1.31.1-r20.trigger 08:49:55 Executing ca-certificates-20191127-r4.trigger 08:49:55 OK: 6 MiB in 16 packages 08:49:58 Removing intermediate container 0d9709152c39 08:49:58 ---> 6f0bb21a1ee5 08:49:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:49:58 ---> Running in b123f1e539ef 08:49:59 Removing intermediate container b123f1e539ef 08:49:59 ---> bd780c25edf0 08:49:59 Step 13/22 : ENV APP_PORT=48060 08:49:59 ---> Running in a73c9d389d12 08:49:59 Removing intermediate container a73c9d389d12 08:49:59 ---> 032f41051bf4 08:49:59 Step 14/22 : EXPOSE $APP_PORT 08:50:00 ---> Running in 95f64f2e6b24 08:50:00 Removing intermediate container 95f64f2e6b24 08:50:00 ---> d00c8ac716e8 08:50:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:01 ---> 8e8542a7153e 08:50:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:50:02 ---> fad2b2566aae 08:50:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:50:03 ---> e6b5f300fe8e 08:50:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:50:03 ---> Running in 87591770ba63 08:50:04 Removing intermediate container 87591770ba63 08:50:04 ---> 719805efee8d 08:50:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:04 ---> Running in fa8e7c145d01 08:50:10 Removing intermediate container fa8e7c145d01 08:50:10 ---> b8995f0bf28f 08:50:10 Step 20/22 : LABEL arch=arm64 08:50:10 ---> Running in 5c5bb455111b 08:50:10 Removing intermediate container 6f79073e2a87 08:50:10 ---> b7f250afc127 08:50:10 08:50:10 Step 10/23 : FROM alpine:3.12 08:50:10 ---> 9852663dfa18 08:50:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:50:10 ---> Running in 545a258deae0 08:50:10 Removing intermediate container 5c5bb455111b 08:50:10 ---> 36ce077da77b 08:50:10 Step 21/22 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:50:10 ---> Running in 17d786d41c91 08:50:10 Removing intermediate container 545a258deae0 08:50:10 ---> d9037ca0b4df 08:50:10 Step 12/23 : ENV APP_PORT=48080 08:50:10 ---> Running in 61e6499448be 08:50:10 Removing intermediate container 17d786d41c91 08:50:10 ---> 1cea8abb3b6d 08:50:10 Step 22/22 : LABEL version=0.0.0 08:50:10 ---> Running in 4d285e98aa44 08:50:11 Removing intermediate container 61e6499448be 08:50:11 ---> 97bd93e76a19 08:50:11 Step 13/23 : EXPOSE $APP_PORT 08:50:11 ---> Running in 581340278c83 08:50:11 Removing intermediate container 4d285e98aa44 08:50:11 ---> bf058ae0e1b9 08:50:11 08:50:11 Successfully built bf058ae0e1b9 08:50:12 Successfully tagged docker-support-notifications-go-arm64:latest 08:50:12  Building docker-support-notifications-go ... done Removing intermediate container 581340278c83 08:50:12 ---> 42447c50992b 08:50:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:12 ---> Running in e96a3bc24777 08:50:14 Removing intermediate container e96a3bc24777 08:50:14 ---> 97588a68d755 08:50:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:50:14 ---> Running in f61e51657aed 08:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:16 (1/6) Installing dumb-init (1.2.2-r1) 08:50:16 (2/6) Installing libgcc (9.3.0-r2) 08:50:17 (3/6) Installing libsodium (1.0.18-r0) 08:50:17 (4/6) Installing libstdc++ (9.3.0-r2) 08:50:17 (5/6) Installing libzmq (4.3.3-r0) 08:50:17 (6/6) Installing zeromq (4.3.3-r0) 08:50:17 Executing busybox-1.31.1-r20.trigger 08:50:17 OK: 8 MiB in 20 packages 08:50:19 Removing intermediate container f61e51657aed 08:50:19 ---> 4fd5f967345e 08:50:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:19 ---> 1c446ded9186 08:50:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:50:20 ---> 0d76294744df 08:50:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:50:21 ---> 7f3abb096259 08:50:21 Step 19/23 : ENTRYPOINT ["/core-data"] 08:50:21 ---> Running in 8d7d34e38be1 08:50:22 Removing intermediate container 8d7d34e38be1 08:50:22 ---> fc912731a823 08:50:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:22 ---> Running in c30235dd81fb 08:50:22 Removing intermediate container c30235dd81fb 08:50:22 ---> 36d7b791e7af 08:50:22 Step 21/23 : LABEL arch=arm64 08:50:22 ---> Running in 7a807808b49d 08:50:23 Removing intermediate container 7a807808b49d 08:50:23 ---> ced413e7bc83 08:50:23 Step 22/23 : LABEL git_sha=6d5af4002f48855a5e2529a8b6a1c654cd53633b 08:50:23 ---> Running in 1ef3f53191f0 08:50:23 Removing intermediate container 1ef3f53191f0 08:50:23 ---> 69a0fa61b30f 08:50:23 Step 23/23 : LABEL version=0.0.0 08:50:24 ---> Running in f6752899b23e 08:50:24 Removing intermediate container f6752899b23e 08:50:24 ---> 09fa071be79d 08:50:24 08:50:25 Successfully built 09fa071be79d 08:50:25 Successfully tagged docker-core-data-go-arm64:latest 08:50:25  Building docker-core-data-go ... done  [Pipeline] } 08:50:25 $ docker stop --time=1 1119dc78f5c311947b29556f468b15079040964db8f5ff70ee1f69bb393e5b5a 08:50:27 $ docker rm -f 1119dc78f5c311947b29556f468b15079040964db8f5ff70ee1f69bb393e5b5a [Pipeline] // withDockerContainer [Pipeline] sh 08:50:27 + + grepdocker docker images 08:50:27 08:50:28 docker-core-data-go-arm64 latest 09fa071be79d 4 seconds ago 21.6MB 08:50:28 docker-support-notifications-go-arm64 latest bf058ae0e1b9 17 seconds ago 17.2MB 08:50:28 docker-core-command-go-arm64 latest e2941add5d80 53 seconds ago 16.5MB 08:50:28 docker-security-secretstore-setup-go-arm64 latest 6fcf58092e16 About a minute ago 24.9MB 08:50:28 docker-sys-mgmt-agent-go-arm64 latest 61e84e7acee7 2 minutes ago 299MB 08:50:28 docker-security-bootstrapper-go-arm64 latest 202a5841313f 3 minutes ago 18.1MB 08:50:28 docker-core-metadata-go-arm64 latest e65f85c38876 3 minutes ago 18.1MB 08:50:28 docker-support-scheduler-go-arm64 latest bebe4e04eee5 3 minutes ago 16.6MB 08:50:28 docker-security-proxy-setup-go-arm64 latest e9f3d7f836b3 3 minutes ago 24.6MB 08:50:28 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 08:50:28 ---> job-cost.sh 08:50:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6lOv 08:51:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:52:44 lf-activate-venv(): INFO: Adding /tmp/venv-6lOv/bin to PATH 08:52:44 INFO: No Stack... 08:52:44 INFO: Retrieving Pricing Info for: lf-standard-4 08:52:44 INFO: Archiving Costs [Pipeline] sh 08:52:44 + cat /w/workspace/edgex-go/76/archives/cost.csv 08:52:44 + cut -d, -f6 [Pipeline] lock 08:52:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-76-stack-cost] 08:52:45 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-76-stack-cost] did not exist. Created. 08:52:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:52:45 + echo total: 0.20999999344348907 [Pipeline] stash 08:52:45 Stashed 1 file(s) [Pipeline] } 08:52:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-76-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 08:52:46 provisioning config files... 08:52:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/76@tmp/config3276824893116552483tmp [Pipeline] { [Pipeline] sh 08:52:46 + set +x 08:52:46 + curl -s https://codecov.io/bash 08:52:46 + bash -s -- 08:52:47 08:52:47 _____ _ 08:52:47 / ____| | | 08:52:47 | | ___ __| | ___ ___ _____ __ 08:52:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:52:47 | |___| (_) | (_| | __/ (_| (_) \ V / 08:52:47 \_____\___/ \__,_|\___|\___\___/ \_/ 08:52:47 Bash-1.0.1 08:52:47 08:52:47 08:52:47 ==> git version 2.24.3 found 08:52:47 ==> 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 08:52:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:52:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:52:47 ==> Jenkins CI detected. 08:52:47 project root: . 08:52:47 --> token set from env 08:52:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:52:47 ==> Running gcov in . (disable via -X gcov) 08:52:47 ==> Python coveragepy not found 08:52:47 ==> Searching for coverage reports in: 08:52:47 + . 08:52:47 -> Found 1 reports 08:52:47 ==> Detecting git/mercurial file structure 08:52:47 ==> Reading reports 08:52:47 + ./coverage.out bytes=703598 08:52:47 ==> Appending adjustments 08:52:47 https://docs.codecov.io/docs/fixing-reports 08:52:51 + Found adjustments 08:52:51 ==> Gzipping contents 08:52:51 100K /tmp/codecov.LP5U6Q.gz 08:52:51 ==> Uploading reports 08:52:51 url: https://codecov.io 08:52:51 query: branch=PR-3234&commit=6d5af4002f48855a5e2529a8b6a1c654cd53633b&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F76%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 08:52:51 -> Pinging Codecov 08:52:51 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=6d5af4002f48855a5e2529a8b6a1c654cd53633b&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F76%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 08:52:53 -> Uploading to 08:52:53 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/6d5af4002f48855a5e2529a8b6a1c654cd53633b/b9b67b7d-6d99-42ad-8915-943cf664e76b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T085253Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5342fe9469b8f232797281e9488441e5f99cd87a1c266b3903d79e6be9a9df67 08:52:53 % Total % Received % Xferd Average Speed Time Time Time Current 08:52:53 Dload Upload Total Spent Left Speed 08:52:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 219k --:--:-- --:--:-- --:--:-- 218k 100 98k 0 0 100 98k 0 219k --:--:-- --:--:-- --:--:-- 218k 08:52:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6d5af4002f48855a5e2529a8b6a1c654cd53633b [Pipeline] } 08:52:53 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 08:52:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:52:55 ---> package-listing.sh 08:52:55 ++ facter osfamily 08:52:55 ++ tr '[:upper:]' '[:lower:]' 08:52:55 + OS_FAMILY=redhat 08:52:55 + workspace=/w/workspace/edgex-go/76 08:52:55 + START_PACKAGES=/tmp/packages_start.txt 08:52:55 + END_PACKAGES=/tmp/packages_end.txt 08:52:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:52:55 + PACKAGES=/tmp/packages_start.txt 08:52:55 + '[' /w/workspace/edgex-go/76 ']' 08:52:55 + PACKAGES=/tmp/packages_end.txt 08:52:55 + case "${OS_FAMILY}" in 08:52:55 + rpm -qa 08:52:55 + sort 08:53:01 + '[' -f /tmp/packages_start.txt ']' 08:53:01 + '[' -f /tmp/packages_end.txt ']' 08:53:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:53:01 + '[' /w/workspace/edgex-go/76 ']' 08:53:01 + mkdir -p /w/workspace/edgex-go/76/archives/ 08:53:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/76/archives/ [Pipeline] echo 08:53:01 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/76/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:53:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:53:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:01 08:53:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:53:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:02 alpine: Pulling from edgex-lftools-log-publisher 08:53:02 df20fa9351a1: Pulling fs layer 08:53:02 36b3adc4ff6f: Pulling fs layer 08:53:02 8ad3a11d3b57: Pulling fs layer 08:53:02 46f8f816bc3b: Pulling fs layer 08:53:02 93b61091891f: Pulling fs layer 08:53:02 93b9cdb0e59b: Pulling fs layer 08:53:02 5e14af77c1be: Pulling fs layer 08:53:02 01666e4c0597: Pulling fs layer 08:53:02 aa168da1d23b: Pulling fs layer 08:53:02 93b9cdb0e59b: Waiting 08:53:02 5e14af77c1be: Waiting 08:53:02 01666e4c0597: Waiting 08:53:02 aa168da1d23b: Waiting 08:53:02 46f8f816bc3b: Waiting 08:53:02 93b61091891f: Waiting 08:53:02 36b3adc4ff6f: Verifying Checksum 08:53:02 36b3adc4ff6f: Download complete 08:53:02 46f8f816bc3b: Download complete 08:53:02 df20fa9351a1: Verifying Checksum 08:53:02 df20fa9351a1: Download complete 08:53:02 93b9cdb0e59b: Download complete 08:53:02 5e14af77c1be: Verifying Checksum 08:53:02 5e14af77c1be: Download complete 08:53:02 93b61091891f: Verifying Checksum 08:53:02 93b61091891f: Download complete 08:53:02 01666e4c0597: Verifying Checksum 08:53:02 01666e4c0597: Download complete 08:53:02 8ad3a11d3b57: Verifying Checksum 08:53:02 8ad3a11d3b57: Download complete 08:53:02 df20fa9351a1: Pull complete 08:53:02 36b3adc4ff6f: Pull complete 08:53:03 8ad3a11d3b57: Pull complete 08:53:04 46f8f816bc3b: Pull complete 08:53:04 aa168da1d23b: Verifying Checksum 08:53:04 aa168da1d23b: Download complete 08:53:05 93b61091891f: Pull complete 08:53:05 93b9cdb0e59b: Pull complete 08:53:05 5e14af77c1be: Pull complete 08:53:05 01666e4c0597: Pull complete 08:53:15 aa168da1d23b: Pull complete 08:53:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:53:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:53:16 prd-centos7-docker-4c-2g-1132 does not seem to be running inside a container 08:53:16 $ 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/76/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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 08:53:22 $ docker top baab9dd7d6fd6afd2ea01f68f9d9dea2b3b74347f932428dd79c715392e1abd9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:53:22 + touch /tmp/pre-build-complete [Pipeline] sh 08:53:23 + mkdir -p /var/log/sa [Pipeline] sh 08:53:23 + ls /var/log/sa-host 08:53:23 + sadf -c /var/log/sa-host/sa20 08:53:23 file_magic: OK 08:53:23 HZ: Using current value: 100 08:53:23 file_header: OK 08:53:23 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 08:53:23 Statistics: 08:53:23 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... 08:53:23 File successfully converted to sysstat format version 12.2.1 08:53:23 + sadf -c /var/log/sa-host/sa23 08:53:23 file_magic: OK 08:53:23 HZ: Using current value: 100 08:53:23 file_header: OK 08:53:23 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 08:53:23 Statistics: 08:53:23 Hnuu...uuuununununu... 08:53:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:53:23 provisioning config files... 08:53:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/76@tmp/config6718592440715138949tmp [Pipeline] { [Pipeline] echo 08:53:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:53:24 ---> create-netrc.sh [Pipeline] } 08:53:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:53:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:53:24 ---> python-tools-install.sh [Pipeline] echo 08:53:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:53:24 ---> sudo-logs.sh 08:53:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:53:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:53:25 ---> job-cost.sh 08:53:25 lf-activate-venv: SKIPPING 08:53:25 DEBUG: total: 0.20999999344348907 08:53:25 INFO: Retrieving Stack Cost... 08:53:26 INFO: Retrieving Pricing Info for: v1-standard-2 08:53:26 INFO: Archiving Costs [Pipeline] echo 08:53:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:53:27 ---> logs-deploy.sh 08:53:27 lf-activate-venv: SKIPPING 08:53:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/76 08:53:27 INFO: archiving workspace using pattern(s): 08:53:28 Archives upload complete. 08:53:28 INFO: archiving logs to Nexus 08:53:29 ---> uname -a: 08:53:29 Linux prd-centos7-docker-4c-2g-1132.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:53:29 08:53:29 08:53:29 ---> lscpu: 08:53:29 Architecture: x86_64 08:53:29 CPU op-mode(s): 32-bit, 64-bit 08:53:29 Byte Order: Little Endian 08:53:29 Address sizes: 40 bits physical, 48 bits virtual 08:53:29 CPU(s): 4 08:53:29 On-line CPU(s) list: 0-3 08:53:29 Thread(s) per core: 1 08:53:29 Core(s) per socket: 1 08:53:29 Socket(s): 4 08:53:29 NUMA node(s): 1 08:53:29 Vendor ID: GenuineIntel 08:53:29 CPU family: 6 08:53:29 Model: 44 08:53:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:53:29 Stepping: 1 08:53:29 CPU MHz: 2933.438 08:53:29 BogoMIPS: 5866.87 08:53:29 Virtualization: VT-x 08:53:29 Hypervisor vendor: KVM 08:53:29 Virtualization type: full 08:53:29 L1d cache: 128 KiB 08:53:29 L1i cache: 128 KiB 08:53:29 L2 cache: 16 MiB 08:53:29 L3 cache: 64 MiB 08:53:29 NUMA node0 CPU(s): 0-3 08:53:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:53:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:53:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:53:29 Vulnerability Meltdown: Mitigation; PTI 08:53:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:53:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:53:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:53:29 Vulnerability Srbds: Not affected 08:53:29 Vulnerability Tsx async abort: Not affected 08:53:29 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 08:53:29 08:53:29 08:53:29 ---> nproc: 08:53:29 4 08:53:29 08:53:29 08:53:29 ---> df -h: 08:53:29 Filesystem Size Used Available Use% Mounted on 08:53:29 overlay 50.0G 13.1G 36.9G 26% / 08:53:29 tmpfs 64.0M 0 64.0M 0% /dev 08:53:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:53:29 shm 64.0M 0 64.0M 0% /dev/shm 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/76 08:53:29 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/76@tmp 08:53:29 08:53:29 08:53:29 ---> free -m: 08:53:29 total used free shared buff/cache available 08:53:29 Mem: 1837 698 124 0 1014 1057 08:53:29 Swap: 1023 113 910 08:53:29 08:53:29 08:53:29 ---> ip addr: 08:53:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:53:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:53:29 inet 127.0.0.1/8 scope host lo 08:53:29 valid_lft forever preferred_lft forever 08:53:29 inet6 ::1/128 scope host 08:53:29 valid_lft forever preferred_lft forever 08:53:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:53:29 link/ether fa:16:3e:0c:1e:21 brd ff:ff:ff:ff:ff:ff 08:53:29 inet 10.30.122.116/23 brd 10.30.123.255 scope global dynamic eth0 08:53:29 valid_lft 84955sec preferred_lft 84955sec 08:53:29 inet6 fe80::f816:3eff:fe0c:1e21/64 scope link 08:53:29 valid_lft forever preferred_lft forever 08:53:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:53:29 link/ether 02:42:46:70:48:51 brd ff:ff:ff:ff:ff:ff 08:53:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:53:29 valid_lft forever preferred_lft forever 08:53:29 inet6 fe80::42:46ff:fe70:4851/64 scope link 08:53:29 valid_lft forever preferred_lft forever 08:53:29 08:53:29 08:53:29 ---> sar -b -r -n DEV: 08:53:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 08:53:29 08:53:29 08:29:13 LINUX RESTART (4 CPU) 08:53:29 08:53:29 08:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:53:29 08:31:01 222.50 102.00 120.51 0.00 10853.76 46742.85 0.00 08:53:29 08:32:02 244.03 93.98 150.05 0.00 3936.93 20903.31 0.00 08:53:29 08:33:01 143.20 62.52 80.68 0.00 1988.03 12246.75 0.00 08:53:29 08:34:01 129.64 51.28 78.36 0.00 3147.00 18689.55 0.00 08:53:29 08:35:04 1244.55 947.83 296.72 0.00 104696.68 167791.56 0.00 08:53:29 08:36:02 2568.10 2276.57 291.53 0.00 137310.88 149992.19 0.00 08:53:29 08:37:02 733.53 439.98 293.55 0.00 48921.61 92338.74 0.00 08:53:29 08:38:01 2967.82 2625.42 342.40 0.00 140526.91 158884.22 0.00 08:53:29 08:39:01 1173.33 905.90 267.43 0.00 51141.51 65667.12 0.00 08:53:29 08:40:02 119.24 43.64 75.60 0.00 3696.54 7192.46 0.00 08:53:29 08:41:01 2.56 0.86 1.69 0.00 53.78 29.96 0.00 08:53:29 08:42:01 0.33 0.05 0.28 0.00 0.93 3.18 0.00 08:53:29 08:43:01 1.27 0.97 0.30 0.00 10.39 2.78 0.00 08:53:29 08:44:01 0.50 0.22 0.28 0.00 4.40 3.26 0.00 08:53:29 08:45:01 3.06 2.20 0.87 0.00 63.28 15.87 0.00 08:53:29 08:46:01 0.30 0.02 0.28 0.00 0.13 3.46 0.00 08:53:29 08:47:01 0.85 0.60 0.25 0.00 9.59 2.60 0.00 08:53:29 08:48:01 0.25 0.07 0.18 0.00 0.80 1.52 0.00 08:53:29 08:49:01 0.40 0.12 0.28 0.00 1.20 3.68 0.00 08:53:29 08:50:01 0.33 0.08 0.25 0.00 0.80 2.33 0.00 08:53:29 08:51:01 0.25 0.00 0.25 0.00 0.00 3.30 0.00 08:53:29 08:52:01 0.32 0.03 0.28 0.00 0.67 2.93 0.00 08:53:29 08:53:01 73.11 72.86 0.25 0.00 5399.03 24.90 0.00 08:53:29 Average: 416.54 329.36 87.19 0.00 22239.57 32319.13 0.00 08:53:29 08:53:29 08:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:53:29 08:31:01 98020 0 740752 39.37 1880 1040892 1426212 48.67 586176 956348 26196 08:53:29 08:32:02 148372 0 808548 42.97 988 923636 1529880 52.21 622700 832956 70096 08:53:29 08:33:01 438136 0 773852 41.13 624 668932 1739440 59.36 490144 665732 20228 08:53:29 08:34:01 147280 0 782856 41.61 592 950816 1534020 52.35 600664 856880 54220 08:53:29 08:35:04 65432 0 786428 41.80 28 1029656 1974524 67.39 649724 945708 932 08:53:29 08:36:02 363536 0 1076312 57.20 28 441668 3416332 116.59 649448 589544 63740 08:53:29 08:37:02 76292 0 722536 38.40 28 1082688 1893024 64.61 705704 858100 45624 08:53:29 08:38:01 80464 0 766100 40.72 28 1034952 2297096 78.40 695052 872432 37952 08:53:29 08:39:01 431744 0 699272 37.16 28 750500 1619084 55.26 556372 623012 20 08:53:29 08:40:02 417532 0 617536 32.82 28 846448 1223780 41.77 494592 708856 8 08:53:29 08:41:01 419124 0 614400 32.65 28 847992 1195056 40.79 493156 709608 8 08:53:29 08:42:01 420652 0 612876 32.57 28 847988 1188816 40.57 492384 709576 8 08:53:29 08:43:01 419320 0 614184 32.64 28 848012 1188948 40.58 493000 709892 16 08:53:29 08:44:01 420032 0 613468 32.60 28 848016 1188816 40.57 492284 710036 16 08:53:29 08:45:01 417864 0 614696 32.67 28 848956 1188900 40.58 493128 710756 16 08:53:29 08:46:01 418348 0 614204 32.64 28 848964 1188828 40.57 492824 710776 12 08:53:29 08:47:01 417904 0 614640 32.67 28 848972 1188816 40.57 492560 711068 12 08:53:29 08:48:01 417772 0 614764 32.67 28 848980 1188816 40.57 492708 711088 16 08:53:29 08:49:01 418184 0 614344 32.65 28 848988 1188816 40.57 492820 711124 8 08:53:29 08:50:01 417280 0 615244 32.70 28 848992 1188888 40.57 493212 711148 16 08:53:29 08:51:01 417516 0 614996 32.69 28 849004 1188864 40.57 492996 711152 12 08:53:29 08:52:01 417844 0 614660 32.67 28 849012 1188816 40.57 492708 711172 8 08:53:29 08:53:01 250920 0 625008 33.22 28 1005588 1191596 40.67 511128 856240 284 08:53:29 Average: 327807 0 685725 36.44 201 867811 1483364 50.62 542412 751878 13889 08:53:29 08:53:29 08:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:53:29 08:31:01 veth2c0b783 36.83 42.40 2.59 112.43 0.00 0.00 0.00 0.00 08:53:29 08:31:01 eth0 1442.23 1228.14 6096.78 165.45 0.00 0.00 0.00 0.00 08:53:29 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:31:01 docker0 861.66 934.35 70.60 2810.70 0.00 0.00 0.00 0.00 08:53:29 08:32:02 veth15d0fd4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:53:29 08:32:02 eth0 249.27 205.42 752.19 26.85 0.00 0.00 0.00 0.00 08:53:29 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:32:02 docker0 186.73 204.99 12.00 720.85 0.00 0.00 0.00 0.00 08:53:29 08:33:01 veth15d0fd4 2.18 2.18 0.17 0.18 0.00 0.00 0.00 0.00 08:53:29 08:33:01 eth0 31.46 16.80 24.11 12.93 0.00 0.00 0.00 0.00 08:53:29 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:33:01 docker0 2.18 2.18 0.14 0.18 0.00 0.00 0.00 0.00 08:53:29 08:34:01 eth0 223.92 182.51 1694.10 101.84 0.00 0.00 0.00 0.00 08:53:29 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:35:04 vethbc5f3d3 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 08:53:29 08:35:04 eth0 85.69 63.97 168.38 15.00 0.00 0.00 0.00 0.00 08:53:29 08:35:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:35:04 docker0 45.93 53.60 3.07 140.34 0.00 0.00 0.00 0.00 08:53:29 08:36:02 vethbdfef7b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:53:29 08:36:02 veth169fba8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:53:29 08:36:02 veth65838a6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:53:29 08:36:02 vethbc5f3d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:37:02 vethbc5f3d3 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 08:53:29 08:37:02 vethb153768 26.49 58.30 1.80 328.51 0.00 0.00 0.00 0.00 08:53:29 08:37:02 eth0 3350.49 2753.41 13937.15 512.40 0.00 0.00 0.00 0.00 08:53:29 08:37:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:53:29 08:38:01 vethbc5f3d3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:53:29 08:38:01 eth0 51.44 38.19 98.87 13.10 0.00 0.00 0.00 0.00 08:53:29 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:38:01 docker0 1165.33 1310.19 90.20 4240.89 0.00 0.00 0.00 0.00 08:53:29 08:39:01 vethbc5f3d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:39:01 eth0 33.35 24.64 18.77 88.38 0.00 0.00 0.00 0.00 08:53:29 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:40:02 eth0 41.48 28.45 99.99 9.39 0.00 0.00 0.00 0.00 08:53:29 08:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:40:02 docker0 17.93 22.47 1.20 84.32 0.00 0.00 0.00 0.00 08:53:29 08:41:01 eth0 1.12 0.75 0.76 0.23 0.00 0.00 0.00 0.00 08:53:29 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:42:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:53:29 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:43:01 eth0 0.92 0.30 0.32 0.20 0.00 0.00 0.00 0.00 08:53:29 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:44:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:53:29 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:45:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 08:53:29 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:46:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:47:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:49:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:53:29 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:50:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:53:29 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:51:01 eth0 0.18 0.08 0.07 0.01 0.00 0.00 0.00 0.00 08:53:29 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:52:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:53:01 eth0 16.91 10.47 17.05 8.04 0.00 0.00 0.00 0.00 08:53:29 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 Average: eth0 106.25 86.34 467.73 22.64 0.00 0.00 0.00 0.00 08:53:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:29 Average: docker0 51.25 57.72 3.96 187.34 0.00 0.00 0.00 0.00 08:53:29 08:53:29 08:53:29 ---> sar -P ALL: 08:53:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 08:53:29 08:53:29 08:29:13 LINUX RESTART (4 CPU) 08:53:29 08:53:29 08:30:01 CPU %user %nice %system %iowait %steal %idle 08:53:29 08:31:01 all 17.41 0.00 9.59 2.06 0.12 70.82 08:53:29 08:31:01 0 16.80 0.00 11.07 3.21 0.17 68.75 08:53:29 08:31:01 1 15.81 0.00 8.99 2.38 0.15 72.67 08:53:29 08:31:01 2 16.66 0.00 8.61 1.42 0.09 73.22 08:53:29 08:31:01 3 20.34 0.00 9.70 1.25 0.09 68.63 08:53:29 08:32:02 all 23.37 0.00 9.04 6.58 0.10 60.92 08:53:29 08:32:02 0 24.75 0.00 8.76 5.90 0.10 60.48 08:53:29 08:32:02 1 23.12 0.00 9.04 9.72 0.09 58.02 08:53:29 08:32:02 2 22.42 0.00 9.28 4.16 0.10 64.03 08:53:29 08:32:02 3 23.18 0.00 9.08 6.53 0.10 61.12 08:53:29 08:33:01 all 48.58 0.00 12.93 3.89 0.07 34.53 08:53:29 08:33:01 0 47.65 0.00 13.41 3.71 0.09 35.14 08:53:29 08:33:01 1 50.36 0.00 12.72 3.84 0.07 33.01 08:53:29 08:33:01 2 45.57 0.00 13.45 5.97 0.05 34.96 08:53:29 08:33:01 3 50.69 0.00 12.16 2.09 0.05 35.01 08:53:29 08:34:01 all 45.04 0.00 14.14 3.56 0.08 37.18 08:53:29 08:34:01 0 44.49 0.00 14.45 4.80 0.10 36.16 08:53:29 08:34:01 1 45.21 0.00 14.16 2.76 0.05 37.83 08:53:29 08:34:01 2 45.84 0.00 13.93 2.19 0.09 37.95 08:53:29 08:34:01 3 44.63 0.00 14.01 4.49 0.09 36.78 08:53:29 08:35:04 all 21.16 0.00 24.54 11.82 0.20 42.28 08:53:29 08:35:04 0 21.18 0.00 23.68 9.99 0.20 44.96 08:53:29 08:35:04 1 19.90 0.00 24.57 14.56 0.20 40.77 08:53:29 08:35:04 2 22.71 0.00 24.56 12.56 0.17 40.01 08:53:29 08:35:04 3 20.85 0.00 25.35 10.18 0.23 43.38 08:53:29 08:36:02 all 39.24 0.00 23.62 22.32 0.23 14.60 08:53:29 08:36:02 0 39.14 0.00 22.55 23.88 0.24 14.19 08:53:29 08:36:02 1 39.69 0.00 23.63 20.62 0.24 15.82 08:53:29 08:36:02 2 38.59 0.00 23.98 23.87 0.20 13.36 08:53:29 08:36:02 3 39.55 0.00 24.30 20.92 0.22 15.01 08:53:29 08:37:02 all 35.99 0.00 16.89 22.98 0.08 24.06 08:53:29 08:37:02 0 35.07 0.00 16.78 21.36 0.09 26.69 08:53:29 08:37:02 1 36.29 0.00 17.24 25.88 0.07 20.51 08:53:29 08:37:02 2 35.99 0.00 17.38 21.82 0.05 24.76 08:53:29 08:37:02 3 36.60 0.00 16.14 22.84 0.12 24.30 08:53:29 08:38:01 all 18.63 0.00 22.02 37.13 0.20 22.03 08:53:29 08:38:01 0 18.19 0.00 22.77 37.66 0.16 21.23 08:53:29 08:38:01 1 15.85 0.00 22.86 37.56 0.23 23.50 08:53:29 08:38:01 2 21.12 0.00 20.54 34.56 0.21 23.56 08:53:29 08:38:01 3 19.35 0.00 21.89 38.76 0.20 19.80 08:53:29 08:39:01 all 50.13 0.00 17.01 19.80 0.10 12.95 08:53:29 08:39:01 0 49.75 0.00 17.38 18.90 0.12 13.84 08:53:29 08:39:01 1 50.07 0.00 16.71 19.88 0.10 13.24 08:53:29 08:39:01 2 51.21 0.00 16.38 19.35 0.10 12.95 08:53:29 08:39:01 3 49.48 0.00 17.57 21.07 0.09 11.78 08:53:29 08:40:02 all 2.94 0.00 3.11 4.99 0.04 88.92 08:53:29 08:40:02 0 3.11 0.00 2.98 4.86 0.07 88.98 08:53:29 08:40:02 1 3.20 0.00 3.33 4.51 0.02 88.94 08:53:29 08:40:02 2 3.05 0.00 3.13 5.34 0.02 88.47 08:53:29 08:40:02 3 2.40 0.00 3.01 5.25 0.07 89.28 08:53:29 08:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 08:53:29 08:41:01 0 0.07 0.00 0.02 0.00 0.00 99.92 08:53:29 08:41:01 1 0.17 0.00 0.03 0.00 0.00 99.80 08:53:29 08:41:01 2 0.36 0.00 0.05 0.00 0.00 99.59 08:53:29 08:41:01 3 0.03 0.00 0.05 0.02 0.00 99.90 08:53:29 08:53:29 08:41:01 CPU %user %nice %system %iowait %steal %idle 08:53:29 08:42:01 all 0.10 0.00 0.06 0.00 0.00 99.83 08:53:29 08:42:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:53:29 08:42:01 1 0.02 0.00 0.05 0.02 0.02 99.90 08:53:29 08:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 08:53:29 08:42:01 3 0.32 0.00 0.08 0.00 0.00 99.60 08:53:29 08:43:01 all 0.08 0.00 0.03 0.03 0.01 99.84 08:53:29 08:43:01 0 0.05 0.00 0.05 0.02 0.00 99.88 08:53:29 08:43:01 1 0.02 0.00 0.02 0.10 0.00 99.87 08:53:29 08:43:01 2 0.05 0.00 0.03 0.00 0.02 99.90 08:53:29 08:43:01 3 0.22 0.00 0.03 0.02 0.02 99.72 08:53:29 08:44:01 all 0.17 0.00 0.06 0.00 0.00 99.76 08:53:29 08:44:01 0 0.03 0.00 0.07 0.00 0.00 99.90 08:53:29 08:44:01 1 0.03 0.00 0.05 0.02 0.02 99.88 08:53:29 08:44:01 2 0.07 0.00 0.07 0.00 0.00 99.87 08:53:29 08:44:01 3 0.53 0.00 0.07 0.00 0.00 99.40 08:53:29 08:45:01 all 0.06 0.00 0.05 0.04 0.00 99.85 08:53:29 08:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:53:29 08:45:01 1 0.02 0.00 0.10 0.13 0.00 99.75 08:53:29 08:45:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:53:29 08:45:01 3 0.17 0.00 0.07 0.02 0.00 99.75 08:53:29 08:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:53:29 08:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:53:29 08:46:01 1 0.03 0.00 0.02 0.02 0.00 99.93 08:53:29 08:46:01 2 0.50 0.00 0.03 0.00 0.00 99.47 08:53:29 08:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 08:53:29 08:47:01 all 0.15 0.00 0.04 0.02 0.00 99.80 08:53:29 08:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:53:29 08:47:01 1 0.03 0.00 0.07 0.07 0.00 99.83 08:53:29 08:47:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:53:29 08:47:01 3 0.02 0.00 0.05 0.00 0.00 99.93 08:53:29 08:48:01 all 0.15 0.00 0.04 0.00 0.00 99.80 08:53:29 08:48:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:53:29 08:48:01 1 0.05 0.00 0.07 0.00 0.00 99.88 08:53:29 08:48:01 2 0.50 0.00 0.03 0.00 0.02 99.45 08:53:29 08:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:53:29 08:49:01 all 0.14 0.00 0.02 0.00 0.00 99.84 08:53:29 08:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:53:29 08:49:01 1 0.02 0.00 0.02 0.02 0.00 99.95 08:53:29 08:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 08:53:29 08:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:53:29 08:50:01 all 0.16 0.00 0.03 0.00 0.00 99.80 08:53:29 08:50:01 0 0.53 0.00 0.03 0.00 0.02 99.42 08:53:29 08:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:53:29 08:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:53:29 08:50:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:53:29 08:51:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:53:29 08:51:01 0 0.13 0.00 0.02 0.00 0.00 99.85 08:53:29 08:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:53:29 08:51:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:53:29 08:51:01 3 0.37 0.00 0.05 0.00 0.00 99.58 08:53:29 08:52:01 all 0.05 0.00 0.04 0.00 0.00 99.91 08:53:29 08:52:01 0 0.02 0.00 0.02 0.02 0.00 99.95 08:53:29 08:52:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:53:29 08:52:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:53:29 08:52:01 3 0.12 0.00 0.05 0.00 0.00 99.83 08:53:29 08:53:29 08:52:01 CPU %user %nice %system %iowait %steal %idle 08:53:29 08:53:01 all 2.09 0.00 1.16 2.05 0.01 94.69 08:53:29 08:53:01 0 1.10 0.00 1.17 1.52 0.00 96.21 08:53:29 08:53:01 1 1.60 0.00 1.02 1.48 0.02 95.88 08:53:29 08:53:01 2 2.07 0.00 1.10 3.21 0.00 93.62 08:53:29 08:53:01 3 3.59 0.00 1.35 1.99 0.02 93.04 08:53:29 Average: all 12.96 0.00 6.56 5.79 0.05 74.64 08:53:29 Average: 0 12.79 0.00 6.59 5.72 0.06 74.84 08:53:29 Average: 1 12.78 0.00 6.58 6.08 0.05 74.51 08:53:29 Average: 2 13.05 0.00 6.49 5.68 0.05 74.74 08:53:29 Average: 3 13.23 0.00 6.57 5.69 0.05 74.46 08:53:29 08:53:29 08:53:29